summaryrefslogtreecommitdiff
path: root/x11/xcolorsel
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-11 16:02:40 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-11 16:02:40 +0000
commit67cc5be7a0d173afb88fb13d180b26642771d32c (patch)
treed1c1bf49022ee010e3982e4585c5a59c0b8e0346 /x11/xcolorsel
parentAdd SUBDIR += wmmon (diff)
PR: ports/8888
Submitted by: wayne@crb-web.com X utility to translate rgb values into X color names.
Notes
Notes: svn path=/head/; revision=15281
Diffstat (limited to 'x11/xcolorsel')
-rw-r--r--x11/xcolorsel/Makefile25
-rw-r--r--x11/xcolorsel/distinfo1
-rw-r--r--x11/xcolorsel/files/patch-aa25
-rw-r--r--x11/xcolorsel/pkg-comment1
-rw-r--r--x11/xcolorsel/pkg-descr5
-rw-r--r--x11/xcolorsel/pkg-plist6
6 files changed, 63 insertions, 0 deletions
diff --git a/x11/xcolorsel/Makefile b/x11/xcolorsel/Makefile
new file mode 100644
index 000000000000..43f313d5ff2b
--- /dev/null
+++ b/x11/xcolorsel/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: xcolorsel
+# Version required: 1.1a
+# Date Created: 11 November 1998
+# Whom: Wayne Cuddy <wayne@crb-web.com>
+#
+# $Id$
+#
+
+DISTNAME= xcolorsel-1.1a-src
+PKGNAME= xcolorsel-1.1a
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= utilities
+
+MAINTAINER= wayne@crb-web.com
+
+WRKSRC= $(WRKDIR)/xcolorsel
+
+MANCOMPRESSED= yes
+USE_IMAKE= yes
+
+PATCH_STRIP= -p1
+PATCH_DEBUG= true
+
+.include <bsd.port.mk>
diff --git a/x11/xcolorsel/distinfo b/x11/xcolorsel/distinfo
new file mode 100644
index 000000000000..b4af384b1d7e
--- /dev/null
+++ b/x11/xcolorsel/distinfo
@@ -0,0 +1 @@
+MD5 (xcolorsel-1.1a-src.tar.gz) = b802c50bf32ea8909827d373c5bfbb8f
diff --git a/x11/xcolorsel/files/patch-aa b/x11/xcolorsel/files/patch-aa
new file mode 100644
index 000000000000..80ae58596468
--- /dev/null
+++ b/x11/xcolorsel/files/patch-aa
@@ -0,0 +1,25 @@
+diff -ruN ./Imakefile ../xcolorsel/Imakefile
+--- ./Imakefile Wed Dec 14 05:31:19 1994
++++ ../xcolorsel/Imakefile Sat Dec 12 00:52:04 1998
+@@ -82,9 +82,9 @@
+ DependTarget()
+
+ appdef-c.h: Xcolorsel-color.ad
+- app2head Xcolorsel-color.ad > appdef-c.h
++ ./app2head Xcolorsel-color.ad > appdef-c.h
+ appdef.h: Xcolorsel.ad
+- app2head Xcolorsel.ad > appdef.h
++ ./app2head Xcolorsel.ad > appdef.h
+ purge:
+ $(RM) xcolorsel *.o appdef.h appdef-c.h Xcolorsel.help *.tar.Z Makefile Makefile.bak makefile *.tar *.tar.gz
+ Xcolorsel.help: xcolorsel.man
+diff -ruN ./Xcolorsel.ad ../xcolorsel/Xcolorsel.ad
+--- ./Xcolorsel.ad Mon Nov 14 07:08:36 1994
++++ ../xcolorsel/Xcolorsel.ad Sat Dec 12 00:52:04 1998
+@@ -71,3 +71,6 @@
+
+ ! You can set an explicit helpfile location here ("" switches this off)
+ !*.helpFile: ""
++
++! Set the location of the rgb.txt file for FreeBSD
++*.file: /usr/X11R6/lib/X11/rgb.txt
diff --git a/x11/xcolorsel/pkg-comment b/x11/xcolorsel/pkg-comment
new file mode 100644
index 000000000000..c340e889f143
--- /dev/null
+++ b/x11/xcolorsel/pkg-comment
@@ -0,0 +1 @@
+X utility to translate rgb values into X color names.
diff --git a/x11/xcolorsel/pkg-descr b/x11/xcolorsel/pkg-descr
new file mode 100644
index 000000000000..4be6a21396a0
--- /dev/null
+++ b/x11/xcolorsel/pkg-descr
@@ -0,0 +1,5 @@
+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
new file mode 100644
index 000000000000..b907df9599e1
--- /dev/null
+++ b/x11/xcolorsel/pkg-plist
@@ -0,0 +1,6 @@
+bin/xcolorsel
+lib/X11/app-defaults/Xcolorsel
+lib/X11/app-defaults/Xcolorsel-color
+lib/X11/xcolorsel/Xcolorsel.help
+man/man1/xcolorsel.1.gz
+@dirrm lib/X11/xcolorsel