pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Added databases/p5-Rose-DB-Object version 0.764
details: https://anonhg.NetBSD.org/pkgsrc/rev/f2db38698a37
branches: trunk
changeset: 529811:f2db38698a37
user: abs <abs%pkgsrc.org@localhost>
date: Sun Jun 10 13:48:23 2007 +0000
description:
Added databases/p5-Rose-DB-Object version 0.764
Rose::DB::Object is a base class for objects that encapsulate a
single row in a database table. It provides the following functions:
* Create a row in the database by saving a newly constructed object.
* Initialize an object by loading a row from the database.
* Update a row by saving a modified object back to the database.
* Delete a row from the database.
* Fetch an object referred to by a foreign key in the current object.
(i.e., "one to one" and "many to one" relationships.)
* Fetch multiple objects that refer to the current object, either directly
through foreign keys or indirectly through a mapping table. (i.e., "one
to many" and "many to many" relationships.)
* Load an object along with "foreign objects" that are related through any
of the supported relationship types.
diffstat:
databases/p5-Rose-DB-Object/DESCR | 14 ++++++++++++++
databases/p5-Rose-DB-Object/Makefile | 22 ++++++++++++++++++++++
databases/p5-Rose-DB-Object/PLIST | 1 +
databases/p5-Rose-DB-Object/distinfo | 5 +++++
doc/CHANGES-2007 | 3 ++-
5 files changed, 44 insertions(+), 1 deletions(-)
diffs (72 lines):
diff -r aa050bed53c1 -r f2db38698a37 databases/p5-Rose-DB-Object/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Rose-DB-Object/DESCR Sun Jun 10 13:48:23 2007 +0000
@@ -0,0 +1,14 @@
+Rose::DB::Object is a base class for objects that encapsulate a
+single row in a database table. It provides the following functions:
+
+ * Create a row in the database by saving a newly constructed object.
+ * Initialize an object by loading a row from the database.
+ * Update a row by saving a modified object back to the database.
+ * Delete a row from the database.
+ * Fetch an object referred to by a foreign key in the current object.
+ (i.e., "one to one" and "many to one" relationships.)
+ * Fetch multiple objects that refer to the current object, either directly
+ through foreign keys or indirectly through a mapping table. (i.e., "one
+ to many" and "many to many" relationships.)
+ * Load an object along with "foreign objects" that are related through any
+ of the supported relationship types.
diff -r aa050bed53c1 -r f2db38698a37 databases/p5-Rose-DB-Object/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Rose-DB-Object/Makefile Sun Jun 10 13:48:23 2007 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 13:48:23 abs Exp $
+
+DISTNAME= Rose-DB-Object-0.764
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
+
+MAINTAINER= abs%absd.org@localhost
+HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB-Object/
+COMMENT= Extensible, high performance RDBMS-OO mapper
+
+DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
+DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
+DEPENDS+= p5-DBI>=1.4:../../databases/p5-DBI
+DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+DEPENDS+= p5-Rose-DB>=0.734:../../databases/p5-Rose-DB
+DEPENDS+= p5-Rose-DateTime-[0-9]*:../../time/p5-Rose-DateTime
+
+PERL5_PACKLIST= auto/Rose/DB/Object/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r aa050bed53c1 -r f2db38698a37 databases/p5-Rose-DB-Object/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Rose-DB-Object/PLIST Sun Jun 10 13:48:23 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 13:48:23 abs Exp $
diff -r aa050bed53c1 -r f2db38698a37 databases/p5-Rose-DB-Object/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Rose-DB-Object/distinfo Sun Jun 10 13:48:23 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/10 13:48:23 abs Exp $
+
+SHA1 (Rose-DB-Object-0.764.tar.gz) = 08145812f6f78e445bf969d772bade89c24212c7
+RMD160 (Rose-DB-Object-0.764.tar.gz) = 53cec918ccad588a5cc075fa9d14465ada40b4b8
+Size (Rose-DB-Object-0.764.tar.gz) = 483035 bytes
diff -r aa050bed53c1 -r f2db38698a37 doc/CHANGES-2007
--- a/doc/CHANGES-2007 Sun Jun 10 13:47:21 2007 +0000
+++ b/doc/CHANGES-2007 Sun Jun 10 13:48:23 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1335 2007/06/10 13:47:21 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1336 2007/06/10 13:48:57 abs Exp $
Changes to the packages collection and infrastructure in 2007:
@@ -2546,3 +2546,4 @@
Added time/p5-Rose-DateTime version 0.532 [abs 2007-06-10]
Added devel/p5-Rose-Object version 0.84 [abs 2007-06-10]
Added databases/p5-Rose-DB version 0.734 [abs 2007-06-10]
+ Added databases/p5-Rose-DB-Object version 0.764 [abs 2007-06-10]
Home |
Main Index |
Thread Index |
Old Index