Mon Jun 3 01:35:22 2013 UTC ()
Import xf86-video-newport-0.2.4 as x11/xf86-video-newport.

This is an unaccelerated driver for the SGI newport cards (a.k.a. XL) as found
in the SGI Indy and Indigo2. Both the 8bit and 24bit versions are tested and
working.


(rodent)
diff -r0 -r1.1 pkgsrc/x11/xf86-video-newport/DESCR
diff -r0 -r1.1 pkgsrc/x11/xf86-video-newport/Makefile
diff -r0 -r1.1 pkgsrc/x11/xf86-video-newport/PLIST
diff -r0 -r1.1 pkgsrc/x11/xf86-video-newport/distinfo
diff -r0 -r1.1 pkgsrc/x11/xf86-video-newport/options.mk

File Added: pkgsrc/x11/xf86-video-newport/Attic/DESCR
This is an unaccelerated driver for the SGI newport cards (a.k.a. XL) as found
in the SGI Indy and Indigo2. Both the 8bit and 24bit versions are tested and
working.

File Added: pkgsrc/x11/xf86-video-newport/Attic/Makefile
# $NetBSD: Makefile,v 1.1 2013/06/03 01:35:22 rodent Exp $

DISTNAME=	xf86-video-newport-0.2.4
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	rodent@NetBSD.org
HOMEPAGE=	http://xorg.freedesktop.org/
COMMENT=	Unaccelerated driver for the SGI newport cards (a.k.a. XL)
LICENSE=	x11

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	pkg-config

.include "options.mk"

.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/x11/xf86-video-newport/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1 2013/06/03 01:35:22 rodent Exp $
lib/xorg/modules/drivers/newport_drv.la
man/man4/newport.4

File Added: pkgsrc/x11/xf86-video-newport/Attic/distinfo
$NetBSD: distinfo,v 1.1 2013/06/03 01:35:22 rodent Exp $

SHA1 (xf86-video-newport-0.2.4.tar.bz2) = 666d3794833281bea24cb8015d9464753ba9885c
RMD160 (xf86-video-newport-0.2.4.tar.bz2) = fc1ae9c73495268691efe95f7cc9be3a28a64fba
Size (xf86-video-newport-0.2.4.tar.bz2) = 308541 bytes

File Added: pkgsrc/x11/xf86-video-newport/Attic/options.mk
# $NetBSD: options.mk,v 1.1 2013/06/03 01:35:22 rodent Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.xf86-video-newport
PKG_SUPPORTED_OPTIONS=	static
PKG_SUGGESTED_OPTIONS+=	# blank

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mstatic)
CONFIGURE_ARGS+=	--enable-static=yes
.else
CONFIGURE_ARGS+=	--enable-static=no
.endif