aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-27 11:30:53 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-27 11:30:53 +0000
commit725f50e6270c38e50669545f642d2342c8e34d8c (patch)
treea4fce8c9efa6f614b0356e0726e0fcb8e1f9e56e /www
parent4c4707aa974a1250726b1960e9eaa41230e89230 (diff)
downloadports-725f50e6270c38e50669545f642d2342c8e34d8c.tar.gz
ports-725f50e6270c38e50669545f642d2342c8e34d8c.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/xpi-infolister/Makefile22
-rw-r--r--www/xpi-infolister/distinfo3
-rw-r--r--www/xpi-infolister/pkg-descr7
4 files changed, 33 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 76929d05d4ea..c90ee90bddad 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1100,6 +1100,7 @@
SUBDIR += xpi-imagezoom
SUBDIR += xpi-imdbpreview
SUBDIR += xpi-imglikeopera
+ SUBDIR += xpi-infolister
SUBDIR += xpi-inline-google-definitions
SUBDIR += xpi-joga
SUBDIR += xpi-jsview
diff --git a/www/xpi-infolister/Makefile b/www/xpi-infolister/Makefile
new file mode 100644
index 000000000000..646047f36da9
--- /dev/null
+++ b/www/xpi-infolister/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xpi-infolister
+# Date created: 27 August 2006
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= infolister
+DISTVERSION= 0.9e
+DISTVERSIONSUFFIX= -fx+tb
+CATEGORIES= www
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Lists installed extensions and themes
+
+XPI_ID= {3f0da09b-c1ab-40c5-8d7f-53f475ac3fe8}
+XPI_FILES= chrome/infolister.jar chrome.manifest components/infolister-service.js \
+ defaults/preferences/infolister_prefs.js install.rdf license.txt
+XPI_DIRS= chrome components defaults/preferences defaults
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git a/www/xpi-infolister/distinfo b/www/xpi-infolister/distinfo
new file mode 100644
index 000000000000..0d47c8491ed0
--- /dev/null
+++ b/www/xpi-infolister/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpi/infolister-0.9e-fx+tb.xpi) = e2976bf0fd07619ab399da60420d979d
+SHA256 (xpi/infolister-0.9e-fx+tb.xpi) = 68d5afcff97b4603450677134bd36945efe99515052fe375d9647ea819e70738
+SIZE (xpi/infolister-0.9e-fx+tb.xpi) = 72605
diff --git a/www/xpi-infolister/pkg-descr b/www/xpi-infolister/pkg-descr
new file mode 100644
index 000000000000..58fe1fa761d2
--- /dev/null
+++ b/www/xpi-infolister/pkg-descr
@@ -0,0 +1,7 @@
+InfoLister is an extension for Mozilla Firefox, Mozilla Thunderbird,
+and Nvu that collects various information about Firefox/Thunderbird
+and saves it to a file. Currently it prints the list of installed
+extensions, themes and plugins.
+
+WWW: http://mozilla.doslash.org/infolister/
+Author: Nickolay Ponomarev <asqueella@gmail.com>