| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
05 Feb 2007 01:08:46
1.2.3
|
pav  |
Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
devel/portlint -> ports-mgmt/portlint
devel/portmk -> ports-mgmt/portmk
devel/porttools -> ports-mgmt/porttools
misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
misc/porteasy -> ports-mgmt/porteasy
misc/portell -> ports-mgmt/portell
misc/portless -> ports-mgmt/portless
misc/tinderbox -> ports-mgmt/tinderbox
security/jailaudit -> ports-mgmt/jailaudit
security/portaudit -> ports-mgmt/portaudit
security/portaudit-db -> ports-mgmt/portaudit-db
security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port (Only the first 15 lines of the commit message are shown above ) |
25 Jun 2006 09:53:59
1.2.3
|
perky  |
Update to 1.2.3 which fixes a minor bug and adds new command
pkg_checkplist, an alias to "pkg_genplist -c". |
13 May 2006 04:15:53
1.2.2
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
24 Jan 2006 01:06:45
1.2.2
|
edwin  |
SHA256ify
Approved by: krion@ |
17 Jul 2005 03:42:00
1.2.2
|
perky  |
Update to 1.2.2.
pkg_genplist:
*) Fixed a problem that couldn't open plist when command line
arguments leads to change PKGNAME.
*) FIxed manpage filename mask to include '-' (reported by Radim
Kolar) [1]
pkg_trackinst:
*) Replaced a unfriendly exception with friendly message for
an error occurrs when Makefile doesn't exist in current
directory.
PR: 83224 [1]
Submitted by: Radim Kolar <hsn@netmag.cz> [1] |
18 May 2005 13:18:49
1.2.1
|
perky  |
Update to 1.2.1:
- pkg_genplist check mode now ignores gconf entries when GCONF_SCHEMAS
is used. [1]
Advised by: pav [1] |
15 May 2005 11:47:11
1.2
|
perky  |
Update to 1.2.
- Ported to Python 2.3. [1]
- It's now prohibited to run pkg_trackinst in ports directories.
- pkg_genplist now writes "-c" mode error output to the file
mentions on "-o" option.
- Fixed a problem that can't handle manpages containing "." (dots)
in their name. [1]
- pkg_genplist now bypasses command line arguments to make command
in build and install target.
PR: 80831 [1]
Submitted by: Radim Kolar <hsn@netmag.cz> [1] |
08 May 2005 02:54:31
1.1
|
perky  |
Update to 1.1.
pkg_trackinst now carries its own install log library "insthook.so"
and is free from installwatch which is GPL-ed. |
07 May 2005 03:19:30
1.0_1
|
perky  |
Add a patch that fixes a NameError on pkg_genplist.
Reported by: krion |
05 May 2005 15:34:15
1.0
|
perky  |
Update to 1.0.
New features for 1.0:
* pkg_genplist has a new run-mode which checks and reports pkg-plist
of current port is correct and what files and/or dirs are missing
or obsolete.
* pkg_trackinst got new option that handles +INSTALL, +DEINSTALL,
+DISPLAY files of pkgdb.
* pkg_genplist can be set to write new pkg-plist file with another
file name than "pkg-plist" with -o option. |
03 May 2005 15:03:54
0.2
|
perky  |
Add a new port for pkg_trackinst 0.2,
a pkg-plist/pkgdb auto-generator for unpackaged softwares or unfinished
ports. It provides two commands:
* pkg_trackinst:
Tracks installation of unpackaged software and writes pkgdb
entry using the install log. Then, it also creates a binary
package for the installed package.
* pkg_genplist:
Generates `pkg-plist' of a port in current directory automatically
by a test installation. |