Bug 131276 - [NEW PORT] xf86-video-nouveau
Summary: [NEW PORT] xf86-video-nouveau
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-02 05:40 UTC by swell.k
Modified: 2009-02-21 02:08 UTC (History)
0 users

See Also:


Attachments
xf86-video-nouveau.shar (1.86 KB, text/plain)
2009-02-13 21:28 UTC, swell.k
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2009-02-02 05:40:01 UTC
Port of slightly old snapshot of DDX part of nouveau, free nvidia driver.
It works without DRM on at least GF9600GT and GF6150.

Fix: --=-=-=
Content-Disposition: attachment;
 filename=xf86-video-nouveau-0.0.10.20090129.shar
Content-Description: the port in shar archive

#!/bin/sh


--=-=-=----rj11anat4Q1mrzJxvuPZPDsSXWVSmEhR0ynCewnd3PHNa3aY
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.shar"

# This is a shell archive
echo x xf86-video-nouveau/
mkdir -p xf86-video-nouveau/ > /dev/null 2>&1
echo x xf86-video-nouveau/distinfo
sed 's/^X//' > xf86-video-nouveau/distinfo << 'SHAR_END'
XMD5 (xorg/driver/xf86-video-nouveau-0.0.10.20090129.tar.bz2) = ea4663197027d798b2d287b315721832
XSHA256 (xorg/driver/xf86-video-nouveau-0.0.10.20090129.tar.bz2) = a8fe3ba39aa691535c7423134bc6b6224c6bd8fbfdee3ed523301892976c6bdf
XSIZE (xorg/driver/xf86-video-nouveau-0.0.10.20090129.tar.bz2) = 569851
SHAR_END
echo x xf86-video-nouveau/pkg-plist
sed 's/^X//' > xf86-video-nouveau/pkg-plist << 'SHAR_END'
Xlib/xorg/modules/drivers/nouveau_drv.la
Xlib/xorg/modules/drivers/nouveau_drv.so
X@dirrmtry lib/xorg/modules/drivers
X@dirrmtry lib/xorg/modules
X@dirrmtry lib/xorg
SHAR_END
echo x xf86-video-nouveau/Makefile
sed 's/^X//' > xf86-video-nouveau/Makefile << 'SHAR_END'
X# New ports collection makefile for:	xf86-video-nouveau
X# Date Created:				29 Jan 2009
X# Whom:					Anonymous <swell.k@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xf86-video-nouveau
XPORTVERSION=	0.0.10.20090129
XCATEGORIES=	x11-drivers
XMASTER_SITES=	ftp://ftp.lissyara.su/users/Guest/
X
XMAINTAINER=	x11@FreeBSD.org
XCOMMENT=	free nouveau display driver for nvidia-based cards
X
XXORG_CAT=	driver
XUSE_XORG=	videoproto xextproto xf86driproto glproto
XMAN4=		nouveau.4x
X
X.include <bsd.port.mk>
SHAR_END
echo x xf86-video-nouveau/pkg-descr
sed 's/^X//' > xf86-video-nouveau/pkg-descr << 'SHAR_END'
Xnouveau is an X.Org Foundation and Freedesktop.org project which was
Xinitially based on the obfuscated 2D-only free and open source "nv"
Xdriver, aiming to develop free software drivers for NVIDIA graphics
Xcards, by reverse engineering NVIDIA's current proprietary drivers for
XLinux.
X
X-- Wikipedia
SHAR_END
exit
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2009-02-09 18:02:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2009-02-21 02:08:24 UTC
State Changed
From-To: open->closed

New port added. Thanks!