Add pkg_search 1.2, a nifty script searching the ports database.
PR: ports/118397 Submitted by: Matthias Schmidt
This commit is contained in:
parent
581008f4ae
commit
bb54b035f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203382
25
ports-mgmt/pkg_search/Makefile
Normal file
25
ports-mgmt/pkg_search/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: pkg_search
|
||||
# Date created: 3 December 2007
|
||||
# Whom: Matthias Schmidt
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pkg_search
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/ \
|
||||
LOCAL/chinsan
|
||||
|
||||
MAINTAINER= schmidtm@mathematik.uni-marburg.de
|
||||
COMMENT= A nifty script searching the ports database
|
||||
|
||||
PLIST_FILES= bin/pkg_search
|
||||
|
||||
MAN1= pkg_search.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
ports-mgmt/pkg_search/distinfo
Normal file
3
ports-mgmt/pkg_search/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pkg_search-1.2.tar.gz) = 9eba707559fbd8c97d547161fb335cbe
|
||||
SHA256 (pkg_search-1.2.tar.gz) = 5204d53c72c01261a3ecf07def91751298acc5b58b062f7363e0b245eb8ee574
|
||||
SIZE (pkg_search-1.2.tar.gz) = 2234
|
4
ports-mgmt/pkg_search/pkg-descr
Normal file
4
ports-mgmt/pkg_search/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
pkg_search queries the appropriate database file of FreeBSD, DragonFlyBSD or
|
||||
NetBSD for a given package name.
|
||||
|
||||
WWW: http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/
|
Loading…
Reference in New Issue
Block a user