pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Mixin-Linewise Initial import of p5-Mixin-Lin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00f4f90b8e5c
branches:  trunk
changeset: 553728:00f4f90b8e5c
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Jan 28 22:06:14 2009 +0000

description:
Initial import of p5-Mixin-Linewise version 0.002 in the NetBSD
Packages Collection.

The Perl 5 modules Mixin::Linewise::Readers and Mixin::Linewise::Writers
provide methods for handling reading from or writing to strings or
files designated by name: only a method to handle file handles has
to be provided.

diffstat:

 devel/p5-Mixin-Linewise/DESCR    |   4 ++++
 devel/p5-Mixin-Linewise/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Mixin-Linewise/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 61cc96aa9ad1 -r 00f4f90b8e5c devel/p5-Mixin-Linewise/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Mixin-Linewise/DESCR     Wed Jan 28 22:06:14 2009 +0000
@@ -0,0 +1,4 @@
+The Perl 5 modules Mixin::Linewise::Readers and Mixin::Linewise::Writers
+provide methods for handling reading from or writing to strings or
+files designated by name: only a method to handle file handles has
+to be provided.
diff -r 61cc96aa9ad1 -r 00f4f90b8e5c devel/p5-Mixin-Linewise/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Mixin-Linewise/Makefile  Wed Jan 28 22:06:14 2009 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/28 22:06:14 seb Exp $
+#
+
+DISTNAME=      Mixin-Linewise-0.002
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Mixin-Linewise/
+COMMENT=       Perl 5 linewise readers and writers for strings and filenames
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Mixin/Linewise/.packlist
+
+DEPENDS+=      p5-IO-String-[0-9]*:../../devel/p5-IO-String
+DEPENDS+=      p5-Sub-Exporter>=0.900:../../devel/p5-Sub-Exporter
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 61cc96aa9ad1 -r 00f4f90b8e5c devel/p5-Mixin-Linewise/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Mixin-Linewise/distinfo  Wed Jan 28 22:06:14 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/01/28 22:06:14 seb Exp $
+
+SHA1 (Mixin-Linewise-0.002.tar.gz) = 690054ea0c6876192e8223f39c5c814ba8a6fef1
+RMD160 (Mixin-Linewise-0.002.tar.gz) = eb8cb482a38aa45681a9895f86ae032f7fa69c86
+Size (Mixin-Linewise-0.002.tar.gz) = 21788 bytes



Home | Main Index | Thread Index | Old Index