diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-02 16:49:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-02 16:49:30 +0000 |
commit | 19beef2685c4e62ca2ea96c54fb41a66480776f1 (patch) | |
tree | 17a49066f5163b4bb72029d9becce2d3ae8e58b7 /pkgtools/url2pkg/PLIST | |
parent | 28dbf6e215b05a88dd639c1d2bc4629aa871c78c (diff) | |
download | pkgsrc-19beef2685c4e62ca2ea96c54fb41a66480776f1.tar.gz |
Took over maintainership from Hubert.
Rewrote url2pkg in Perl, enhancing it in several ways:
- Packages for Perl modules using MakeMaker can be generated almost
completely. The only thing that usually needs to be filled out after
running url2pkg is the DESCR file.
- USE_LANGUAGES is filled automatically.
- After generating the initial Makefile, the editor is run to let the
user edit the Makefile. These changes are preserved as much as
possible. (This had not been the case before.)
- Extending url2pkg has been made much easier by splitting the tasks that
do the "magic" into small subroutines and by adding a detailed
description of what these routines are supposed to do.
Set the version number to 2.0.
Diffstat (limited to 'pkgtools/url2pkg/PLIST')
-rw-r--r-- | pkgtools/url2pkg/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/url2pkg/PLIST b/pkgtools/url2pkg/PLIST index ad838824b46..d1749367a14 100644 --- a/pkgtools/url2pkg/PLIST +++ b/pkgtools/url2pkg/PLIST @@ -1,3 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:19:12 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/10/02 16:49:30 rillig Exp $ bin/url2pkg +lib/url2pkg/ExtUtils/MakeMaker.pm man/man8/url2pkg.8 +@dirrm lib/url2pkg/ExtUtils +@dirrm lib/url2pkg |