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 19:39:24
Module Name: pkgsrc
Committed By: rillig
Date: Mon Oct 2 19:39:24 UTC 2006
Modified Files:
pkgsrc/pkgtools/url2pkg: Makefile
pkgsrc/pkgtools/url2pkg/files: MakeMaker.pm url2pkg.pl
Log Message:
Updated url2pkg to 2.1.
Changes since 2.0:
- Made the dependency detection for Perl modules work again. The code
does not assume to be run in a special directory anymore.
- Perl modules that use the prompt() function to query the user
interactively can be handled. All questions are assumed to be answered
by just pressing <enter>.
- Made url2pkg more robust when interpreting the output of MakeMaker.pm.
Many Perl modules write additional things to stdout during the
generation of the Makefile.
- The language for the *.f files is "fortran", not "f".
- Fixed the regular expression for prdownloads.sourceforge.net links, so
that the distfile name is properly extracted.
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 pkgsrc/pkgtools/url2pkg/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/pkgtools/url2pkg/files/MakeMaker.pm \
pkgsrc/pkgtools/url2pkg/files/url2pkg.pl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.