diff options
author | abs <abs@pkgsrc.org> | 2006-02-02 23:16:47 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-02-02 23:16:47 +0000 |
commit | 0064a8ff05afc43773314df1471838c0f438a959 (patch) | |
tree | f915da3aa78152bf72de14686dbdc70e2f388758 /textproc/p5-YAML | |
parent | b11d1504d0ce0bd55ae12045a1064156477ab566 (diff) | |
download | pkgsrc-0064a8ff05afc43773314df1471838c0f438a959.tar.gz |
Update textproc/p5-YAML to 0.57 - needed for p5-Catalyst-5.63
Changes since 0.39:
version: 0.57
date: Wed Feb 1 23:06:25 PST 2006
changes:
- Add obligatory '1;' to end of each module.
---
version: 0.56
date: Mon Jan 30 10:26:33 PST 2006
change:
- Add Module::Install::TestBase support
---
version: 0.55
date: Sun Jan 29 19:03:35 PST 2006
change:
- Load YAML::Node because Module::Build expects it to be loaded.
We can undo this when Module::Build starts loading it for itself.
---
version: 0.54
date: Sun Jan 29 17:28:46 PST 2006
change:
- Remove dependency on Class::Spiffy (and/or Spiffy).
---
version: 0.53
date: Thu Jan 19 06:03:17 PST 2006
change:
- Depend on Class::Spiffy instead of Spiffy. No source filtering.
---
version: 0.52
date: Wed Jan 18 14:25:24 PST 2006
change:
- Error in Spiffy-0.26 causing problems. Require 0.27
---
version: 0.51
date: Sat Jan 14 17:09:09 GMT 2006
change:
- Tests pass on win32 and cygwin
- Don't gpg sign the distribution tarball
---
version: 0.50
date: Sun Dec 25 11:09:18 PST 2005
changes:
- Major refactoring of YAML.pm
- Completely OO with same old functional UI
- Support the $YAML::Stringify option which most be on for objects to get
stringified. Otherwise dump the object.
- Can dump overloaded objects now.
- Completely refactor test suite using Test::Base
- Create Test::YAML
- Make test framework compatible with YAML::Syck - Test-Base-0.45
- Reviewed all rt bugs. fixed many
- Reviewed all emailed bugs. Fixed many.
- Helped audrey complete YAML::Syck and worked on interoperability issues
- Test well known yaml docs like svk and META.yml
- Eliminate unsafe string evals
- Can use with autouse. Spiffy-0.25
- Support YAML::Marshall to help classes that want to do their own marshalling
- Make objects tags configurable
- -M option for ysh to test other implementations like YAML::Syck
Diffstat (limited to 'textproc/p5-YAML')
-rw-r--r-- | textproc/p5-YAML/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-YAML/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 83c98a84914..ece1046a15d 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2005/11/01 12:57:05 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/02/02 23:16:47 abs Exp $ -DISTNAME= YAML-0.39 +DISTNAME= YAML-0.57 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/I/IN/INGY/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/YAML/ diff --git a/textproc/p5-YAML/distinfo b/textproc/p5-YAML/distinfo index 5b44f6ce244..c41f1e6806b 100644 --- a/textproc/p5-YAML/distinfo +++ b/textproc/p5-YAML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/11/01 12:57:05 wiz Exp $ +$NetBSD: distinfo,v 1.6 2006/02/02 23:16:47 abs Exp $ -SHA1 (YAML-0.39.tar.gz) = 096aca1bf3ebb27358cbb0bb2c78f1c9154864f1 -RMD160 (YAML-0.39.tar.gz) = 30844aa7d9638eb40ec918ccf3f1c5c4c8e9661d -Size (YAML-0.39.tar.gz) = 61243 bytes +SHA1 (YAML-0.57.tar.gz) = 8a68ab575e73d76f9d23b7a0b1b115fa1219cea6 +RMD160 (YAML-0.57.tar.gz) = 7d564326b443be51b151dcfaaa0a591d22ff3daf +Size (YAML-0.57.tar.gz) = 89835 bytes |