1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Add p5-Class-Tangram 1.11,

create constructors, accessor, update
methods for objects from Tangram.
This commit is contained in:
Sergey Skvortsov 2002-05-27 12:14:34 +00:00
parent 16e316ad55
commit fa2ccc16a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60119
6 changed files with 47 additions and 0 deletions

View File

@ -378,6 +378,7 @@
SUBDIR += p5-Class-ObjectTemplate
SUBDIR += p5-Class-ObjectTemplate-DB
SUBDIR += p5-Class-Singleton
SUBDIR += p5-Class-Tangram
SUBDIR += p5-Class-Tom
SUBDIR += p5-Class-Trigger
SUBDIR += p5-Class-WhiteHole

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: Class-Tangram
# Date created: 08 April 2002
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Class-Tangram
PORTVERSION= 1.11
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Set/Object.pm:${PORTSDIR}/devel/p5-Set-Object \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Constants.pm:${PORTSDIR}/textproc/p5-Pod-Constants \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Tangram.pm:${PORTSDIR}/databases/p5-Tangram
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Class::Tangram.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Class-Tangram-1.11.tar.gz) = 6a8c63c1e9cbd66d044095c404a69c56

View File

@ -0,0 +1 @@
Create constructors, accessor, update methods for objects from Tangram

View File

@ -0,0 +1,11 @@
Class::Tangram is a common base class originally intended for use with
Tangram objects, that gives you free constructors, access methods,
update methods, and a destructor that should help in breaking circular
references for you. Type checking is achieved by parsing the Tangram
schema for the object, which is contained within the object class in an
exported variable $schema.
WWW: http://search.cpan.org/search?dist=Class-Tangram
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Tangram/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Class/Tangram.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Tangram
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true