pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-aliased Initial import of p5-aliased version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aba1677a7ff1
branches:  trunk
changeset: 546885:aba1677a7ff1
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Sep 08 21:55:25 2008 +0000

description:
Initial import of p5-aliased version 0.22 in the NetBSD Packages
Collection.

The Perl 5 module aliased is simple in concept but is a rather
handy module. It loads the class you specify and exports into your
namespace a subroutine that returns the class name. You can explicitly
alias the class to another name or, if you prefer, you can do so
implicitly. In the latter case, the name of the subroutine is the
last part of the class name.

diffstat:

 devel/p5-aliased/DESCR    |   6 ++++++
 devel/p5-aliased/Makefile |  19 +++++++++++++++++++
 devel/p5-aliased/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r f4e221264a58 -r aba1677a7ff1 devel/p5-aliased/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-aliased/DESCR    Mon Sep 08 21:55:25 2008 +0000
@@ -0,0 +1,6 @@
+The Perl 5 module aliased is simple in concept but is a rather
+handy module. It loads the class you specify and exports into your
+namespace a subroutine that returns the class name. You can explicitly
+alias the class to another name or, if you prefer, you can do so
+implicitly. In the latter case, the name of the subroutine is the
+last part of the class name.
diff -r f4e221264a58 -r aba1677a7ff1 devel/p5-aliased/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-aliased/Makefile Mon Sep 08 21:55:25 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/08 21:55:25 seb Exp $
+#
+
+DISTNAME=      aliased-0.22
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OV/OVID/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/aliased/
+COMMENT=       Perl 5 module for use of shorter versions of class names
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/aliased/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f4e221264a58 -r aba1677a7ff1 devel/p5-aliased/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-aliased/distinfo Mon Sep 08 21:55:25 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/08 21:55:25 seb Exp $
+
+SHA1 (aliased-0.22.tar.gz) = 9118f7962de5c5dd992c113944c8c88db6f88dcd
+RMD160 (aliased-0.22.tar.gz) = 916ca5d288ce31738c2481a51232acfa1cc28fe2
+Size (aliased-0.22.tar.gz) = 6596 bytes



Home | Main Index | Thread Index | Old Index