diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-07-22 02:47:11 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-07-22 02:47:11 +0800 |
commit | de3369fa1f22bf05730c0a546c4ceffbea332d3b (patch) | |
tree | 1582c69e040a505b7ec707027d37c93318cb9086 | |
parent | 5b89019f397f4e3452cd4c5afec3220102debf18 (diff) | |
download | xorg-devel-ports-de3369fa1f22bf05730c0a546c4ceffbea332d3b.tar.gz xorg-devel-ports-de3369fa1f22bf05730c0a546c4ceffbea332d3b.tar.zst xorg-devel-ports-de3369fa1f22bf05730c0a546c4ceffbea332d3b.zip |
Update to 1.5.0.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@270 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11-drivers/xf86-input-acecad/Makefile | 18 | ||||
-rw-r--r-- | x11-drivers/xf86-input-acecad/distinfo | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-acecad/pkg-descr | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-input-acecad/pkg-plist | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-acecad/Makefile b/x11-drivers/xf86-input-acecad/Makefile new file mode 100644 index 0000000..ffaf2e2 --- /dev/null +++ b/x11-drivers/xf86-input-acecad/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xf86-input-acecad +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-input-acecad/Makefile,v 1.10 2011/02/25 16:52:29 miwi Exp $ +# + +PORTNAME= xf86-input-acecad +PORTVERSION= 1.5.0 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org acecad input driver + +XORG_CAT= driver +MAN4= acecad.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-acecad/distinfo b/x11-drivers/xf86-input-acecad/distinfo new file mode 100644 index 0000000..4382553 --- /dev/null +++ b/x11-drivers/xf86-input-acecad/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/driver/xf86-input-acecad-1.5.0.tar.bz2) = c3032f38a07b54772299ce8832e16109a685ee63eeefbb17cef9fe1dd100a448 +SIZE (xorg/driver/xf86-input-acecad-1.5.0.tar.bz2) = 262818 diff --git a/x11-drivers/xf86-input-acecad/pkg-descr b/x11-drivers/xf86-input-acecad/pkg-descr new file mode 100644 index 0000000..ceb6161 --- /dev/null +++ b/x11-drivers/xf86-input-acecad/pkg-descr @@ -0,0 +1,3 @@ +This package contains the X.Org xf86-input-acecad driver. + +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-acecad/pkg-plist b/x11-drivers/xf86-input-acecad/pkg-plist new file mode 100644 index 0000000..bece9a4 --- /dev/null +++ b/x11-drivers/xf86-input-acecad/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/input/acecad_drv.la +lib/xorg/modules/input/acecad_drv.so +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |