> github-1.0.tcl: new portgroup

An easy way to generate a list of ports you maintain that use github (replace 
snc with your own handle):
$ for i in `port echo maintainer:snc`; do port cat $i | grep -q -i github; if [ 
$? -eq 0 ]; then echo $i; fi; done

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to