aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-05-10 17:53:40 +0800
committerasami <asami@FreeBSD.org>1995-05-10 17:53:40 +0800
commit8ac5073b37d8863abafaa07eb5885091697cd5d2 (patch)
tree39b7d0e82a9d8eb7a69d17c2ebe7b48d983e5afb /x11
parentc57d9d6a6382b66dbbb8951a188e09eaea334e6d (diff)
downloadfreebsd-ports-gnome-8ac5073b37d8863abafaa07eb5885091697cd5d2.tar.gz
freebsd-ports-gnome-8ac5073b37d8863abafaa07eb5885091697cd5d2.tar.zst
freebsd-ports-gnome-8ac5073b37d8863abafaa07eb5885091697cd5d2.zip
xcolors, displays the colors in the universe, R6 version
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