aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pyfind
ModeNameSize
-rw-r--r--Makefile1647logstatsplainblame
-rw-r--r--distinfo61logstatsplainblame
d---------files56logstatsplain
-rw-r--r--pkg-comment72logstatsplainblame
-rw-r--r--pkg-descr159logstatsplainblame
-rw-r--r--pkg-plist1492logstatsplainblame
or:#ff00ff">%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/INDEX search: ${.CURDIR}/INDEX .if !defined(key) @echo "The search target requires a keyword parameter," @echo "e.g.: \"make search key=somekeyword\"" .else @grep ${key} ${.CURDIR}/INDEX | awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' .endif