aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-24 16:24:09 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-24 16:24:09 +0000
commit72121c27aaff6c402536aaf80d33280f66989bd7 (patch)
treeb2d9575f072bf650538f124263db9100677df6cc /x11
parentb888d3fa0419fbc0cf73282b16499b4eaa947b04 (diff)
downloadports-72121c27aaff6c402536aaf80d33280f66989bd7.tar.gz
ports-72121c27aaff6c402536aaf80d33280f66989bd7.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/xcolorsel/Makefile35
-rw-r--r--x11/xcolorsel/distinfo2
-rw-r--r--x11/xcolorsel/pkg-descr5
-rw-r--r--x11/xcolorsel/pkg-plist5
5 files changed, 0 insertions, 48 deletions
diff --git a/x11/Makefile b/x11/Makefile
index c1feb880fe00..0e88a783e24c 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -386,7 +386,6 @@
SUBDIR += xcmsdb
SUBDIR += xcoloredit
SUBDIR += xcolors
- SUBDIR += xcolorsel
SUBDIR += xconsole
SUBDIR += xcursorgen
SUBDIR += xcut
diff --git a/x11/xcolorsel/Makefile b/x11/xcolorsel/Makefile
deleted file mode 100644
index 120cc9a5e4c6..000000000000
--- a/x11/xcolorsel/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Wayne Cuddy <wayne@crb-web.com>
-# $FreeBSD$
-
-PORTNAME= xcolorsel
-PORTVERSION= 1.1a
-PORTREVISION= 2
-CATEGORIES= x11
-MASTER_SITES= XCONTRIB/utilities
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X utility to translate rgb values into X color names
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/01-COPYING
-
-BROKEN= segfaults when trying to actually grab color
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d
-RUN_DEPENDS= rgb>=1.0.3:x11/rgb
-
-WRKSRC= ${WRKDIR}/xcolorsel
-USES= imake xorg
-USE_XORG= xpm
-
-post-patch:
- @${ECHO_CMD} "*.file: ${LOCALBASE}/lib/X11/rgb.txt" >> ${WRKSRC}/Xcolorsel.ad
- @${REINPLACE_CMD} -e 's|#include <malloc.h>||g' \
- -e 's|/Xaw/|/Xaw3d/|g' ${WRKSRC}/*.[ch]
- @${REINPLACE_CMD} -e 's|app2head|./app2head|g' \
- -e 's|XawClientLibs|-lXaw3d $$(XMULIBONLY) $$(XTOOLLIB) $$(XPMLIB) $$(XLIB)|g' ${WRKSRC}/Imakefile
-
-.include <bsd.port.mk>
diff --git a/x11/xcolorsel/distinfo b/x11/xcolorsel/distinfo
deleted file mode 100644
index 02c8071a33db..000000000000
--- a/x11/xcolorsel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xcolorsel-1.1a-src.tar.gz) = ef9b7925b64190f4c00701ef6d1c46b16b9e2b178fefd769498e32d29a3bfe43
-SIZE (xcolorsel-1.1a-src.tar.gz) = 67359
diff --git a/x11/xcolorsel/pkg-descr b/x11/xcolorsel/pkg-descr
deleted file mode 100644
index 4be6a21396a0..000000000000
--- a/x11/xcolorsel/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-xcolorsel is a X-Utility based on this widget that allows you to display such
-files ( /usr/lib/X11/rgb.txt by default ) together with tiles showing how the
-color looks on your screen. Also a programmer may (like with xfontsel) cut
-the color names/definitions in various formats (Colorformats and formats for
-resourcefiles or C-sources) und paste them directly in his source codes.
diff --git a/x11/xcolorsel/pkg-plist b/x11/xcolorsel/pkg-plist
deleted file mode 100644
index 031cb942bd13..000000000000
--- a/x11/xcolorsel/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/xcolorsel
-lib/X11/app-defaults/Xcolorsel
-lib/X11/app-defaults/Xcolorsel-color
-lib/X11/xcolorsel/Xcolorsel.help
-man/man1/xcolorsel.1.gz