pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Added devel/p5-Rose-Object version 0.84



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d876f6f86030
branches:  trunk
changeset: 529807:d876f6f86030
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Jun 10 13:44:22 2007 +0000

description:
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:

 devel/p5-Rose-Object/DESCR    |   9 +++++++++
 devel/p5-Rose-Object/Makefile |  15 +++++++++++++++
 devel/p5-Rose-Object/PLIST    |   1 +
 devel/p5-Rose-Object/distinfo |   5 +++++
 doc/CHANGES-2007              |   3 ++-
 5 files changed, 32 insertions(+), 1 deletions(-)

diffs (60 lines):

diff -r 4bd1be377419 -r d876f6f86030 devel/p5-Rose-Object/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Rose-Object/DESCR        Sun Jun 10 13:44:22 2007 +0000
@@ -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 -r 4bd1be377419 -r d876f6f86030 devel/p5-Rose-Object/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Rose-Object/Makefile     Sun Jun 10 13:44:22 2007 +0000
@@ -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@localhost
+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 -r 4bd1be377419 -r d876f6f86030 devel/p5-Rose-Object/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Rose-Object/PLIST        Sun Jun 10 13:44:22 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 13:44:22 abs Exp $
diff -r 4bd1be377419 -r d876f6f86030 devel/p5-Rose-Object/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Rose-Object/distinfo     Sun Jun 10 13:44:22 2007 +0000
@@ -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 -r 4bd1be377419 -r d876f6f86030 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sun Jun 10 13:42:34 2007 +0000
+++ b/doc/CHANGES-2007  Sun Jun 10 13:44:22 2007 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index