diff --git a/ports-mgmt/psearch/Makefile b/ports-mgmt/psearch/Makefile new file mode 100644 index 000000000000..784c090197c9 --- /dev/null +++ b/ports-mgmt/psearch/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: psearch +# Date created: 17 February 2006 +# Whom: Benjamin Lutz +# +# $FreeBSD$ +# + +PORTNAME= psearch +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= http://www.maxlor.com/files/ + +MAINTAINER= benlutz@datacomm.ch +COMMENT= An utility for searching the FreeBSD Ports Collection + +USE_PYTHON_RUN= yes +NO_BUILD= yes + +MAN1= psearch.1 +PLIST_FILES= bin/psearch + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/psearch ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/psearch.1 ${MANPREFIX}/man/man1 + +.include diff --git a/ports-mgmt/psearch/distinfo b/ports-mgmt/psearch/distinfo new file mode 100644 index 000000000000..8b3ca8c0969f --- /dev/null +++ b/ports-mgmt/psearch/distinfo @@ -0,0 +1,3 @@ +MD5 (psearch-1.0.tar.gz) = 39af7bcac687a8e4890ff44888959d51 +SHA256 (psearch-1.0.tar.gz) = fbfd05985a55508bec9aa3b78f50f72e38a318c1e56240afea786cc00ea60988 +SIZE (psearch-1.0.tar.gz) = 4280 diff --git a/ports-mgmt/psearch/pkg-descr b/ports-mgmt/psearch/pkg-descr new file mode 100644 index 000000000000..db67cc1ed2fd --- /dev/null +++ b/ports-mgmt/psearch/pkg-descr @@ -0,0 +1,7 @@ +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 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 diff --git a/sysutils/psearch/Makefile b/sysutils/psearch/Makefile new file mode 100644 index 000000000000..784c090197c9 --- /dev/null +++ b/sysutils/psearch/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: psearch +# Date created: 17 February 2006 +# Whom: Benjamin Lutz +# +# $FreeBSD$ +# + +PORTNAME= psearch +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= http://www.maxlor.com/files/ + +MAINTAINER= benlutz@datacomm.ch +COMMENT= An utility for searching the FreeBSD Ports Collection + +USE_PYTHON_RUN= yes +NO_BUILD= yes + +MAN1= psearch.1 +PLIST_FILES= bin/psearch + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/psearch ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/psearch.1 ${MANPREFIX}/man/man1 + +.include diff --git a/sysutils/psearch/distinfo b/sysutils/psearch/distinfo new file mode 100644 index 000000000000..8b3ca8c0969f --- /dev/null +++ b/sysutils/psearch/distinfo @@ -0,0 +1,3 @@ +MD5 (psearch-1.0.tar.gz) = 39af7bcac687a8e4890ff44888959d51 +SHA256 (psearch-1.0.tar.gz) = fbfd05985a55508bec9aa3b78f50f72e38a318c1e56240afea786cc00ea60988 +SIZE (psearch-1.0.tar.gz) = 4280 diff --git a/sysutils/psearch/pkg-descr b/sysutils/psearch/pkg-descr new file mode 100644 index 000000000000..db67cc1ed2fd --- /dev/null +++ b/sysutils/psearch/pkg-descr @@ -0,0 +1,7 @@ +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