Commit graph

34 commits

Author SHA1 Message Date
Emile `iMil' Heitor
6796380d54 pkgin-20100124
Fixed ordering issue.
2010-01-24 16:13:35 +00:00
Emile `iMil' Heitor
0d62774861 Solaris 10 support
Mac OS X support
Added -l status flags
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-23 19:59:07 +00:00
Thomas Klausner
303fd48adc Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:03:22 +00:00
Emile `iMil' Heitor
dfe74b4dbf fixed .gz summary download 2009-12-06 14:48:20 +00:00
Emile `iMil' Heitor
8db1bd643b we don't use options.mk anymore 2009-12-06 13:43:37 +00:00
Emile `iMil' Heitor
159c19e99f pkgin-20091206, added -l status flag 2009-12-06 13:40:32 +00:00
Emile `iMil' Heitor
d3637e7af8 pkgin-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.)
2009-12-03 12:33:31 +00:00
Thomas Klausner
4c850f93bc Remove obsolete @dirrm lines. 2009-10-11 10:44:24 +00:00
Emile `iMil' Heitor
e8d098732b updated to 20090608. If no major bug found, this will be the 1st pkgsrc import (0.2.5) 2009-06-08 10:22:11 +00:00
Emile `iMil' Heitor
9c1b7cd5a3 updated to 20090607. Ordered lists by default, avoid conflicts with local packages installed with options. 2009-06-07 09:56:49 +00:00
Emile `iMil' Heitor
9c95ad2f2e updated to 20090605. Repositories are now listed in ${PREFIX}/etc/pkgin/repositories.conf, search is now case insensitive. 2009-06-05 22:30:51 +00:00
Emile `iMil' Heitor
69735818c0 updated to 2009060401. Fixed empty upgrade list 2009-06-04 19:36:36 +00:00
Emile `iMil' Heitor
a21ed7ecc6 updated to 20090604. Fixed a nasty bug spotted by r3tex. 2009-06-04 16:09:41 +00:00
Emile `iMil' Heitor
090695afd8 no need to keep pkgin anymore, keep state is discovered in pkgdb 2009-05-29 15:03:32 +00:00
Emile `iMil' Heitor
0002e1b544 updated to 20090529. Alphabetically ordered lists, package status tagging when searching. 2009-05-29 13:31:38 +00:00
Emile `iMil' Heitor
6c92a628b7 pkgin now has a HOMEPAGE 2009-05-28 15:51:41 +00:00
Emile `iMil' Heitor
16c291460c updated to 20090528. Keep-flag now glued with pkg_install automatic-mode 2009-05-27 22:10:45 +00:00
Emile `iMil' Heitor
bdff417075 updated to 2009052701. Fixed a nasty bug on package removal. 2009-05-27 13:37:32 +00:00
Emile `iMil' Heitor
d22331f1d6 updated to 20090527. Multi-repository is functionnal, broken reverse dependencies on upgrade are removed. 2009-05-26 22:23:54 +00:00
Emile `iMil' Heitor
62122a6f5e updated to 20090524. Fixed wrong exact match. 2009-05-24 20:37:47 +00:00
Emile `iMil' Heitor
635b434ec7 updated to 20090523. Fixed package exact match, break on non-available package. Added strsep.c for SunOS. 2009-05-23 19:08:29 +00:00
Emile `iMil' Heitor
ebad2a8034 updated to 2009052101. Fixed segv. 2009-05-21 18:19:51 +00:00
Emile `iMil' Heitor
5982b8067f made summary extention configurable 2009-05-21 15:57:51 +00:00
Emile `iMil' Heitor
3b682e7380 upgraded to 20090520. Fixed SunOS and linux builds. 2009-05-20 17:07:12 +00:00
Emile `iMil' Heitor
087c1328b8 updated to 20090519. Opensolaris port. 2009-05-19 14:17:25 +00:00
Emile `iMil' Heitor
aa12ad175e updated to 2009051801. Fixed upgrade file_size, added regex search, removed downgrade, exported messages 2009-05-18 18:22:20 +00:00
Emile `iMil' Heitor
b774d18301 updated to 20090518. Fixed amd64 and current builds, upgrade-download size and possible segv 2009-05-17 22:29:59 +00:00
Emile `iMil' Heitor
4bd85a2e64 upgraded to 20090517. Various fixes. 2009-05-16 22:30:15 +00:00
Emile `iMil' Heitor
955a6b3196 updated to 20090516. Corrected naughty overflow, added -f, updated manpage 2009-05-16 20:02:18 +00:00
Emile `iMil' Heitor
fadddadaf3 updated to 20090516-1, fixed mismatch table lookup 2009-05-16 18:05:05 +00:00
Emile `iMil' Heitor
e1039e7c98 sync with CVS, database format changed. Mtime check for local and remote pkg_summary, many fixes. 2009-05-16 15:16:25 +00:00
Emile `iMil' Heitor
4fb06a2982 updated to version 20090512, corrected invalid autoremove dependency discovery 2009-05-12 15:58:57 +00:00
Emile `iMil' Heitor
59d5f95389 added a MESSAGE file indicating pkgin's initialization procedure (soon to be automatic) 2009-05-12 10:05:27 +00:00
Emile `iMil' Heitor
0765413c0b Import pkgin-20090511 as wip/pkgin.
pkgin is aimed at being an apt / yum like tool for managing
pkgsrc binary packages. It relies on pkg_summary(5) for
installation, removal and upgrade of packages and associated
dependencies, using a remote repository.
2009-05-11 22:34:01 +00:00