diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-19 15:50:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-19 15:50:14 +0000 |
commit | f8984bda521776f0d031763074b9d316b86e541b (patch) | |
tree | 5861db6f537b8f249f145f39d643adba36fdcdfb | |
parent | 151fef5bbe87f7489bad7e04ba8ef9005e536232 (diff) | |
download | pkgsrc-f8984bda521776f0d031763074b9d316b86e541b.tar.gz |
Initial import of p5-Business-ISBN, version 20001010.
Package provided by Dieter Baron.
This perl module allows validation and manipulation of International
Standard Book Numbers (ISBNs).
It allows for the calculation/validation of the checksum, extraction
of country and publisher codes, and conversion to/from European
Article Numbers (EANs).
-rw-r--r-- | misc/p5-Business-ISBN/Makefile | 19 | ||||
-rw-r--r-- | misc/p5-Business-ISBN/files/md5 | 3 | ||||
-rw-r--r-- | misc/p5-Business-ISBN/pkg/DESCR | 6 | ||||
-rw-r--r-- | misc/p5-Business-ISBN/pkg/PLIST | 1 |
4 files changed, 29 insertions, 0 deletions
diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile new file mode 100644 index 00000000000..ccac99c0712 --- /dev/null +++ b/misc/p5-Business-ISBN/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/19 15:50:14 wiz Exp $ +# + +DISTNAME= Business-ISBN-20001010 +PKGNAME= p5-${DISTNAME} +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Business-ISBN/ISBN.html +COMMENT= perl5 module to work with International Standard Book Numbers (ISBNs) + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Business/ISBN/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-Business-ISBN/files/md5 b/misc/p5-Business-ISBN/files/md5 new file mode 100644 index 00000000000..3955eb31ebe --- /dev/null +++ b/misc/p5-Business-ISBN/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/02/19 15:50:14 wiz Exp $ + +MD5 (Business-ISBN-20001010.tar.gz) = 9f3be82ae9ab251a1d3780d243f10d6f diff --git a/misc/p5-Business-ISBN/pkg/DESCR b/misc/p5-Business-ISBN/pkg/DESCR new file mode 100644 index 00000000000..20cd070ce9a --- /dev/null +++ b/misc/p5-Business-ISBN/pkg/DESCR @@ -0,0 +1,6 @@ +This perl module allows validation and manipulation of International +Standard Book Numbers (ISBNs). + +It allows for the calculation/validation of the checksum, extraction +of country and publisher codes, and conversion to/from European +Article Numbers (EANs). diff --git a/misc/p5-Business-ISBN/pkg/PLIST b/misc/p5-Business-ISBN/pkg/PLIST new file mode 100644 index 00000000000..5d40fd96fbe --- /dev/null +++ b/misc/p5-Business-ISBN/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/19 15:50:14 wiz Exp $ |