Index: head/ports-mgmt/Makefile =================================================================== --- head/ports-mgmt/Makefile (revision 378720) +++ head/ports-mgmt/Makefile (revision 378721) @@ -1,72 +1,73 @@ # $FreeBSD$ # COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages SUBDIR += bpm SUBDIR += chucky SUBDIR += dialog4ports SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += fbsdmon SUBDIR += genplist SUBDIR += gnome-packagekit SUBDIR += hs-porte SUBDIR += jailaudit SUBDIR += kpackagekit SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += mkreadmes SUBDIR += p5-FreeBSD-Portindex SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash SUBDIR += packagekit SUBDIR += packagekit-qt4 SUBDIR += pchecker SUBDIR += pkg SUBDIR += pkg-devel SUBDIR += pkg-plist SUBDIR += pkg-rmleaf SUBDIR += pkg_cleanup SUBDIR += pkg_cutleaves SUBDIR += pkg_jail SUBDIR += pkg_replace SUBDIR += pkg_rmleaves SUBDIR += pkg_search SUBDIR += pkg_tree SUBDIR += pkgcompare SUBDIR += pkgs_which SUBDIR += port-authoring-tools SUBDIR += port-maintenance-tools SUBDIR += portbuilder SUBDIR += portconf SUBDIR += portdowngrade SUBDIR += porteasy SUBDIR += portell + SUBDIR += portfind SUBDIR += portless SUBDIR += portlint SUBDIR += portmaster SUBDIR += portrac SUBDIR += portscout SUBDIR += portsearch SUBDIR += portshaker SUBDIR += portshaker-config SUBDIR += portsopt SUBDIR += portsreinstall SUBDIR += porttools SUBDIR += porttree SUBDIR += portupdate-scan SUBDIR += portupgrade SUBDIR += portupgrade-devel SUBDIR += poudriere SUBDIR += poudriere-devel SUBDIR += psearch SUBDIR += symports SUBDIR += tinderbox SUBDIR += tinderbox-devel SUBDIR += vulnerability-test-port SUBDIR += wanted-ports SUBDIR += xps .include Index: head/ports-mgmt/portfind/Makefile =================================================================== --- head/ports-mgmt/portfind/Makefile (nonexistent) +++ head/ports-mgmt/portfind/Makefile (revision 378721) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= portfind +PORTVERSION= 1.6.1 +CATEGORIES= ports-mgmt perl5 +MASTER_SITES= http://dynsoft.com/files/ + +MAINTAINER= thorsten@dynsoft.com +COMMENT= Search the ports tree + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 +RUN_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 + +USES= perl5 +USE_PERL5= build + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/portfind ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/portfind.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +.include Property changes on: head/ports-mgmt/portfind/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/portfind/distinfo =================================================================== --- head/ports-mgmt/portfind/distinfo (nonexistent) +++ head/ports-mgmt/portfind/distinfo (revision 378721) @@ -0,0 +1,2 @@ +SHA256 (portfind-1.6.1.tar.gz) = 18b80f94b62e6979d495ea428972f41549a0eaf634655388b8d7d2bb0772ecbe +SIZE (portfind-1.6.1.tar.gz) = 5334 Property changes on: head/ports-mgmt/portfind/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/portfind/pkg-descr =================================================================== --- head/ports-mgmt/portfind/pkg-descr (nonexistent) +++ head/ports-mgmt/portfind/pkg-descr (revision 378721) @@ -0,0 +1,3 @@ +Use portfind to search in the ports tree. + +WWW: http://www.dynsoft.com Property changes on: head/ports-mgmt/portfind/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/portfind/pkg-plist =================================================================== --- head/ports-mgmt/portfind/pkg-plist (nonexistent) +++ head/ports-mgmt/portfind/pkg-plist (revision 378721) @@ -0,0 +1,2 @@ +bin/portfind +man/man1/portfind.1.gz Property changes on: head/ports-mgmt/portfind/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property