diff options
author | minskim <minskim> | 2006-04-13 19:45:41 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-04-13 19:45:41 +0000 |
commit | 81f42273dbd2254e2f085ff67b81838f0f09cdb6 (patch) | |
tree | 86c2ae369df6a303b4aa44832bcbab68c50d3bc0 /textproc | |
parent | 043e0d0fec9e27c678ba593ef97088696b29df2e (diff) | |
download | pkgsrc-81f42273dbd2254e2f085ff67b81838f0f09cdb6.tar.gz |
Import p5-Encode from pkgsrc-wip. Packaged by Roman Kulik.
The "Encode" module provides the interfaces between Perl's
strings and the rest of the system. Perl strings are
sequences of characters.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Encode/DESCR | 5 | ||||
-rw-r--r-- | textproc/p5-Encode/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Encode/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Encode/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-Encode/DESCR b/textproc/p5-Encode/DESCR new file mode 100644 index 00000000000..63b25d58f4a --- /dev/null +++ b/textproc/p5-Encode/DESCR @@ -0,0 +1,5 @@ +The "Encode" module provides the interfaces between Perl's +strings and the rest of the system. Perl strings are +sequences of characters. + +See "perldoc Encode" for the rest of the story diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile new file mode 100644 index 00000000000..d470f5c6ceb --- /dev/null +++ b/textproc/p5-Encode/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/13 19:45:41 minskim Exp $ + +DISTNAME= Encode-2.14 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} + +MAINTAINER= kuli0020@umn.edu +HOMEPAGE= http://search.cpan.org/~dankogai/Encode/ +COMMENT= Provides interfaces between strings and the rest of the system + +PERL5_REQD+= 5.7.3 + +PERL5_PACKLIST= auto/Encode/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Encode/PLIST b/textproc/p5-Encode/PLIST new file mode 100644 index 00000000000..7362aa7d5c8 --- /dev/null +++ b/textproc/p5-Encode/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/13 19:45:41 minskim Exp $ diff --git a/textproc/p5-Encode/distinfo b/textproc/p5-Encode/distinfo new file mode 100644 index 00000000000..8ae54332b07 --- /dev/null +++ b/textproc/p5-Encode/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/04/13 19:45:41 minskim Exp $ + +SHA1 (Encode-2.14.tar.gz) = 4b2eade10e6258aec75242e7fe6c1fc17523176a +RMD160 (Encode-2.14.tar.gz) = 49a3cf2ad697d26ad88af4695ced6b6fbff23301 +Size (Encode-2.14.tar.gz) = 2005991 bytes |