summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorabs <abs>2007-06-10 13:44:22 +0000
committerabs <abs>2007-06-10 13:44:22 +0000
commita3458686e6cd2ed233e7972c5948c918aebe157e (patch)
treeb215a3cd72a159229272d344c707af73c4c3189e /devel
parent6bb1c56cb2496571e48ae4911f5d6ad37781ea0e (diff)
downloadpkgsrc-a3458686e6cd2ed233e7972c5948c918aebe157e.tar.gz
Added devel/p5-Rose-Object version 0.84
Rose::Class is a generic base class for classes. It provides a single class method (error), but may be expanded further in the future. A class that inherits from Rose::Class is not expected to allow objects of that class to be instantiated, since the namespace for class and object methods is shared. For example, it is common for Rose::Object-derived classes to have error methods, but this would conflict with the Rose::Class method of the same name.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Rose-Object/DESCR9
-rw-r--r--devel/p5-Rose-Object/Makefile15
-rw-r--r--devel/p5-Rose-Object/PLIST1
-rw-r--r--devel/p5-Rose-Object/distinfo5
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Rose-Object/DESCR b/devel/p5-Rose-Object/DESCR
new file mode 100644
index 00000000000..a6a6821223f
--- /dev/null
+++ b/devel/p5-Rose-Object/DESCR
@@ -0,0 +1,9 @@
+Rose::Class is a generic base class for classes. It provides a
+single class method (error), but may be expanded further in the
+future.
+
+A class that inherits from Rose::Class is not expected to allow
+objects of that class to be instantiated, since the namespace for
+class and object methods is shared. For example, it is common for
+Rose::Object-derived classes to have error methods, but this would
+conflict with the Rose::Class method of the same name.
diff --git a/devel/p5-Rose-Object/Makefile b/devel/p5-Rose-Object/Makefile
new file mode 100644
index 00000000000..55a26b83b0d
--- /dev/null
+++ b/devel/p5-Rose-Object/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 13:44:22 abs Exp $
+
+DISTNAME= Rose-Object-0.84
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Rose-Object/
+COMMENT= Very simple class base class used by Rose objects
+
+PERL5_PACKLIST= auto/Rose/Object/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Rose-Object/PLIST b/devel/p5-Rose-Object/PLIST
new file mode 100644
index 00000000000..af00ae8aea6
--- /dev/null
+++ b/devel/p5-Rose-Object/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 13:44:22 abs Exp $
diff --git a/devel/p5-Rose-Object/distinfo b/devel/p5-Rose-Object/distinfo
new file mode 100644
index 00000000000..29d4b8b3d28
--- /dev/null
+++ b/devel/p5-Rose-Object/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/10 13:44:22 abs Exp $
+
+SHA1 (Rose-Object-0.84.tar.gz) = 896ce6e02f76cdcbe2e66b05ba5ec43465c6c8c5
+RMD160 (Rose-Object-0.84.tar.gz) = f88b766890c6ad18e32a070c49339e149f612521
+Size (Rose-Object-0.84.tar.gz) = 28736 bytes