Commit graph

27 commits

Author SHA1 Message Date
wen
c93ff1401a Update to 1.22
Update DEPENDS

Upstream changes:
1.22  Thu Feb 13 13:14:00 2014
	- t/read.tree.t was still using File::Slurp :-(.

1.21  Thu Feb 13 11:14:00 2014
	- Switch from File::Slurp to File::Slurp::Tiny, on the advice of Karen Etheridge. See RT#92976.
2014-02-16 16:06:29 +00:00
wen
3b91dcec37 Update to 1.20
Upstream changes:
1.20  Fri Jan 31 09:46:00 2014
	- After a private email from Paul Howarth (yea!) I see I need File::Temp V 0.19 because that's
		the version which introduced the newdir() method, as used in the test suite. Sorry for the churn.

1.19  Thu Jan 30 09:24:00 2014
	- Set pre-req File::Temp version # to 0 (back from 0.2301). See D A Golden's blog entry:
		http://www.dagolden.com/index.php/2293/why-installing-distzilla-is-slow-and-what-you-can-do-about-it/.
2014-02-01 12:30:04 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wen
a8e4f81802 Update to 1.18
Update DEPENDS

Upstream changes:
1.18  Thu Sep 19 14:24:00 2013
	- No changes, code or otherwise, except for the version # in the *.pm, this file, and Changelog.ini.
	- Somehow a corrupted version got uploaded to search.cpan.org, so I've just changed the version #.
		The file on MetaCPAN was fine.
	- Thanx to Rob (Sisyphus) for reporting this.

1.17  Mon Sep 16 15:24:00 2013
	- Write test temp files in :raw mode as well as utf-8, for MS Windows users.
	- Take the opportunity to change all utf8 to utf-8, as per the docs for Encode,
		except for 'use warnings  qw(FATAL utf8);', which doesn't accept utf-8 :-(.
2013-11-24 01:13:31 +00:00
prlw1
5c05b1b706 Update p5-Tree-DAG_Node to 1.16:
1.16  Mon Sep  9 09;26:00 2013
- Accept a patch (slightly modified by me) from Tom Molesworth
  (see RT#88501):
  - Remove 'use open qw(:std :utf8);' because of its global effect.
  - Replace Perl6::Slurp with File::Slurp, using the latter's binmode
    option for the encoding.
  - Fix docs where I'd erroneously said File::Slurp didn't support utf8.

1.15  Fri Sep  6 11:10:00 2013
- Replace Path::Tiny with File::Spec, because the former's list of
  dependencies is soooo long :-(.
  - Changed files: t/read.tree.t, Build.PL and Makefile.PL.
    See: RT#88435 for an explanation.
- Move t/pod.t to xt/author/pod.t.
2013-09-09 20:27:40 +00:00
wiz
01e72507f7 Update to 1.14:
1.14  Wed Sep  4 13:44:00 2013
	- Document the copy() method.
	- Patch the copy() method so it respects the {no_attribute_copy => 1} option.
	- Add method read_tree(), for text files. It uses Perl6::Slurp (which supports utf8).
	- Add methods read_attributes() and string2hashref($s) for use by read_tree().
	- Add t/read.tree.t to test read_tree().
	- Add t/tree.utf8.attrbiutes.txt, in utf8, for use by t/read.tree.t.
	- Add t/tree.with.attributes.txt and t/tree.without.attributes.txt for use by t/read.tree.t.
	- Make Perl V 5.8.1 a pre-req so we have access to the utf8 pragma.

1.13  Mon Aug 12 17:16:00 2013
	- Change the values accepted for the no_attributes option from undef and 1 to 0 and 1.
		If undef is used, it becomes 0, so pre-existing code will not change behaviour.
		This makes it easier to pass 0 or 1 from the command line, since there is no default value available.
2013-09-05 19:25:07 +00:00
wen
3974531a4b Update to 1.12
Upstream changes:
1.12  Wed Jul  3 16:38:00 2013
	- Change text in README referring to licence to match text in body of source, since it was in conflict
		with the Artistic Licence V 2.0.
		This was requested by Petr Pisar who packages stuff for Red Hat.
	- Rename CHANGES to Changes as per CPAN::Changes::SPEC.
	- Various spelling fixes in the docs, as kindly reported by dsteinbrunner.
2013-07-04 00:10:40 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
hiramatsu
02d84fdd44 Update p5-Tree-DAG_Node to 1.11.
Changes from previous:
----------------------
[V 1.11]
2013-02-04T09:50:00

- Correct the date (2012 -> 2013) in this file used for V 1.10.
- Correct the text at L<Tree::DAG_Node/AUTHOR> so it refers to
Artistic License 2.0, which now matches what it says in Build.PL and
Makefile.PL. Resolves RT#83088.
2013-04-22 03:03:57 +00:00
wen
28da8bdc75 Update to 1.10
Upstream changes:
1.10  Fri Feb  1 08:53:00 2012
	- Change t/pod.t to look for Test::Pod 1.45, but comment out Test::Pod in Build.PL and Makefile.PL.
		This means Test::Pod is not used at all if it is not installed. As per RT#83077.
2013-02-01 05:05:54 +00:00
adam
a0d7c954fa Changes 1.09:
- No code changes.
- Oops. The changes in V 1.08 we made in the other 10 distros, but not in this one. My apologies.

Changes 1.08:
- No code changes.
- For pre-reqs such as strict, warnings, etc, which ship with Perl, set the version # to 0.
2012-11-24 13:54:17 +00:00
wen
4fb51c50c4 Update to 1.07
Upstream changes:
1.07  Thu Nov  1 12:47:00 2012
	- New maintainer: Ron Savage
	- Pre-emptive apologies for any changes which are not back-compat. No such problems are expected, but the
		introduction of new methods may disconcert some viewers.
	- Fix RT#78858, reported by Gene Boggs. Audit code for similar problems.
	- Fix RT#79506. reported by Ron Savage.
	- Rename ChangeLog to CHANGES, and add Changelog.ini.
	- Replace all uses of cyclicity_fault() and Carp::croak with die.
	- Remove unused methods: decommission_root(), cyclicity_allowed(), cyclicity_fault(), inaugurate_root(),
		no_cyclicity() and _update_links(). OK - cyclicity_fault() was called once. It just died.
	- Add methods: format_node(), hashref2string(), is_root(), node2string(), tree2string().
		tree2string($opts, $node) - unlike draw_ascii_tree() - can optionally print the tree starting at any node.
		Override format_node(), hashref2string(), and node2string() if desired.
	- Reformat the POD big-time.
	- Add Build.PL.
	- Re-write Makefile.PL.
	- Remove use vars(@ISA $Debug $VERSION). Replace latter 2 with 'our ...'.
	- Rename t/00_about_verbose.t to t/about.perl.t.
	- Add scripts/cut.and.paste.subtrees.pl. Warning: Some trees get into an infinite loop.
	- Add t/cut.and.paste.subtrees.t.        Warning: Some trees get into an infinite loop.
	- Document the options (discouraged by Sean) supported in the call to new($hashref).
2012-11-04 13:45:23 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
heinz
f6eb5e6f2a Set or updated LICENSE 2010-01-16 19:27:17 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
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