pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-Sort-SQL Added databases/p5-Sort-SQL vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd056a1bf069
branches:  trunk
changeset: 544409:fd056a1bf069
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jul 14 09:34:26 2008 +0000

description:
Added databases/p5-Sort-SQL version 0.03

Sort::SQL is so simple it almost doesn't deserve to be on CPAN.

Takes a scalar string of the SQL ORDER BY syntax and turns it into
an array of key/value pair hashrefs.

diffstat:

 databases/p5-Sort-SQL/DESCR    |   4 ++++
 databases/p5-Sort-SQL/Makefile |  18 ++++++++++++++++++
 databases/p5-Sort-SQL/distinfo |   5 +++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r ce6374530935 -r fd056a1bf069 databases/p5-Sort-SQL/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Sort-SQL/DESCR       Mon Jul 14 09:34:26 2008 +0000
@@ -0,0 +1,4 @@
+Sort::SQL is so simple it almost doesn't deserve to be on CPAN.
+
+Takes a scalar string of the SQL ORDER BY syntax and turns it into
+an array of key/value pair hashrefs.
diff -r ce6374530935 -r fd056a1bf069 databases/p5-Sort-SQL/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Sort-SQL/Makefile    Mon Jul 14 09:34:26 2008 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:34:26 abs Exp $
+
+DISTNAME=      Sort-SQL-0.03
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/K/KA/KARMAN/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~karman/Sort-SQL/
+COMMENT=       Manipulate SQL sort strings
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Sort/SQL/.packlist
+
+PKG_DESTDIR_SUPPORT=    user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ce6374530935 -r fd056a1bf069 databases/p5-Sort-SQL/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Sort-SQL/distinfo    Mon Jul 14 09:34:26 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:34:26 abs Exp $
+
+SHA1 (Sort-SQL-0.03.tar.gz) = 772d332efe46a52da05361db54d396cd56d847a9
+RMD160 (Sort-SQL-0.03.tar.gz) = 6825dd4e6d71b14d86f8e124887d2ef9e0833ee2
+Size (Sort-SQL-0.03.tar.gz) = 2971 bytes



Home | Main Index | Thread Index | Old Index