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,12 @@
COMMENT= perl object without classes
MODULES= cpan
PKG_ARCH= *
DISTNAME= Class-Classless-1.35
REVISION= 1
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Class-Classless-1.35.tar.gz) = 9eNZBqfwlLHIgce/tpxjufibONk1ZFuIcewOL63lwsk=
SIZE (Class-Classless-1.35.tar.gz) = 23304

View file

@ -0,0 +1,11 @@
This module allows the use of objects without classes, like in
some lesser known object languages based on prototyping.
Instead of having to define classes with methods, one
creates new objects by cloning existing objects, and then
adding methods (and attributes) explicitly to a given object.
`Inheritance' is achieved through object lineage: an object
has been cloned from a line of ancestors, and any method
not found in an object will be looked up in the object's line
of ancestors.

View file

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