Ports with no pkg-plist files

Conrad J. Sabatier conrads at cox.net
Sat Oct 16 11:56:27 PDT 2004


Today I ran the following command to determine which ports in the ports
tree are missing a pkg-plist file:

find /usr/ports -type d -mindepth 2 -maxdepth 2 ! -name CVS | xargs -I%
/bin/sh -c "if [ ! -f %/pkg-plist ]; then echo %; fi" > pkgs.no-plist

After sorting and editing out Tools, etc., I've attached the resulting
pkgs.no-plist file.

Hopefully the port maintainers will correct this problem.

-- 
Conrad J. Sabatier <conrads at cox.net> -- "In Unix veritas"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pkgs.no-plist
Type: application/octet-stream
Size: 77594 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20041016/80aa6651/pkgs-0001.obj


More information about the freebsd-ports mailing list