diff options
author | sat <sat@FreeBSD.org> | 2006-05-20 05:03:37 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-20 05:03:37 +0800 |
commit | 4b06ed11035616b50adc07425e2e1bb7740cc181 (patch) | |
tree | 05d90f3d4c42b52651256e6fb1ba82402285a310 /www | |
parent | 06b3a7775656c722bc097b7c96692d706d7198d9 (diff) | |
download | freebsd-ports-gnome-4b06ed11035616b50adc07425e2e1bb7740cc181.tar.gz freebsd-ports-gnome-4b06ed11035616b50adc07425e2e1bb7740cc181.tar.zst freebsd-ports-gnome-4b06ed11035616b50adc07425e2e1bb7740cc181.zip |
Add xpi-gbrain: Keeps your browser history at Google bookmarks
Approved by: krion (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-gbrain/Makefile | 21 | ||||
-rw-r--r-- | www/xpi-gbrain/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-gbrain/pkg-descr | 7 |
4 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d200dc7eef2e..6d1a89ce7639 100644 --- a/www/Makefile +++ b/www/Makefile @@ -993,6 +993,7 @@ SUBDIR += xpi-fission SUBDIR += xpi-flashblock SUBDIR += xpi-flashgot + SUBDIR += xpi-gbrain SUBDIR += xpi-google-notebook SUBDIR += xpi-greasemonkey SUBDIR += xpi-mldonkey diff --git a/www/xpi-gbrain/Makefile b/www/xpi-gbrain/Makefile new file mode 100644 index 000000000000..11070220931d --- /dev/null +++ b/www/xpi-gbrain/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpi-gbrain +# Date created: 18 May 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gbrain +PORTVERSION= 0.3.1 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Keeps your browser history at Google bookmarks + +XPI_ID= gbrain@andreas.gohr +XPI_FILES= chrome/gbrain.jar chrome.manifest defaults/preferences/gbrain.js install.rdf +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-gbrain/distinfo b/www/xpi-gbrain/distinfo new file mode 100644 index 000000000000..a2d26ffbc830 --- /dev/null +++ b/www/xpi-gbrain/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/gbrain-0.3.1-fx.xpi) = a3dd4308a23f67e5541836fd27372ef1 +SHA256 (xpi/gbrain-0.3.1-fx.xpi) = 3ec5981a5a3d1f9951dc57f5f1e394a6ef39fb0951dbbb0e4dc19ecc6b72770f +SIZE (xpi/gbrain-0.3.1-fx.xpi) = 10743 diff --git a/www/xpi-gbrain/pkg-descr b/www/xpi-gbrain/pkg-descr new file mode 100644 index 000000000000..1cb57d15ab84 --- /dev/null +++ b/www/xpi-gbrain/pkg-descr @@ -0,0 +1,7 @@ +gBrain is a Firefox extension to automagically bookmark all pages +you visit at the Google bookmark service. This effectively moves +your browser history from your browser instance to a central place +on the net (Google) where it is easily searchable from every +computer. + +WWW: http://www.splitbrain.org/projects/gbrain |