pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Encode Import p5-Encode from pkgsrc-wip. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3e8ee64c2c1d
branches: trunk
changeset: 511384:3e8ee64c2c1d
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Apr 13 19:45:41 2006 +0000
description:
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:
textproc/p5-Encode/DESCR | 5 +++++
textproc/p5-Encode/Makefile | 17 +++++++++++++++++
textproc/p5-Encode/PLIST | 1 +
textproc/p5-Encode/distinfo | 5 +++++
4 files changed, 28 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 0f496bbac336 -r 3e8ee64c2c1d textproc/p5-Encode/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Encode/DESCR Thu Apr 13 19:45:41 2006 +0000
@@ -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 -r 0f496bbac336 -r 3e8ee64c2c1d textproc/p5-Encode/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Encode/Makefile Thu Apr 13 19:45:41 2006 +0000
@@ -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@localhost
+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 -r 0f496bbac336 -r 3e8ee64c2c1d textproc/p5-Encode/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Encode/PLIST Thu Apr 13 19:45:41 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/13 19:45:41 minskim Exp $
diff -r 0f496bbac336 -r 3e8ee64c2c1d textproc/p5-Encode/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Encode/distinfo Thu Apr 13 19:45:41 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index