diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ce7b8167953c..9aaea1f7ec96 100644 --- a/www/Makefile +++ b/www/Makefile @@ -987,6 +987,7 @@ SUBDIR += xpath2rss SUBDIR += xpi-adblock SUBDIR += xpi-adblock_plus + SUBDIR += xpi-autobrowse SUBDIR += xpi-colorfultabs SUBDIR += xpi-cssviewer SUBDIR += xpi-cutemenus-crystalsvg 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/ |