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/
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.
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.