Commit graph

30 commits

Author SHA1 Message Date
obache
bb3696f957 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +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
joerg
d79cec3e62 Fix destdir. 2009-07-16 10:51:17 +00:00
sno
0563890269 adding destdir support and license of perl itself (META.yml) 2009-07-07 16:07:18 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
he
b3749e1f03 Update from version 2.03nb1 to 2.04.
Pkgsrc changes:
 o Adjust dependencies according to META.yml

Upstream changes:

2.04 Fri Dec 12 21:31:24 GMT 2008
    - perltidy everything
    - add human- and machine-readable license
    - add use warnings
2008-12-21 00:39:02 +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
he
49779cec10 Update from version 2.02nb4 to 2.03. Changes:
2.03 Sun Nov 18 14:40:20 GMT 2007
    - make the graph name configurable (patch by Ruslan Zakirov)
2008-07-30 17:02:45 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
rillig
9c704971db Fixed the interpreter of the example Perl programs. Bumped PKGREVISION. 2006-03-10 21:03:18 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +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
seb
3377dc4e78 Update to version 2.02
Add (pseudo) HOMEPAGE, trim dependencies, install examples.

Changes since last packaged version (1.8):
2.02 Fri Jan  7 18:51:06 GMT 2005
        - remove dependencies on Graph and Math::Bezier
        - make GraphViz HTML-Like labels work (spotted by Patrice Dehais)
        - updated (including much documentation) to support newer additions
          to the dot language (by Max Baker)
        - new test which tests the POD

2.01 Fri Sep 24 17:02:29 BST 2004
        - no longer *always* quote the label in add_node() in order to
          let GraphViz::Data::Structure work again (sorry)

2.00 Wed Aug 25 16:30:53 BST 2004
        - thanks to Ron Savage, patched to work under systems
          which have an executable extension, such as Windows

1.9 Tue Aug 24 15:30:31 BST 2004
        - check for "dot" in the Makefile.PL instead of a test, as
          suggested by Autrijus Tang
        - renamed Changes to CHANGES
        - clusters can now take attributes as a hashref, thanks to
          patch from Richard A.Wells (see clusters2.pl)
        - fix docbug in GraphViz::Parse::Yapp (spotted by Mark Fowler)
        - better quoting (patch by Barrie Slaymaker)
        - document as_debug (suggested by Richard Clamp)
2005-04-20 08:42:11 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
seb
45660a8786 Bl3ify.
No need to include graphviz/buildlink?.mk a simple DEPENDS is enough.
Remove unnecessary USE_X11.
2004-04-17 20:24:30 +00:00
seb
9070596a8c Update to version 1.8
Changes since version 1.5:

1.8 Sun Feb 23 09:15:14 GMT 2003
        - support for client-side image maps by Dan Boorstein

1.7 Sun Jan 19 21:55:14 GMT 2003
        - quote bgcolor so that HSV works

1.6 Sat Jan 18 15:47:26 GMT 2003
        - moved tests to Test::More
        - new test which checks if graphviz is installed
        - new 'layout' graph attribute to support twopi - you
          may have to change your programs!
        - new bgcolor graph attribute (idea by Scott Murman)
        - labels named "graph" now work
2003-07-28 12:34:02 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
seb
d3b33181ee Claim stewardship of these. 2003-06-03 09:39:00 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
uebayasi
68e7b43367 More b16n; add ../../graphics/graphviz/buildlink.mk. 2003-01-10 02:32:04 +00:00
seb
ed2eb17e4c Use perl5/module.mk. 2002-10-27 19:34:19 +00:00
seb
7f38006f50 Initial import of p5-GraphViz version 1.5 into the Packages Collection.
This perl module provides an interface to layout and generate images of
directed graphs in a variety of formats (PostScript, PNG, etc.) using
the "dot" and "neato" programs from the GraphViz project.
2002-08-28 19:39:52 +00:00