pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Expect-Simple Initial import of p5-Expect-Sim...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fb76f7f75727
branches: trunk
changeset: 554038:fb76f7f75727
user: seb <seb%pkgsrc.org@localhost>
date: Sat Feb 07 17:37:00 2009 +0000
description:
Initial import of p5-Expect-Simple version 0.04 in the NetBSD
Packages Collection.
The Perl 5 module Expect::Simple is a wrapper around the Expect
module which should suffice for simple applications. It hides most
of the Expect machinery; the Expect object is available for tweaking
if need be.
diffstat:
devel/p5-Expect-Simple/DESCR | 4 ++++
devel/p5-Expect-Simple/Makefile | 21 +++++++++++++++++++++
devel/p5-Expect-Simple/distinfo | 5 +++++
3 files changed, 30 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r 7517f04df310 -r fb76f7f75727 devel/p5-Expect-Simple/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Expect-Simple/DESCR Sat Feb 07 17:37:00 2009 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module Expect::Simple is a wrapper around the Expect
+module which should suffice for simple applications. It hides most
+of the Expect machinery; the Expect object is available for tweaking
+if need be.
diff -r 7517f04df310 -r fb76f7f75727 devel/p5-Expect-Simple/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Expect-Simple/Makefile Sat Feb 07 17:37:00 2009 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/07 17:37:00 seb Exp $
+#
+
+DISTNAME= Expect-Simple-0.04
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Expect-Simple/
+COMMENT= Perl 5 module providing a wrapper around the Expect module
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Expect/Simple/.packlist
+
+DEPENDS+= p5-Expect-[0-9]*:../../devel/p5-Expect
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7517f04df310 -r fb76f7f75727 devel/p5-Expect-Simple/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Expect-Simple/distinfo Sat Feb 07 17:37:00 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/07 17:37:00 seb Exp $
+
+SHA1 (Expect-Simple-0.04.tar.gz) = 17e0ccad6389bdbb2039275dd59c231b38cf31d7
+RMD160 (Expect-Simple-0.04.tar.gz) = 149afcbe67a57e4f4dea3659da2942fd2d79f605
+Size (Expect-Simple-0.04.tar.gz) = 13856 bytes
Home |
Main Index |
Thread Index |
Old Index