diff options
author | rodent <rodent@pkgsrc.org> | 2013-05-28 02:53:13 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-05-28 02:53:13 +0000 |
commit | d94ee7cd46bd2e66779513ec5055bb5ead08257c (patch) | |
tree | a18134aa875e47d51046af45e3f5d597f286ce7d /graphics | |
parent | d208a459b9cacda358caae1db573998dc05d7d8d (diff) | |
download | pkgsrc-d94ee7cd46bd2e66779513ec5055bb5ead08257c.tar.gz |
Import xgc-1.0.4 as graphics/xgc.
xgc is an X11 graphics demo that shows various features of the X11 core protocol
graphics primitives.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xgc/DESCR | 2 | ||||
-rw-r--r-- | graphics/xgc/Makefile | 20 | ||||
-rw-r--r-- | graphics/xgc/PLIST | 5 | ||||
-rw-r--r-- | graphics/xgc/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/graphics/xgc/DESCR b/graphics/xgc/DESCR new file mode 100644 index 00000000000..a9bafe27d9e --- /dev/null +++ b/graphics/xgc/DESCR @@ -0,0 +1,2 @@ +xgc is an X11 graphics demo that shows various features of the X11 core protocol +graphics primitives. diff --git a/graphics/xgc/Makefile b/graphics/xgc/Makefile new file mode 100644 index 00000000000..843ce8ce4d2 --- /dev/null +++ b/graphics/xgc/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2013/05/28 02:53:13 rodent Exp $ +# + +DISTNAME= xgc-1.0.4 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_XORG:=app/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Graphics demo showing the X11 core protocol graphics primitives +LICENSE= mit + +GNU_CONFIGURE= yes +USE_TOOLS+= bison flex pkg-config + +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/libXaw/buildlink3.mk" +.include "../../devel/xorg-util-macros/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/xgc/PLIST b/graphics/xgc/PLIST new file mode 100644 index 00000000000..c93f5968397 --- /dev/null +++ b/graphics/xgc/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2013/05/28 02:53:13 rodent Exp $ +bin/xgc +lib/X11/app-defaults/Xgc +lib/X11/app-defaults/Xgc-color +man/man1/xgc.1 diff --git a/graphics/xgc/distinfo b/graphics/xgc/distinfo new file mode 100644 index 00000000000..2a3396376cc --- /dev/null +++ b/graphics/xgc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/05/28 02:53:13 rodent Exp $ + +SHA1 (xgc-1.0.4.tar.bz2) = 1406624f697988df232b9434794af02841488900 +RMD160 (xgc-1.0.4.tar.bz2) = 38772843e6f93bb100a9929e7328ff5923becb8a +Size (xgc-1.0.4.tar.bz2) = 180138 bytes |