diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-12 14:13:37 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-12 14:13:37 +0000 |
commit | 801697b3263511edbffbea2579dfeaa371cb6c3d (patch) | |
tree | 86dea10dcac4f7441602c0248d39c0b098e6739f | |
parent | Update WWW URL. (diff) |
Remove textproc/p5-JSON-Syck, which is removed before
and I added it back yesterday.
Requested by: tobez
Notes
Notes:
svn path=/head/; revision=167578
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-JSON-Syck/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-JSON-Syck/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-JSON-Syck/pkg-descr | 15 | ||||
-rw-r--r-- | textproc/p5-JSON-Syck/pkg-plist | 8 |
5 files changed, 0 insertions, 55 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8cb12c2d0ff1..e6936a020079 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -332,7 +332,6 @@ SUBDIR += p5-Hash-Merge SUBDIR += p5-IDNA-Punycode SUBDIR += p5-IO-CSVHeaderFile - SUBDIR += p5-JSON-Syck SUBDIR += p5-KinoSearch SUBDIR += p5-LJ-SpellCheck SUBDIR += p5-Lingua-Conjunction diff --git a/textproc/p5-JSON-Syck/Makefile b/textproc/p5-JSON-Syck/Makefile deleted file mode 100644 index 562a3d49bbdc..000000000000 --- a/textproc/p5-JSON-Syck/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: p5-JSON-Syck -# Date created: 2006-07-11 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# -# $FreeBSD$ -# - -PORTNAME= JSON-Syck -PORTVERSION= 0.07 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= JSON -PKGNAMEPREFIX= p5- - -MAINTAINER= gslin@gslin.org -COMMENT= JSON is YAML - -PERL_CONFIGURE= yes - -MAN3= JSON::Syck.3 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/p5-JSON-Syck/distinfo b/textproc/p5-JSON-Syck/distinfo deleted file mode 100644 index b4c5b7a6143c..000000000000 --- a/textproc/p5-JSON-Syck/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (JSON-Syck-0.07.tar.gz) = b6a3d39bbec98100fc9433e41ebc773b -SHA256 (JSON-Syck-0.07.tar.gz) = b977740056130d3d1e74a82ffaa3f48744b52dd06c69b3e300aef6cb1ad93527 -SIZE (JSON-Syck-0.07.tar.gz) = 101024 diff --git a/textproc/p5-JSON-Syck/pkg-descr b/textproc/p5-JSON-Syck/pkg-descr deleted file mode 100644 index b208d7636bfa..000000000000 --- a/textproc/p5-JSON-Syck/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -You might want to know the difference between JSON and JSON::Syck. - -Since JSON is a pure-perl module and JSON::Syck is based on libsyck, -JSON::Syck is supposed to be very fast and memory efficient. See -chansen's benchmark table at -http://idisk.mac.com/christian.hansen/Public/perl/serialize.pl - -JSON.pm comes with dozens of ways to do the same thing and lots of -options, while JSON::Syck doesn't. There's only Load and Dump. - -Oh, and JSON::Syck doesn't use camelCase method names :-) - -Author: Audrey Tang <autrijus@autrijus.org> - Tatsuhiko Miyagawa <miyagawa@gmail.com> -WWW: http://search.cpan.org/dist/JSON-Syck/ diff --git a/textproc/p5-JSON-Syck/pkg-plist b/textproc/p5-JSON-Syck/pkg-plist deleted file mode 100644 index f3679e027d2a..000000000000 --- a/textproc/p5-JSON-Syck/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -@comment $FreeBSD$ -%%SITE_PERL%%/%%PERL_ARCH%%/JSON/Syck.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Syck/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Syck/Syck.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Syck/Syck.so -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Syck -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/JSON |