diff options
author | rodent <rodent@pkgsrc.org> | 2013-05-28 03:11:55 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-05-28 03:11:55 +0000 |
commit | 92184210109c6e3de2f0efb314980808b8ab1b63 (patch) | |
tree | b3ee33db5ed5e9faf4191884a9395420bf84a856 /x11 | |
parent | a8db59af4e30eb41f0aea18bcf3ca091833414ee (diff) | |
download | pkgsrc-92184210109c6e3de2f0efb314980808b8ab1b63.tar.gz |
Import xstdcmap-1.0.3 as x11/xstdcmap.
The xstdcmap utility can be used to selectively define standard colormap
properties. It is intended to be run from a user's X startup script to create
standard colormap definitions in order to facilitate sharing of scarce colormap
resources among clients using PseudoColor visuals.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xstdcmap/DESCR | 4 | ||||
-rw-r--r-- | x11/xstdcmap/Makefile | 22 | ||||
-rw-r--r-- | x11/xstdcmap/PLIST | 3 | ||||
-rw-r--r-- | x11/xstdcmap/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/x11/xstdcmap/DESCR b/x11/xstdcmap/DESCR new file mode 100644 index 00000000000..7c9419d2b52 --- /dev/null +++ b/x11/xstdcmap/DESCR @@ -0,0 +1,4 @@ +The xstdcmap utility can be used to selectively define standard colormap +properties. It is intended to be run from a user's X startup script to create +standard colormap definitions in order to facilitate sharing of scarce colormap +resources among clients using PseudoColor visuals. diff --git a/x11/xstdcmap/Makefile b/x11/xstdcmap/Makefile new file mode 100644 index 00000000000..864737d7405 --- /dev/null +++ b/x11/xstdcmap/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2013/05/28 03:11:55 rodent Exp $ +# + +DISTNAME= xstdcmap-1.0.3 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XORG:=app/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Selectively defines standard colormap properties +LICENSE= x11 + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXmu/buildlink3.mk" +BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.17 +.include "../../x11/xproto/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../devel/xorg-util-macros/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xstdcmap/PLIST b/x11/xstdcmap/PLIST new file mode 100644 index 00000000000..6fb4b276a3b --- /dev/null +++ b/x11/xstdcmap/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/05/28 03:11:55 rodent Exp $ +bin/xstdcmap +man/man1/xstdcmap.1 diff --git a/x11/xstdcmap/distinfo b/x11/xstdcmap/distinfo new file mode 100644 index 00000000000..7b99fe51764 --- /dev/null +++ b/x11/xstdcmap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/05/28 03:11:55 rodent Exp $ + +SHA1 (xstdcmap-1.0.3.tar.bz2) = b7fcc50ae6100d2ba91d6847969fd9d2b6784a90 +RMD160 (xstdcmap-1.0.3.tar.bz2) = 139d801a9f90648fd1ab3b11af07925bea6dd578 +Size (xstdcmap-1.0.3.tar.bz2) = 117491 bytes |