diff options
author | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-02-06 00:43:42 +0800 |
---|---|---|
committer | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-02-06 00:43:42 +0800 |
commit | 81bc0d7a1183280c61c6070ad46127c593a10073 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /x11-drivers/xf86-input-vmmouse | |
parent | 54fa95c46cbb7b627c18a067d804f9c1e0b30a58 (diff) | |
download | xorg-devel-ports-xorg-dev.tar.gz xorg-devel-ports-xorg-dev.tar.zst xorg-devel-ports-xorg-dev.zip |
- Move ports/branches/xorg-dev to ports/trunk/xorg-dev
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@388 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-drivers/xf86-input-vmmouse')
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/Makefile | 34 | ||||
-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, 0 insertions, 48 deletions
diff --git a/x11-drivers/xf86-input-vmmouse/Makefile b/x11-drivers/xf86-input-vmmouse/Makefile deleted file mode 100644 index ab5fffc..0000000 --- a/x11-drivers/xf86-input-vmmouse/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: xf86-input-vmmouse -# Date Created: 17 Feb 2006 -# Whom: NIIMI Satoshi <sa2c@sa2c.net> -# -# $FreeBSD$ -# - -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 -USE_XORG= xextproto videoproto -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. - -.if defined(WITH_NEW_XORG) -PLIST_SUB+= NEW="" -.else -PLIST_SUB+= NEW="@comment " -.endif - -.include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-vmmouse/distinfo b/x11-drivers/xf86-input-vmmouse/distinfo deleted file mode 100644 index 2987fb8..0000000 --- a/x11-drivers/xf86-input-vmmouse/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 266fa13..0000000 --- a/x11-drivers/xf86-input-vmmouse/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0af5d79..0000000 --- a/x11-drivers/xf86-input-vmmouse/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/vmmouse_detect -libexec/hal/scripts/hal-probe-vmmouse -lib/xorg/modules/input/vmmouse_drv.la -lib/xorg/modules/input/vmmouse_drv.so -%%NEW%%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 |