diff options
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/xps/Makefile | 26 | ||||
-rw-r--r-- | ports-mgmt/xps/distinfo | 3 | ||||
-rw-r--r-- | ports-mgmt/xps/pkg-descr | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index f0bd6cc9780a..3e69bdf5abda 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -60,5 +60,6 @@ SUBDIR += qtpkg SUBDIR += tinderbox SUBDIR += vulnerability-test-port + SUBDIR += xps .include <bsd.port.subdir.mk> diff --git a/ports-mgmt/xps/Makefile b/ports-mgmt/xps/Makefile new file mode 100644 index 000000000000..cbe1adf2ddc9 --- /dev/null +++ b/ports-mgmt/xps/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xps +# Date created: 4 December 2008 +# Whom: antonakis@gmail.com +# +# $FreeBSD$ + +PORTNAME= xps +PORTVERSION= 0.1 +CATEGORIES= ports-mgmt +MASTER_SITES= http://www.crucible.gr:5555/ + +MAINTAINER= antonakis@gmail.com +COMMENT= A tool that searches the ports tree + +USE_PYTHON= yes +NO_BUILD= yes + +PLIST_FILES= bin/xps + +MAN1= xps.1 + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/xps.1 ${PREFIX}/man/man1/xps.1 + ${INSTALL_SCRIPT} ${WRKDIR}/xps ${PREFIX}/bin/xps + +.include <bsd.port.mk> diff --git a/ports-mgmt/xps/distinfo b/ports-mgmt/xps/distinfo new file mode 100644 index 000000000000..2bd4f95027b7 --- /dev/null +++ b/ports-mgmt/xps/distinfo @@ -0,0 +1,3 @@ +MD5 (xps-0.1.tar.gz) = b1f14b1b5fcb8d67e36ad0a8527715f0 +SHA256 (xps-0.1.tar.gz) = f19bd4bcd1069b7a588fee9147894cc7869f463b36d66821b2add85ef1e5ecf8 +SIZE (xps-0.1.tar.gz) = 7674 diff --git a/ports-mgmt/xps/pkg-descr b/ports-mgmt/xps/pkg-descr new file mode 100644 index 000000000000..0bb46d9accf0 --- /dev/null +++ b/ports-mgmt/xps/pkg-descr @@ -0,0 +1,4 @@ +xps (eXquisite Port Seeker) is a tool that searches the ports +INDEX file and shows the ports that match the given criteria. + +WWW: http://www.crucible.gr:5555/ |