diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-07-22 02:50:52 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-07-22 02:50:52 +0800 |
commit | 9d1e7b9029974fb42101dbdba5c2d66ae873c590 (patch) | |
tree | 7d5ea252327893a488b4fb23dc3b9a4c8785a73d | |
parent | ebe62e87e9d6df674a8b8b313a9368af85fd7212 (diff) | |
download | xorg-devel-ports-9d1e7b9029974fb42101dbdba5c2d66ae873c590.tar.gz xorg-devel-ports-9d1e7b9029974fb42101dbdba5c2d66ae873c590.tar.zst xorg-devel-ports-9d1e7b9029974fb42101dbdba5c2d66ae873c590.zip |
Update to 1.4.0.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@281 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11-drivers/xf86-input-void/Makefile | 18 | ||||
-rw-r--r-- | x11-drivers/xf86-input-void/distinfo | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-void/pkg-descr | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-input-void/pkg-plist | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-void/Makefile b/x11-drivers/xf86-input-void/Makefile new file mode 100644 index 0000000..43f516e --- /dev/null +++ b/x11-drivers/xf86-input-void/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xf86-input-void +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-input-void/Makefile,v 1.10 2011/02/25 16:52:31 miwi Exp $ +# + +PORTNAME= xf86-input-void +PORTVERSION= 1.4.0 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org void input driver + +XORG_CAT= driver +MAN4= void.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-void/distinfo b/x11-drivers/xf86-input-void/distinfo new file mode 100644 index 0000000..5787ac7 --- /dev/null +++ b/x11-drivers/xf86-input-void/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/driver/xf86-input-void-1.4.0.tar.bz2) = 2ab95865252c64cc88050fa0089a74e063c357b71907bf9be7886047c4987505 +SIZE (xorg/driver/xf86-input-void-1.4.0.tar.bz2) = 273454 diff --git a/x11-drivers/xf86-input-void/pkg-descr b/x11-drivers/xf86-input-void/pkg-descr new file mode 100644 index 0000000..7aa7847 --- /dev/null +++ b/x11-drivers/xf86-input-void/pkg-descr @@ -0,0 +1,3 @@ +This package contains the X.Org xf86-input-void driver. + +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-void/pkg-plist b/x11-drivers/xf86-input-void/pkg-plist new file mode 100644 index 0000000..554c368 --- /dev/null +++ b/x11-drivers/xf86-input-void/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/input/void_drv.la +lib/xorg/modules/input/void_drv.so +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |