Commit graph

9 commits

Author SHA1 Message Date
abs
e9e903ab23 Updated devel/p5-Tree-DAG_Node to 1.06
2007-12-02  David Hand  cogent@cpan.org

	* release 1.06 -- new maintainer.  No code changes.
2008-05-28 21:10:32 +00:00
heinz
d45c59477e The package supports installation to DESTDIR.
Added missing perl category.
Switched to using MASTER_SITE_PERL_CPAN.
No compiler needed.
2008-01-08 23:41:06 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
wiz
f71f8f9c1b Update HOMEPAGE. 2005-02-19 17:41:32 +00:00
minskim
633e9a8ad8 Import p5-Tree-DAG_Node-1.05. Based on 1.04 in pkgsrc-wip, packaged by
David Price.

Tree::DAG_Node is a (super)class for representing nodes in a tree.

This class encapsulates/makes/manipulates objects that represent nodes
in a tree structure.  The tree structure is not an object itself, but
is emergent from the linkages you create between nodes.  This class
provides the methods for making linkages that can be used to build up
a tree, while preventing you from ever making any kinds of linkages
which are not allowed in a tree (such as having a node be its own
mother or ancestor, or having a node have two mothers).
2005-01-08 13:40:17 +00:00