diff options
author | he <he@pkgsrc.org> | 2004-11-06 19:00:45 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-11-06 19:00:45 +0000 |
commit | 0bd5885d8db649ce23a4bc45c2636e5dc8fa9a96 (patch) | |
tree | 8f9c3ff78eb0733cae1256f547de2f540c079120 | |
parent | 18602f3133b820d4888940af342458da7dcaf1d2 (diff) | |
download | pkgsrc-0bd5885d8db649ce23a4bc45c2636e5dc8fa9a96.tar.gz |
Import p5-UNIVERSAL-moniker version 0.08.
Class names in Perl often don't sound great when spoken, or look good
when written in prose. For this reason, we tend to say things like
"customer" or "basket" when we are referring to
"My::Site::User::Customer" or "My::Site::Shop::Basket". We thought it
would be nice if our classes knew what we would prefer to call them.
This module will add a "moniker" (and "plural_moniker") method to
"UNIVERSAL", and so to every class or module.
-rw-r--r-- | devel/p5-UNIVERSAL-moniker/DESCR | 8 | ||||
-rw-r--r-- | devel/p5-UNIVERSAL-moniker/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-UNIVERSAL-moniker/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-UNIVERSAL-moniker/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-UNIVERSAL-moniker/DESCR b/devel/p5-UNIVERSAL-moniker/DESCR new file mode 100644 index 00000000000..defacc9611e --- /dev/null +++ b/devel/p5-UNIVERSAL-moniker/DESCR @@ -0,0 +1,8 @@ +Class names in Perl often don't sound great when spoken, or look good +when written in prose. For this reason, we tend to say things like +"customer" or "basket" when we are referring to +"My::Site::User::Customer" or "My::Site::Shop::Basket". We thought it +would be nice if our classes knew what we would prefer to call them. + +This module will add a "moniker" (and "plural_moniker") method to +"UNIVERSAL", and so to every class or module. diff --git a/devel/p5-UNIVERSAL-moniker/Makefile b/devel/p5-UNIVERSAL-moniker/Makefile new file mode 100644 index 00000000000..1ef495ccc4d --- /dev/null +++ b/devel/p5-UNIVERSAL-moniker/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/06 19:00:45 he Exp $ + +DISTNAME= UNIVERSAL-moniker-0.08 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5cdi +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=UNIVERSAL/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/~kasei/UNIVERSAL-moniker-0.08/ +COMMENT= Perl module for assigning user-friendly names to classes + +DEPENDS+= p5-Lingua-EN-Inflect>=1.88:../../devel/p5-Lingua-EN-Inflect + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/UNIVERSAL/moniker/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-UNIVERSAL-moniker/PLIST b/devel/p5-UNIVERSAL-moniker/PLIST new file mode 100644 index 00000000000..a4f09756b7d --- /dev/null +++ b/devel/p5-UNIVERSAL-moniker/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/06 19:00:45 he Exp $ diff --git a/devel/p5-UNIVERSAL-moniker/distinfo b/devel/p5-UNIVERSAL-moniker/distinfo new file mode 100644 index 00000000000..3ab47251360 --- /dev/null +++ b/devel/p5-UNIVERSAL-moniker/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/06 19:00:45 he Exp $ + +SHA1 (UNIVERSAL-moniker-0.08.tar.gz) = 910c0e813ea57c5da82d49b0ffbeeaba854427dc +Size (UNIVERSAL-moniker-0.08.tar.gz) = 2584 bytes |