diff options
author | wiz <wiz> | 2005-06-24 18:50:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-06-24 18:50:58 +0000 |
commit | 8cf89c998c6763674c8452abe4b80570a4c4b493 (patch) | |
tree | d5d239f1f71e23476c4bf70cbb5c166166302296 /devel/p5-Class-Inspector | |
parent | f5a04891ab9985eb66f1471a6893864ca7d18bd6 (diff) | |
download | pkgsrc-8cf89c998c6763674c8452abe4b80570a4c4b493.tar.gz |
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 (limited to 'devel/p5-Class-Inspector')
-rw-r--r-- | devel/p5-Class-Inspector/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-Class-Inspector/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Class-Inspector/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Class-Inspector/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-Class-Inspector/DESCR b/devel/p5-Class-Inspector/DESCR new file mode 100644 index 00000000000..eb29490d904 --- /dev/null +++ b/devel/p5-Class-Inspector/DESCR @@ -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 --git a/devel/p5-Class-Inspector/Makefile b/devel/p5-Class-Inspector/Makefile new file mode 100644 index 00000000000..dcfb36c7ffb --- /dev/null +++ b/devel/p5-Class-Inspector/Makefile @@ -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 +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 --git a/devel/p5-Class-Inspector/PLIST b/devel/p5-Class-Inspector/PLIST new file mode 100644 index 00000000000..f4bffece0c8 --- /dev/null +++ b/devel/p5-Class-Inspector/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 18:50:58 wiz Exp $ diff --git a/devel/p5-Class-Inspector/distinfo b/devel/p5-Class-Inspector/distinfo new file mode 100644 index 00000000000..14b146d8469 --- /dev/null +++ b/devel/p5-Class-Inspector/distinfo @@ -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 |