diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-02-21 10:08:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-02-21 10:08:17 +0800 |
commit | f8ebfdbcc20e3d16770e9c4196d96c51bffa5602 (patch) | |
tree | d1e9373fe896b92e944b605c62fe078b54b6fc27 /x11-drivers | |
parent | c6b5692e136dc91370d9d5682b53c7ef3234e3c7 (diff) | |
download | freebsd-ports-gnome-f8ebfdbcc20e3d16770e9c4196d96c51bffa5602.tar.gz freebsd-ports-gnome-f8ebfdbcc20e3d16770e9c4196d96c51bffa5602.tar.zst freebsd-ports-gnome-f8ebfdbcc20e3d16770e9c4196d96c51bffa5602.zip |
nouveau is an X.Org Foundation and Freedesktop.org project which was
initially based on the obfuscated 2D-only free and open source "nv"
driver, aiming to develop free software drivers for NVIDIA graphics
cards, by reverse engineering NVIDIA's current proprietary drivers for
Linux.
WWW: http://nouveau.freedesktop.org/
PR: 131276
Submitted by: Anonymous <swell dot k at gmail dot com>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/Makefile | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/Makefile | 20 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/pkg-descr | 7 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile index 075f104b8316..8cfa54044047 100644 --- a/x11-drivers/Makefile +++ b/x11-drivers/Makefile @@ -47,6 +47,7 @@ SUBDIR += xf86-video-mga SUBDIR += xf86-video-neomagic SUBDIR += xf86-video-newport + SUBDIR += xf86-video-nouveau SUBDIR += xf86-video-nsc SUBDIR += xf86-video-nv SUBDIR += xf86-video-openchrome diff --git a/x11-drivers/xf86-video-nouveau/Makefile b/x11-drivers/xf86-video-nouveau/Makefile new file mode 100644 index 000000000000..d0f3ab49dc8b --- /dev/null +++ b/x11-drivers/xf86-video-nouveau/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xf86-video-nouveau +# Date Created: 29 Jan 2009 +# Whom: Anonymous <swell.k@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= xf86-video-nouveau +PORTVERSION= 0.0.10.20090129 +CATEGORIES= x11-drivers +MASTER_SITES= ftp://ftp.lissyara.su/users/Guest/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= Free nouveau display driver for nvidia-based cards + +XORG_CAT= driver +USE_XORG= videoproto xextproto xf86driproto glproto +MAN4= nouveau.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-nouveau/distinfo b/x11-drivers/xf86-video-nouveau/distinfo new file mode 100644 index 000000000000..f7700f80e58d --- /dev/null +++ b/x11-drivers/xf86-video-nouveau/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-nouveau-0.0.10.20090129.tar.bz2) = ea4663197027d798b2d287b315721832 +SHA256 (xorg/driver/xf86-video-nouveau-0.0.10.20090129.tar.bz2) = a8fe3ba39aa691535c7423134bc6b6224c6bd8fbfdee3ed523301892976c6bdf +SIZE (xorg/driver/xf86-video-nouveau-0.0.10.20090129.tar.bz2) = 569851 diff --git a/x11-drivers/xf86-video-nouveau/pkg-descr b/x11-drivers/xf86-video-nouveau/pkg-descr new file mode 100644 index 000000000000..9c753dc8108c --- /dev/null +++ b/x11-drivers/xf86-video-nouveau/pkg-descr @@ -0,0 +1,7 @@ +nouveau is an X.Org Foundation and Freedesktop.org project which was +initially based on the obfuscated 2D-only free and open source "nv" +driver, aiming to develop free software drivers for NVIDIA graphics +cards, by reverse engineering NVIDIA's current proprietary drivers for +Linux. + +WWW: http://nouveau.freedesktop.org/ diff --git a/x11-drivers/xf86-video-nouveau/pkg-plist b/x11-drivers/xf86-video-nouveau/pkg-plist new file mode 100644 index 000000000000..63ff28ca464a --- /dev/null +++ b/x11-drivers/xf86-video-nouveau/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/nouveau_drv.la +lib/xorg/modules/drivers/nouveau_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |