1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add new port sysutils/portsearch

Portsearch allows searching for ports that install some file, like
``find /usr/ports -name pkg-plist |xargs grep pattern''
but honoring PLIST_(FILES|DIRS) and %%FOOBAR%% variables.

Approved by:	garga (mentor)
This commit is contained in:
Vasil Dimov 2006-02-01 15:19:12 +00:00
parent 30007403db
commit bda37e45b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155006
7 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: portsearch
# Date created: 22 Nov 2005
# Whom: Vasil Dimov <vd@datamax.bg>
#
# $FreeBSD$
#
PORTNAME= portsearch
PORTVERSION= 1.2.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= vd/portsearch
MAINTAINER= vd@FreeBSD.org
COMMENT= Port searching tool that supports search by packing list files
PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile
PLIST_DIRS= %%DATADIR%%
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (portsearch-1.2.2.tar.gz) = 1907a352f0bdad757f650df4178f40da
SHA256 (portsearch-1.2.2.tar.gz) = 77dd78992e4acc5d0546f5822c5b49f16002b724ccd52aec49858e89068e98a3
SIZE (portsearch-1.2.2.tar.gz) = 18432

View File

@ -0,0 +1,9 @@
Portsearch allows searching for ports that install some file, like
``find /usr/ports -name pkg-plist |xargs grep pattern''
but honoring PLIST_(FILES|DIRS) and %%FOOBAR%% variables.
It also supports searching for ports by name, key (name, comment or
dependencies), path, info (comment), maintainer, category, fetch, extract,
patch, build and run dependencies and www site.
WWW: http://people.freebsd.org/~vd/portsearch
-- Vasil Dimov <vd@FreeBSD.org>

View File

@ -422,6 +422,7 @@
SUBDIR += portbrowser
SUBDIR += portdowngrade
SUBDIR += portmanager
SUBDIR += portsearch
SUBDIR += portsman
SUBDIR += portsnap
SUBDIR += portupgrade

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: portsearch
# Date created: 22 Nov 2005
# Whom: Vasil Dimov <vd@datamax.bg>
#
# $FreeBSD$
#
PORTNAME= portsearch
PORTVERSION= 1.2.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= vd/portsearch
MAINTAINER= vd@FreeBSD.org
COMMENT= Port searching tool that supports search by packing list files
PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile
PLIST_DIRS= %%DATADIR%%
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (portsearch-1.2.2.tar.gz) = 1907a352f0bdad757f650df4178f40da
SHA256 (portsearch-1.2.2.tar.gz) = 77dd78992e4acc5d0546f5822c5b49f16002b724ccd52aec49858e89068e98a3
SIZE (portsearch-1.2.2.tar.gz) = 18432

View File

@ -0,0 +1,9 @@
Portsearch allows searching for ports that install some file, like
``find /usr/ports -name pkg-plist |xargs grep pattern''
but honoring PLIST_(FILES|DIRS) and %%FOOBAR%% variables.
It also supports searching for ports by name, key (name, comment or
dependencies), path, info (comment), maintainer, category, fetch, extract,
patch, build and run dependencies and www site.
WWW: http://people.freebsd.org/~vd/portsearch
-- Vasil Dimov <vd@FreeBSD.org>