Add p5-Business-ISBN 1.64, work with International Standard Book

Numbers.

PR:		33325
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Pete Fritchman 2001-12-30 16:04:08 +00:00
parent 0299586db8
commit 022f6210e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52399
6 changed files with 40 additions and 0 deletions

View file

@ -141,6 +141,7 @@
SUBDIR += orville-write
SUBDIR += p5-Array-PrintCols
SUBDIR += p5-Business-CreditCard
SUBDIR += p5-Business-ISBN
SUBDIR += p5-Data-Buffer
SUBDIR += p5-DataCash
SUBDIR += p5-File-CounterFile

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: Business::ISBN
# Date created: 30 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Business-ISBN
PORTVERSION= 1.64
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Business
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= Business::ISBN.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (Business-ISBN-1.64.tar.gz) = d2aa287dd84bce0c348b851c08195121

View file

@ -0,0 +1 @@
Work with International Standard Book Numbers

View file

@ -0,0 +1,8 @@
Work with International Standard Book Numbers. From the ISBN, a country
code and publisher code can be extracted. The ISBN number itself can be
verified as being valid, the checksum can be fixed, and it cna be converted
to a European Article Number (EAN).
WWW: http://search.cpan.org/search?dist=Business-ISBN
Seamus Venasse <svenasse@polaris.ca>

View file

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/Business/ISBN.pm
lib/perl5/site_perl/%%PERL_VER%%/Business/ISBN/Data.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/ISBN/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/ISBN
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Business/ISBN
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business 2>/dev/null || true