pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-ORLite Initial import of p5-ORLite versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1795f130416d
branches:  trunk
changeset: 568158:1795f130416d
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Dec 06 13:48:25 2009 +0000

description:
Initial import of p5-ORLite version 1.28 in the NetBSD Packages
Collection.

The Perl 5 module ORLite is an object-relation system specifically
tailored for SQLite that follows many of the same principles as the
::Tiny series of modules and has a design and feature set that
aligns directly to the capabilities of SQLite.

diffstat:

 databases/p5-ORLite/DESCR    |   4 ++++
 databases/p5-ORLite/Makefile |  26 ++++++++++++++++++++++++++
 databases/p5-ORLite/distinfo |   5 +++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r fe1b30c7e4bc -r 1795f130416d databases/p5-ORLite/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-ORLite/DESCR Sun Dec 06 13:48:25 2009 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module ORLite is an object-relation system specifically
+tailored for SQLite that follows many of the same principles as the
+::Tiny series of modules and has a design and feature set that
+aligns directly to the capabilities of SQLite.
diff -r fe1b30c7e4bc -r 1795f130416d databases/p5-ORLite/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-ORLite/Makefile      Sun Dec 06 13:48:25 2009 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/12/06 13:48:25 seb Exp $
+
+DISTNAME=      ORLite-1.28
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AD/ADAMK/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/ORLite/
+COMMENT=       Perl 5 extremely light weight SQLite-specific ORM
+LICENSE=       ${PERL5_LICENSE}
+
+BUILD_DEPENDS+=        p5-Test-Script>=1.06:../../devel/p5-Test-Script
+DEPENDS+=      p5-DBD-SQLite>=1.25:../../databases/p5-DBD-SQLite
+DEPENDS+=      p5-File-Remove>=1.40:../../sysutils/p5-File-Remove
+DEPENDS+=      p5-File-Temp>=0.20:../../devel/p5-File-Temp
+DEPENDS+=      p5-Params-Util>=0.33:../../devel/p5-Params-Util
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/ORLite/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../databases/p5-DBI/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fe1b30c7e4bc -r 1795f130416d databases/p5-ORLite/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-ORLite/distinfo      Sun Dec 06 13:48:25 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/12/06 13:48:25 seb Exp $
+
+SHA1 (ORLite-1.28.tar.gz) = ec8ef4f48976dc2f0704ee4d17a8d207cd51be93
+RMD160 (ORLite-1.28.tar.gz) = 003418b55310dc0fe58d4f71d9ba8425e3b8a7ce
+Size (ORLite-1.28.tar.gz) = 36932 bytes



Home | Main Index | Thread Index | Old Index