Next | Query returned 234 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2022-02-08 21:48:09 by Roland Illig | Files touched by this commit (1)
Log message:
url2pkg: make code for analyzing CPAN URLs simpler

No functional change.
   2022-02-06 22:07:44 by Roland Illig | Files touched by this commit (2)
Log message:
url2pkg: add support for metacpan.org URLs
   2022-02-06 21:08:49 by Roland Illig | Files touched by this commit (2)
Log message:
url2pkg: for Python packages, prefix directory name with 'py-'
   2022-02-06 19:42:26 by Roland Illig | Files touched by this commit (3)
Log message:
url2pkg: allow url2pkg to be run from a category directory as well

Previously, it was necessary to create the package directory, change
into it and then run url2pkg from there.  Since the name of the package
directory usually corresponds to DISTNAME without the version number,
all necessary data is readily available, so automate this.

Update version to 21.4.2.
   2022-02-06 19:04:50 by Roland Illig | Files touched by this commit (1)
Log message:
url2pkg: only accept a single URL as command line argument
   2022-02-06 19:00:08 by Roland Illig | Files touched by this commit (2)
Log message:
url2pkg: extract code for analyzing the distfile URL

In a few commits, this will allow url2pkg to be run from a category
directory, thereby omitting the need to create the package directory
manually.

No functional change.
   2022-02-06 18:11:37 by Roland Illig | Files touched by this commit (1)
Log message:
url2pkg: add type annotation for usage
   2022-01-01 16:29:14 by Roland Illig | Files touched by this commit (4)
Log message:
url2pkg: improve MASTER_SITES and HOMEPAGE for PyPI packages

https://mail-index.netbsd.org/tech-pkg/2021/12/31/msg025908.html

Bump version.
   2022-01-01 16:04:58 by Roland Illig | Files touched by this commit (1)
Log message:
url2pkg: test current behavior for PyPI downloads
   2022-01-01 15:04:11 by Roland Illig | Files touched by this commit (4)
Log message:
url2pkg: remove interactivity

In the first phase, url2pkg generates a minimal package Makefile, barely
enough for downloading the distfile from the given URL.  That part runs
fully automated in almost all cases, so there is no need to invoke the
editor at this point.

After adjusting the package Makefile based on the downloaded and
extracted distfile, url2pkg has done its job, so there is no reason to
run the editor there as well.

Bump version.

Next | Query returned 234 messages, browsing 41 to 50 | Previous