mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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>
This commit is contained in:
parent
eb58cbcef8
commit
678414b6d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156281
26
ports-mgmt/psearch/Makefile
Normal file
26
ports-mgmt/psearch/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
ports-mgmt/psearch/distinfo
Normal file
3
ports-mgmt/psearch/distinfo
Normal file
@ -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
|
7
ports-mgmt/psearch/pkg-descr
Normal file
7
ports-mgmt/psearch/pkg-descr
Normal file
@ -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
|
@ -437,6 +437,7 @@
|
||||
SUBDIR += procmap
|
||||
SUBDIR += progsreiserfs
|
||||
SUBDIR += prune
|
||||
SUBDIR += psearch
|
||||
SUBDIR += psgconf
|
||||
SUBDIR += pslist
|
||||
SUBDIR += psmisc
|
||||
|
26
sysutils/psearch/Makefile
Normal file
26
sysutils/psearch/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
sysutils/psearch/distinfo
Normal file
3
sysutils/psearch/distinfo
Normal file
@ -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
|
7
sysutils/psearch/pkg-descr
Normal file
7
sysutils/psearch/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user