2015-08-13 12:06:53 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Use MASTER_SITE_GITHUB.
|
2015-08-13 12:05:19 by Jonathan Perkin | Files touched by this commit (3) | |
Log message:
Update pkgin to version 0.9.0. Changes:
* Significantly reduce RAM requirements for both "install" and \
"update",
headline number is "pkgin install gcc47" on SmartOS/x86_64 reduces from
383MB to 14MB, as well as being significantly faster, especially on
slower hardware. See my blog post at
<http://www.perkin.org.uk/posts/reducing-ram-usage-in-pkgin.html> for
more details.
* Handle pkg_add signature verification failures.
* Support pkg_summary.xz if available.
* Don't switch to parsable output when stdout isn't a tty, which broke
various automation tools.
* Integrate patches/patch-external_progressmeter.h
Tested on NetBSD, OSX, and SmartOS.
|
2015-04-06 10:17:41 by Adam Ciarcinski | Files touched by this commit (470) |
Log message:
Revbump after updating textproc/icu
|
2015-03-25 03:10:02 by Blue Rats | Files touched by this commit (2) |
Log message:
Including <sys/termios.h> on FreeBSD throws a warning. This warning breaks
the build. Patch fixes that.
|
2015-03-09 12:45:08 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Put the catpage back.
|
2015-03-08 18:57:42 by Emile iMil Heitor | Files touched by this commit (3) |
Log message:
Updated pkgin to version 0.8.0
20150308
bugfix: added missing dash before ffu
20150128
0.8.0
Added preferred.conf support
man page now based on ronn <http://rtomayko.github.io/ronn/ronn.1.html>
|
2015-01-25 11:10:52 by Emile iMil Heitor | Files touched by this commit (3) | |
Log message:
removed patches, integrated upstream
|
2015-01-25 11:09:34 by Emile iMil Heitor | Files touched by this commit (2) |
Log message:
Updated to pkgin 0.7.0
Changes:
20150124
When -n is provided to pkgin ar, rm, in, fug, packages list is shown
as one package per line so it is easier to read (feature proposed
by gdt@ in GitHub issue #41)
20150122
Fixed GitHub issue #33: clean database when repository removed
20150121
Fixed some resource leakage pointed out by coverity scan
20150119
+PRESERVE packages now correctly upgraded without pkg_add -f
20150106
Dropped percentage printout if stdout is not a tty (patch by Havard
Eidnes)
Changed pkg_add -f flag with -D as suggested by Greg Troxel
20150105
Fixed an issue with meta-packages not updating pkgdb, check for
PKG_DBDIR mtime instead
20150102
Avoid deepness > 1 when checking for dependency upgrades, should fix
PR #48561
20141229
Avoid `preserved' packages to be `autoremoved'
20141228
Fixed GH issue #1, NULL PKG_PATH (which is wrong btw) makes pkgin
segfault, strcmp() secured with safe_strcmp()
Added --with-pkginstall to configure
20141223
0.7.0
Fixed GH issue #36, automatic flag no more set when a package is
installed via pkg_add(1)
Added -p (parsable) flag for 3rd party frontends
Added statistics (patch by Youri Mouton)
Package-names-containing-a-dot fix (patch by Yamamoto Takashi)
|
2015-01-21 10:12:42 by OBATA Akio | Files touched by this commit (10) | |
Log message:
recuesive bump from libarchive major update.
|
2014-11-19 16:10:32 by Jared D. McNeill | Files touched by this commit (1) |
Log message:
allow overriding the default repository URL with PKGIN_REPOSITORY_URL
|