pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Inspector Initial import of Class-Inspe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/837ffa500a06
branches: trunk
changeset: 496220:837ffa500a06
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jun 24 18:50:58 2005 +0000
description:
Initial import of Class-Inspector-1.08.
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but
they aren't always very friendly, and usually involve a relatively
high level of Perl wizardry, or strange and unusual looking code.
Class::Inspector attempts to provide an easier, more friendly
interface to this information.
diffstat:
devel/p5-Class-Inspector/DESCR | 6 ++++++
devel/p5-Class-Inspector/Makefile | 17 +++++++++++++++++
devel/p5-Class-Inspector/PLIST | 1 +
devel/p5-Class-Inspector/distinfo | 5 +++++
4 files changed, 29 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r 1958e1ebc705 -r 837ffa500a06 devel/p5-Class-Inspector/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Inspector/DESCR Fri Jun 24 18:50:58 2005 +0000
@@ -0,0 +1,6 @@
+Class::Inspector allows you to get information about a loaded class.
+Most or all of this information can be found in other ways, but
+they aren't always very friendly, and usually involve a relatively
+high level of Perl wizardry, or strange and unusual looking code.
+Class::Inspector attempts to provide an easier, more friendly
+interface to this information.
diff -r 1958e1ebc705 -r 837ffa500a06 devel/p5-Class-Inspector/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Inspector/Makefile Fri Jun 24 18:50:58 2005 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 18:50:58 wiz Exp $
+
+DISTNAME= Class-Inspector-1.08
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Class-Inspector/
+COMMENT= Provides information about Classes
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Inspector/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1958e1ebc705 -r 837ffa500a06 devel/p5-Class-Inspector/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Inspector/PLIST Fri Jun 24 18:50:58 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 18:50:58 wiz Exp $
diff -r 1958e1ebc705 -r 837ffa500a06 devel/p5-Class-Inspector/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Inspector/distinfo Fri Jun 24 18:50:58 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/06/24 18:50:58 wiz Exp $
+
+SHA1 (Class-Inspector-1.08.tar.gz) = ba020f8bde71082dca2802a28d704b912a6a83b8
+RMD160 (Class-Inspector-1.08.tar.gz) = ebb78827e87a79cb8b4cd22a6976f8146c651a51
+Size (Class-Inspector-1.08.tar.gz) = 16536 bytes
Home |
Main Index |
Thread Index |
Old Index