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:
parent
30007403db
commit
bda37e45b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155006
20
ports-mgmt/portsearch/Makefile
Normal file
20
ports-mgmt/portsearch/Makefile
Normal 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>
|
3
ports-mgmt/portsearch/distinfo
Normal file
3
ports-mgmt/portsearch/distinfo
Normal 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
|
9
ports-mgmt/portsearch/pkg-descr
Normal file
9
ports-mgmt/portsearch/pkg-descr
Normal 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>
|
@ -422,6 +422,7 @@
|
||||
SUBDIR += portbrowser
|
||||
SUBDIR += portdowngrade
|
||||
SUBDIR += portmanager
|
||||
SUBDIR += portsearch
|
||||
SUBDIR += portsman
|
||||
SUBDIR += portsnap
|
||||
SUBDIR += portupgrade
|
||||
|
20
sysutils/portsearch/Makefile
Normal file
20
sysutils/portsearch/Makefile
Normal 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>
|
3
sysutils/portsearch/distinfo
Normal file
3
sysutils/portsearch/distinfo
Normal 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
|
9
sysutils/portsearch/pkg-descr
Normal file
9
sysutils/portsearch/pkg-descr
Normal 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>
|
Loading…
Reference in New Issue
Block a user