Date: Fri, 17 Feb 2006 19:04:02 +0100 (CET) From: Benjamin Lutz <benlutz@datacomm.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/93490: New port: sysutils/psearch A utility for searching the ports Message-ID: <20060217180402.15D262E03D@maxlor.mine.nu> Resent-Message-ID: <200602171810.k1HIA5YE039988@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93490 >Category: ports >Synopsis: New port: sysutils/psearch A utility for searching the ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 18:10:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Benjamin Lutz >Release: FreeBSD 6.0-RELEASE-p4 i386 >Organization: >Environment: >Description: psearch is a utility for searching the FreeBSD ports. It's designed to be fast, both execution speed wise as well as user interaction wise. It allows users to find ports quickly, by reducing the number of characters that need to be typed to a minimum as well as presenting the output in a format that can be quickly scanned by the human eye. >How-To-Repeat: >Fix: --- psearch.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # psearch # psearch/Makefile # psearch/distinfo # psearch/pkg-descr # echo c - psearch mkdir -p psearch > /dev/null 2>&1 echo x - psearch/Makefile sed 's/^X//' >psearch/Makefile << 'END-of-psearch/Makefile' X# New ports collection makefile for: psearch X# Date created: 17 February 2006 X# Whom: Benjamin Lutz X# X# $FreeBSD$ X# X XPORTNAME= psearch XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= http://www.maxlor.com/files/ X XMAINTAINER= benlutz@datacomm.ch XCOMMENT= A utility for searching the FreeBSD ports X XUSE_PYTHON= yes XMAN1= psearch.1 X XPLIST_FILES= bin/psearch X Xdo-build: X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/psearch ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/psearch.1 ${MANPREFIX}/man/man1 X X.include <bsd.port.mk> END-of-psearch/Makefile echo x - psearch/distinfo sed 's/^X//' >psearch/distinfo << 'END-of-psearch/distinfo' XMD5 (psearch-1.0.tar.gz) = 39af7bcac687a8e4890ff44888959d51 XSHA256 (psearch-1.0.tar.gz) = fbfd05985a55508bec9aa3b78f50f72e38a318c1e56240afea786cc00ea60988 XSIZE (psearch-1.0.tar.gz) = 4280 END-of-psearch/distinfo echo x - psearch/pkg-descr sed 's/^X//' >psearch/pkg-descr << 'END-of-psearch/pkg-descr' Xpsearch is a utility for searching the FreeBSD ports. X XIt allows you to use regular expressions, and has support for searching Xthe long description (pkg-descr files), as well as inverse matches that Xallow filtering of ports. X XWWW: http://www.maxlor.com/freebsd-scripts.shtml END-of-psearch/pkg-descr exit --- psearch.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060217180402.15D262E03D>