diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2008-02-22 20:54:25 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2008-02-22 20:54:25 +0000 |
commit | 21b0ff444a6e06129f59c44a6e7d790852d246ae (patch) | |
tree | 6de318073d6a360395c548fc8890f2484155e704 /devel/p5-Class-StrongSingleton | |
parent | 3bc1eae9fc64032d527199e6143b5a79e111a39b (diff) | |
download | ports-21b0ff444a6e06129f59c44a6e7d790852d246ae.tar.gz ports-21b0ff444a6e06129f59c44a6e7d790852d246ae.zip |
Notes
Diffstat (limited to 'devel/p5-Class-StrongSingleton')
-rw-r--r-- | devel/p5-Class-StrongSingleton/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Class-StrongSingleton/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Class-StrongSingleton/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-Class-StrongSingleton/pkg-plist | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Class-StrongSingleton/Makefile b/devel/p5-Class-StrongSingleton/Makefile new file mode 100644 index 000000000000..b33694291386 --- /dev/null +++ b/devel/p5-Class-StrongSingleton/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Class-StrongSingleton +# Date created: 22 February 2008 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Class-StrongSingleton +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/S/ST/STEVAN +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= A stronger and more secure Singleton base class + +PERL_CONFIGURE= yes + +MAN3= Class::StrongSingleton.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Class-StrongSingleton/distinfo b/devel/p5-Class-StrongSingleton/distinfo new file mode 100644 index 000000000000..378b7063c5cf --- /dev/null +++ b/devel/p5-Class-StrongSingleton/distinfo @@ -0,0 +1,3 @@ +MD5 (Class-StrongSingleton-0.02.tar.gz) = 3f39892b065b1a7b23139f54054c77b4 +SHA256 (Class-StrongSingleton-0.02.tar.gz) = 48fb06d3936c70e9d31288bbed08d05dd54913dc7e6083dc55d2f35c172f77b6 +SIZE (Class-StrongSingleton-0.02.tar.gz) = 6347 diff --git a/devel/p5-Class-StrongSingleton/pkg-descr b/devel/p5-Class-StrongSingleton/pkg-descr new file mode 100644 index 000000000000..0dd45ef305e8 --- /dev/null +++ b/devel/p5-Class-StrongSingleton/pkg-descr @@ -0,0 +1,7 @@ +This module is an alternative to Class::Singleton and +Class::WeakSingleton, and provides a more secure Singleton class in that +it takes steps to prevent the possibility of accidental creation of +multiple instances and/or the overwriting of existsing Singleton +instances. + +WWW: http://search.cpan.org/dist/Class-StrongSingleton/ diff --git a/devel/p5-Class-StrongSingleton/pkg-plist b/devel/p5-Class-StrongSingleton/pkg-plist new file mode 100644 index 000000000000..3eaa241bdaa9 --- /dev/null +++ b/devel/p5-Class-StrongSingleton/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/StrongSingleton/.packlist +%%SITE_PERL%%/Class/StrongSingleton.pm +@dirrmtry %%SITE_PERL%%/Class +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/StrongSingleton +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class |