diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-30 11:31:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-30 11:31:36 +0000 |
commit | a601ee84bc4be7d0a88580eaeed3daea10711750 (patch) | |
tree | e6cbe93b0e1c330f3785c4b84330f990fd7d04d2 /devel/p5-Class-Inner | |
parent | ae821becf163d68897598c2dad58d37f0ee94681 (diff) | |
download | pkgsrc-a601ee84bc4be7d0a88580eaeed3daea10711750.tar.gz |
Initial import of p5-Class-Inner:
Yet another implementation of an anonymous class with per object
overridable methods, but with the added attraction of sort of
working dispatch to the parent class's method.
Diffstat (limited to 'devel/p5-Class-Inner')
-rw-r--r-- | devel/p5-Class-Inner/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Class-Inner/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Class-Inner/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Class-Inner/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-Class-Inner/DESCR b/devel/p5-Class-Inner/DESCR new file mode 100644 index 00000000000..5cddd22cf02 --- /dev/null +++ b/devel/p5-Class-Inner/DESCR @@ -0,0 +1,3 @@ +Yet another implementation of an anonymous class with per object +overridable methods, but with the added attraction of sort of +working dispatch to the parent class's method. diff --git a/devel/p5-Class-Inner/Makefile b/devel/p5-Class-Inner/Makefile new file mode 100644 index 00000000000..1e4ee7a8396 --- /dev/null +++ b/devel/p5-Class-Inner/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/30 11:31:36 wiz Exp $ + +DISTNAME= Class-Inner-0.1 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://cpan.uwinnipeg.ca/search?query=Class%3A%3AInner&mode=dist +COMMENT= Perlish implementation of Java like inner classes + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Inner/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Class-Inner/PLIST b/devel/p5-Class-Inner/PLIST new file mode 100644 index 00000000000..02b545eb998 --- /dev/null +++ b/devel/p5-Class-Inner/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/30 11:31:36 wiz Exp $ diff --git a/devel/p5-Class-Inner/distinfo b/devel/p5-Class-Inner/distinfo new file mode 100644 index 00000000000..592f0de94af --- /dev/null +++ b/devel/p5-Class-Inner/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/30 11:31:36 wiz Exp $ + +SHA1 (Class-Inner-0.1.tar.gz) = 50ac2c355200dae38c6493aeeebe005b51e75c26 +Size (Class-Inner-0.1.tar.gz) = 3252 bytes |