diff options
author | sat <sat@FreeBSD.org> | 2006-05-27 15:46:02 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-27 15:46:02 +0800 |
commit | 30f29668a432ec3e9411e3840765298534bfda42 (patch) | |
tree | 1b91f4fadda92e5f379930ba0dee5a6584236f64 /www/xpi-autobrowse | |
parent | f868da4583cb7c5e198ee2d8f6231a49613bf48e (diff) | |
download | freebsd-ports-gnome-30f29668a432ec3e9411e3840765298534bfda42.tar.gz freebsd-ports-gnome-30f29668a432ec3e9411e3840765298534bfda42.tar.zst freebsd-ports-gnome-30f29668a432ec3e9411e3840765298534bfda42.zip |
Add port www/xpi-autobrowse:
AutoBrowse - The most creative screensaver in the world!
Enter any search-word and any search-engine (default is google.de)
and AutoBrowse will surf the net for you. Enjoy!
WWW: http://autobrowse.berlios.de/
Approved by: krion (mentor)
Diffstat (limited to 'www/xpi-autobrowse')
-rw-r--r-- | www/xpi-autobrowse/Makefile | 21 | ||||
-rw-r--r-- | www/xpi-autobrowse/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-autobrowse/pkg-descr | 6 |
3 files changed, 30 insertions, 0 deletions
diff --git a/www/xpi-autobrowse/Makefile b/www/xpi-autobrowse/Makefile new file mode 100644 index 000000000000..41b0b479640a --- /dev/null +++ b/www/xpi-autobrowse/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpi-autobrowse +# Date created: 20 May 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= autobrowse +PORTVERSION= 0.4 +DISTVERSIONSUFFIX= -fx+fl +CATEGORIES= www + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Surfs the net for you + +XPI_ID= {3867e8ff-5171-4346-a578-b118c968c65c} +XPI_FILES= chrome/autobrowse.jar chrome.manifest defaults/preferences/settings.js install.rdf +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-autobrowse/distinfo b/www/xpi-autobrowse/distinfo new file mode 100644 index 000000000000..7e56b93611a5 --- /dev/null +++ b/www/xpi-autobrowse/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/autobrowse-0.4-fx+fl.xpi) = e5317858312973b8040842ab73986138 +SHA256 (xpi/autobrowse-0.4-fx+fl.xpi) = 0b436343f8658e03d9361ad18e937055117b79577fea031e5d015efbfb7f2549 +SIZE (xpi/autobrowse-0.4-fx+fl.xpi) = 18133 diff --git a/www/xpi-autobrowse/pkg-descr b/www/xpi-autobrowse/pkg-descr new file mode 100644 index 000000000000..fe00c1acac01 --- /dev/null +++ b/www/xpi-autobrowse/pkg-descr @@ -0,0 +1,6 @@ +AutoBrowse - The most creative screensaver in the world! + +Enter any search-word and any search-engine (default is google.de) +and AutoBrowse will surf the net for you. Enjoy! + +WWW: http://autobrowse.berlios.de/ |