diff options
author | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2010-02-16 00:24:01 +0800 |
---|---|---|
committer | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2010-02-16 00:24:01 +0800 |
commit | 772251190d5fa081da57e2c3509bcff900a88389 (patch) | |
tree | 0a5f75fce113e663213746577994aa04f06b2e85 | |
parent | bc99ed6f2f6fc9229e4ec1dab922b7cae266e059 (diff) | |
download | xorg-devel-ports-772251190d5fa081da57e2c3509bcff900a88389.tar.gz xorg-devel-ports-772251190d5fa081da57e2c3509bcff900a88389.tar.zst xorg-devel-ports-772251190d5fa081da57e2c3509bcff900a88389.zip |
- Add mist video drivers
* note intel driver is not committed because it need a
a extra patchset.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@81 058c260c-8361-11dd-a0ac-aa2bafec7d09
112 files changed, 899 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..a0114af --- /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: ports/x11-drivers/xf86-video-apm/Makefile,v 1.6 2009/05/07 19:42:35 rnoland Exp $ +# + +PORTNAME= xf86-video-apm +PORTVERSION= 1.2.2 +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..0d79c32 --- /dev/null +++ b/x11-drivers/xf86-video-apm/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-apm-1.2.2.tar.bz2) = 48441a19aaf015570b267f2a8e67d8ab +SHA256 (xorg/driver/xf86-video-apm-1.2.2.tar.bz2) = 678edd063e1d5e7c7f72ccdda2388c5857559847b3d313c94d659f9bd51c1752 +SIZE (xorg/driver/xf86-video-apm-1.2.2.tar.bz2) = 286085 diff --git a/x11-drivers/xf86-video-apm/pkg-descr b/x11-drivers/xf86-video-apm/pkg-descr new file mode 100644 index 0000000..5d3847a --- /dev/null +++ b/x11-drivers/xf86-video-apm/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-apm driver. + +- Florent Thoumie +flz@FreeBSD.org 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-ark/Makefile b/x11-drivers/xf86-video-ark/Makefile new file mode 100644 index 0000000..f0fb785 --- /dev/null +++ b/x11-drivers/xf86-video-ark/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xf86-video-ark +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-ark/Makefile,v 1.6 2009/05/07 19:42:35 rnoland Exp $ +# + +PORTNAME= xf86-video-ark +PORTVERSION= 0.7.2 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org ark display driver + +XORG_CAT= driver +USE_XORG= xextproto + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-ark/distinfo b/x11-drivers/xf86-video-ark/distinfo new file mode 100644 index 0000000..df4e7cd --- /dev/null +++ b/x11-drivers/xf86-video-ark/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-ark-0.7.2.tar.bz2) = 4745f5c722b030962cc56eb2443894a0 +SHA256 (xorg/driver/xf86-video-ark-0.7.2.tar.bz2) = db1ef3e15ebd382837f16c1143035dfd9fa6465a77ae2e850201f71508065741 +SIZE (xorg/driver/xf86-video-ark-0.7.2.tar.bz2) = 240099 diff --git a/x11-drivers/xf86-video-ark/pkg-descr b/x11-drivers/xf86-video-ark/pkg-descr new file mode 100644 index 0000000..8de2e6e --- /dev/null +++ b/x11-drivers/xf86-video-ark/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-ark driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-ark/pkg-plist b/x11-drivers/xf86-video-ark/pkg-plist new file mode 100644 index 0000000..ce3a4e9 --- /dev/null +++ b/x11-drivers/xf86-video-ark/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/ark_drv.la +lib/xorg/modules/drivers/ark_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-chips/Makefile b/x11-drivers/xf86-video-chips/Makefile new file mode 100644 index 0000000..b318df2 --- /dev/null +++ b/x11-drivers/xf86-video-chips/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-chips +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-chips/Makefile,v 1.6 2009/05/07 19:42:35 rnoland Exp $ +# + +PORTNAME= xf86-video-chips +PORTVERSION= 1.2.2 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org chips display driver + +XORG_CAT= driver +USE_XORG= videoproto xextproto +MAN4= chips.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-chips/distinfo b/x11-drivers/xf86-video-chips/distinfo new file mode 100644 index 0000000..5f2228b --- /dev/null +++ b/x11-drivers/xf86-video-chips/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-chips-1.2.2.tar.bz2) = a3969c28c3b36ab2caa852a9324e9b70 +SHA256 (xorg/driver/xf86-video-chips-1.2.2.tar.bz2) = ff6fef2cffc62feb3b23f3fee375e502ab7356d571517a89b4de67f0f6037f0e +SIZE (xorg/driver/xf86-video-chips-1.2.2.tar.bz2) = 346931 diff --git a/x11-drivers/xf86-video-chips/pkg-descr b/x11-drivers/xf86-video-chips/pkg-descr new file mode 100644 index 0000000..9983550 --- /dev/null +++ b/x11-drivers/xf86-video-chips/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-chips driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-chips/pkg-plist b/x11-drivers/xf86-video-chips/pkg-plist new file mode 100644 index 0000000..437be4c --- /dev/null +++ b/x11-drivers/xf86-video-chips/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/chips_drv.la +lib/xorg/modules/drivers/chips_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-cirrus/Makefile b/x11-drivers/xf86-video-cirrus/Makefile new file mode 100644 index 0000000..d5a7554 --- /dev/null +++ b/x11-drivers/xf86-video-cirrus/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-cirrus +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-cirrus/Makefile,v 1.6 2009/05/07 19:45:32 rnoland Exp $ +# + +PORTNAME= xf86-video-cirrus +PORTVERSION= 1.3.2 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org cirrus display driver + +XORG_CAT= driver +USE_XORG= videoproto xextproto +MAN4= cirrus.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-cirrus/distinfo b/x11-drivers/xf86-video-cirrus/distinfo new file mode 100644 index 0000000..e1d7b31 --- /dev/null +++ b/x11-drivers/xf86-video-cirrus/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-cirrus-1.3.2.tar.bz2) = 8195d03ed0be0975c03441e66a9f53b3 +SHA256 (xorg/driver/xf86-video-cirrus-1.3.2.tar.bz2) = 529a98a42c94ba5e1b9269e6f7b32a9e76cfd2d4728df08aeba615df8b28ca1a +SIZE (xorg/driver/xf86-video-cirrus-1.3.2.tar.bz2) = 286949 diff --git a/x11-drivers/xf86-video-cirrus/pkg-descr b/x11-drivers/xf86-video-cirrus/pkg-descr new file mode 100644 index 0000000..b1bbce5 --- /dev/null +++ b/x11-drivers/xf86-video-cirrus/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-cirrus driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-cirrus/pkg-plist b/x11-drivers/xf86-video-cirrus/pkg-plist new file mode 100644 index 0000000..74f53f5 --- /dev/null +++ b/x11-drivers/xf86-video-cirrus/pkg-plist @@ -0,0 +1,9 @@ +lib/xorg/modules/drivers/cirrus_alpine.la +lib/xorg/modules/drivers/cirrus_alpine.so +lib/xorg/modules/drivers/cirrus_drv.la +lib/xorg/modules/drivers/cirrus_drv.so +lib/xorg/modules/drivers/cirrus_laguna.la +lib/xorg/modules/drivers/cirrus_laguna.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-dummy/Makefile b/x11-drivers/xf86-video-dummy/Makefile new file mode 100644 index 0000000..fc40d3c --- /dev/null +++ b/x11-drivers/xf86-video-dummy/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xf86-video-dummy +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-dummy/Makefile,v 1.6 2009/05/07 19:42:36 rnoland Exp $ +# + +PORTNAME= xf86-video-dummy +PORTVERSION= 0.3.3 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org dummy display driver + +XORG_CAT= driver +USE_XORG= videoproto xf86dgaproto + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-dummy/distinfo b/x11-drivers/xf86-video-dummy/distinfo new file mode 100644 index 0000000..ffe3f1a --- /dev/null +++ b/x11-drivers/xf86-video-dummy/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-dummy-0.3.3.tar.bz2) = 3ffe3a28f4452e66bf56180e7da9cbc5 +SHA256 (xorg/driver/xf86-video-dummy-0.3.3.tar.bz2) = df3f55de7953dba6d7ce10cc5f355da1a6164f781ad9393a38dae502dba4955d +SIZE (xorg/driver/xf86-video-dummy-0.3.3.tar.bz2) = 250155 diff --git a/x11-drivers/xf86-video-dummy/pkg-descr b/x11-drivers/xf86-video-dummy/pkg-descr new file mode 100644 index 0000000..b979373 --- /dev/null +++ b/x11-drivers/xf86-video-dummy/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-dummy driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-dummy/pkg-plist b/x11-drivers/xf86-video-dummy/pkg-plist new file mode 100644 index 0000000..d9b858d --- /dev/null +++ b/x11-drivers/xf86-video-dummy/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/dummy_drv.la +lib/xorg/modules/drivers/dummy_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-fbdev/Makefile b/x11-drivers/xf86-video-fbdev/Makefile new file mode 100644 index 0000000..6071848 --- /dev/null +++ b/x11-drivers/xf86-video-fbdev/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-fbdev +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-fbdev/Makefile,v 1.6 2009/05/07 19:42:36 rnoland Exp $ +# + +PORTNAME= xf86-video-fbdev +PORTVERSION= 0.4.1 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org fbdev display driver + +XORG_CAT= driver +USE_XORG= videoproto +MAN4= fbdev.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-fbdev/distinfo b/x11-drivers/xf86-video-fbdev/distinfo new file mode 100644 index 0000000..01f11b9 --- /dev/null +++ b/x11-drivers/xf86-video-fbdev/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-fbdev-0.4.1.tar.bz2) = 79ce1eb9f9d2ed56de70d8e06cb767d9 +SHA256 (xorg/driver/xf86-video-fbdev-0.4.1.tar.bz2) = 2bf857179523433a9cc6c6eea059298db4c865e649aa58dfc67c828f28b7288f +SIZE (xorg/driver/xf86-video-fbdev-0.4.1.tar.bz2) = 244592 diff --git a/x11-drivers/xf86-video-fbdev/pkg-descr b/x11-drivers/xf86-video-fbdev/pkg-descr new file mode 100644 index 0000000..8488cf8 --- /dev/null +++ b/x11-drivers/xf86-video-fbdev/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-fbdev driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-fbdev/pkg-plist b/x11-drivers/xf86-video-fbdev/pkg-plist new file mode 100644 index 0000000..274315c --- /dev/null +++ b/x11-drivers/xf86-video-fbdev/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/fbdev_drv.la +lib/xorg/modules/drivers/fbdev_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-glint/Makefile b/x11-drivers/xf86-video-glint/Makefile new file mode 100644 index 0000000..1c7a00c --- /dev/null +++ b/x11-drivers/xf86-video-glint/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xf86-video-glint +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-glint/Makefile,v 1.6 2009/05/07 19:42:36 rnoland Exp $ +# + +PORTNAME= xf86-video-glint +PORTVERSION= 1.2.4 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org glint display driver + +USE_GL= gl + +XORG_CAT= driver +USE_XORG= xf86driproto videoproto xextproto xf86dgaproto glproto +MAN4= glint.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-glint/distinfo b/x11-drivers/xf86-video-glint/distinfo new file mode 100644 index 0000000..3816aab --- /dev/null +++ b/x11-drivers/xf86-video-glint/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-glint-1.2.4.tar.bz2) = 960df34e129faa411e58c0d6b56d79a3 +SHA256 (xorg/driver/xf86-video-glint-1.2.4.tar.bz2) = 5f8d6e3b02c261d235bae63d95510b940b6c9a775301146b3c229926ed99d76f +SIZE (xorg/driver/xf86-video-glint-1.2.4.tar.bz2) = 353189 diff --git a/x11-drivers/xf86-video-glint/pkg-descr b/x11-drivers/xf86-video-glint/pkg-descr new file mode 100644 index 0000000..9d7d17f --- /dev/null +++ b/x11-drivers/xf86-video-glint/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-glint driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-glint/pkg-plist b/x11-drivers/xf86-video-glint/pkg-plist new file mode 100644 index 0000000..cb5ce1f --- /dev/null +++ b/x11-drivers/xf86-video-glint/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/glint_drv.la +lib/xorg/modules/drivers/glint_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-i128/Makefile b/x11-drivers/xf86-video-i128/Makefile new file mode 100644 index 0000000..bade3e3 --- /dev/null +++ b/x11-drivers/xf86-video-i128/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-i128 +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-i128/Makefile,v 1.6 2009/05/07 19:42:36 rnoland Exp $ +# + +PORTNAME= xf86-video-i128 +PORTVERSION= 1.3.3 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org i128 display driver + +XORG_CAT= driver +USE_XORG= videoproto xextproto +MAN4= i128.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-i128/distinfo b/x11-drivers/xf86-video-i128/distinfo new file mode 100644 index 0000000..a6f6bc7 --- /dev/null +++ b/x11-drivers/xf86-video-i128/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-i128-1.3.3.tar.bz2) = a597e8efeec6ab8bc6ba6d87fceb2dba +SHA256 (xorg/driver/xf86-video-i128-1.3.3.tar.bz2) = 4d0691ce8e3b54075d05cc34717350be42915174b3930b2c9b7f5e309b32b02e +SIZE (xorg/driver/xf86-video-i128-1.3.3.tar.bz2) = 280135 diff --git a/x11-drivers/xf86-video-i128/pkg-descr b/x11-drivers/xf86-video-i128/pkg-descr new file mode 100644 index 0000000..06b51e3 --- /dev/null +++ b/x11-drivers/xf86-video-i128/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-i128 driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-i128/pkg-plist b/x11-drivers/xf86-video-i128/pkg-plist new file mode 100644 index 0000000..585e6b4 --- /dev/null +++ b/x11-drivers/xf86-video-i128/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/i128_drv.la +lib/xorg/modules/drivers/i128_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..e21edf8 --- /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: ports/x11-drivers/xf86-video-i740/Makefile,v 1.6 2009/05/07 19:42:36 rnoland Exp $ +# + +PORTNAME= xf86-video-i740 +PORTVERSION= 1.3.2 +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..0236892 --- /dev/null +++ b/x11-drivers/xf86-video-i740/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-i740-1.3.2.tar.bz2) = 4ac1318788f62159965f15131c869e7a +SHA256 (xorg/driver/xf86-video-i740-1.3.2.tar.bz2) = 48549c6a3d8c0a0d417fc486e77f3f7c6815df7e8ede04bb4c539666be2bf943 +SIZE (xorg/driver/xf86-video-i740-1.3.2.tar.bz2) = 273853 diff --git a/x11-drivers/xf86-video-i740/pkg-descr b/x11-drivers/xf86-video-i740/pkg-descr new file mode 100644 index 0000000..4504d58 --- /dev/null +++ b/x11-drivers/xf86-video-i740/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-i740 driver. + +- Florent Thoumie +flz@FreeBSD.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-mach64/Makefile b/x11-drivers/xf86-video-mach64/Makefile new file mode 100644 index 0000000..bfe2a25 --- /dev/null +++ b/x11-drivers/xf86-video-mach64/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xf86-video-mach64 +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-mach64/Makefile,v 1.4 2009/05/07 19:46:21 rnoland Exp $ +# + +PORTNAME= xf86-video-mach64 +PORTVERSION= 6.8.2 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org mach64 display driver + +USE_GL= gl + +XORG_CAT= driver +USE_XORG= glproto videoproto xextproto xf86driproto xf86miscproto xineramaproto + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-mach64/distinfo b/x11-drivers/xf86-video-mach64/distinfo new file mode 100644 index 0000000..cdec12e --- /dev/null +++ b/x11-drivers/xf86-video-mach64/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-mach64-6.8.2.tar.bz2) = 6c0522b2b72a0a47c48d718443616651 +SHA256 (xorg/driver/xf86-video-mach64-6.8.2.tar.bz2) = b91194033023a41793a525a631789df1d229b228af0d44dcbe20b06ed66c671d +SIZE (xorg/driver/xf86-video-mach64-6.8.2.tar.bz2) = 486282 diff --git a/x11-drivers/xf86-video-mach64/pkg-descr b/x11-drivers/xf86-video-mach64/pkg-descr new file mode 100644 index 0000000..5e9a171 --- /dev/null +++ b/x11-drivers/xf86-video-mach64/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-mach64 driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-mach64/pkg-plist b/x11-drivers/xf86-video-mach64/pkg-plist new file mode 100644 index 0000000..32f0985 --- /dev/null +++ b/x11-drivers/xf86-video-mach64/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/mach64_drv.la +lib/xorg/modules/drivers/mach64_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-mga/Makefile b/x11-drivers/xf86-video-mga/Makefile new file mode 100644 index 0000000..20e0dae --- /dev/null +++ b/x11-drivers/xf86-video-mga/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: xf86-video-mga +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-mga/Makefile,v 1.10 2009/05/07 19:46:57 rnoland Exp $ +# + +PORTNAME= xf86-video-mga +PORTVERSION= 1.4.11 +PORTEPOCH= 2 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org mga display driver + +USE_GL= gl + +XORG_CAT= driver +USE_XORG= xf86driproto videoproto xextproto glproto +MAN4= mga.4x + +pre-patch: + ${REINPLACE_CMD} \ + -e 's|values.h|sys/limits.h|g' \ + -e 's|MAXSHORT|SHRT_MAX|g' \ + ${WRKSRC}/src/mga_arc.c + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-mga/distinfo b/x11-drivers/xf86-video-mga/distinfo new file mode 100644 index 0000000..03f6bca --- /dev/null +++ b/x11-drivers/xf86-video-mga/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-mga-1.4.11.tar.bz2) = 9d1ca965cedb0856296b47442f3c739d +SHA256 (xorg/driver/xf86-video-mga-1.4.11.tar.bz2) = c91922316f486f74d41ddbda92ff94a7917cea151ad802cf25603ab6b90f97e6 +SIZE (xorg/driver/xf86-video-mga-1.4.11.tar.bz2) = 415829 diff --git a/x11-drivers/xf86-video-mga/pkg-descr b/x11-drivers/xf86-video-mga/pkg-descr new file mode 100644 index 0000000..a5938e3 --- /dev/null +++ b/x11-drivers/xf86-video-mga/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-mga driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-mga/pkg-plist b/x11-drivers/xf86-video-mga/pkg-plist new file mode 100644 index 0000000..5653292 --- /dev/null +++ b/x11-drivers/xf86-video-mga/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/mga_drv.la +lib/xorg/modules/drivers/mga_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-neomagic/Makefile b/x11-drivers/xf86-video-neomagic/Makefile new file mode 100644 index 0000000..f6194cc --- /dev/null +++ b/x11-drivers/xf86-video-neomagic/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-neomagic +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-neomagic/Makefile,v 1.6 2009/05/07 19:42:36 rnoland Exp $ +# + +PORTNAME= xf86-video-neomagic +PORTVERSION= 1.2.4 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org neomagic display driver + +XORG_CAT= driver +USE_XORG= videoproto xextproto xf86dgaproto +MAN4= neomagic.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-neomagic/distinfo b/x11-drivers/xf86-video-neomagic/distinfo new file mode 100644 index 0000000..6dbde59 --- /dev/null +++ b/x11-drivers/xf86-video-neomagic/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-neomagic-1.2.4.tar.bz2) = 2d722ee9b9fe8da49109f280689c9c25 +SHA256 (xorg/driver/xf86-video-neomagic-1.2.4.tar.bz2) = 434da2986d007243f4590a86d16a1632a9611b71de44d6e46f28bd3cdb898353 +SIZE (xorg/driver/xf86-video-neomagic-1.2.4.tar.bz2) = 281374 diff --git a/x11-drivers/xf86-video-neomagic/pkg-descr b/x11-drivers/xf86-video-neomagic/pkg-descr new file mode 100644 index 0000000..77a454e --- /dev/null +++ b/x11-drivers/xf86-video-neomagic/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-neomagic driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-neomagic/pkg-plist b/x11-drivers/xf86-video-neomagic/pkg-plist new file mode 100644 index 0000000..e96d47e --- /dev/null +++ b/x11-drivers/xf86-video-neomagic/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/neomagic_drv.la +lib/xorg/modules/drivers/neomagic_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..ac0628d --- /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: ports/x11-drivers/xf86-video-newport/Makefile,v 1.6 2009/05/07 19:42:37 rnoland Exp $ +# + +PORTNAME= xf86-video-newport +PORTVERSION= 0.2.3 +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..e3ca5b8 --- /dev/null +++ b/x11-drivers/xf86-video-newport/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-newport-0.2.3.tar.bz2) = 923baa1ee0429f03ed19ec0be6a4f62b +SHA256 (xorg/driver/xf86-video-newport-0.2.3.tar.bz2) = e6caeb4f95adfd9d2046d24f5f3688092ea4e3fb63aa3d0675f6c697c8cf0270 +SIZE (xorg/driver/xf86-video-newport-0.2.3.tar.bz2) = 266377 diff --git a/x11-drivers/xf86-video-newport/pkg-descr b/x11-drivers/xf86-video-newport/pkg-descr new file mode 100644 index 0000000..f04af1e --- /dev/null +++ b/x11-drivers/xf86-video-newport/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-newport driver. + +- Florent Thoumie +flz@FreeBSD.org 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-nv/Makefile b/x11-drivers/xf86-video-nv/Makefile new file mode 100644 index 0000000..dda6b4f --- /dev/null +++ b/x11-drivers/xf86-video-nv/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-nv +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-nv/Makefile,v 1.18 2009/05/07 19:42:37 rnoland Exp $ +# + +PORTNAME= xf86-video-nv +PORTVERSION= 2.1.16 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org nv display driver + +XORG_CAT= driver +USE_XORG= videoproto xextproto +MAN4= nv.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-nv/distinfo b/x11-drivers/xf86-video-nv/distinfo new file mode 100644 index 0000000..1ed8ead --- /dev/null +++ b/x11-drivers/xf86-video-nv/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-nv-2.1.16.tar.bz2) = fb02d5506e35054348d1c2b2c924530d +SHA256 (xorg/driver/xf86-video-nv-2.1.16.tar.bz2) = 4bf2f964b78d309769faa6a5d21c90a9907886623adf1f30ea890b4329bf578d +SIZE (xorg/driver/xf86-video-nv-2.1.16.tar.bz2) = 389417 diff --git a/x11-drivers/xf86-video-nv/pkg-descr b/x11-drivers/xf86-video-nv/pkg-descr new file mode 100644 index 0000000..6150300 --- /dev/null +++ b/x11-drivers/xf86-video-nv/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-nv driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-nv/pkg-plist b/x11-drivers/xf86-video-nv/pkg-plist new file mode 100644 index 0000000..78ec8ce --- /dev/null +++ b/x11-drivers/xf86-video-nv/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/nv_drv.la +lib/xorg/modules/drivers/nv_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-r128/Makefile b/x11-drivers/xf86-video-r128/Makefile new file mode 100644 index 0000000..02cd32c --- /dev/null +++ b/x11-drivers/xf86-video-r128/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xf86-video-r128 +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-r128/Makefile,v 1.4 2009/05/07 19:42:37 rnoland Exp $ +# + +PORTNAME= xf86-video-r128 +PORTVERSION= 6.8.1 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org r128 display driver + +USE_GL= gl + +XORG_CAT= driver +USE_XORG= glproto videoproto xextproto xf86driproto xf86miscproto xineramaproto +MAN4= r128.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-r128/distinfo b/x11-drivers/xf86-video-r128/distinfo new file mode 100644 index 0000000..9d2081a --- /dev/null +++ b/x11-drivers/xf86-video-r128/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-r128-6.8.1.tar.bz2) = 2b90854a62a4d45d652062f582dc8d13 +SHA256 (xorg/driver/xf86-video-r128-6.8.1.tar.bz2) = 517e21cc83850b903549d698c9daeb633e8b9ba5b187fe298409cc51975a9eca +SIZE (xorg/driver/xf86-video-r128-6.8.1.tar.bz2) = 418251 diff --git a/x11-drivers/xf86-video-r128/pkg-descr b/x11-drivers/xf86-video-r128/pkg-descr new file mode 100644 index 0000000..4c7c5e4 --- /dev/null +++ b/x11-drivers/xf86-video-r128/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-r128 driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-r128/pkg-plist b/x11-drivers/xf86-video-r128/pkg-plist new file mode 100644 index 0000000..e599abd --- /dev/null +++ b/x11-drivers/xf86-video-r128/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/r128_drv.la +lib/xorg/modules/drivers/r128_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-rendition/Makefile b/x11-drivers/xf86-video-rendition/Makefile new file mode 100644 index 0000000..1f64f80 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-rendition +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-rendition/Makefile,v 1.6 2009/05/07 19:42:38 rnoland Exp $ +# + +PORTNAME= xf86-video-rendition +PORTVERSION= 4.2.3 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org rendition display driver + +XORG_CAT= driver +USE_XORG= xextproto +MAN4= rendition.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-rendition/distinfo b/x11-drivers/xf86-video-rendition/distinfo new file mode 100644 index 0000000..fd5521f --- /dev/null +++ b/x11-drivers/xf86-video-rendition/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-rendition-4.2.3.tar.bz2) = 9a0a916fe1e7b5c81cd4c80a08e646cc +SHA256 (xorg/driver/xf86-video-rendition-4.2.3.tar.bz2) = 9d5559fd3029feee5af2493ab8f558c58c426fc89776a1109dab97e3a4764d94 +SIZE (xorg/driver/xf86-video-rendition-4.2.3.tar.bz2) = 315369 diff --git a/x11-drivers/xf86-video-rendition/pkg-descr b/x11-drivers/xf86-video-rendition/pkg-descr new file mode 100644 index 0000000..7ff79bc --- /dev/null +++ b/x11-drivers/xf86-video-rendition/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-rendition driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-rendition/pkg-plist b/x11-drivers/xf86-video-rendition/pkg-plist new file mode 100644 index 0000000..e276591 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/pkg-plist @@ -0,0 +1,7 @@ +lib/xorg/modules/drivers/rendition_drv.la +lib/xorg/modules/drivers/rendition_drv.so +lib/xorg/modules/v10002d.uc +lib/xorg/modules/v20002d.uc +@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..fbde18b --- /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: ports/x11-drivers/xf86-video-s3/Makefile,v 1.6 2009/05/07 19:42:38 rnoland Exp $ +# + +PORTNAME= xf86-video-s3 +PORTVERSION= 0.6.3 +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..b8cd9c2 --- /dev/null +++ b/x11-drivers/xf86-video-s3/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-s3-0.6.3.tar.bz2) = 5eb06d88533fb327d067928faeb20860 +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..db7f321 --- /dev/null +++ b/x11-drivers/xf86-video-s3/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-s3 driver. + +- Florent Thoumie +flz@FreeBSD.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..e0e4bd4 --- /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: ports/x11-drivers/xf86-video-s3virge/Makefile,v 1.6 2009/05/07 19:42:38 rnoland Exp $ +# + +PORTNAME= xf86-video-s3virge +PORTVERSION= 1.10.4 +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..d196e28 --- /dev/null +++ b/x11-drivers/xf86-video-s3virge/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-s3virge-1.10.4.tar.bz2) = 6517bbbf808c700502d51acdc44662f8 +SHA256 (xorg/driver/xf86-video-s3virge-1.10.4.tar.bz2) = 1cd00d6e71fdbd70dafe3beb8911d22cbdc5ef7b32d2d81c454ac8a18c967fb8 +SIZE (xorg/driver/xf86-video-s3virge-1.10.4.tar.bz2) = 300224 diff --git a/x11-drivers/xf86-video-s3virge/pkg-descr b/x11-drivers/xf86-video-s3virge/pkg-descr new file mode 100644 index 0000000..dc782f7 --- /dev/null +++ b/x11-drivers/xf86-video-s3virge/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-s3virge driver. + +- Florent Thoumie +flz@FreeBSD.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 diff --git a/x11-drivers/xf86-video-savage/Makefile b/x11-drivers/xf86-video-savage/Makefile new file mode 100644 index 0000000..e83609f --- /dev/null +++ b/x11-drivers/xf86-video-savage/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xf86-video-savage +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-savage/Makefile,v 1.6 2009/05/07 19:42:38 rnoland Exp $ +# + +PORTNAME= xf86-video-savage +PORTVERSION= 2.3.1 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org savage display driver + +USE_GL= gl + +XORG_CAT= driver +USE_XORG= xf86driproto videoproto xextproto glproto +MAN4= savage.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-savage/distinfo b/x11-drivers/xf86-video-savage/distinfo new file mode 100644 index 0000000..126a6b6 --- /dev/null +++ b/x11-drivers/xf86-video-savage/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-savage-2.3.1.tar.bz2) = 66c319f610e3699c3de0f3ef630abb32 +SHA256 (xorg/driver/xf86-video-savage-2.3.1.tar.bz2) = 2b4adcdd820a6f3acba6f3c0995f5899edc8f5e33fb4c4666c4c7a78090ddaab +SIZE (xorg/driver/xf86-video-savage-2.3.1.tar.bz2) = 327377 diff --git a/x11-drivers/xf86-video-savage/pkg-descr b/x11-drivers/xf86-video-savage/pkg-descr new file mode 100644 index 0000000..7d97ae6 --- /dev/null +++ b/x11-drivers/xf86-video-savage/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-savage driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-savage/pkg-plist b/x11-drivers/xf86-video-savage/pkg-plist new file mode 100644 index 0000000..6969a64 --- /dev/null +++ b/x11-drivers/xf86-video-savage/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/savage_drv.la +lib/xorg/modules/drivers/savage_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-siliconmotion/Makefile b/x11-drivers/xf86-video-siliconmotion/Makefile new file mode 100644 index 0000000..a6e678c --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-siliconmotion +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-siliconmotion/Makefile,v 1.6 2009/05/07 19:47:27 rnoland Exp $ +# + +PORTNAME= xf86-video-siliconmotion +PORTVERSION= 1.7.3 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org siliconmotion display driver + +XORG_CAT= driver +USE_XORG= videoproto xextproto +MAN4= siliconmotion.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-siliconmotion/distinfo b/x11-drivers/xf86-video-siliconmotion/distinfo new file mode 100644 index 0000000..f2fea3b --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-siliconmotion-1.7.3.tar.bz2) = 29fb322cd3adab52cc7f1ac86f9315bb +SHA256 (xorg/driver/xf86-video-siliconmotion-1.7.3.tar.bz2) = ebda468be42695c08ceaa4043da3cf5bcd5f9ab15d1482311fd6e826a8060b2b +SIZE (xorg/driver/xf86-video-siliconmotion-1.7.3.tar.bz2) = 330623 diff --git a/x11-drivers/xf86-video-siliconmotion/pkg-descr b/x11-drivers/xf86-video-siliconmotion/pkg-descr new file mode 100644 index 0000000..e98df3d --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-siliconmotion driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-siliconmotion/pkg-plist b/x11-drivers/xf86-video-siliconmotion/pkg-plist new file mode 100644 index 0000000..199eda7 --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/siliconmotion_drv.la +lib/xorg/modules/drivers/siliconmotion_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-sis/Makefile b/x11-drivers/xf86-video-sis/Makefile new file mode 100644 index 0000000..9806bda --- /dev/null +++ b/x11-drivers/xf86-video-sis/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xf86-video-sis +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-sis/Makefile,v 1.8 2009/05/07 19:42:39 rnoland Exp $ +# + +PORTNAME= xf86-video-sis +PORTVERSION= 0.10.2 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org sis display driver + +CONFLICTS= xf86-video-sis-intel-[0-9]* + +USE_GL= gl + +XORG_CAT= driver +USE_XORG= xf86dgaproto xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto +MAN4= sis.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-sis/distinfo b/x11-drivers/xf86-video-sis/distinfo new file mode 100644 index 0000000..f792633 --- /dev/null +++ b/x11-drivers/xf86-video-sis/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-sis-0.10.2.tar.bz2) = f04baa307e49e9f0e5a5c3d2e89a5576 +SHA256 (xorg/driver/xf86-video-sis-0.10.2.tar.bz2) = 3aad701799e355669b9027a9baedd623fe6b7ce93da9ac22b6902fd7e38128c2 +SIZE (xorg/driver/xf86-video-sis-0.10.2.tar.bz2) = 642160 diff --git a/x11-drivers/xf86-video-sis/pkg-descr b/x11-drivers/xf86-video-sis/pkg-descr new file mode 100644 index 0000000..18f08cf --- /dev/null +++ b/x11-drivers/xf86-video-sis/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-sis driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-sis/pkg-plist b/x11-drivers/xf86-video-sis/pkg-plist new file mode 100644 index 0000000..e1daba8 --- /dev/null +++ b/x11-drivers/xf86-video-sis/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/sis_drv.la +lib/xorg/modules/drivers/sis_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-tdfx/Makefile b/x11-drivers/xf86-video-tdfx/Makefile new file mode 100644 index 0000000..3169d07 --- /dev/null +++ b/x11-drivers/xf86-video-tdfx/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xf86-video-tdfx +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-tdfx/Makefile,v 1.6 2009/05/07 19:42:39 rnoland Exp $ +# + +PORTNAME= xf86-video-tdfx +PORTVERSION= 1.4.3 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org tdfx display driver + +USE_GL= gl + +XORG_CAT= driver +USE_XORG= xf86driproto videoproto xextproto glproto +MAN4= tdfx.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-tdfx/distinfo b/x11-drivers/xf86-video-tdfx/distinfo new file mode 100644 index 0000000..23751ea --- /dev/null +++ b/x11-drivers/xf86-video-tdfx/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-tdfx-1.4.3.tar.bz2) = 8161bbf2b100c21b609163f0010766b3 +SHA256 (xorg/driver/xf86-video-tdfx-1.4.3.tar.bz2) = 3ad935ca0aa306d10d1e6125a6bd485a3948c184dcfda01670961dc4740ebf33 +SIZE (xorg/driver/xf86-video-tdfx-1.4.3.tar.bz2) = 290172 diff --git a/x11-drivers/xf86-video-tdfx/pkg-descr b/x11-drivers/xf86-video-tdfx/pkg-descr new file mode 100644 index 0000000..8bd624b --- /dev/null +++ b/x11-drivers/xf86-video-tdfx/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-tdfx driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-tdfx/pkg-plist b/x11-drivers/xf86-video-tdfx/pkg-plist new file mode 100644 index 0000000..97d1e6d --- /dev/null +++ b/x11-drivers/xf86-video-tdfx/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/tdfx_drv.la +lib/xorg/modules/drivers/tdfx_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-tga/Makefile b/x11-drivers/xf86-video-tga/Makefile new file mode 100644 index 0000000..36dd9ff --- /dev/null +++ b/x11-drivers/xf86-video-tga/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xf86-video-tga +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-tga/Makefile,v 1.6 2009/05/07 19:42:39 rnoland Exp $ +# + +PORTNAME= xf86-video-tga +PORTVERSION= 1.2.1 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org tga display driver + +XORG_CAT= driver +USE_XORG= videoproto xextproto xf86dgaproto + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-tga/distinfo b/x11-drivers/xf86-video-tga/distinfo new file mode 100644 index 0000000..1647a5c --- /dev/null +++ b/x11-drivers/xf86-video-tga/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-tga-1.2.1.tar.bz2) = bcbceda78395de74544c83b46a7700cd +SHA256 (xorg/driver/xf86-video-tga-1.2.1.tar.bz2) = 70a4754ef6602cf48d910b9727d015cb3cae946c096ef260b56dfe2f80cdb855 +SIZE (xorg/driver/xf86-video-tga-1.2.1.tar.bz2) = 273334 diff --git a/x11-drivers/xf86-video-tga/pkg-descr b/x11-drivers/xf86-video-tga/pkg-descr new file mode 100644 index 0000000..849be02 --- /dev/null +++ b/x11-drivers/xf86-video-tga/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-tga driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-tga/pkg-plist b/x11-drivers/xf86-video-tga/pkg-plist new file mode 100644 index 0000000..342702c --- /dev/null +++ b/x11-drivers/xf86-video-tga/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/tga_drv.la +lib/xorg/modules/drivers/tga_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-trident/Makefile b/x11-drivers/xf86-video-trident/Makefile new file mode 100644 index 0000000..e29f522 --- /dev/null +++ b/x11-drivers/xf86-video-trident/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-trident +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-trident/Makefile,v 1.6 2009/05/07 19:42:39 rnoland Exp $ +# + +PORTNAME= xf86-video-trident +PORTVERSION= 1.3.3 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org trident display driver + +XORG_CAT= driver +USE_XORG= videoproto xextproto xf86dgaproto +MAN4= trident.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-trident/distinfo b/x11-drivers/xf86-video-trident/distinfo new file mode 100644 index 0000000..2121775 --- /dev/null +++ b/x11-drivers/xf86-video-trident/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-trident-1.3.3.tar.bz2) = 47f3c5da1942017218355f178f02ef84 +SHA256 (xorg/driver/xf86-video-trident-1.3.3.tar.bz2) = 6241eab6f3f0a075380be6b614e33ad72256242c865115bc8b696f83a75d11f5 +SIZE (xorg/driver/xf86-video-trident-1.3.3.tar.bz2) = 297110 diff --git a/x11-drivers/xf86-video-trident/pkg-descr b/x11-drivers/xf86-video-trident/pkg-descr new file mode 100644 index 0000000..a24c2cb --- /dev/null +++ b/x11-drivers/xf86-video-trident/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-trident driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-trident/pkg-plist b/x11-drivers/xf86-video-trident/pkg-plist new file mode 100644 index 0000000..a2348ba --- /dev/null +++ b/x11-drivers/xf86-video-trident/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/trident_drv.la +lib/xorg/modules/drivers/trident_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-tseng/Makefile b/x11-drivers/xf86-video-tseng/Makefile new file mode 100644 index 0000000..281f593 --- /dev/null +++ b/x11-drivers/xf86-video-tseng/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-tseng +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-tseng/Makefile,v 1.6 2009/05/07 19:42:39 rnoland Exp $ +# + +PORTNAME= xf86-video-tseng +PORTVERSION= 1.2.3 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org tseng display driver + +XORG_CAT= driver +USE_XORG= videoproto xextproto +MAN4= tseng.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-tseng/distinfo b/x11-drivers/xf86-video-tseng/distinfo new file mode 100644 index 0000000..d2d3236 --- /dev/null +++ b/x11-drivers/xf86-video-tseng/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-tseng-1.2.3.tar.bz2) = 79f63999c88477801ae54dc486272ad6 +SHA256 (xorg/driver/xf86-video-tseng-1.2.3.tar.bz2) = 0556bb3e79da4be87e880f82e2b8504527e760e284680f9463a08f9572507187 +SIZE (xorg/driver/xf86-video-tseng-1.2.3.tar.bz2) = 283944 diff --git a/x11-drivers/xf86-video-tseng/pkg-descr b/x11-drivers/xf86-video-tseng/pkg-descr new file mode 100644 index 0000000..947118f --- /dev/null +++ b/x11-drivers/xf86-video-tseng/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-tseng driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-tseng/pkg-plist b/x11-drivers/xf86-video-tseng/pkg-plist new file mode 100644 index 0000000..62decd9 --- /dev/null +++ b/x11-drivers/xf86-video-tseng/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/tseng_drv.la +lib/xorg/modules/drivers/tseng_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-vesa/Makefile b/x11-drivers/xf86-video-vesa/Makefile new file mode 100644 index 0000000..ec49a79 --- /dev/null +++ b/x11-drivers/xf86-video-vesa/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-vesa +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-vesa/Makefile,v 1.6 2009/05/07 19:42:40 rnoland Exp $ +# + +PORTNAME= xf86-video-vesa +PORTVERSION= 2.3.0 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org vesa display driver + +XORG_CAT= driver +USE_XORG= xextproto +MAN4= vesa.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-vesa/distinfo b/x11-drivers/xf86-video-vesa/distinfo new file mode 100644 index 0000000..4bd2425 --- /dev/null +++ b/x11-drivers/xf86-video-vesa/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-vesa-2.3.0.tar.bz2) = 07fa32958aff9b463dd3af5481ef6626 +SHA256 (xorg/driver/xf86-video-vesa-2.3.0.tar.bz2) = 8ed85a0e94523539d81d5ae6639fa22ceb1c1e3baf89128915db65d4d2900d7a +SIZE (xorg/driver/xf86-video-vesa-2.3.0.tar.bz2) = 264539 diff --git a/x11-drivers/xf86-video-vesa/pkg-descr b/x11-drivers/xf86-video-vesa/pkg-descr new file mode 100644 index 0000000..1c5752f --- /dev/null +++ b/x11-drivers/xf86-video-vesa/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-vesa driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-vesa/pkg-plist b/x11-drivers/xf86-video-vesa/pkg-plist new file mode 100644 index 0000000..5a9cf2e --- /dev/null +++ b/x11-drivers/xf86-video-vesa/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/vesa_drv.la +lib/xorg/modules/drivers/vesa_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-vmware/Makefile b/x11-drivers/xf86-video-vmware/Makefile new file mode 100644 index 0000000..033fdd5 --- /dev/null +++ b/x11-drivers/xf86-video-vmware/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xf86-video-vmware +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-vmware/Makefile,v 1.7 2009/05/07 19:42:40 rnoland Exp $ +# + +PORTNAME= xf86-video-vmware +PORTVERSION= 10.16.9 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org vmware display driver + +XORG_CAT= driver +USE_XORG= xextproto xineramaproto videoproto + +MAN4= vmware.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-vmware/distinfo b/x11-drivers/xf86-video-vmware/distinfo new file mode 100644 index 0000000..78e8246 --- /dev/null +++ b/x11-drivers/xf86-video-vmware/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-vmware-10.16.9.tar.bz2) = 3b3d38abfa1f8be4b1e26dcd236bc94f +SHA256 (xorg/driver/xf86-video-vmware-10.16.9.tar.bz2) = 835a5e45b54837cbbd963a48bd09db709717e097e931dd76e68e397a167e8bc1 +SIZE (xorg/driver/xf86-video-vmware-10.16.9.tar.bz2) = 275787 diff --git a/x11-drivers/xf86-video-vmware/pkg-descr b/x11-drivers/xf86-video-vmware/pkg-descr new file mode 100644 index 0000000..301ee74 --- /dev/null +++ b/x11-drivers/xf86-video-vmware/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-vmware driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-vmware/pkg-plist b/x11-drivers/xf86-video-vmware/pkg-plist new file mode 100644 index 0000000..1135232 --- /dev/null +++ b/x11-drivers/xf86-video-vmware/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/vmware_drv.la +lib/xorg/modules/drivers/vmware_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-voodoo/Makefile b/x11-drivers/xf86-video-voodoo/Makefile new file mode 100644 index 0000000..c9b56a3 --- /dev/null +++ b/x11-drivers/xf86-video-voodoo/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-voodoo +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-voodoo/Makefile,v 1.6 2009/05/07 19:42:40 rnoland Exp $ +# + +PORTNAME= xf86-video-voodoo +PORTVERSION= 1.2.3 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org voodoo display driver + +XORG_CAT= driver +USE_XORG= xf86dgaproto xextproto +MAN4= voodoo.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-voodoo/distinfo b/x11-drivers/xf86-video-voodoo/distinfo new file mode 100644 index 0000000..463af94 --- /dev/null +++ b/x11-drivers/xf86-video-voodoo/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-voodoo-1.2.3.tar.bz2) = c164effcc839eca1fc1d43a42f4086db +SHA256 (xorg/driver/xf86-video-voodoo-1.2.3.tar.bz2) = 025d4d99ab19325b72417fadbb099c757412988f800c9511be3e2c3993ae29e9 +SIZE (xorg/driver/xf86-video-voodoo-1.2.3.tar.bz2) = 259096 diff --git a/x11-drivers/xf86-video-voodoo/pkg-descr b/x11-drivers/xf86-video-voodoo/pkg-descr new file mode 100644 index 0000000..47285cb --- /dev/null +++ b/x11-drivers/xf86-video-voodoo/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-voodoo driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-voodoo/pkg-plist b/x11-drivers/xf86-video-voodoo/pkg-plist new file mode 100644 index 0000000..98df906 --- /dev/null +++ b/x11-drivers/xf86-video-voodoo/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/voodoo_drv.la +lib/xorg/modules/drivers/voodoo_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |