diff options
author | flathill <flathill@FreeBSD.org> | 1998-12-12 00:02:40 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-12-12 00:02:40 +0800 |
commit | a9b689c954ccc418d1eca6bdc0248f1c599120cb (patch) | |
tree | 25ab9567efd23b4d082c2bb5ab1687ba97c89527 /x11 | |
parent | 61fd6bed574e00cf12dd5a10e98217f8c73aeac6 (diff) | |
download | freebsd-ports-gnome-a9b689c954ccc418d1eca6bdc0248f1c599120cb.tar.gz freebsd-ports-gnome-a9b689c954ccc418d1eca6bdc0248f1c599120cb.tar.zst freebsd-ports-gnome-a9b689c954ccc418d1eca6bdc0248f1c599120cb.zip |
PR: ports/8888
Submitted by: wayne@crb-web.com
X utility to translate rgb values into X color names.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcolorsel/Makefile | 25 | ||||
-rw-r--r-- | x11/xcolorsel/distinfo | 1 | ||||
-rw-r--r-- | x11/xcolorsel/files/patch-aa | 25 | ||||
-rw-r--r-- | x11/xcolorsel/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xcolorsel/pkg-descr | 5 | ||||
-rw-r--r-- | x11/xcolorsel/pkg-plist | 6 |
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 |