summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-10 09:53:40 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-10 09:53:40 +0000
commit91fba36ae2580db07356d3c1e73f9614011d1426 (patch)
tree03aa3cd59cb651951d41f495641829aaab770359 /x11
parentAdd new variable to override the "hey foobar-1.2.3 is already installed" (diff)
xcolors, displays the colors in the universe, R6 version
Notes
Notes: svn path=/head/; revision=1672
Diffstat (limited to 'x11')
-rw-r--r--x11/xcolors/Makefile34
-rw-r--r--x11/xcolors/pkg-comment1
-rw-r--r--x11/xcolors/pkg-descr7
-rw-r--r--x11/xcolors/pkg-plist3
4 files changed, 45 insertions, 0 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile
new file mode 100644
index 000000000000..0d3ec6c89213
--- /dev/null
+++ b/x11/xcolors/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: xcolors
+# Version required: R6 contrib
+# Date created: 10 May 1995
+# Whom: asami
+#
+# $Id: Makefile,v 1.8 1995/04/22 11:59:12 asami Exp $
+#
+
+DISTNAME= xcolors
+PKGNAME= xcolors-1.3
+CATEGORIES+= x11
+MASTER_SITES= ftp://ftp.x.org/pub/R6untarred/contrib/programs/
+
+MAINTAINER= asami@FreeBSD.ORG
+
+USE_IMAKE= yes
+
+# Note: do NOT create an md5 checksum for xcolors.tar.gz, it may
+# change because of compression options on the ftp server.
+
+FTP_SITE= ftp.x.org
+FTP_DIR= /pub/R6untarred/contrib/programs/
+
+.if !defined(MASTER_SITE_OVERRIDE)
+pre-fetch:
+ @if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi
+ @(cd ${DISTDIR}; \
+ if [ ! -f ${DISTFILES} ]; then \
+ (sleep 5; echo "cd ${FTP_DIR}"; echo "get ${DISTFILES}") | ${NCFTP} ${NCFTPFLAGS} ${FTP_SITE}; \
+ fi \
+ )
+.endif
+
+.include <bsd.port.mk>
diff --git a/x11/xcolors/pkg-comment b/x11/xcolors/pkg-comment
new file mode 100644
index 000000000000..d7defaa71684
--- /dev/null
+++ b/x11/xcolors/pkg-comment
@@ -0,0 +1 @@
+xcolors, displays the colors in the universe, R6 version
diff --git a/x11/xcolors/pkg-descr b/x11/xcolors/pkg-descr
new file mode 100644
index 000000000000..c1a8ec1a032a
--- /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 000000000000..1a5fca4c68d8
--- /dev/null
+++ b/x11/xcolors/pkg-plist
@@ -0,0 +1,3 @@
+bin/xcolors
+lib/X11/app-defaults/Xcolors
+man/man1/xcolors.1.gz