diff options
author | joerg <joerg> | 2007-04-12 14:50:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-04-12 14:50:20 +0000 |
commit | 3f4e30c413f28667e8b12cf02ef9a277444b9d5f (patch) | |
tree | 39268e4fcd185ad2d7f2919fa4a919b398008edd | |
parent | c6217337e061af0390245fbc7f69b0bd880684e4 (diff) | |
download | pkgsrc-3f4e30c413f28667e8b12cf02ef9a277444b9d5f.tar.gz |
Import rgb-1.0.1. This package contains the RGB color database for X11. This is from the modular X.org X11 project.
-rw-r--r-- | x11/rgb/DESCR | 3 | ||||
-rw-r--r-- | x11/rgb/Makefile | 19 | ||||
-rw-r--r-- | x11/rgb/PLIST | 4 | ||||
-rw-r--r-- | x11/rgb/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11/rgb/DESCR b/x11/rgb/DESCR new file mode 100644 index 00000000000..8a5bf0dd1cf --- /dev/null +++ b/x11/rgb/DESCR @@ -0,0 +1,3 @@ +This package contains the RGB color database for X11. + +This is from the modular X.org X11 project. diff --git a/x11/rgb/Makefile b/x11/rgb/Makefile new file mode 100644 index 00000000000..e582daec09a --- /dev/null +++ b/x11/rgb/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 14:50:20 joerg Exp $ +# + +DISTNAME= rgb-1.0.1 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= RGB color database + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/xproto/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/rgb/PLIST b/x11/rgb/PLIST new file mode 100644 index 00000000000..a51d917c806 --- /dev/null +++ b/x11/rgb/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/12 14:50:20 joerg Exp $ +bin/showrgb +man/man1/showrgb.1 +share/X11/rgb.txt diff --git a/x11/rgb/distinfo b/x11/rgb/distinfo new file mode 100644 index 00000000000..6a8017aedd5 --- /dev/null +++ b/x11/rgb/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/12 14:50:20 joerg Exp $ + +SHA1 (rgb-1.0.1.tar.bz2) = 004e9d7359f0fd1742710c35bcae3eaf9917839f +RMD160 (rgb-1.0.1.tar.bz2) = eac4fd041778ed5bc4d9a3182322610b2fb5ef16 +Size (rgb-1.0.1.tar.bz2) = 91473 bytes |