diff options
author | wiz <wiz> | 2007-11-29 14:19:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-11-29 14:19:49 +0000 |
commit | f36fbd0795dfc5c59a19ee529378be129babee69 (patch) | |
tree | 01de9d5dcf6cddd58ce2eb77108c997a86a43f88 /textproc | |
parent | 3ae82f8d685f686b6b3305b11e4bb7c0a94f650d (diff) | |
download | pkgsrc-f36fbd0795dfc5c59a19ee529378be129babee69.tar.gz |
Update to 0.66:
version: 0.66
date: Thu Sep 27 01:37:16 PDT 2007
changes:
- Blessed code refs with LoadCode=0 still get blessed. rafl++
---
version: 0.65
date: Thu Jun 21 17:37:32 PDT 2007
changes:
- \z is really \0
- Speed up regexp loading. audreyt++
---
version: 0.64
date: Thu Jun 21 14:31:20 PDT 2007
changes:
- Better support for loading regexps. audreyt++
---
version: 0.63
date: Wed Jun 20 16:03:22 PDT 2007
changes:
- Don't emit nodes blessed into '' in the new tag scheme, and improve semantics
of loading such nodes.
- New support for dumping/loading regexps.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-YAML/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-YAML/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 49964274370..98643ba823f 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2006/10/28 08:37:40 obache Exp $ +# $NetBSD: Makefile,v 1.13 2007/11/29 14:19:49 wiz Exp $ -DISTNAME= YAML-0.62 +DISTNAME= YAML-0.66 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/I/IN/INGY/} diff --git a/textproc/p5-YAML/distinfo b/textproc/p5-YAML/distinfo index 319ec09e101..bb9391abaae 100644 --- a/textproc/p5-YAML/distinfo +++ b/textproc/p5-YAML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2006/10/28 08:37:40 obache Exp $ +$NetBSD: distinfo,v 1.8 2007/11/29 14:19:49 wiz Exp $ -SHA1 (YAML-0.62.tar.gz) = 727ac18ee74c87357e2fce5abbced224a99be6f1 -RMD160 (YAML-0.62.tar.gz) = fd9b350215e41967cd09bea2dbcd7ceb633df18a -Size (YAML-0.62.tar.gz) = 97878 bytes +SHA1 (YAML-0.66.tar.gz) = 2ae86eca722df3dbcd64843fff1ed671c4fc3849 +RMD160 (YAML-0.66.tar.gz) = c67c4f14b7ca8a7c2fe702986570120ee9c08d88 +Size (YAML-0.66.tar.gz) = 94654 bytes |