summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-05-16 14:20:56 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-05-16 14:20:56 +0800
commit3cade4f8ff80669b558365064ec09a280fa77174 (patch)
tree4645c9e73a701b776acda153ec81d5657bb63171
parent02ea2e082f43dd4a008394dc3c7fe6d9e004b94e (diff)
downloadxorg-devel-ports-3cade4f8ff80669b558365064ec09a280fa77174.tar
xorg-devel-ports-3cade4f8ff80669b558365064ec09a280fa77174.tar.gz
xorg-devel-ports-3cade4f8ff80669b558365064ec09a280fa77174.tar.bz2
xorg-devel-ports-3cade4f8ff80669b558365064ec09a280fa77174.tar.lz
xorg-devel-ports-3cade4f8ff80669b558365064ec09a280fa77174.tar.xz
xorg-devel-ports-3cade4f8ff80669b558365064ec09a280fa77174.tar.zst
xorg-devel-ports-3cade4f8ff80669b558365064ec09a280fa77174.zip
- Add all ports with new releases.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@492 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11-drivers/xf86-video-apm/Makefile19
-rw-r--r--x11-drivers/xf86-video-apm/distinfo2
-rw-r--r--x11-drivers/xf86-video-apm/pkg-descr1
-rw-r--r--x11-drivers/xf86-video-apm/pkg-plist5
-rw-r--r--x11-drivers/xf86-video-i740/Makefile19
-rw-r--r--x11-drivers/xf86-video-i740/distinfo2
-rw-r--r--x11-drivers/xf86-video-i740/pkg-descr3
-rw-r--r--x11-drivers/xf86-video-i740/pkg-plist5
-rw-r--r--x11-drivers/xf86-video-newport/Makefile24
-rw-r--r--x11-drivers/xf86-video-newport/distinfo2
-rw-r--r--x11-drivers/xf86-video-newport/pkg-descr1
-rw-r--r--x11-drivers/xf86-video-newport/pkg-plist5
-rw-r--r--x11-drivers/xf86-video-s3/Makefile19
-rw-r--r--x11-drivers/xf86-video-s3/distinfo2
-rw-r--r--x11-drivers/xf86-video-s3/pkg-descr3
-rw-r--r--x11-drivers/xf86-video-s3/pkg-plist5
-rw-r--r--x11-drivers/xf86-video-s3virge/Makefile19
-rw-r--r--x11-drivers/xf86-video-s3virge/distinfo2
-rw-r--r--x11-drivers/xf86-video-s3virge/pkg-descr3
-rw-r--r--x11-drivers/xf86-video-s3virge/pkg-plist5
20 files changed, 146 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-apm/Makefile b/x11-drivers/xf86-video-apm/Makefile
new file mode 100644
index 0000000..adb00ee
--- /dev/null
+++ b/x11-drivers/xf86-video-apm/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: xf86-video-apm
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xf86-video-apm
+PORTVERSION= 1.2.4
+CATEGORIES= x11-drivers
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X.Org apm display driver
+
+XORG_CAT= driver
+USE_XORG= videoproto xextproto
+MAN4= apm.4x
+
+.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-apm/distinfo b/x11-drivers/xf86-video-apm/distinfo
new file mode 100644
index 0000000..ef1c219
--- /dev/null
+++ b/x11-drivers/xf86-video-apm/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xorg/driver/xf86-video-apm-1.2.4.tar.bz2) = ae65982961fe884728497db9b805123d486d2aade2ba8e7bba9a3ee9dccf4302
+SIZE (xorg/driver/xf86-video-apm-1.2.4.tar.bz2) = 325979
diff --git a/x11-drivers/xf86-video-apm/pkg-descr b/x11-drivers/xf86-video-apm/pkg-descr
new file mode 100644
index 0000000..0ef8131
--- /dev/null
+++ b/x11-drivers/xf86-video-apm/pkg-descr
@@ -0,0 +1 @@
+This package contains the X.Org xf86-video-apm driver.
diff --git a/x11-drivers/xf86-video-apm/pkg-plist b/x11-drivers/xf86-video-apm/pkg-plist
new file mode 100644
index 0000000..e43fd89
--- /dev/null
+++ b/x11-drivers/xf86-video-apm/pkg-plist
@@ -0,0 +1,5 @@
+lib/xorg/modules/drivers/apm_drv.la
+lib/xorg/modules/drivers/apm_drv.so
+@dirrmtry lib/xorg/modules/drivers
+@dirrmtry lib/xorg/modules
+@dirrmtry lib/xorg
diff --git a/x11-drivers/xf86-video-i740/Makefile b/x11-drivers/xf86-video-i740/Makefile
new file mode 100644
index 0000000..64edd60
--- /dev/null
+++ b/x11-drivers/xf86-video-i740/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: xf86-video-i740
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xf86-video-i740
+PORTVERSION= 1.3.3
+CATEGORIES= x11-drivers
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X.Org i740 display driver
+
+XORG_CAT= driver
+USE_XORG= videoproto xextproto
+MAN4= i740.4x
+
+.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-i740/distinfo b/x11-drivers/xf86-video-i740/distinfo
new file mode 100644
index 0000000..d36b39f
--- /dev/null
+++ b/x11-drivers/xf86-video-i740/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xorg/driver/xf86-video-i740-1.3.3.tar.bz2) = a39e8cf8e34816d07d33eae79dcb26fc2137f719156ae90fa4afff319e320dcc
+SIZE (xorg/driver/xf86-video-i740-1.3.3.tar.bz2) = 316716
diff --git a/x11-drivers/xf86-video-i740/pkg-descr b/x11-drivers/xf86-video-i740/pkg-descr
new file mode 100644
index 0000000..d739909
--- /dev/null
+++ b/x11-drivers/xf86-video-i740/pkg-descr
@@ -0,0 +1,3 @@
+This package contains the X.Org xf86-video-i740 driver.
+
+WWW: http://www.x.org
diff --git a/x11-drivers/xf86-video-i740/pkg-plist b/x11-drivers/xf86-video-i740/pkg-plist
new file mode 100644
index 0000000..60628b4
--- /dev/null
+++ b/x11-drivers/xf86-video-i740/pkg-plist
@@ -0,0 +1,5 @@
+lib/xorg/modules/drivers/i740_drv.la
+lib/xorg/modules/drivers/i740_drv.so
+@dirrmtry lib/xorg/modules/drivers
+@dirrmtry lib/xorg/modules
+@dirrmtry lib/xorg
diff --git a/x11-drivers/xf86-video-newport/Makefile b/x11-drivers/xf86-video-newport/Makefile
new file mode 100644
index 0000000..06ab54f
--- /dev/null
+++ b/x11-drivers/xf86-video-newport/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: xf86-video-newport
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xf86-video-newport
+PORTVERSION= 0.2.4
+CATEGORIES= x11-drivers
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X.Org newport display driver
+
+XORG_CAT= driver
+USE_XORG= videoproto
+MAN4= newport.4x
+
+post-patch:
+ ${REINPLACE_CMD} -e 's|values.h|sys/limits.h|' \
+ -e 's|MAXSHORT|SHRT_MAX|g' \
+ ${WRKSRC}/src/newport_accel.c
+
+.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-newport/distinfo b/x11-drivers/xf86-video-newport/distinfo
new file mode 100644
index 0000000..bd6af4a
--- /dev/null
+++ b/x11-drivers/xf86-video-newport/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xorg/driver/xf86-video-newport-0.2.4.tar.bz2) = 91cc41c6b17b068ed865c5d00b7662faaa1f7523ca449200abcd6539c4ad4ef9
+SIZE (xorg/driver/xf86-video-newport-0.2.4.tar.bz2) = 308541
diff --git a/x11-drivers/xf86-video-newport/pkg-descr b/x11-drivers/xf86-video-newport/pkg-descr
new file mode 100644
index 0000000..b85c38a
--- /dev/null
+++ b/x11-drivers/xf86-video-newport/pkg-descr
@@ -0,0 +1 @@
+This package contains the X.Org xf86-video-newport driver.
diff --git a/x11-drivers/xf86-video-newport/pkg-plist b/x11-drivers/xf86-video-newport/pkg-plist
new file mode 100644
index 0000000..2100eb2
--- /dev/null
+++ b/x11-drivers/xf86-video-newport/pkg-plist
@@ -0,0 +1,5 @@
+lib/xorg/modules/drivers/newport_drv.la
+lib/xorg/modules/drivers/newport_drv.so
+@dirrmtry lib/xorg/modules/drivers
+@dirrmtry lib/xorg/modules
+@dirrmtry lib/xorg
diff --git a/x11-drivers/xf86-video-s3/Makefile b/x11-drivers/xf86-video-s3/Makefile
new file mode 100644
index 0000000..79bdb65
--- /dev/null
+++ b/x11-drivers/xf86-video-s3/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: xf86-video-s3
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xf86-video-s3
+PORTVERSION= 0.6.4
+CATEGORIES= x11-drivers
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X.Org s3 display driver
+
+XORG_CAT= driver
+USE_XORG= videoproto xextproto
+MAN4= s3.4x
+
+.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-s3/distinfo b/x11-drivers/xf86-video-s3/distinfo
new file mode 100644
index 0000000..5b0ccdf
--- /dev/null
+++ b/x11-drivers/xf86-video-s3/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xorg/driver/xf86-video-s3-0.6.3.tar.bz2) = ed9f65aa6eb1811d8c16cddfce00c5fc5880d6d46b907a83ef77700610085144
+SIZE (xorg/driver/xf86-video-s3-0.6.3.tar.bz2) = 277148
diff --git a/x11-drivers/xf86-video-s3/pkg-descr b/x11-drivers/xf86-video-s3/pkg-descr
new file mode 100644
index 0000000..0f0e0ff
--- /dev/null
+++ b/x11-drivers/xf86-video-s3/pkg-descr
@@ -0,0 +1,3 @@
+This package contains the X.Org xf86-video-s3 driver.
+
+WWW: http://www.x.org
diff --git a/x11-drivers/xf86-video-s3/pkg-plist b/x11-drivers/xf86-video-s3/pkg-plist
new file mode 100644
index 0000000..0f96af8
--- /dev/null
+++ b/x11-drivers/xf86-video-s3/pkg-plist
@@ -0,0 +1,5 @@
+lib/xorg/modules/drivers/s3_drv.la
+lib/xorg/modules/drivers/s3_drv.so
+@dirrmtry lib/xorg/modules/drivers
+@dirrmtry lib/xorg/modules
+@dirrmtry lib/xorg
diff --git a/x11-drivers/xf86-video-s3virge/Makefile b/x11-drivers/xf86-video-s3virge/Makefile
new file mode 100644
index 0000000..2d0fa4a
--- /dev/null
+++ b/x11-drivers/xf86-video-s3virge/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: xf86-video-s3virge
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xf86-video-s3virge
+PORTVERSION= 1.10.5
+CATEGORIES= x11-drivers
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X.Org s3virge display driver
+
+XORG_CAT= driver
+USE_XORG= videoproto xextproto
+MAN4= s3virge.4x
+
+.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-s3virge/distinfo b/x11-drivers/xf86-video-s3virge/distinfo
new file mode 100644
index 0000000..99c965b
--- /dev/null
+++ b/x11-drivers/xf86-video-s3virge/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xorg/driver/xf86-video-s3virge-1.10.5.tar.bz2) = 583b2d2982c2dd8b3c2d8f09c3cbca901c3cb844115ac99251ae6521560fac31
+SIZE (xorg/driver/xf86-video-s3virge-1.10.5.tar.bz2) = 348314
diff --git a/x11-drivers/xf86-video-s3virge/pkg-descr b/x11-drivers/xf86-video-s3virge/pkg-descr
new file mode 100644
index 0000000..305f6b3
--- /dev/null
+++ b/x11-drivers/xf86-video-s3virge/pkg-descr
@@ -0,0 +1,3 @@
+This package contains the X.Org xf86-video-s3virge driver.
+
+WWW: http://www.x.org
diff --git a/x11-drivers/xf86-video-s3virge/pkg-plist b/x11-drivers/xf86-video-s3virge/pkg-plist
new file mode 100644
index 0000000..0db60dc
--- /dev/null
+++ b/x11-drivers/xf86-video-s3virge/pkg-plist
@@ -0,0 +1,5 @@
+lib/xorg/modules/drivers/s3virge_drv.la
+lib/xorg/modules/drivers/s3virge_drv.so
+@dirrmtry lib/xorg/modules/drivers
+@dirrmtry lib/xorg/modules
+@dirrmtry lib/xorg