pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Unload Initial import of p5-Class-Unloa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c1434cd0304
branches:  trunk
changeset: 568117:2c1434cd0304
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Dec 04 23:37:07 2009 +0000

description:
Initial import of p5-Class-Unload version 0.05 in the NetBSD Packages
Collection.

The Perl 5 module Class::Unload provides a function to unload a
given class by clearing out its symbol table and removing it from
%INC.

diffstat:

 devel/p5-Class-Unload/DESCR    |   3 +++
 devel/p5-Class-Unload/Makefile |  19 +++++++++++++++++++
 devel/p5-Class-Unload/distinfo |   5 +++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 58cdb61f935b -r 2c1434cd0304 devel/p5-Class-Unload/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Unload/DESCR       Fri Dec 04 23:37:07 2009 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Class::Unload provides a function to unload a
+given class by clearing out its symbol table and removing it from
+%INC.
diff -r 58cdb61f935b -r 2c1434cd0304 devel/p5-Class-Unload/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Unload/Makefile    Fri Dec 04 23:37:07 2009 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/12/04 23:37:07 seb Exp $
+#
+
+DISTNAME=      Class-Unload-0.05
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Class-Unload/
+COMMENT=       Perl 5 module to unload a class
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+PERL5_PACKLIST=        auto/Class/Unload/.packlist
+
+DEPENDS+=      p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 58cdb61f935b -r 2c1434cd0304 devel/p5-Class-Unload/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Unload/distinfo    Fri Dec 04 23:37:07 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/12/04 23:37:07 seb Exp $
+
+SHA1 (Class-Unload-0.05.tar.gz) = f43ba23e3ba9bfc5aed3878427e10d7071df19d3
+RMD160 (Class-Unload-0.05.tar.gz) = 053e2dc87a2013de348d3716c92b856acd77c770
+Size (Class-Unload-0.05.tar.gz) = 15136 bytes



Home | Main Index | Thread Index | Old Index