K 10 svn:author V 8 netchild K 8 svn:date V 27 2007-08-12T12:49:23.000000Z K 7 svn:log V 546 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) END