diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-07 15:06:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-07 15:06:51 +0000 |
commit | cd70e8e55a886ad5eebcbe31391df138fe861a10 (patch) | |
tree | 97f12d2f179ca1130350fee67cb181e4e5cce064 /ports-mgmt | |
parent | f7c8824a5ffe2ec18603f49e1b657e9efd9f93fe (diff) | |
download | ports-cd70e8e55a886ad5eebcbe31391df138fe861a10.tar.gz ports-cd70e8e55a886ad5eebcbe31391df138fe861a10.zip |
Notes
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/ |