svn commit: r338680 - in head/x11-drivers: . xf86-video-scfb
Rene Ladan
rene at FreeBSD.org
Sat Jan 4 22:49:50 UTC 2014
Author: rene
Date: Sat Jan 4 22:49:48 2014
New Revision: 338680
URL: http://svnweb.freebsd.org/changeset/ports/338680
Log:
This package contains the X.Org xf86-video-scfb driver.
Framebuffer access via FreeBSD syscons.
On behalf of: ray
Added:
head/x11-drivers/xf86-video-scfb/
head/x11-drivers/xf86-video-scfb/Makefile (contents, props changed)
head/x11-drivers/xf86-video-scfb/distinfo (contents, props changed)
head/x11-drivers/xf86-video-scfb/pkg-descr (contents, props changed)
head/x11-drivers/xf86-video-scfb/pkg-plist (contents, props changed)
Modified:
head/x11-drivers/Makefile
Modified: head/x11-drivers/Makefile
==============================================================================
--- head/x11-drivers/Makefile Sat Jan 4 21:30:15 2014 (r338679)
+++ head/x11-drivers/Makefile Sat Jan 4 22:49:48 2014 (r338680)
@@ -45,6 +45,7 @@
SUBDIR += xf86-video-s3
SUBDIR += xf86-video-s3virge
SUBDIR += xf86-video-savage
+ SUBDIR += xf86-video-scfb
SUBDIR += xf86-video-siliconmotion
SUBDIR += xf86-video-sis
SUBDIR += xf86-video-sis-intel
Added: head/x11-drivers/xf86-video-scfb/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-drivers/xf86-video-scfb/Makefile Sat Jan 4 22:49:48 2014 (r338680)
@@ -0,0 +1,16 @@
+# Created by: Florent Thoumie <flz at freebsd.org>
+# $FreeBSD$
+
+PORTNAME= xf86-video-scfb
+PORTVERSION= 0.0.3
+CATEGORIES= x11-drivers
+MASTER_SITES= http://github.com/rayddteam/xf86-video-scfb/archive/
+EXTRACT_SUFX= .tar.gz
+
+MAINTAINER= ray at FreeBSD.org
+COMMENT= X.Org syscons display driver
+
+XORG_CAT= driver
+USE_XORG= xextproto videoproto
+
+.include <bsd.port.mk>
Added: head/x11-drivers/xf86-video-scfb/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-drivers/xf86-video-scfb/distinfo Sat Jan 4 22:49:48 2014 (r338680)
@@ -0,0 +1,2 @@
+SHA256 (xorg/driver/xf86-video-scfb-0.0.3.tar.gz) = 6d22e40c9dd1b2166e77d37c42be3759ae572757e8f564797ec0d8f9c0516822
+SIZE (xorg/driver/xf86-video-scfb-0.0.3.tar.gz) = 345177
Added: head/x11-drivers/xf86-video-scfb/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-drivers/xf86-video-scfb/pkg-descr Sat Jan 4 22:49:48 2014 (r338680)
@@ -0,0 +1,2 @@
+This package contains the X.Org xf86-video-scfb driver.
+Framebuffer access via FreeBSD syscons.
Added: head/x11-drivers/xf86-video-scfb/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-drivers/xf86-video-scfb/pkg-plist Sat Jan 4 22:49:48 2014 (r338680)
@@ -0,0 +1,6 @@
+lib/xorg/modules/drivers/scfb_drv.la
+lib/xorg/modules/drivers/scfb_drv.so
+man/man4/scfb.4x.gz
+ at dirrmtry lib/xorg/modules/drivers
+ at dirrmtry lib/xorg/modules
+ at dirrmtry lib/xorg
More information about the svn-ports-all
mailing list