summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-01 09:01:46 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-01 09:01:46 +0800
commit63d35b5010f5dd4513d2cde48c4767edbe48bb1f (patch)
tree4a548341c6006f5ce6be9651fa87597ddfe1748b
parentaf1bcf73907f58a4ae53bc457333e2d2288689f9 (diff)
downloadmarcuscom-ports-63d35b5010f5dd4513d2cde48c4767edbe48bb1f.tar
marcuscom-ports-63d35b5010f5dd4513d2cde48c4767edbe48bb1f.tar.gz
marcuscom-ports-63d35b5010f5dd4513d2cde48c4767edbe48bb1f.tar.bz2
marcuscom-ports-63d35b5010f5dd4513d2cde48c4767edbe48bb1f.tar.lz
marcuscom-ports-63d35b5010f5dd4513d2cde48c4767edbe48bb1f.tar.xz
marcuscom-ports-63d35b5010f5dd4513d2cde48c4767edbe48bb1f.tar.zst
marcuscom-ports-63d35b5010f5dd4513d2cde48c4767edbe48bb1f.zip
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7440 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--www/preferential/Makefile31
-rw-r--r--www/preferential/distinfo3
-rw-r--r--www/preferential/files/installed-chrome.txt2
-rw-r--r--www/preferential/pkg-descr5
4 files changed, 41 insertions, 0 deletions
diff --git a/www/preferential/Makefile b/www/preferential/Makefile
new file mode 100644
index 000000000..43f1565d6
--- /dev/null
+++ b/www/preferential/Makefile
@@ -0,0 +1,31 @@
+# Ports collection makefile for: preferential
+# Date created: Tue Oct 28, 2003
+# Whom: Thierry Thomas (<thierry@pompo.net>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= preferential
+PORTVERSION= 0.7.1
+PORTREVISION= 3
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_MOZDEV}
+MASTER_SITE_SUBDIR= ${PORTNAME}/versions
+DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= GUI interface to view & edit all ${GECKO} prefs
+
+PLIST_FILES= %%MOZDIR%%/chrome/preferential.jar
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/mozex/Makefile.xpi"
+
+.if ${GECKO} == mozilla
+PLIST_FILES+= %%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf
+.endif
+
+do-install:
+ @${INSTALL_DATA} ${WRKDIR}/chrome/preferential.jar ${MOZDIR}/chrome
+
+.include <bsd.port.post.mk>
diff --git a/www/preferential/distinfo b/www/preferential/distinfo
new file mode 100644
index 000000000..4f48812aa
--- /dev/null
+++ b/www/preferential/distinfo
@@ -0,0 +1,3 @@
+MD5 (preferential-0.7.1/preferential-0.7.1.xpi) = 3533345ba8fd120f027a1e63c5668339
+SHA256 (preferential-0.7.1/preferential-0.7.1.xpi) = 7a48e882f5e0e8b30a48801b041414a7fd28d7e651924dbc030dc320e5d277db
+SIZE (preferential-0.7.1/preferential-0.7.1.xpi) = 81443
diff --git a/www/preferential/files/installed-chrome.txt b/www/preferential/files/installed-chrome.txt
new file mode 100644
index 000000000..1109a02f4
--- /dev/null
+++ b/www/preferential/files/installed-chrome.txt
@@ -0,0 +1,2 @@
+content,install,url,jar:resource:/chrome/preferential.jar!/content/
+locale,install,url,jar:resource:/chrome/preferential.jar!/locale/en-US/preferential/
diff --git a/www/preferential/pkg-descr b/www/preferential/pkg-descr
new file mode 100644
index 000000000..a191eeb59
--- /dev/null
+++ b/www/preferential/pkg-descr
@@ -0,0 +1,5 @@
+The Preferential project aims to provide all users of Gecko browsers
+(eg. Mozilla, Seamonkey) with a simple, accessible GUI that allows the
+modification of any preference set within that browser environment.
+
+WWW: http://preferential.mozdev.org/