summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--doc/CHANGES-20073
5 files changed, 32 insertions, 1 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
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007
index 4310bf048c2..af6c31a63aa 100644
--- a/doc/CHANGES-2007
+++ b/doc/CHANGES-2007
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1333 2007/06/10 13:43:12 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1334 2007/06/10 13:45:36 abs Exp $
Changes to the packages collection and infrastructure in 2007:
@@ -2544,3 +2544,4 @@ Changes to the packages collection and infrastructure in 2007:
Updated devel/ruby-rd-mode to 0.6.20 [taca 2007-06-10]
Added databases/p5-SQL-ReservedWords version 0.7 [abs 2007-06-10]
Added time/p5-Rose-DateTime version 0.532 [abs 2007-06-10]
+ Added devel/p5-Rose-Object version 0.84 [abs 2007-06-10]