mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
42de3a6f7c
commit
267fccba10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228758
@ -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
|
||||
|
20
x11-drivers/xf86-video-nouveau/Makefile
Normal file
20
x11-drivers/xf86-video-nouveau/Makefile
Normal file
@ -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>
|
3
x11-drivers/xf86-video-nouveau/distinfo
Normal file
3
x11-drivers/xf86-video-nouveau/distinfo
Normal file
@ -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
|
7
x11-drivers/xf86-video-nouveau/pkg-descr
Normal file
7
x11-drivers/xf86-video-nouveau/pkg-descr
Normal file
@ -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/
|
5
x11-drivers/xf86-video-nouveau/pkg-plist
Normal file
5
x11-drivers/xf86-video-nouveau/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user