checkinstall equivalent

Here's the description of CheckInstall from Debian.

Code:
Description: installation tracker
 CheckInstall keeps track of all the files created or
 modified by your installation script ("make install"
 "make install_modules", "setup", etc), builds a
 standard binary package and installs it in your
 system giving you the ability to uninstall it with your
 distribution's standard package management utilities.
Homepage: http://asic-linux.com.mx/~izto/checkinstall/

It sounds like the the FeeeBSD pkg_* utilities could work with this script. I'll take a look at it and see how hard of a rewrite it would take to add them. I've put it on my todo list...
 
Until packages are signed as part of the make package process, I don't see how tracking it with any authority would be possible, but I could be wrong.
 
jgh said:
Until packages are signed as part of the make package process, I don't see how tracking it with any authority would be possible, but I could be wrong.

Jgh, tantra35 is compiling the sources and then doing a make install. The question was asked if the software installed by the manual make process could be converted to a FreeBSD package for instalation. That way you could manage it with the FreeBSD pkg utilities. Checkinstall can create a FreeBSD pkg from the manual install. But it's not in the ports, yet! I myself has wanted this capability. I just forgot about checkinstall. It would make a great addition to the ports.
 
rbelk said:
Jgh, tantra35 is compiling the sources and then doing a make install. The question was asked if the software installed by the manual make process could be converted to a FreeBSD package for instalation. That way you could manage it with the FreeBSD pkg utilities. Checkinstall can create a FreeBSD pkg from the manual install. But it's not in the ports, yet! I myself has wanted this capability. I just forgot about checkinstall. It would make a great addition to the ports.

Exactly!! You describe what i what better then i do:-)))
 
Back
Top