From owner-cvs-all@FreeBSD.ORG Tue Mar 30 04:51:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C5BE16A4CE; Tue, 30 Mar 2004 04:51:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2482443D5A; Tue, 30 Mar 2004 04:51:09 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UCp8Ge099487; Tue, 30 Mar 2004 04:51:08 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UCp8k9099447; Tue, 30 Mar 2004 04:51:08 -0800 (PST) (envelope-from pav) Message-Id: <200403301251.i2UCp8k9099447@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 30 Mar 2004 04:51:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/palm Makefile ports/palm/pdbar Makefile distinfo pkg-descr ports/palm/pdbar/files patch-Makefile patch-par.c patch-par.man X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 12:51:09 -0000 pav 2004/03/30 04:51:08 PST FreeBSD ports repository Modified files: palm Makefile Added files: palm/pdbar Makefile distinfo pkg-descr palm/pdbar/files patch-Makefile patch-par.c patch-par.man Log: Add pdbar, an utility to create and manipulates PalmOS database (.pdb) and resource (.prc) files. It was renamed to pdbar to avoid confusion with textproc/par. WWW: http://www.djw.org/product/palm/par/ PR: ports/63088 Submitted by: Eric P. Scott Revision Changes Path 1.52 +1 -0 ports/palm/Makefile 1.1 +25 -0 ports/palm/pdbar/Makefile (new) 1.1 +2 -0 ports/palm/pdbar/distinfo (new) 1.1 +45 -0 ports/palm/pdbar/files/patch-Makefile (new) 1.1 +25 -0 ports/palm/pdbar/files/patch-par.c (new) 1.1 +163 -0 ports/palm/pdbar/files/patch-par.man (new) 1.1 +7 -0 ports/palm/pdbar/pkg-descr (new)