freebsd-ports/Tools
Alexander Leidinger 43b63893be Add 2 scripts which help in port maintenance to list all direct library
dependencies of a port:
	neededlibs.sh
		Extract direct library dependencies (filenames) from binaries.
	resolveportsfromlibs.sh
		Prints the name(s) of ports(s) given a library filename,
		suitable for direct use (copy&paste) in LIB_DEPENDS.

Example usage is included in the scripts. The following combined usage may
be helpful for further porting/testing automation:
	resolveportsfromlibs.sh -b /usr/local $(neededlibs.sh /test/bin/*)

Requested by:	kris, lofi (sort of)
2007-08-12 12:49:23 +00:00
..
portbuild Support builds using zfs and tmpfs backing store 2007-07-29 20:27:54 +00:00
scripts Add 2 scripts which help in port maintenance to list all direct library 2007-08-12 12:49:23 +00:00
make_index Fix bogus comments. No code change. 2006-02-02 00:40:37 +00:00
make_readmes Make it possible to override the templates by using an environement 2007-05-24 22:23:37 +00:00