2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2015-11-04 01:38:40 by Alistair G. Crooks | Files touched by this commit (10) |
Log message:
Add SHA512 digests for distfiles for pkgtools category
Existing SHA1 digests verified and found to be the same on the machine
holding the existing distfiles (morden). All existing SHA1 digests
retained for now as an audit trail.
|
2015-03-01 15:58:47 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Update to version 0.66.0
New utility pkg_cksum2summary was added
|
2015-01-18 17:45:43 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 0.65.2
pkg_lint_summary -l:
REQUIRES/PROVIDES paths are normalized (//, /.., /. are removed).
This fixes some problems in nih.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-08-13 01:15:28 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 0.65.1
Build failure was fixed on Haiku. Haiku provides strlwr(3) that
conflicts with pkg_summary-utils' version.
|
2014-07-13 18:46:45 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Update BUILD_DEPENDS
|
2014-07-13 18:45:56 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update
Version 0.65.0
mk-configure>=0.26.0 is required for build.
pkg_grep_summary
- fix for "-t strfile" (hcreate(3) hash is not autoresizable)
- if option -r was applied, the exit status is 1 for "not match"
and 2 for unexpected failure.
Code clean-ups and improvements.
Version 0.64.0
pkg_subgraph_deps:
- significant performance improvements
pkg_cmp_summary:
- option -f was added, options -p and -P are considered deprecated
Code clean-ups in the default pkg_digger.conf
|
2014-01-14 02:09:20 by Aleksey Cheusov | Files touched by this commit (3) |  |
Log message:
Updated to versiopn 0.63.0:
pkg_grep_summary:
- almost all search strategies were reimplemented in C for better
performance, as a result all utilities using pkg_grep_summary(1)
work much faster. Strategies still implemented in AWK: awk, kw.
- converted to use shell's getopts.
- new regression tests.
pkg_src_summary:
- if -m, -d, -D aren't applied, temporary files are not created.
- adapted for recent paexec(1) improvements.
pkg_update_src_summary:
- progress counter is output if -v is applied.
pkg_summary2deps:
- workaround for buggy patterns like >=foo-1.* was implemented.
pkg_summary-utils build infrastructure is completely reimplemented. Now
it is a two-level project. Subprojects: scripts and grep_summary
(enabled by default), doc and tests.
PKG_TOOLS_BIN env. variable is used at build time as a default
directory for pkg_info(8) (for OpenBSD/FreeBSD in order to avoid
conflicts with their native pkg_* tools).
A number of stupid workarounds for stupid Solaris' userlevel.
All scripts written in shell uses @SH@ in shebang and therefore uses
pkgsrc's ${SH} at run time.
|
2014-01-03 19:14:24 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Remove MESSAGE
|