pkgsrc-WIP-changes archive

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

rename piglit to piglit-git (it's a git package)



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Sep 21 15:00:53 2015 +0200
Changeset:	f0ecaf971d172fb3270d8462fb9ec54c14262c4d

Modified Files:
	Makefile
Added Files:
	piglit-git/DESCR
	piglit-git/Makefile
	piglit-git/PLIST

Log Message:
rename piglit to piglit-git (it's a git package)

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

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

diffstat:
 Makefile            |  2 +-
 piglit-git/DESCR    |  6 ++++++
 piglit-git/Makefile | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 piglit-git/PLIST    |  5 +++++
 4 files changed, 59 insertions(+), 1 deletion(-)

diffs:
diff --git a/Makefile b/Makefile
index 43eed87..036d435 100644
--- a/Makefile
+++ b/Makefile
@@ -2442,7 +2442,7 @@ SUBDIR+=	pidgin-sipe
 SUBDIR+=	pidgin-status-to-twitter
 SUBDIR+=	pidgin-twitterstatus
 SUBDIR+=	piedock
-SUBDIR+=	piglit
+SUBDIR+=	piglit-git
 SUBDIR+=	pike
 SUBDIR+=	pike-Gettext
 SUBDIR+=	pike-Gz
diff --git a/piglit-git/DESCR b/piglit-git/DESCR
new file mode 100644
index 0000000..84d4fe7
--- /dev/null
+++ b/piglit-git/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-git/Makefile b/piglit-git/Makefile
new file mode 100644
index 0000000..20bb80b
--- /dev/null
+++ b/piglit-git/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-git/PLIST b/piglit-git/PLIST
new file mode 100644
index 0000000..34dc469
--- /dev/null
+++ b/piglit-git/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