diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/rgb | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/rgb')
-rw-r--r-- | x11/rgb/Makefile | 24 | ||||
-rw-r--r-- | x11/rgb/distinfo | 3 | ||||
-rw-r--r-- | x11/rgb/pkg-descr | 6 |
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 |