pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-Class-UUIDColumns Added databases/p5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6036378019e0
branches:  trunk
changeset: 544458:6036378019e0
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jul 15 08:42:34 2008 +0000

description:
Added databases/p5-DBIx-Class-UUIDColumns version 0.02005

This DBIx::Class component resembles the behaviour of Class::DBI::UUID,
to make some columns implicitly created as uuid.

When loaded, UUIDColumns will search for a suitable uuid generation
module from the following list of supported modules:

    Data::UUID APR::UUID* UUID Win32::Guidgen Win32API::GUID

If no supporting module can be found, an exception will be thrown.

*APR::UUID will not be loaded under OpenBSD due to an as yet
unidentified XS issue.

diffstat:

 databases/p5-DBIx-Class-UUIDColumns/DESCR    |  12 ++++++++++++
 databases/p5-DBIx-Class-UUIDColumns/Makefile |  24 ++++++++++++++++++++++++
 databases/p5-DBIx-Class-UUIDColumns/distinfo |   5 +++++
 3 files changed, 41 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 07befd641c71 -r 6036378019e0 databases/p5-DBIx-Class-UUIDColumns/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Class-UUIDColumns/DESCR Tue Jul 15 08:42:34 2008 +0000
@@ -0,0 +1,12 @@
+This DBIx::Class component resembles the behaviour of Class::DBI::UUID,
+to make some columns implicitly created as uuid.
+
+When loaded, UUIDColumns will search for a suitable uuid generation
+module from the following list of supported modules:
+
+    Data::UUID APR::UUID* UUID Win32::Guidgen Win32API::GUID
+
+If no supporting module can be found, an exception will be thrown.
+
+*APR::UUID will not be loaded under OpenBSD due to an as yet
+unidentified XS issue.
diff -r 07befd641c71 -r 6036378019e0 databases/p5-DBIx-Class-UUIDColumns/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Class-UUIDColumns/Makefile      Tue Jul 15 08:42:34 2008 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 08:42:34 abs Exp $
+
+DISTNAME=      DBIx-Class-UUIDColumns-0.02005
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBIx/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?DBIx::Class::UUIDColumns
+COMMENT=       Implicit uuid columns for DBIx::Class
+
+DEPENDS+=      p5-DBIx-Class>=0.07005:../../databases/p5-DBIx-Class
+DEPENDS+=      p5-Data-UUID>=0:../../devel/p5-Data-UUID
+DEPENDS+=      p5-Class-Accessor-Grouped>=0:../../devel/p5-Class-Accessor-Grouped
+
+BUILD_DEPENDS+= p5-DBD-SQLite>=1.11:../../databases/p5-DBD-SQLite
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/DBIx/Class/UUIDColumns/.packlist
+
+PKG_DESTDIR_SUPPORT=    user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 07befd641c71 -r 6036378019e0 databases/p5-DBIx-Class-UUIDColumns/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Class-UUIDColumns/distinfo      Tue Jul 15 08:42:34 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 08:42:34 abs Exp $
+
+SHA1 (DBIx-Class-UUIDColumns-0.02005.tar.gz) = 145b25b2e91e954c2d6b7434789b375aca6c7b71
+RMD160 (DBIx-Class-UUIDColumns-0.02005.tar.gz) = 6ff995b4109edb64dc2cf024777d86353b6b7e38
+Size (DBIx-Class-UUIDColumns-0.02005.tar.gz) = 23323 bytes



Home | Main Index | Thread Index | Old Index