summaryrefslogtreecommitdiff
path: root/pkgtools/pkgin
AgeCommit message (Collapse)AuthorFilesLines
2011-08-13pkgin 0.4.3imil2-6/+6
Imported progressmeter from OpenSSH, should fix percentage progress
2011-08-10pkgin 0.4.2.2imil2-6/+6
Cleaned up download.c SQLite upgraded to 3.7.7.1
2011-08-0220110802imil2-7/+6
Release 0.4.2.1 Fixed the "too many connexions" problem with libfetch and FTP
2011-06-20Bump PKGREVISION for PLIST change.wiz1-2/+2
(Not really necessary, but PKGREVISIONs are cheap; and the binary packages do differ.)
2011-06-20Remove unnecessary exec. PR 45085 by Thomas Cort.wiz1-2/+1
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-1/+2
2011-03-06pkgin 0.4.2imil2-7/+7
20110306 Moving to SF.net Check for mark_as_automatic_installed() return code 20110301 pkgin can now upgrade pkg_install with user's approval 20110228 url_stat's size is declared as off_t, will be > SSIZE_MAX on 32 bits systems. Added a fix for this. 20110227 Added -P, print package version instead of globs in sd, srd, sfd Added warning for repositories with 0-lenght FILE_SIZE Added -V (verbosity) flag Moved integer flags to uint8_t
2011-02-21pkgin 0.4.1imil2-6/+6
. Wiped out file.c, ftpio.c, path.c, str.c, pexec.c, pkg_io.c, pen.c, strsep.c, lpkg.c, iterate.c . Inform about logging
2011-02-13pkgin 0.4.0imil2-13/+21
20110207 Replaced naive repository arch check by MACHINE_ARCH check 20110206 Bump to SQLite 3.7.5 20110205 Added statvfs64 support Redirect stderr to logfile while pkg_{add,delete} 20110204 Feature request: -F / force-reinstall Feature request: PR 43049 Generated repositories.conf for NetBSD, DragonFly BSD and MINIX 20110130 Merged 0.4.0 to HEAD MINIX patches from Gautam are now upstream Re-added download-only Makefile.in / configure.ac cleanup Integrated some of bapt's patches - chroot - bandwidth calculation 20110122 pkgin 0.4.0 SQLite "Amalgamation" version is now part of the tree, No more databases/sqlite3 dependency needed
2011-01-20pkgin 0.3.3.4, never say "this is the last release"imil2-6/+6
Fixed a non-critical bug: some packages were marked for upgrade more than once.
2011-01-19pkgin 0.3.3.3, hopefully the last 0.3 releaseimil2-6/+6
- Double dewey match fixed, i.e. foo>=1.2.3<3.0 - Duplicate entries for remove and upgrade fixed - "Missing package in repository" case handled
2011-01-16Removed patches, now upstream.imil1-13/+0
2011-01-16pkgin 0.3.3.2imil2-8/+6
Fixed a nasty bug in handling dependencies like php>=5.2.17<5.3 Included is@ patch upstream for Solaris build
2010-06-10Update to 0.3.3.1 (on wip: 20100124) + a local patch to fix building onis4-3/+18
Solaris (and, I suspect, other autoconf-using architectures). En detail: 20100123: Many cleanups from stacktic - Replaced strstr's with str{n}cmp when possible - #ifdef'ed PROVIDES - Queries are now const chars 20100102: Solaris 10 support Mac OS X support Many cleanups from stacktic 20100101: Many fixes by stacktic : - Added -n (no-flag) - Various memleaks fixed - pkgname comparison fix - Cleaned up trailing spaces - Got rid of recursion ! 20091206: Added -l status flags 20091203: autoconf support percentage redraw fix (jmcneill) variables cleanups (PKG_SYSCONFDIR, VARBASE) (sketch) auto-lookup for SUMEXTS, removed options.mk (sketch) opensolaris fixes (sketch) repositories.conf variables substitution (tuxillo) impact mutex (Johannes Hofmann) SunOS 5.8 support (Mikhail T.)
2010-01-24pkgin 0.3.3.1imil2-6/+6
Fixed ordering issue.
2010-01-24Removed options.mk, summary suffix is now handled dynamicallyimil1-11/+0
2010-01-24pkgin 0.3.3 import from wip/pkgin-20100123imil3-17/+16
- Solaris 10 support - Mac OS X support - Added -l status flags - autoconf support - percentage redraw fix (jmcneill) - variables cleanups (PKG_SYSCONFDIR, VARBASE) (sketch) - auto-lookup for SUMEXTS, removed options.mk (sketch) - opensolaris fixes (sketch) - repositories.conf variables substitution (tuxillo) - impact mutex (Johannes Hofmann) - SunOS 5.8 support (Mikhail T.) Plus many cleanups from stacktic@ - Replaced strstr's with str{n}cmp when possible - #ifdef'ed PROVIDES - Queries are now const chars - Added -n (no-flag) - Various memleaks fixed - pkgname comparison fix - Cleaned up trailing spaces - Got rid of recursion !
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-06-08pkgin is aimed at being an apt / yum like tool for managingimil6-0/+94
pkgsrc binary packages. It relies on pkg_summary(5) for installation, removal and upgrade of packages and associated dependencies, using a remote repository. OK'd by seb@