diff options
author | mjl <mjl@pkgsrc.org> | 2004-01-18 22:22:29 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2004-01-18 22:22:29 +0000 |
commit | 9cf731774f06b2e5fc1725911928b2c9b04899d3 (patch) | |
tree | f47c879f77191bf1203bddc691368fb26538159c /databases/p5-Palm | |
parent | 05acee146f462e66de39ea11878cd8093ad3cfd2 (diff) | |
download | pkgsrc-9cf731774f06b2e5fc1725911928b2c9b04899d3.tar.gz |
Initial import of p5-Palm 1.3.0
A set of Perl 5 modules for reading, manipulating, and writing the
.pdb and .prc database files used by PalmOS devices such as the
PalmPilot and its successors.
Diffstat (limited to 'databases/p5-Palm')
-rw-r--r-- | databases/p5-Palm/DESCR | 3 | ||||
-rw-r--r-- | databases/p5-Palm/Makefile | 18 | ||||
-rw-r--r-- | databases/p5-Palm/PLIST | 1 | ||||
-rw-r--r-- | databases/p5-Palm/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/databases/p5-Palm/DESCR b/databases/p5-Palm/DESCR new file mode 100644 index 00000000000..1c770e79894 --- /dev/null +++ b/databases/p5-Palm/DESCR @@ -0,0 +1,3 @@ +A set of Perl 5 modules for reading, manipulating, and writing the +.pdb and .prc database files used by PalmOS devices such as the +PalmPilot and its successors. diff --git a/databases/p5-Palm/Makefile b/databases/p5-Palm/Makefile new file mode 100644 index 00000000000..a3a3490e610 --- /dev/null +++ b/databases/p5-Palm/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/18 22:22:29 mjl Exp $ +# + +DISTNAME= p5-Palm-1.3.0 +SVR4_PKGNAME= p5plm +WRKSRC= ${WRKDIR}/p5-Palm-1.003_000 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AR/ARENSB/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.ooblick.com/software/coldsync/ +COMMENT= Access Palm .pdb and .prc database files + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Palm/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-Palm/PLIST b/databases/p5-Palm/PLIST new file mode 100644 index 00000000000..a33dea36e29 --- /dev/null +++ b/databases/p5-Palm/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/18 22:22:29 mjl Exp $ diff --git a/databases/p5-Palm/distinfo b/databases/p5-Palm/distinfo new file mode 100644 index 00000000000..b7ebb432f74 --- /dev/null +++ b/databases/p5-Palm/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/18 22:22:29 mjl Exp $ + +SHA1 (p5-Palm-1.3.0.tar.gz) = 9ec12831f5ce9960641079f5d3c202393ccf8fe1 +Size (p5-Palm-1.3.0.tar.gz) = 42366 bytes |