Subject: CVS commit: pkgsrc/pkgtools/url2pkg
From: Roland Illig
Date: 2019-10-03 11:37:41
Message id: 20191003093741.3B624FBF4@cvs.NetBSD.org

Log Message:
pkgtools/url2pkg: update to 19.3.1

Changes since 19.3.0:

* Added an alternative url2pkg implementation in Python that will
  eventually replace the Perl implementation. Reasons are:

  * Perl is cumbersome to type with all the special characters
  * Perl does not even have a Boolean type, after all the years
  * Perl cannot check the number of arguments passed to subs
  * Python does not suffer from the above limitations
  * Python is available on as many platforms as Perl

* The two implementations will be kept in sync until all the features
  have made it into the Python implementation, and everything has
  automatic tests.

* Added the -v or --verbose command line option.

Files:
RevisionActionfile
1.103modifypkgsrc/pkgtools/url2pkg/Makefile
1.6modifypkgsrc/pkgtools/url2pkg/PLIST
1.13modifypkgsrc/pkgtools/url2pkg/files/url2pkg.8
1.1addpkgsrc/pkgtools/url2pkg/files/url2pkg.py
1.1addpkgsrc/pkgtools/url2pkg/files/url2pkg_test.py