summaryrefslogtreecommitdiffstats
path: root/www/preferential
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-07-03 06:41:13 +0000
committerthierry <thierry@FreeBSD.org>2004-07-03 06:41:13 +0000
commite9ed1d286436bc8a5ff74db1b3d34c50c1484d25 (patch)
tree6d0ebd24a226925517d8bbccef5020f5af7de2a3 /www/preferential
parent08ce9b7a344e0b19b6910a91b5658a93da1fbbc3 (diff)
downloadFreeBSD-ports-e9ed1d286436bc8a5ff74db1b3d34c50c1484d25.zip
FreeBSD-ports-e9ed1d286436bc8a5ff74db1b3d34c50c1484d25.tar.gz
Adding www/preferential & www/preferential-firefox, GUI interface to
view and edit all Mozilla / Firefox prefs. PR: ports/63237
Diffstat (limited to 'www/preferential')
-rw-r--r--www/preferential/Makefile26
-rw-r--r--www/preferential/distinfo2
-rw-r--r--www/preferential/pkg-descr5
-rw-r--r--www/preferential/pkg-plist2
4 files changed, 35 insertions, 0 deletions
diff --git a/www/preferential/Makefile b/www/preferential/Makefile
new file mode 100644
index 0000000..86778d0
--- /dev/null
+++ b/www/preferential/Makefile
@@ -0,0 +1,26 @@
+# Ports collection makefile for: preferential
+# Date created: Tue Oct 28, 2003
+# Whom: Thierry Thomas (<thierry@pompo.net>)
+#
+# $FreeBSD$
+#
+
+PORTNAME?= preferential
+PORTVERSION= 0.6.1a
+CATEGORIES= www
+MASTER_SITES= http://downloads.mozdev.org/preferential/versions/ \
+ http://mozdev.mirrors.nyphp.org/preferential/versions/
+DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER?= ports@FreeBSD.org
+COMMENT?= GUI interface to view & edit all Mozilla prefs
+
+USE_X_PREFIX= yes # Cannot be included after <bsd.port.pre.mk>.
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/mozex/Makefile.xpi"
+
+do-install:
+ @${INSTALL_DATA} ${WRKDIR}/preferential.jar ${MOZDIR}/chrome
+
+.include <bsd.port.post.mk>
diff --git a/www/preferential/distinfo b/www/preferential/distinfo
new file mode 100644
index 0000000..00b8583
--- /dev/null
+++ b/www/preferential/distinfo
@@ -0,0 +1,2 @@
+MD5 (preferential-0.6.1a/preferential-0.6.1a.xpi) = 0630fa253f4b328f890251fab1e8c55a
+SIZE (preferential-0.6.1a/preferential-0.6.1a.xpi) = 76432
diff --git a/www/preferential/pkg-descr b/www/preferential/pkg-descr
new file mode 100644
index 0000000..f413839
--- /dev/null
+++ b/www/preferential/pkg-descr
@@ -0,0 +1,5 @@
+The Preferential project aims to provide all users of Gecko browsers
+(eg. Mozilla, Firefox) with a simple, accessible GUI that allows the
+modification of any preference set within that browser environment.
+
+WWW: http://preferential.mozdev.org/
diff --git a/www/preferential/pkg-plist b/www/preferential/pkg-plist
new file mode 100644
index 0000000..c7f67cf
--- /dev/null
+++ b/www/preferential/pkg-plist
@@ -0,0 +1,2 @@
+%%MOZDIR%%/chrome/preferential.jar
+%%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf
OpenPOWER on IntegriCloud