aboutsummaryrefslogtreecommitdiff
path: root/x11/rgb
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
commitd4f0d0048a8755106a4b0445221a19761e746984 (patch)
treec87184c5bfeaf942c827c5f706186ce9786a2588 /x11/rgb
parente82affd309fc2d8e5ea19b2e003f1296920bd825 (diff)
downloadports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz
ports-d4f0d0048a8755106a4b0445221a19761e746984.zip
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes: svn path=/head/; revision=191544
Diffstat (limited to 'x11/rgb')
-rw-r--r--x11/rgb/Makefile24
-rw-r--r--x11/rgb/distinfo3
-rw-r--r--x11/rgb/pkg-descr6
3 files changed, 33 insertions, 0 deletions
diff --git a/x11/rgb/Makefile b/x11/rgb/Makefile
new file mode 100644
index 000000000000..3f6c75193467
--- /dev/null
+++ b/x11/rgb/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: rgb
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rgb
+PORTVERSION= 1.0.1
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Uncompile an rgb corl-name database
+
+CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb
+
+XORG_CAT= app
+USE_XORG= x11 xproto
+
+PLIST_FILES= bin/showrgb lib/X11/rgb.txt
+
+MAN1= showrgb.1
+
+.include <bsd.port.mk>
diff --git a/x11/rgb/distinfo b/x11/rgb/distinfo
new file mode 100644
index 000000000000..43941f4519aa
--- /dev/null
+++ b/x11/rgb/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/app/rgb-1.0.1.tar.bz2) = 255222b3ab3af671289a6b4844e9f393
+SHA256 (xorg/app/rgb-1.0.1.tar.bz2) = f635bc02f72f62c248af8a19aa6931e9f2d061cca258c12c1468d486602990ad
+SIZE (xorg/app/rgb-1.0.1.tar.bz2) = 91473
diff --git a/x11/rgb/pkg-descr b/x11/rgb/pkg-descr
new file mode 100644
index 000000000000..949c3fd4e280
--- /dev/null
+++ b/x11/rgb/pkg-descr
@@ -0,0 +1,6 @@
+This package contains showrgb, a program that reads an rgb color-name
+database compiled for use with the dbm database routines and converts it
+back to source form, printing the result to standard output.
+
+- Joel Dahl
+joel@FreeBSD.org