pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-FileHandle-Unget Initial import of p5-FileHan...
details: https://anonhg.NetBSD.org/pkgsrc/rev/76016d6d5c5c
branches: trunk
changeset: 474917:76016d6d5c5c
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri May 07 13:32:59 2004 +0000
description:
Initial import of p5-FileHandle-Unget-0.14:
FileHandle::Unget is a drop-in replacement for FileHandle which
allows more than one byte to be placed back on the input. It supports
an ungetc(ORD) which can be called more than once in a row, and an
ungets(SCALAR) which places a string of bytes back on the input.
diffstat:
devel/p5-FileHandle-Unget/DESCR | 4 ++++
devel/p5-FileHandle-Unget/Makefile | 18 ++++++++++++++++++
devel/p5-FileHandle-Unget/PLIST | 1 +
devel/p5-FileHandle-Unget/distinfo | 4 ++++
4 files changed, 27 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 3a871c3db6b7 -r 76016d6d5c5c devel/p5-FileHandle-Unget/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-FileHandle-Unget/DESCR Fri May 07 13:32:59 2004 +0000
@@ -0,0 +1,4 @@
+FileHandle::Unget is a drop-in replacement for FileHandle which
+allows more than one byte to be placed back on the input. It supports
+an ungetc(ORD) which can be called more than once in a row, and an
+ungets(SCALAR) which places a string of bytes back on the input.
diff -r 3a871c3db6b7 -r 76016d6d5c5c devel/p5-FileHandle-Unget/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-FileHandle-Unget/Makefile Fri May 07 13:32:59 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/07 13:32:59 wiz Exp $
+
+DISTNAME= FileHandle-Unget-0.14
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FileHandle/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/~dcoppit/FileHandle-Unget/
+COMMENT= Perl5 module providing an improved filehandle
+
+DEPENDS+= p5-WeakRef-[0-9]*:../../devel/p5-WeakRef
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/FileHandle/Unget/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3a871c3db6b7 -r 76016d6d5c5c devel/p5-FileHandle-Unget/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-FileHandle-Unget/PLIST Fri May 07 13:32:59 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/07 13:32:59 wiz Exp $
diff -r 3a871c3db6b7 -r 76016d6d5c5c devel/p5-FileHandle-Unget/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-FileHandle-Unget/distinfo Fri May 07 13:32:59 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/05/07 13:32:59 wiz Exp $
+
+SHA1 (FileHandle-Unget-0.14.tar.gz) = 9f3ce18ea0533e8249c98e57023166b4cd907f44
+Size (FileHandle-Unget-0.14.tar.gz) = 18767 bytes
Home |
Main Index |
Thread Index |
Old Index