- Add xpi-mousegestures: Allows you to execute common commands using mouse gestures
PR: ports/97336 Submitted by: Simon Olofsson <simon@olofsson.de> Approved by: krion (mentor)
This commit is contained in:
parent
4238e5bbb9
commit
8aa7d4520f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162674
3 changed files with 35 additions and 0 deletions
25
www/xpi-mousegestures/Makefile
Normal file
25
www/xpi-mousegestures/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: mouse_gestures
|
||||
# Date created: 2006-05-16
|
||||
# Whom: Simon Olofsson <simon@olofsson.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mouse_gestures
|
||||
PORTVERSION= 1.5
|
||||
DISTVERSIONSUFFIX= -fx+mz+zm+tb
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= simon@olofsson.de
|
||||
COMMENT= Allows you to execute common commands using mouse gestures
|
||||
|
||||
XPI_ID= {FFA36170-80B1-4535-B0E3-A4569E497DD0}
|
||||
XPI_FILES= chrome/mozgest.jar chrome.manifest components/mgIMouseService.xpt \
|
||||
install/install.properties install.js install.rdf
|
||||
XPI_DIRS= chrome components install
|
||||
|
||||
post-extract:
|
||||
@${RM} -rf ${WRKSRC}/platform
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
3
www/xpi-mousegestures/distinfo
Normal file
3
www/xpi-mousegestures/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (xpi/mouse_gestures-1.5-fx+mz+zm+tb.xpi) = 86b29d4045221e308df813cdfb79c14a
|
||||
SHA256 (xpi/mouse_gestures-1.5-fx+mz+zm+tb.xpi) = 2bccadb6826d2835984b0501a73b65341041ab0e8df7066a68e671459f50364f
|
||||
SIZE (xpi/mouse_gestures-1.5-fx+mz+zm+tb.xpi) = 172755
|
7
www/xpi-mousegestures/pkg-descr
Normal file
7
www/xpi-mousegestures/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Mouse Gestures are a fast way to execute commands without using the keyboard,
|
||||
menus or toolbars. Instead, the user holds down a mouse button (usually the
|
||||
right one), moves the mouse in a certain way to form a gesture, then releases
|
||||
the mouse button.
|
||||
|
||||
Author: The Optimoz Team
|
||||
WWW: http://optimoz.mozdev.org/gestures/
|
Loading…
Reference in a new issue