Add devel/p5-Class-Prototyped, a Perl module that facilitates fast

prototype-based OO programming.
This commit is contained in:
Anton Berezin 2006-04-20 14:34:47 +00:00
parent aa98d1d361
commit b373451514
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160013
5 changed files with 41 additions and 0 deletions

View File

@ -781,6 +781,7 @@
SUBDIR += p5-Class-ObjectTemplate-DB
SUBDIR += p5-Class-Observable
SUBDIR += p5-Class-ParmList
SUBDIR += p5-Class-Prototyped
SUBDIR += p5-Class-ReturnValue
SUBDIR += p5-Class-Roles
SUBDIR += p5-Class-Singleton

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: devel/p5-Class-Prototyped
# Date created: 20 April 2006
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Class-Prototyped
PORTVERSION= 1.10
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Fast prototype-based OO programming in Perl
PERL_CONFIGURE= yes
MAN3= Class::Prototyped.3 \
Class::Prototyped::why.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Class-Prototyped-1.10.tar.gz) = 82d22ef4628e276b2eb7d4debabdf31d
SHA256 (Class-Prototyped-1.10.tar.gz) = c180f1c71d4f3f1141b2c354c8110acfa7cfa910785a30d358028d104ed37545
SIZE (Class-Prototyped-1.10.tar.gz) = 59450

View File

@ -0,0 +1,6 @@
This module provides for efficient and simple prototype-based
programming in Perl. You can provide different subroutines for each
object, and also have objects inherit their behavior and state from
another object.
WWW: http://search.cpan.org/dist/Class-Prototyped/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/Class/Prototyped.pm
%%SITE_PERL%%/Class/Prototyped/Graph.pm
%%SITE_PERL%%/Class/Prototyped/why.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Prototyped/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Prototyped
@dirrmtry %%SITE_PERL%%/Class/Prototyped
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
@dirrmtry %%SITE_PERL%%/Class