./pkgtools/pkgin, Apt / yum like tool for managing pkgsrc binary packages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.3.1nb1, Package name: pkgin-0.3.3.1nb1, Maintainer: imil

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.


Required to run:
[databases/sqlite3]

Master sites:

SHA1: 32e51abf2460a41285c68bc60df9d57870ca7d2f
RMD160: 88f22e5eae5416fe163a656f8da5f1a8c3b143d8
Filesize: 137.466 KB

Version history: (Expand)


CVS history: (Expand)


   2010-06-10 10:05:00 by Ignatios Souvatzis | Files touched by this commit (4) | Package updated
Log message:
Update to 0.3.3.1 (on wip: 20100124) + a local patch to fix building on
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-24 18:11:04 by Emile iMil Heitor | Files touched by this commit (2)
Log message:
pkgin 0.3.3.1

Fixed ordering issue.
   2010-01-24 15:59:05 by Emile iMil Heitor | Files touched by this commit (1)
Log message:
Removed options.mk, summary suffix is now handled dynamically
   2010-01-24 15:56:24 by Emile iMil Heitor | Files touched by this commit (3)
Log message:
pkgin 0.3.3 import from wip/pkgin-20100123

- 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-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-06-14 20:11:03 by Joerg Sonnenberger | Files touched by this commit (14)
Log message:
Remove @dirrm entries from PLISTs
   2009-06-08 15:58:26 by Emile iMil Heitor | Files touched by this commit (6) | Imported package
Log message:
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.

OK'd by seb@