aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-08-11 18:38:51 +0000
committerRene Ladan <rene@FreeBSD.org>2016-08-11 18:38:51 +0000
commitb836b290e6dfb3659599b3f2776b05a656ce8467 (patch)
tree9781ccaa79a6df98c9ddef51e81943ef1fe0ec86 /ports-mgmt
parent1012d7c5ea35fdcd687e5de5626e396f79778698 (diff)
downloadports-b836b290e6dfb3659599b3f2776b05a656ce8467.tar.gz
ports-b836b290e6dfb3659599b3f2776b05a656ce8467.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/Makefile1
-rw-r--r--ports-mgmt/xps/Makefile29
-rw-r--r--ports-mgmt/xps/distinfo2
-rw-r--r--ports-mgmt/xps/pkg-descr7
4 files changed, 0 insertions, 39 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile
index 2c62fefcabcb..4d3bc9166dba 100644
--- a/ports-mgmt/Makefile
+++ b/ports-mgmt/Makefile
@@ -70,6 +70,5 @@
SUBDIR += synth
SUBDIR += tinderbox
SUBDIR += wanted-ports
- SUBDIR += xps
.include <bsd.port.subdir.mk>
diff --git a/ports-mgmt/xps/Makefile b/ports-mgmt/xps/Makefile
deleted file mode 100644
index 207aaf5e21e6..000000000000
--- a/ports-mgmt/xps/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Antonios Anastasiadis <antonakis@gmail.com>
-# $FreeBSD$
-
-PORTNAME= xps
-PORTVERSION= 0.5.2
-CATEGORIES= ports-mgmt
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Tool that searches the ports tree by various criteria
-
-DEPRECATED= Does not support pkg(8)
-EXPIRATION_DATE= 2016-08-10
-
-LICENSE= MIT
-
-USE_GITHUB= yes
-GH_ACCOUNT= serpent7776
-
-USES= python
-NO_BUILD= yes
-
-PLIST_FILES= bin/xps \
- man/man1/xps.1.gz
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/xps ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xps.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/ports-mgmt/xps/distinfo b/ports-mgmt/xps/distinfo
deleted file mode 100644
index 2da967580df8..000000000000
--- a/ports-mgmt/xps/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (serpent7776-xps-0.5.2_GH0.tar.gz) = 2a501de4d0f3c50fb778bb9494e2a6d43c8cbcdc92441fd9afdbd1547c2923ec
-SIZE (serpent7776-xps-0.5.2_GH0.tar.gz) = 9743
diff --git a/ports-mgmt/xps/pkg-descr b/ports-mgmt/xps/pkg-descr
deleted file mode 100644
index 5cc4b9ebe1ad..000000000000
--- a/ports-mgmt/xps/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-XPS (eXquisite Port Seeker) is a tool that searches the ports tree and
-pretty-prints the ports that match the given criteria.
-
-The criteria can be the port's name, categories, maintainer, and if it is
-installed or not.
-
-WWW: https://github.com/serpent7776/xps