pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-JSON-Any Import converters/p5-JSON-Any-1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98c33027b256
branches:  trunk
changeset: 533019:98c33027b256
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Sep 07 12:43:17 2007 +0000

description:
Import converters/p5-JSON-Any-1.08 into pkgrsc:
This module will provide a coherent API to bring together the
various JSON modules currently on CPAN. This module will allow you
to code to any JSON API and have it work regardless of which JSON
module is actually installed.

diffstat:

 converters/p5-JSON-Any/DESCR            |   4 ++++
 converters/p5-JSON-Any/Makefile         |  18 ++++++++++++++++++
 converters/p5-JSON-Any/PLIST            |   1 +
 converters/p5-JSON-Any/distinfo         |   6 ++++++
 converters/p5-JSON-Any/patches/patch-aa |  11 +++++++++++
 5 files changed, 40 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 0601ac6cb09b -r 98c33027b256 converters/p5-JSON-Any/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-Any/DESCR      Fri Sep 07 12:43:17 2007 +0000
@@ -0,0 +1,4 @@
+This module will provide a coherent API to bring together the
+various JSON modules currently on CPAN. This module will allow you
+to code to any JSON API and have it work regardless of which JSON
+module is actually installed.
diff -r 0601ac6cb09b -r 98c33027b256 converters/p5-JSON-Any/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-Any/Makefile   Fri Sep 07 12:43:17 2007 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $
+
+DISTNAME=              JSON-Any-1.08
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            www perl5 converters
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PERIGRIN/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/JSON-Any/
+COMMENT=               Wrapper Class for the various JSON classes
+
+PERL5_PACKLIST=                auto/JSON/Any/.packlist
+
+# Do not install any specific JSON converter - let user decide
+# DEPENDS+=            p5-JSON-[0-9]*:../../converters/p5-JSON
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0601ac6cb09b -r 98c33027b256 converters/p5-JSON-Any/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-Any/PLIST      Fri Sep 07 12:43:17 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $
diff -r 0601ac6cb09b -r 98c33027b256 converters/p5-JSON-Any/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-Any/distinfo   Fri Sep 07 12:43:17 2007 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $
+
+SHA1 (JSON-Any-1.08.tar.gz) = bc996119a5f52eb06d1ee37453cfbe60a5f46ff2
+RMD160 (JSON-Any-1.08.tar.gz) = e0fa20be962cd8cc56d63067e015e725bfb2faff
+Size (JSON-Any-1.08.tar.gz) = 21344 bytes
+SHA1 (patch-aa) = d78062c9be66f341ff54fd531c1a40daf73bcf44
diff -r 0601ac6cb09b -r 98c33027b256 converters/p5-JSON-Any/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-Any/patches/patch-aa   Fri Sep 07 12:43:17 2007 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $
+
+--- Makefile.PL.orig   2007-05-10 13:59:42.000000000 +0100
++++ Makefile.PL
+@@ -31,5 +31,5 @@ feature 'JSON::Syck',
+ build_requires 'Test::More' => '0';
+ no_index 'directory'        => 'ex';
+ 
+-auto_install;
++# auto_install;
+ WriteAll;



Home | Main Index | Thread Index | Old Index