diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-24 17:30:59 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-24 17:30:59 +0000 |
commit | 5ddfbdae1f53932dad5599eb0b3c005a6de28e3f (patch) | |
tree | b7bbf02a472ec877cd4c99f20f35cc7d0763d356 /devel | |
parent | e63011f375b36d528e31c04d9b4e1a5f866f4368 (diff) | |
download | ports-5ddfbdae1f53932dad5599eb0b3c005a6de28e3f.tar.gz ports-5ddfbdae1f53932dad5599eb0b3c005a6de28e3f.zip |
Add p5-String-Parity 1.31, a perl5 module to generate and test
even, odd, mark and space parity on strings.
Notes
Notes:
svn path=/head/; revision=68741
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-String-Parity/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-String-Parity/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-String-Parity/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-String-Parity/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-String-Parity/pkg-plist | 5 |
6 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 42da45d7a1cd..c57868bf40aa 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -569,6 +569,7 @@ SUBDIR += p5-String-CRC32 SUBDIR += p5-String-Checker SUBDIR += p5-String-LRC + SUBDIR += p5-String-Parity SUBDIR += p5-String-Random SUBDIR += p5-String-RexxParse SUBDIR += p5-String-Similarity diff --git a/devel/p5-String-Parity/Makefile b/devel/p5-String-Parity/Makefile new file mode 100644 index 000000000000..f5e9627687af --- /dev/null +++ b/devel/p5-String-Parity/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: String::Parity +# Date created: 24 October 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= String-Parity +PORTVERSION= 1.31 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= String +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +MAN3= String::Parity.3 + +.include <bsd.port.mk> diff --git a/devel/p5-String-Parity/distinfo b/devel/p5-String-Parity/distinfo new file mode 100644 index 000000000000..826ba2a396fd --- /dev/null +++ b/devel/p5-String-Parity/distinfo @@ -0,0 +1 @@ +MD5 (String-Parity-1.31.tar.gz) = 489fa7783880c936a056213ac0560bd0 diff --git a/devel/p5-String-Parity/pkg-comment b/devel/p5-String-Parity/pkg-comment new file mode 100644 index 000000000000..fad17ab120a6 --- /dev/null +++ b/devel/p5-String-Parity/pkg-comment @@ -0,0 +1 @@ +A perl5 module to generate and test even, odd, mark and space parity diff --git a/devel/p5-String-Parity/pkg-descr b/devel/p5-String-Parity/pkg-descr new file mode 100644 index 000000000000..95bd9073eac9 --- /dev/null +++ b/devel/p5-String-Parity/pkg-descr @@ -0,0 +1,2 @@ +The String::Parity module for perl5 may be used to generate and test +even, odd, mark and space parity on arbitrary strings. diff --git a/devel/p5-String-Parity/pkg-plist b/devel/p5-String-Parity/pkg-plist new file mode 100644 index 000000000000..c0e10705a3c1 --- /dev/null +++ b/devel/p5-String-Parity/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/String/Parity.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Parity/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Parity +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String +@dirrm lib/perl5/site_perl/%%PERL_VER%%/String |