diff options
author | rodent <rodent@pkgsrc.org> | 2015-07-02 12:38:32 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-07-02 12:38:32 +0000 |
commit | 17834c8df60efbb6bc345839adcc44c99e2c3253 (patch) | |
tree | 92608ad226ab58e0aebccca2b1c17bdb29c46351 /x11/xf86dga | |
parent | f9da1140c14d59a2dbacc5e5e5b983eb0f63a192 (diff) | |
download | pkgsrc-17834c8df60efbb6bc345839adcc44c99e2c3253.tar.gz |
Adding:
libXaw3d
libXprintAppUtil
liblbxutil
mkcomposecache
proxymngr
rstart
xcmsdb
xdbedizzy
xedit
xf86dga
xmh
xpr
xrx
xtrap
from pkgsrc-wip as requested by wiz@ last quarter. LICENSE can be fixed
later.
Diffstat (limited to 'x11/xf86dga')
-rw-r--r-- | x11/xf86dga/DESCR | 1 | ||||
-rw-r--r-- | x11/xf86dga/Makefile | 21 | ||||
-rw-r--r-- | x11/xf86dga/PLIST | 3 | ||||
-rw-r--r-- | x11/xf86dga/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/x11/xf86dga/DESCR b/x11/xf86dga/DESCR new file mode 100644 index 00000000000..6642377eba3 --- /dev/null +++ b/x11/xf86dga/DESCR @@ -0,0 +1 @@ +dga is a simple test client for the XFree86-DGA extension. diff --git a/x11/xf86dga/Makefile b/x11/xf86dga/Makefile new file mode 100644 index 00000000000..72b19a0399a --- /dev/null +++ b/x11/xf86dga/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2015/07/02 12:38:33 rodent Exp $ +# + +DISTNAME= xf86dga-1.0.3 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XORG:=app/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Simple test client for the XFree86-DGA extension +#LICENSE= # TODO: (see mk/license.mk) + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +BUILDLINK_API_DEPENDS.libXxf86dga+= libXxf86dga>=1.1 +.include "../../x11/libXxf86dga/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../devel/xorg-util-macros/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xf86dga/PLIST b/x11/xf86dga/PLIST new file mode 100644 index 00000000000..ee3e623a2e3 --- /dev/null +++ b/x11/xf86dga/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/07/02 12:38:33 rodent Exp $ +bin/dga +man/man1/dga.1 diff --git a/x11/xf86dga/distinfo b/x11/xf86dga/distinfo new file mode 100644 index 00000000000..aec82a0bfd2 --- /dev/null +++ b/x11/xf86dga/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/07/02 12:38:33 rodent Exp $ + +SHA1 (xf86dga-1.0.3.tar.bz2) = 030659e3728f5f7142e1cf727f147aceeabe4b9e +RMD160 (xf86dga-1.0.3.tar.bz2) = 4243e1b567fcc4b649ee413e51ca8987104984f3 +Size (xf86dga-1.0.3.tar.bz2) = 104935 bytes |