diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-07-22 02:50:33 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-07-22 02:50:33 +0800 |
commit | ebe62e87e9d6df674a8b8b313a9368af85fd7212 (patch) | |
tree | 576a6ab93df63b461429bdb949770e657a3ae1a7 | |
parent | 3f51c314cca9a6dcb71cd0c94c8eebbd9e28bbc2 (diff) | |
download | xorg-devel-ports-ebe62e87e9d6df674a8b8b313a9368af85fd7212.tar.gz xorg-devel-ports-ebe62e87e9d6df674a8b8b313a9368af85fd7212.tar.zst xorg-devel-ports-ebe62e87e9d6df674a8b8b313a9368af85fd7212.zip |
Update to 12.7.0.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@280 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/Makefile | 27 | ||||
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/distinfo | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/pkg-descr | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/pkg-plist | 9 |
4 files changed, 41 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-vmmouse/Makefile b/x11-drivers/xf86-input-vmmouse/Makefile new file mode 100644 index 0000000..04c8b4a --- /dev/null +++ b/x11-drivers/xf86-input-vmmouse/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xf86-input-vmmouse +# Date Created: 17 Feb 2006 +# Whom: NIIMI Satoshi <sa2c@sa2c.net> +# +# $FreeBSD: ports/x11-drivers/xf86-input-vmmouse/Makefile,v 1.17 2011/02/25 16:52:31 miwi Exp $ +# + +PORTNAME= xf86-input-vmmouse +PORTVERSION= 12.7.0 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org vmmouse input driver + +LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal + +XORG_CAT= driver +CONFIGURE_ARGS= --with-hal-callouts-dir=${PREFIX}/libexec/hal/scripts +USE_GMAKE= yes + +MAN1= vmmouse_detect.1 +MAN4= vmmouse.4x + +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= The vmmouse protocol is only supported on x86-compatible architectures. + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-vmmouse/distinfo b/x11-drivers/xf86-input-vmmouse/distinfo new file mode 100644 index 0000000..2987fb8 --- /dev/null +++ b/x11-drivers/xf86-input-vmmouse/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/driver/xf86-input-vmmouse-12.7.0.tar.bz2) = 00e5d527a0d97e6b2a6e8c519e1339427e66fa0a43af026858655c7c62bd9e35 +SIZE (xorg/driver/xf86-input-vmmouse-12.7.0.tar.bz2) = 281998 diff --git a/x11-drivers/xf86-input-vmmouse/pkg-descr b/x11-drivers/xf86-input-vmmouse/pkg-descr new file mode 100644 index 0000000..266fa13 --- /dev/null +++ b/x11-drivers/xf86-input-vmmouse/pkg-descr @@ -0,0 +1,3 @@ +This package contains the X.Org xf86-input-vmmouse driver. + +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-vmmouse/pkg-plist b/x11-drivers/xf86-input-vmmouse/pkg-plist new file mode 100644 index 0000000..3c6b8fb --- /dev/null +++ b/x11-drivers/xf86-input-vmmouse/pkg-plist @@ -0,0 +1,9 @@ +bin/vmmouse_detect +libexec/hal/scripts/hal-probe-vmmouse +lib/xorg/modules/input/vmmouse_drv.la +lib/xorg/modules/input/vmmouse_drv.so +share/X11/xorg.conf.d/50-vmmouse.conf +share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |