From db3f608af1d96d5da456b48b555972234cd877e0 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 14 Jan 2001 06:05:16 +0000 Subject: Add p5-Class-Singleton 1.03, a perl module that describes a singular object class. --- devel/Makefile | 1 + devel/p5-Class-Singleton/Makefile | 24 ++++++++++++++++++++++++ devel/p5-Class-Singleton/distinfo | 1 + devel/p5-Class-Singleton/pkg-comment | 1 + devel/p5-Class-Singleton/pkg-descr | 13 +++++++++++++ devel/p5-Class-Singleton/pkg-plist | 3 +++ 6 files changed, 43 insertions(+) create mode 100644 devel/p5-Class-Singleton/Makefile create mode 100644 devel/p5-Class-Singleton/distinfo create mode 100644 devel/p5-Class-Singleton/pkg-comment create mode 100644 devel/p5-Class-Singleton/pkg-descr create mode 100644 devel/p5-Class-Singleton/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 9b2e94c31888..495435a6c610 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -225,6 +225,7 @@ SUBDIR += p5-C-Scan SUBDIR += p5-Class-MethodMaker SUBDIR += p5-ConfigReader + SUBDIR += p5-Class-Singleton SUBDIR += p5-Class-Tom SUBDIR += p5-Config-IniFiles SUBDIR += p5-Curses diff --git a/devel/p5-Class-Singleton/Makefile b/devel/p5-Class-Singleton/Makefile new file mode 100644 index 000000000000..e0cccdc4aef4 --- /dev/null +++ b/devel/p5-Class-Singleton/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Class-Singleton +# Date created: Sun Jan 14 00:56:46 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Class-Singleton +PORTVERSION= 1.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Class +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Class::Singleton.3 + +.include diff --git a/devel/p5-Class-Singleton/distinfo b/devel/p5-Class-Singleton/distinfo new file mode 100644 index 000000000000..cbfbc4a3fd73 --- /dev/null +++ b/devel/p5-Class-Singleton/distinfo @@ -0,0 +1 @@ +MD5 (Class-Singleton-1.03.tar.gz) = 80202a57411cb3e939fec327a87564bf diff --git a/devel/p5-Class-Singleton/pkg-comment b/devel/p5-Class-Singleton/pkg-comment new file mode 100644 index 000000000000..9b9fab2491e3 --- /dev/null +++ b/devel/p5-Class-Singleton/pkg-comment @@ -0,0 +1 @@ +Perl module that describes a singular object class diff --git a/devel/p5-Class-Singleton/pkg-descr b/devel/p5-Class-Singleton/pkg-descr new file mode 100644 index 000000000000..63c06c82422f --- /dev/null +++ b/devel/p5-Class-Singleton/pkg-descr @@ -0,0 +1,13 @@ +This is the Class::Singleton module. A Singleton describes an +object class that can have only one instance in any system. An +example of a Singleton might be a print spooler or system +registry. This module implements a Singleton class from which +other classes can be derived. By itself, the Class::Singleton +module does very little other than manage the instantiation of a +single object. In deriving a class from Class::Singleton, your +module will inherit the Singleton instantiation method and can +implement whatever specific functionality is required. + +Author: Andy Wardley + +--will diff --git a/devel/p5-Class-Singleton/pkg-plist b/devel/p5-Class-Singleton/pkg-plist new file mode 100644 index 000000000000..c42ef3e5a0cb --- /dev/null +++ b/devel/p5-Class-Singleton/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/Class/Singleton.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Singleton/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Singleton -- cgit v1.2.3