Sun Nov 2 17:33:47 2014 UTC ()
Update to 1.23:

1.23  Mon Oct 20 18:12:00 2014
	- Change output format when using node2string(), which is called by tree2string().
		Indentation which used to be '|---' is now '|--- '. So, a tree which used to be printed as:
		|---:default
		|   |---::=
		|   |---action
		|   |---=>
		|   |---[values]
		Is now printed as:
		|--- :default
		|   |--- ::=
		|   |--- action
		|   |--- =>
		|   |--- [values]
		This makes the difference between node names ''/'-', '1'/'-1', etc, much clearer.
		Apologies to anyone who runs tests which compare the output with pre-existing files.


(wiz)
diff -r1.28 -r1.29 pkgsrc/devel/p5-Tree-DAG_Node/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/p5-Tree-DAG_Node/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/devel/p5-Tree-DAG_Node/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Tree-DAG_Node/Makefile 2014/10/09 14:06:29 1.28
+++ pkgsrc/devel/p5-Tree-DAG_Node/Makefile 2014/11/02 17:33:47 1.29
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.28 2014/10/09 14:06:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2014/11/02 17:33:47 wiz Exp $
2 2
3DISTNAME= Tree-DAG_Node-1.22 3DISTNAME= Tree-DAG_Node-1.23
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
8EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
9 8
10MAINTAINER= dprice@cs.nmsu.edu 9MAINTAINER= dprice@cs.nmsu.edu
11HOMEPAGE= http://search.cpan.org/dist/Tree-DAG_Node/ 10HOMEPAGE= http://search.cpan.org/dist/Tree-DAG_Node/
12COMMENT= Class for representing nodes in a tree 11COMMENT= Class for representing nodes in a tree
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= {perl>=5.19.1,p5-File-Temp>=0.23.01}:../../devel/p5-File-Temp 14DEPENDS+= {perl>=5.19.1,p5-File-Temp>=0.23.01}:../../devel/p5-File-Temp
16DEPENDS+= p5-File-Slurp-Tiny>=0:../../devel/p5-File-Slurp-Tiny 15DEPENDS+= p5-File-Slurp-Tiny>=0:../../devel/p5-File-Slurp-Tiny
17 16
18USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty

cvs diff -r1.13 -r1.14 pkgsrc/devel/p5-Tree-DAG_Node/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Tree-DAG_Node/distinfo 2014/02/16 16:06:29 1.13
+++ pkgsrc/devel/p5-Tree-DAG_Node/distinfo 2014/11/02 17:33:47 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2014/02/16 16:06:29 wen Exp $ 1$NetBSD: distinfo,v 1.14 2014/11/02 17:33:47 wiz Exp $
2 2
3SHA1 (Tree-DAG_Node-1.22.tgz) = 4e8c43530b6946467f35cf41cbed74bb790da024 3SHA1 (Tree-DAG_Node-1.23.tgz) = b68bb36d831bc0e1ff39326a987798d7f6a66f45
4RMD160 (Tree-DAG_Node-1.22.tgz) = 98db76d5b604b1a2bba70338393a9649051edb82 4RMD160 (Tree-DAG_Node-1.23.tgz) = 2afb28e204c09f7df9c021abad459a70e1dbc9f9
5Size (Tree-DAG_Node-1.22.tgz) = 48773 bytes 5Size (Tree-DAG_Node-1.23.tgz) = 49180 bytes