ports/95412: [PATCH] textproc/p5-YAML-Syck: update to 0.41
Paul Dlug
paul at aps.org
Thu Apr 6 14:30:21 UTC 2006
>Number: 95412
>Category: ports
>Synopsis: [PATCH] textproc/p5-YAML-Syck: update to 0.41
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 06 14:30:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Paul Dlug
>Release: FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD lugnut.aps.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #5: Mon Mar 27 14:20:12 EST 2006
>Description:
- Update to 0.41
- YAML::Syck and JSON::Syck are now merged together as of the 0.41 release.
I combined the packing list and description textproc/p5-JSON-Syck
I'm not sure if there's a way to instruct the ports system to replace
textproc/p5-JSON/Syck with this port if that is installed.
Port maintainer (tobez at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- p5-YAML-Syck-0.41.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML-Syck/Makefile /usr/home/paul/myports/textproc/p5-YAML-Syck/Makefile
--- /usr/ports/textproc/p5-YAML-Syck/Makefile Tue Mar 21 08:08:53 2006
+++ /usr/home/paul/myports/textproc/p5-YAML-Syck/Makefile Thu Apr 6 10:15:49 2006
@@ -6,18 +6,18 @@
#
PORTNAME= YAML-Syck
-PORTVERSION= 0.38
+PORTVERSION= 0.41
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= YAML
PKGNAMEPREFIX= p5-
MAINTAINER= tobez at FreeBSD.org
-COMMENT= Fast, lightweight YAML loader and dumper
+COMMENT= Fast, lightweight YAML and JSON loader and dumper
PERL_CONFIGURE= yes
-MAN3= YAML::Syck.3
+MAN3= JSON::Syck.3 YAML::Syck.3
.include <bsd.port.pre.mk>
diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML-Syck/distinfo /usr/home/paul/myports/textproc/p5-YAML-Syck/distinfo
--- /usr/ports/textproc/p5-YAML-Syck/distinfo Tue Mar 21 08:08:53 2006
+++ /usr/home/paul/myports/textproc/p5-YAML-Syck/distinfo Thu Apr 6 10:03:17 2006
@@ -1,3 +1,3 @@
-MD5 (YAML-Syck-0.38.tar.gz) = e7f52de12cd9c64aac78adbf4e3baf2b
-SHA256 (YAML-Syck-0.38.tar.gz) = 9d1fc4846a59047d8b7015de9cc6d48ef20f52ea8eff8d080f7d788464558a33
-SIZE (YAML-Syck-0.38.tar.gz) = 107263
+MD5 (YAML-Syck-0.41.tar.gz) = 5076a1fa6d84bebba24d89cba78506f8
+SHA256 (YAML-Syck-0.41.tar.gz) = caea8de469f70e378df12b782b94c653434d0457d97ae7ad135d6e373cc6d95a
+SIZE (YAML-Syck-0.41.tar.gz) = 122491
diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML-Syck/pkg-descr /usr/home/paul/myports/textproc/p5-YAML-Syck/pkg-descr
--- /usr/ports/textproc/p5-YAML-Syck/pkg-descr Wed Dec 28 04:46:03 2005
+++ /usr/home/paul/myports/textproc/p5-YAML-Syck/pkg-descr Thu Apr 6 10:15:38 2006
@@ -1,5 +1,9 @@
This module provides a Perl interface to the libsyck data serialization
library. It exports the Dump and Load functions for converting Perl
-data structures to YAML strings, and the other way around.
+data structures to YAML strings, and the other way around. It also
+provides an implementation of JSON parsing and generation. Because
+JSON is YAML (http://redhanded.hobix.com/inspect/yamlIsJson.html),
+using libsyck gives you the fastest and most memory efficient parser
+and dumper for JSON data representation.
WWW: http://search.cpan.org/dist/YAML-Syck/
diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML-Syck/pkg-plist /usr/home/paul/myports/textproc/p5-YAML-Syck/pkg-plist
--- /usr/ports/textproc/p5-YAML-Syck/pkg-plist Sat Jan 21 21:54:59 2006
+++ /usr/home/paul/myports/textproc/p5-YAML-Syck/pkg-plist Thu Apr 6 10:12:54 2006
@@ -1,6 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Syck/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Syck/Syck.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Syck/Syck.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/JSON/Syck.pm
%%SITE_PERL%%/%%PERL_ARCH%%/YAML/Syck.pod
%%SITE_PERL%%/%%PERL_ARCH%%/YAML/Syck.pm
%%SITE_PERL%%/%%PERL_ARCH%%/YAML/Loader/Syck.pm
--- p5-YAML-Syck-0.41.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list