SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,11 @@
COMMENT= perl singleton pattern
MODULES= cpan
PKG_ARCH= *
DISTNAME = Class-Singleton-1.6
CATEGORIES= devel
# Artistic
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Class-Singleton-1.6.tar.gz) = J7oT8NlRKSkWa72MnvldkNYw/IDwyaG3RYiRBV6SgqQ=
SIZE (Class-Singleton-1.6.tar.gz) = 16164

View file

@ -0,0 +1,11 @@
A Singleton describes an object class that can have only one instance
in any system. 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.
For a description and discussion of the Singleton class, see
"Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-
201-63361-2.

View file

@ -0,0 +1,3 @@
${P5SITE}/Class/
${P5SITE}/Class/Singleton.pm
@man man/man3p/Class::Singleton.3p