Add portsearch

git-svn-id: http://photonzero.com/dotfiles/trunk@76 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2010-11-18 01:19:35 +00:00
parent 73f5ca5d9e
commit 07e8fd68e8

4
bin/portsearch Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
cd /usr/ports
make search name=$1 | grep "^\(Port\|Path\|Info\|Moved\|$\)"