- update Class-AutoClass to 1.54

- tweak DESCR
- set correct CONFIGURE_STYLE
This commit is contained in:
jasper 2010-09-10 13:48:31 +00:00
parent 1704097bdf
commit 07ec2bfd90
4 changed files with 17 additions and 23 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2008/09/24 11:29:13 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2010/09/10 13:48:31 jasper Exp $
COMMENT= auto getters/setters for perl
COMMENT= get and set methods and simplify object initialization
DISTNAME= autoclass_v1_01
PKGNAME= p5-Class-AutoClass-1.01
DISTNAME= Class-AutoClass-1.54
CATEGORIES= devel
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
@ -15,13 +14,11 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
CPAN_AUTHOR= CCAVNOR
EXTRACT_SUFX= .tgz
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= ::devel/p5-IO-stringy
RUN_DEPENDS= ::devel/p5-Hash-AutoHash-Args \
::devel/p5-IO-stringy
REGRESS_DEPENDS= ::devel/p5-Test-Deep
WRKDIST= ${WRKDIR}/AutoClass
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (autoclass_v1_01.tgz) = XwT6KdbNAbTRtwftee245g==
RMD160 (autoclass_v1_01.tgz) = hnyMIEhG0LLXOkdLSN1JDudsuxc=
SHA1 (autoclass_v1_01.tgz) = DNBTOoEQhDNZRR159shqbqhDpGY=
SHA256 (autoclass_v1_01.tgz) = obidkORo/dcMy6kouKrGhDCuruiQkV2l4J7wkdLrzzY=
SIZE (autoclass_v1_01.tgz) = 32115
MD5 (Class-AutoClass-1.54.tar.gz) = 7cLSKLGYCdQxX/3RFeVRFQ==
RMD160 (Class-AutoClass-1.54.tar.gz) = WFPbGKy1r5tQsXTsZazgNR+Xf78=
SHA1 (Class-AutoClass-1.54.tar.gz) = QKcw3BdgkehbtPM4pLCLgFA7Vng=
SHA256 (Class-AutoClass-1.54.tar.gz) = 4steTT95tT5XpYwk8co/yQc5inAKGWGBIgi9wx6A0pg=
SIZE (Class-AutoClass-1.54.tar.gz) = 67423

View File

@ -1,5 +1,5 @@
Automatically define simple get and set methods and automatically
initialize objects in a (possibly multiple) inheritance hierarchy.
This package is beta code, it mostly exists to provide full
functionality for bioperl.
This is yet another module that generates standard 'get' and 'set'
methods for Perl classes. It also handles initialization of object and
class data from parameter lists or defaults, and arranges for object
creation and initialization to occur in top-down, textbook order even in
the presence of multiple inheritance.

View File

@ -1,9 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/03/03 01:13:16 espie Exp $
@comment $OpenBSD: PLIST,v 1.2 2010/09/10 13:48:31 jasper Exp $
${P5SITE}/Class/
${P5SITE}/Class/AutoClass/
${P5SITE}/Class/AutoClass.pm
${P5SITE}/Class/AutoClass/Args.pm
${P5SITE}/Class/AutoClass/Root.pm
@man man/man3p/Class::AutoClass.3p
@man man/man3p/Class::AutoClass::Args.3p
@man man/man3p/Class::AutoClass::Root.3p