svn commit: r378721 - in head/ports-mgmt: . portfind

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Feb 9 09:50:11 UTC 2015


Author: bofh
Date: Mon Feb  9 09:50:09 2015
New Revision: 378721
URL: https://svnweb.freebsd.org/changeset/ports/378721
QAT: https://qat.redports.org/buildarchive/r378721/

Log:
  New Port: ports-mgmt/portfind
  
  Use portfind to search in the ports tree.
  
  WWW: http://www.dynsoft.com
  
  PR:		196716
  Submitted by:	thorsten at dynsoft.com
  Approved by:	bapt marino (implicit)

Added:
  head/ports-mgmt/portfind/
  head/ports-mgmt/portfind/Makefile   (contents, props changed)
  head/ports-mgmt/portfind/distinfo   (contents, props changed)
  head/ports-mgmt/portfind/pkg-descr   (contents, props changed)
  head/ports-mgmt/portfind/pkg-plist   (contents, props changed)
Modified:
  head/ports-mgmt/Makefile

Modified: head/ports-mgmt/Makefile
==============================================================================
--- head/ports-mgmt/Makefile	Mon Feb  9 09:44:28 2015	(r378720)
+++ head/ports-mgmt/Makefile	Mon Feb  9 09:50:09 2015	(r378721)
@@ -44,6 +44,7 @@
     SUBDIR += portdowngrade
     SUBDIR += porteasy
     SUBDIR += portell
+    SUBDIR += portfind
     SUBDIR += portless
     SUBDIR += portlint
     SUBDIR += portmaster

Added: head/ports-mgmt/portfind/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/portfind/Makefile	Mon Feb  9 09:50:09 2015	(r378721)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	portfind
+PORTVERSION=	1.6.1
+CATEGORIES=	ports-mgmt perl5
+MASTER_SITES=	http://dynsoft.com/files/
+
+MAINTAINER=	thorsten at 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 <bsd.port.mk>

Added: head/ports-mgmt/portfind/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/portfind/distinfo	Mon Feb  9 09:50:09 2015	(r378721)
@@ -0,0 +1,2 @@
+SHA256 (portfind-1.6.1.tar.gz) = 18b80f94b62e6979d495ea428972f41549a0eaf634655388b8d7d2bb0772ecbe
+SIZE (portfind-1.6.1.tar.gz) = 5334

Added: head/ports-mgmt/portfind/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/portfind/pkg-descr	Mon Feb  9 09:50:09 2015	(r378721)
@@ -0,0 +1,3 @@
+Use portfind to search in the ports tree.
+
+WWW: http://www.dynsoft.com

Added: head/ports-mgmt/portfind/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/portfind/pkg-plist	Mon Feb  9 09:50:09 2015	(r378721)
@@ -0,0 +1,2 @@
+bin/portfind
+man/man1/portfind.1.gz


More information about the svn-ports-all mailing list