New port: rendercheck, a small app to test Render extension conformance.

This commit is contained in:
Eric Anholt 2004-10-16 22:17:12 +00:00
parent d82080eed7
commit 8543b3a289
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119630
5 changed files with 31 additions and 0 deletions

View File

@ -144,6 +144,7 @@
SUBDIR += props
SUBDIR += qrash
SUBDIR += randrext
SUBDIR += rendercheck
SUBDIR += renderext
SUBDIR += resourceext
SUBDIR += rox-wallpaper

20
x11/rendercheck/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: rendercheck
# Date Created: 26 Sep, 2004
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rendercheck
PORTVERSION= 1.0.2
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xapps/release/
MAINTAINER= anholt@FreeBSD.org
COMMENT= A small program for testing basic Render extension conformance
USE_XLIB= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>

2
x11/rendercheck/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (rendercheck-1.0.2.tar.bz2) = 53144d2f5bd8d092e92d08573a2d84c3
SIZE (rendercheck-1.0.2.tar.bz2) = 59177

View File

@ -0,0 +1,7 @@
This package contains rendercheck, a simple tool I wrote to test some render
extension conformance.
WWW: http://www.freedesktop.org/Software/xapps
- Eric Anholt
anholt@FreeBSD.org

View File

@ -0,0 +1 @@
bin/rendercheck