From 678414b6d43881d28ad3b6ee951a72391e4d5665 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Sat, 18 Feb 2006 10:13:36 +0000 Subject: 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 --- ports-mgmt/psearch/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ports-mgmt/psearch/Makefile (limited to 'ports-mgmt/psearch/Makefile') 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 -- cgit v1.2.3