mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
[NEW PORT]sysutils/pkgsearch : find your packages
pkgsearch find packages in ports in any place from your computer , and find also packages installeds in your system, pkgsearch use c++, boost and sqlite3 for search packages more fast and is compiled with cmake PR: ports/116404 Submitted by: "Diego Rocha" <diegorocha1987@gmail.com>
This commit is contained in:
parent
cb3d1bfdbd
commit
41c13250f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200152
40
ports-mgmt/pkgsearch/Makefile
Normal file
40
ports-mgmt/pkgsearch/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: Diego_Rocha
|
||||
# Date created: 14 September 2007
|
||||
# Whom: Diego_Rocha
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pkgsearch
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://dl.sharesource.org/${PORTNAME}/ \
|
||||
http://andsux.homeip.net/~diego/stable/
|
||||
|
||||
MAINTAINER= diegorocha1987@gmail.com
|
||||
COMMENT= Find your packages in ports and installeds packages
|
||||
|
||||
BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake
|
||||
LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost
|
||||
|
||||
USE_PGSQL= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}-build
|
||||
PLIST_FILES= sbin/pkgsearch etc/pkgsearch/pkgsearch.conf
|
||||
|
||||
MAN1= pkgsearch.1
|
||||
MAN5= pkgsearch.conf.5
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
post-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
|
||||
do-configure:
|
||||
@${CP} ${WRKDIR}/${DISTNAME}/pkgsearch.* ${WRKSRC}
|
||||
@cd ${WRKSRC}; \
|
||||
${LOCALBASE}/bin/cmake ${WRKDIR}/${DISTNAME}
|
||||
|
||||
post-build:
|
||||
@${GZIP_CMD} ${WRKDIR}/${DISTNAME}/pkgsearch.*
|
||||
|
||||
.include <bsd.port.mk>
|
3
ports-mgmt/pkgsearch/distinfo
Normal file
3
ports-mgmt/pkgsearch/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pkgsearch-1.0.2.tar.gz) = 6c38ee191bf85b1f022f91a064af91c4
|
||||
SHA256 (pkgsearch-1.0.2.tar.gz) = 824426698c8a73d48f2c4729d3e9e5f0a323940be58bb3d3a6fd82ae36dd468c
|
||||
SIZE (pkgsearch-1.0.2.tar.gz) = 12716
|
6
ports-mgmt/pkgsearch/pkg-descr
Normal file
6
ports-mgmt/pkgsearch/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
pkgsearch find packages in ports, pkgsrc and others,
|
||||
in any place from your computer, and find also packages installed
|
||||
in your system ! pkgsearch use c++, boost and PostGreSQL for search
|
||||
packages more fast, and is compiled with cmake. enjoy ;)
|
||||
|
||||
WWW: http://sharesource.org/project/pkgsearch
|
Loading…
Reference in New Issue
Block a user