NEW PORTS

Diego Rocha diegorocha1987 at gmail.com
Sun Sep 16 14:38:31 PDT 2007


>Submitter-Id:  current-users
>Originator:    diego rocha
>Organization:
>Confidential:  no
>Synopsis:      [NEW PORT]sysutils/pkgsearch : find your packages
>Severity:      non-critical
>Priority:      low
>Category:      ports
>Class:         change-request
>Release:       FreeBSD 6.2-RELEASE i386
>Environment:
System: FreeBSD localhost.localdomain 6.2-RELEASE FreeBSD 6.2-RELEASE
#0: Fri Jan 12 11:05:30 UTC 2007 root at 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 at 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


More information about the freebsd-ports mailing list