From 63d35b5010f5dd4513d2cde48c4767edbe48bb1f Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 1 Oct 2006 01:01:46 +0000 Subject: - Move to LOCALBASE git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7440 df743ca5-7f9a-e211-a948-0013205c9059 --- www/preferential/Makefile | 31 +++++++++++++++++++++++++++++ www/preferential/distinfo | 3 +++ www/preferential/files/installed-chrome.txt | 2 ++ www/preferential/pkg-descr | 5 +++++ 4 files changed, 41 insertions(+) create mode 100644 www/preferential/Makefile create mode 100644 www/preferential/distinfo create mode 100644 www/preferential/files/installed-chrome.txt create mode 100644 www/preferential/pkg-descr 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 () +# +# $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 +.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 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/ -- cgit v1.2.3