xcolors port

This commit is contained in:
angelos 1998-05-19 06:25:10 +00:00
parent 3c1102800e
commit 33585b1a6f
6 changed files with 45 additions and 0 deletions

18
x11/xcolors/Makefile Normal file
View File

@ -0,0 +1,18 @@
# OpenBSD makefile for: xcolors
# Date created: 25 January 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/19 06:25:10 angelos Exp $
#
DISTNAME= xcolors
PKGNAME= xcolors-1.3
CATEGORIES= x11
MASTER_SITES= ftp://ftp.tut.ac.jp/pub/X11/X11R6/contrib/programs/
MAINTAINER= angelos@openbsd.org
WRKSRC= ${WRKDIR}/xcolors
USE_IMAKE= yes
.include <bsd.port.mk>

1
x11/xcolors/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (xcolors.tar.gz) = e6b8e311575bd92bb805498a57c753d6

View File

@ -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)

1
x11/xcolors/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
Display all (ok, most of) the colors in the universe

7
x11/xcolors/pkg/DESCR Normal file
View File

@ -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

3
x11/xcolors/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
bin/xcolors
lib/X11/app-defaults/Xcolors
man/man1/xcolors.1