diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-01-13 01:11:54 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-01-13 01:11:54 +0000 |
commit | d8d393df80872aca28f7802d94b40e0698811bcf (patch) | |
tree | 90aeb918cd5b13aec63cf3421a4a03640ddf1312 /x11-servers/mga_hal | |
parent | cd552b057240e646968357ae93bad51d9c811101 (diff) | |
download | ports-d8d393df80872aca28f7802d94b40e0698811bcf.tar.gz ports-d8d393df80872aca28f7802d94b40e0698811bcf.zip |
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
Notes
Notes:
svn path=/head/; revision=126283
Diffstat (limited to 'x11-servers/mga_hal')
-rw-r--r-- | x11-servers/mga_hal/Makefile | 34 | ||||
-rw-r--r-- | x11-servers/mga_hal/distinfo | 2 | ||||
-rw-r--r-- | x11-servers/mga_hal/pkg-descr | 9 | ||||
-rw-r--r-- | x11-servers/mga_hal/pkg-plist | 3 | ||||
-rw-r--r-- | x11-servers/mga_hal/plist | 0 |
5 files changed, 48 insertions, 0 deletions
diff --git a/x11-servers/mga_hal/Makefile b/x11-servers/mga_hal/Makefile new file mode 100644 index 000000000000..f09401a974b2 --- /dev/null +++ b/x11-servers/mga_hal/Makefile @@ -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> diff --git a/x11-servers/mga_hal/distinfo b/x11-servers/mga_hal/distinfo new file mode 100644 index 000000000000..90ba8185d181 --- /dev/null +++ b/x11-servers/mga_hal/distinfo @@ -0,0 +1,2 @@ +MD5 (mgadriver-4.1.tar.gz) = f1075e3e2c8053aef73c0522f4a4ee90 +SIZE (mgadriver-4.1.tar.gz) = 740410 diff --git a/x11-servers/mga_hal/pkg-descr b/x11-servers/mga_hal/pkg-descr new file mode 100644 index 000000000000..5e35e7f08caa --- /dev/null +++ b/x11-servers/mga_hal/pkg-descr @@ -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 diff --git a/x11-servers/mga_hal/pkg-plist b/x11-servers/mga_hal/pkg-plist new file mode 100644 index 000000000000..5ec56f3764d7 --- /dev/null +++ b/x11-servers/mga_hal/pkg-plist @@ -0,0 +1,3 @@ +%%PORTDOCS%%%%DOCSDIR%%/readme.txt +lib/modules/drivers/mga_hal_drv.o +%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/x11-servers/mga_hal/plist b/x11-servers/mga_hal/plist new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/x11-servers/mga_hal/plist |