add p5-aliased 0.20

Use shorter versions of class names

PR:		101016
This commit is contained in:
Ying-Chieh Liao 2006-08-02 01:16:21 +00:00
parent 433b7bfb13
commit bcde652e12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169414
4 changed files with 36 additions and 0 deletions

View file

@ -1435,6 +1435,7 @@
SUBDIR += p5-XSLoader
SUBDIR += p5-Yada-Yada-Yada
SUBDIR += p5-accessors
SUBDIR += p5-aliased
SUBDIR += p5-base
SUBDIR += p5-capitalization
SUBDIR += p5-enum

25
devel/p5-aliased/Makefile Normal file
View file

@ -0,0 +1,25 @@
# ex:ts=8
# Ports collection makefile for: p5-aliased
# Date created: Jul 29, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= aliased
PORTVERSION= 0.20
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/O/OV/OVID/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Use shorter versions of class names
PERL_MODBUILD= yes
PLIST_FILES= ${SITE_PERL_REL}/aliased.pm
MAN3= aliased.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (aliased-0.20.tar.gz) = 0bfab0c5dcff5a4903e04feb22d37b9b
SHA256 (aliased-0.20.tar.gz) = a4bbd9584d60c08df0966831a01ecb5340bb59a67c6780a705adf3b15d7899a6
SIZE (aliased-0.20.tar.gz) = 5685

View file

@ -0,0 +1,7 @@
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.
WWW: http://search.cpan.org/dist/aliased/