summaryrefslogtreecommitdiff
path: root/x11/xcolors
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>1998-01-23 11:42:19 +0000
committerbouyer <bouyer@pkgsrc.org>1998-01-23 11:42:19 +0000
commitdf91cf580a7075f4f9bd0d2b3f3dd2000c539679 (patch)
tree18f6787a8ed65c7ab7e799b5dc1c137b3eccfa53 /x11/xcolors
parent12e57c4b59b4a994afc409b1cfbdafcdc9c6eb84 (diff)
downloadpkgsrc-df91cf580a7075f4f9bd0d2b3f3dd2000c539679.tar.gz
Import from the FreeBSD port collection.
Diffstat (limited to 'x11/xcolors')
-rw-r--r--x11/xcolors/Makefile21
-rw-r--r--x11/xcolors/files/md51
-rw-r--r--x11/xcolors/patches/patch-aa15
-rw-r--r--x11/xcolors/pkg/COMMENT1
-rw-r--r--x11/xcolors/pkg/DESCR7
-rw-r--r--x11/xcolors/pkg/PLIST4
6 files changed, 49 insertions, 0 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile
new file mode 100644
index 00000000000..7aead949eb0
--- /dev/null
+++ b/x11/xcolors/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: xcolors
+# Version required: R6 contrib
+# Date created: 10 May 1995
+# Whom: asami
+#
+# $NetBSD: Makefile,v 1.1.1.1 1998/01/23 11:42:21 bouyer Exp $
+# $FreeBSD: Makefile,v 1.9 1998/01/22 00:41:36 fenner Exp $
+#
+
+DISTNAME= xcolors
+PKGNAME= xcolors-1.3
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.tut.ac.jp/X11/X11R6/contrib/programs/
+
+MAINTAINER= ports@FreeBSD.ORG
+
+WRKSRC= ${WRKDIR}/xcolors
+USE_IMAKE= yes
+IGNOREFILES= ${DISTFILES}
+
+.include <bsd.port.mk>
diff --git a/x11/xcolors/files/md5 b/x11/xcolors/files/md5
new file mode 100644
index 00000000000..ae1e8077a62
--- /dev/null
+++ b/x11/xcolors/files/md5
@@ -0,0 +1 @@
+MD5 (xcolors.tar.gz) = IGNORE
diff --git a/x11/xcolors/patches/patch-aa b/x11/xcolors/patches/patch-aa
new file mode 100644
index 00000000000..aaf8594fde6
--- /dev/null
+++ b/x11/xcolors/patches/patch-aa
@@ -0,0 +1,15 @@
+--- ./Imakefile.org Mon Jun 6 17:28:45 1994
++++ ./Imakefile Sun Dec 22 16:28:05 1996
+@@ -8,12 +8,7 @@
+ OBJS = xcolors.o
+ SYS_LIBRARIES = -lm
+
+-#if BuildServer
+ DEFINES = -DRGB_TXT=\"$(RGBDBFILE).txt\"
+-#else
+- /* rgb.txt will not be installed, so find it in build tree */
+- DEFINES = -DRGB_TXT=\"$(RGBSRC)/rgb.txt\"
+-#endif
+
+ ComplexProgramTarget(xcolors)
+ InstallAppDefaults(Xcolors)
diff --git a/x11/xcolors/pkg/COMMENT b/x11/xcolors/pkg/COMMENT
new file mode 100644
index 00000000000..bc79ff1ee73
--- /dev/null
+++ b/x11/xcolors/pkg/COMMENT
@@ -0,0 +1 @@
+Display all (ok, most of) the colors in the universe
diff --git a/x11/xcolors/pkg/DESCR b/x11/xcolors/pkg/DESCR
new file mode 100644
index 00000000000..c1a8ec1a032
--- /dev/null
+++ b/x11/xcolors/pkg/DESCR
@@ -0,0 +1,7 @@
+xcolors reads the rgb.txt file that defines the color names the X
+server knows and displays the colors found.
+
+This version is taken from the X11R6 contrib tape.
+
+Satoshi
+asami@cs.berkeley.edu
diff --git a/x11/xcolors/pkg/PLIST b/x11/xcolors/pkg/PLIST
new file mode 100644
index 00000000000..a6de8c1cd4d
--- /dev/null
+++ b/x11/xcolors/pkg/PLIST
@@ -0,0 +1,4 @@
+comment $NetBSD: PLIST,v 1.1.1.1 1998/01/23 11:42:22 bouyer Exp $
+bin/xcolors
+lib/X11/app-defaults/Xcolors
+man/man1/xcolors.1.gz