pkgsrc-WIP-changes archive

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

rename to piglit-git



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

Removed Files:
	piglit/DESCR
	piglit/Makefile
	piglit/PLIST

Log Message:
rename to piglit-git

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

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 deletions(-)

diffs:
diff --git a/piglit/DESCR b/piglit/DESCR
deleted file mode 100644
index 84d4fe7..0000000
--- a/piglit/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index 20bb80b..0000000
--- a/piglit/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $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
deleted file mode 100644
index 34dc469..0000000
--- a/piglit/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-bin/piglit
-share/doc/piglit/COPYING
-share/doc/piglit/README
-share/doc/piglit/RELEASE


Home | Main Index | Thread Index | Old Index