pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc-wip] Import piglit-0.0.0nb20150921 as wip/piglit.



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Sep 21 14:49:18 2015 +0200
Changeset:	b07270e483f62d21bbbf49e668448ea53af40a86

Added Files:
	piglit/DESCR
	piglit/Makefile
	piglit/PLIST

Log Message:
Import piglit-0.0.0nb20150921 as wip/piglit.

Piglit is a collection of automated tests for OpenGL and OpenCL
implementations.

The goal of Piglit is to help improve the quality of open source
OpenGL and OpenCL drivers by providing developers with a simple means to
perform regression tests.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b07270e483f62d21bbbf49e668448ea53af40a86

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 piglit/DESCR    |  6 ++++++
 piglit/Makefile | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 piglit/PLIST    |  5 +++++
 3 files changed, 58 insertions(+)

diffs:
diff --git a/piglit/DESCR b/piglit/DESCR
new file mode 100644
index 0000000..84d4fe7
--- /dev/null
+++ b/piglit/DESCR
@@ -0,0 +1,6 @@
+Piglit is a collection of automated tests for OpenGL and OpenCL
+implementations.
+
+The goal of Piglit is to help improve the quality of open source
+OpenGL and OpenCL drivers by providing developers with a simple means to
+perform regression tests.
diff --git a/piglit/Makefile b/piglit/Makefile
new file mode 100644
index 0000000..20bb80b
--- /dev/null
+++ b/piglit/Makefile
@@ -0,0 +1,47 @@
+# $NetBSD$
+
+DISTNAME=		piglit-0.0.0
+CATEGORIES=		graphics x11
+MASTER_SITES=		http://cgit.freedesktop.org/piglit
+
+MAINTAINER=		tnn%NetBSD.org@localhost
+HOMEPAGE=		http://piglit.freedesktop.org/
+COMMENT=		OpenGL driver testing framework
+#LICENSE=		mostly 2-clause-bsd but some GPL
+
+GIT_REPOSITORIES=	piglit
+GIT_REPO.piglit=	http://anongit.freedesktop.org/git/piglit.git
+GIT_MODULE.piglit=	piglit
+WRKSRC=			${WRKDIR}/${PKGBASE}
+
+USE_CMAKE=		yes
+USE_LANGUAGES=		c c++
+USE_TOOLS+=		pkg-config
+
+DEPENDS+=		${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
+DEPENDS+=		${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+DEPENDS+=		${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
+DEPENDS+=		${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
+DEPENDS+=		${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=		${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+
+PYTHON_VERSIONS_ACCEPTED=	27
+REPLACE_PYTHON=			piglit piglit-*.py
+
+# A static PLIST would be several megabytes and the contents rapidly changes.
+GENERATE_PLIST+=	cd ${DESTDIR}${PREFIX} &&			\
+			find lib/piglit \( -type f -or -type l \) -print ;
+
+LDFLAGS+=	${COMPILER_RPATH_FLAG}${PREFIX}/lib/piglit/lib
+
+.include "../../lang/python/application.mk"
+.include "../../wip/mk/git-package.mk"
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glut/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../wip/waffle/buildlink3.mk"
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/piglit/PLIST b/piglit/PLIST
new file mode 100644
index 0000000..34dc469
--- /dev/null
+++ b/piglit/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/piglit
+share/doc/piglit/COPYING
+share/doc/piglit/README
+share/doc/piglit/RELEASE


Home | Main Index | Thread Index | Old Index