diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-02-18 18:13:36 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-02-18 18:13:36 +0800 |
commit | 456cf1c8089392382913fe15b5e52b3024d7063e (patch) | |
tree | 3f1ac0559c9b86fa09eec34ea6c962a47c0a40e0 /sysutils/Makefile | |
parent | c768bf517e510348b0ce0c1dc74bfa76efdfb6eb (diff) | |
download | freebsd-ports-gnome-456cf1c8089392382913fe15b5e52b3024d7063e.tar.gz freebsd-ports-gnome-456cf1c8089392382913fe15b5e52b3024d7063e.tar.zst freebsd-ports-gnome-456cf1c8089392382913fe15b5e52b3024d7063e.zip |
Add psearch.
psearch is an utility for searching the FreeBSD Ports Collection.
It allows you to use regular expressions, and has support for searching
the long description (pkg-descr files), as well as inverse matches that
allow filtering of ports.
WWW: http://www.maxlor.com/freebsd-scripts.shtml
PR: ports/93490
Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 57ac8b1ae5b1..f0c95579a791 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -437,6 +437,7 @@ SUBDIR += procmap SUBDIR += progsreiserfs SUBDIR += prune + SUBDIR += psearch SUBDIR += psgconf SUBDIR += pslist SUBDIR += psmisc |