Subject: CVS commit: pkgsrc/pkgtools/url2pkg
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 10/02/2006 16:49:30
Module Name:	pkgsrc
Committed By:	rillig
Date:		Mon Oct  2 16:49:30 UTC 2006

Modified Files:
	pkgsrc/pkgtools/url2pkg: DESCR Makefile PLIST
	pkgsrc/pkgtools/url2pkg/files: url2pkg.8
Added Files:
	pkgsrc/pkgtools/url2pkg/files: MakeMaker.pm url2pkg.pl
Removed Files:
	pkgsrc/pkgtools/url2pkg/files: url2pkg

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/pkgtools/url2pkg/DESCR
cvs rdiff -r1.43 -r1.44 pkgsrc/pkgtools/url2pkg/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/pkgtools/url2pkg/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/pkgtools/url2pkg/files/MakeMaker.pm \
    pkgsrc/pkgtools/url2pkg/files/url2pkg.pl
cvs rdiff -r1.38 -r0 pkgsrc/pkgtools/url2pkg/files/url2pkg
cvs rdiff -r1.7 -r1.8 pkgsrc/pkgtools/url2pkg/files/url2pkg.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.