Date: Sun, 16 Sep 2007 18:10:30 -0300 From: "Diego Rocha" <diegorocha1987@gmail.com> To: ports@FreeBSD.org Subject: ports/116404: NEW PORTS Message-ID: <e07924ef0709161410t38f6854bu4c3edc6f904a2c3f@mail.gmail.com> Resent-Message-ID: <200709162150.l8GLo19E001633@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116404 >Category: ports >Synopsis: [NEW PORT]sysutils/pkgsearch : find your packages >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 16 21:50:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: diego rocha >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD localhost.localdomain 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buff alo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: 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 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pkgsearch/Makefile # pkgsearch/distinfo # pkgsearch/files # pkgsearch/pkg-descr # pkgsearch/pkg-plist # echo x - pkgsearch/Makefile sed 's/^X//' >pkgsearch/Makefile << 'END-of-pkgsearch/Makefile' X# New ports collection makefile for: Diego_Rocha X# Date created: 14 September 2007 X# Whom: Diego_Rocha X# X# $FreeBSD$ X# X XPORTNAME= pkgsearch XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= http://dl.sharesource.org/${PORTNAME}/ \ X http://andsux.homeip.net/~diego/stable/ X XMAINTAINER= diegorocha1987@gmail.com XCOMMENT= Find your packages in ports and installeds packages X XBUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake \ X gzip:${PORTSDIR}/archivers/gzip X XLIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ X boost_filesystem:${PORTSDIR}/devel/boost X XWRKSRC= ${WRKDIR}/${DISTNAME}-build XCMAKE_ARGS= -DDIRBUILD:STRING="${WRKDIR}/${DISTNAME}/" X Xpost-extract: X ${MKDIR} ${WRKSRC} X Xdo-configure: X @(cd ${WRKSRC}; \ X ${LOCALBASE}/bin/cmake ${CMAKE_ARGS} ../${DISTNAME}) X X.include <bsd.port.mk> END-of-pkgsearch/Makefile echo x - pkgsearch/distinfo sed 's/^X//' >pkgsearch/distinfo << 'END-of-pkgsearch/distinfo' XMD5 (pkgsearch-1.0.tar.gz) = e55dfe0f99ccb2370451fe88309ebab8 XSHA256 (pkgsearch-1.0.tar.gz) = 348c6d2f87eafa26740567fd9b0a930810e3e18e0edc3a36992d30e79b8fd428 XSIZE (pkgsearch-1.0.tar.gz) = 9949 END-of-pkgsearch/distinfo echo c - pkgsearch/files mkdir -p pkgsearch/files > /dev/null 2>&1 echo x - pkgsearch/pkg-descr sed 's/^X//' >pkgsearch/pkg-descr << 'END-of-pkgsearch/pkg-descr' Xpkgsearch find packages in ports, pkgsrc, slackports and others, Xin any place from your computer, and find also packages installed Xin your system ! pkgsearch use c++, boost and sqlite3 for search Xpackages more fast, and is compiled with cmake. enjoy ;) X XWWW: http://sharesource.org/project/pkgsearch END-of-pkgsearch/pkg-descr echo x - pkgsearch/pkg-plist sed 's/^X//' >pkgsearch/pkg-plist << 'END-of-pkgsearch/pkg-plist' Xsbin/pkgsearch Xetc/pkgsearch Xman/man1/pkgsearch.1.gz Xman/man5/pkgsearch.conf.5.gz END-of-pkgsearch/pkg-plist exit _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e07924ef0709161410t38f6854bu4c3edc6f904a2c3f>