pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Package-Stash Initial import of p5-Package-St...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98ee4cdaf37e
branches:  trunk
changeset: 576492:98ee4cdaf37e
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Jun 12 20:44:03 2010 +0000

description:
Initial import of p5-Package-Stash version 0.03 in the NetBSD
Packages Collection.

Manipulating stashes (Perl's symbol tables) is occasionally necessary,
but incredibly messy, and easy to get wrong. The Perl 5 module
Package::Stash hides all of that behind a simple API.

diffstat:

 devel/p5-Package-Stash/DESCR    |   3 +++
 devel/p5-Package-Stash/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Package-Stash/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 384ec3cdb60b -r 98ee4cdaf37e devel/p5-Package-Stash/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Package-Stash/DESCR      Sat Jun 12 20:44:03 2010 +0000
@@ -0,0 +1,3 @@
+Manipulating stashes (Perl's symbol tables) is occasionally necessary,
+but incredibly messy, and easy to get wrong. The Perl 5 module
+Package::Stash hides all of that behind a simple API.
diff -r 384ec3cdb60b -r 98ee4cdaf37e devel/p5-Package-Stash/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Package-Stash/Makefile   Sat Jun 12 20:44:03 2010 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/06/12 20:44:03 seb Exp $
+#
+
+DISTNAME=      Package-Stash-0.03
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Package/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Package-Stash/
+COMMENT=       Perl 5 module providing routines for manipulating stashes
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Package/Stash/.packlist
+
+DEPENDS+=      p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 384ec3cdb60b -r 98ee4cdaf37e devel/p5-Package-Stash/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Package-Stash/distinfo   Sat Jun 12 20:44:03 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/06/12 20:44:03 seb Exp $
+
+SHA1 (Package-Stash-0.03.tar.gz) = a87c92d4706a93d3fe6c4227667ab3ac188879b3
+RMD160 (Package-Stash-0.03.tar.gz) = c79ecd931cede51988334498852eb30cb3b7f0e6
+Size (Package-Stash-0.03.tar.gz) = 13740 bytes



Home | Main Index | Thread Index | Old Index