diff options
author | sat <sat@FreeBSD.org> | 2006-07-17 20:23:23 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-07-17 20:23:23 +0800 |
commit | 8e51a1b24ccefd2fbb1721cf12cc1d084adc0035 (patch) | |
tree | 7398a39257a5c67af44403034acc52c3aee2cc58 /www | |
parent | 753975aa23876ea3772b496cdce11ea8ac9ffbd2 (diff) | |
download | freebsd-ports-gnome-8e51a1b24ccefd2fbb1721cf12cc1d084adc0035.tar.gz freebsd-ports-gnome-8e51a1b24ccefd2fbb1721cf12cc1d084adc0035.tar.zst freebsd-ports-gnome-8e51a1b24ccefd2fbb1721cf12cc1d084adc0035.zip |
Add port www/xpi-surfkeys:
Comfortable surfing with a keyboard. This extension provides some
functions that you can use to make your browsing with a keyboard more
comfortable.
Author: Pekka Sillanpaa <p.sillanpaa@hut.fi>
WWW: http://surfkeys.mozdev.org/
PR: ports/100345
Submitted by: Simon Olofsson <simon@olofsson.de>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-surfkeys/Makefile | 21 | ||||
-rw-r--r-- | www/xpi-surfkeys/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-surfkeys/pkg-descr | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ca3dd6724df5..54ec99abfaf1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1077,6 +1077,7 @@ SUBDIR += xpi-server_switcher SUBDIR += xpi-sessionmanager SUBDIR += xpi-stumbleupon + SUBDIR += xpi-surfkeys SUBDIR += xpi-tabletools SUBDIR += xpi-tabmixplus SUBDIR += xpi-togglewordwrap diff --git a/www/xpi-surfkeys/Makefile b/www/xpi-surfkeys/Makefile new file mode 100644 index 000000000000..d0d66e08570f --- /dev/null +++ b/www/xpi-surfkeys/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpi-surfkeys +# Date created: 2006-07-15 +# Whom: Simon Olofsson <simon@olofsson.de> +# +# $FreeBSD$ +# + +PORTNAME= surfkeys +PORTVERSION= 0.4.1 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= simon@olofsson.de +COMMENT= Comfortable surfing with keyboard + +XPI_ID= {a44ef047-cd8d-406e-a354-b7101bd24735} +XPI_FILES= chrome/chrome.jar chrome.manifest defaults/preferences/prefs.js install.rdf +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-surfkeys/distinfo b/www/xpi-surfkeys/distinfo new file mode 100644 index 000000000000..77cada6d0a18 --- /dev/null +++ b/www/xpi-surfkeys/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/surfkeys-0.4.1-fx.xpi) = 27365aadb7b8521f8bb5395db1b9743f +SHA256 (xpi/surfkeys-0.4.1-fx.xpi) = 0fe86d08e52e3f3a4a6e1d8ba02f6025bcc3d3e282b72831a1c5ed2ba6429729 +SIZE (xpi/surfkeys-0.4.1-fx.xpi) = 12247 diff --git a/www/xpi-surfkeys/pkg-descr b/www/xpi-surfkeys/pkg-descr new file mode 100644 index 000000000000..64fa2a6bae21 --- /dev/null +++ b/www/xpi-surfkeys/pkg-descr @@ -0,0 +1,6 @@ +Comfortable surfing with a keyboard. This extension provides some +functions that you can use to make your browsing with a keyboard more +comfortable. + +Author: Pekka Sillanpaa <p.sillanpaa@hut.fi> +WWW: http://surfkeys.mozdev.org/ |