mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
New port: mga_hal, a packaging of the Matrox HAL binary, which extends the set
of features supported by the open-source Matrox driver for X.Org and XFree86. This is a newer version than that discussed in the original PR, and has only been tested briefly by myself on a G400 with X.Org 6.8.1. Note that though the readme.txt says the file is redistributable, the only licensing information to be found is the click-through on the website which says redistribution is not allowed. PR: ports/55699 Submitted by: Jens Rehsack, rehsack at liwing dot de
This commit is contained in:
parent
cd552b0572
commit
d8d393df80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126283
@ -10,6 +10,7 @@
|
||||
SUBDIR += XFree86-4-VirtualFramebufferServer
|
||||
SUBDIR += Xfstt
|
||||
SUBDIR += driglide
|
||||
SUBDIR += mga_hal
|
||||
SUBDIR += x2vnc
|
||||
SUBDIR += x2x
|
||||
SUBDIR += xorg-fontserver
|
||||
|
34
x11-servers/mga_hal/Makefile
Normal file
34
x11-servers/mga_hal/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: mga_hal
|
||||
# Date created: 12 Jan 2005
|
||||
# Whom: anholt@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mga_hal
|
||||
PORTVERSION= 4.1
|
||||
CATEGORIES= x11-servers
|
||||
MASTER_SITES= ftp://ftp.matrox.com/pub/mga/archive/linux/2004/
|
||||
DISTNAME= mgadriver-${PORTVERSION}
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= Module for additional features with X.Org/XFree86 Matrox driver
|
||||
|
||||
NO_PACKAGE= "Matrox drivers may not be distributed"
|
||||
RESTRICTED= "Matrox drivers may not be distributed."
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
WRKSRC= ${WRKDIR}/mgadriver-${PORTVERSION}
|
||||
NO_BUILD= YES
|
||||
|
||||
do-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/readme.txt ${DOCSDIR}
|
||||
.endif
|
||||
${INSTALL_DATA} ${WRKSRC}/xfree86/6.8.1/mga_hal_drv.o \
|
||||
${PREFIX}/lib/modules/drivers/
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-servers/mga_hal/distinfo
Normal file
2
x11-servers/mga_hal/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (mgadriver-4.1.tar.gz) = f1075e3e2c8053aef73c0522f4a4ee90
|
||||
SIZE (mgadriver-4.1.tar.gz) = 740410
|
9
x11-servers/mga_hal/pkg-descr
Normal file
9
x11-servers/mga_hal/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
mga_hal packages the Matrox binary HAL for X.Org/XFree86. It provides dualhead
|
||||
support for G400 cards (G450 and G550 card do not need this) and TV-out. It
|
||||
also provides a "Merged Framebuffer" mode that is supposed to allow 3d
|
||||
acceleration on both heads.
|
||||
|
||||
WWW: http://www.matrox.com/mga/support/drivers/previous/home.cfm
|
||||
|
||||
Eric Anholt
|
||||
anholt@FreeBSD.org
|
3
x11-servers/mga_hal/pkg-plist
Normal file
3
x11-servers/mga_hal/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readme.txt
|
||||
lib/modules/drivers/mga_hal_drv.o
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
0
x11-servers/mga_hal/plist
Normal file
0
x11-servers/mga_hal/plist
Normal file
Loading…
Reference in New Issue
Block a user