diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-03-29 20:21:58 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-03-29 20:21:58 +0000 |
commit | 146b316531e8cae9d8961bb5da4de17e5e175a54 (patch) | |
tree | 77b942db2cfb7841a3c19e26a51a635f9184ec58 /www | |
parent | 770af5d826ad54d2ccdd6c005948174334a16b92 (diff) | |
download | ports-146b316531e8cae9d8961bb5da4de17e5e175a54.tar.gz ports-146b316531e8cae9d8961bb5da4de17e5e175a54.zip |
Notes
Diffstat (limited to 'www')
311 files changed, 0 insertions, 8653 deletions
diff --git a/www/Makefile b/www/Makefile index 799a489feed7..4344f4e35d7b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2456,91 +2456,6 @@ SUBDIR += xfce4-smartbookmark-plugin SUBDIR += xist SUBDIR += xoops - SUBDIR += xpi-adblock - SUBDIR += xpi-adblock_plus - SUBDIR += xpi-clear_cache_button - SUBDIR += xpi-close-all-tabs - SUBDIR += xpi-colorfultabs - SUBDIR += xpi-conkeror - SUBDIR += xpi-cssviewer - SUBDIR += xpi-cutemenus-crystalsvg - SUBDIR += xpi-default_full_zoom_level - SUBDIR += xpi-delicious - SUBDIR += xpi-downthemall - SUBDIR += xpi-errorzilla - SUBDIR += xpi-firebug - SUBDIR += xpi-firefox-showcase - SUBDIR += xpi-firemobilesimulator - SUBDIR += xpi-fission - SUBDIR += xpi-flagfox - SUBDIR += xpi-flashblock - SUBDIR += xpi-flashgot - SUBDIR += xpi-flatbmark - SUBDIR += xpi-forecastfox - SUBDIR += xpi-formfox - SUBDIR += xpi-foxmarks - SUBDIR += xpi-foxyproxy - SUBDIR += xpi-gdata_provider - SUBDIR += xpi-ghostery - SUBDIR += xpi-gmail-manager - SUBDIR += xpi-google-notebook - SUBDIR += xpi-google_shortcuts - SUBDIR += xpi-grab_and_drag - SUBDIR += xpi-greasemonkey - SUBDIR += xpi-httpfox - SUBDIR += xpi-imagezoom - SUBDIR += xpi-imdbpreview - SUBDIR += xpi-imglikeopera - SUBDIR += xpi-infolister - SUBDIR += xpi-informenter - SUBDIR += xpi-inline-google-definitions - SUBDIR += xpi-it_s_all_text - SUBDIR += xpi-jslib - SUBDIR += xpi-jsview - SUBDIR += xpi-jv - SUBDIR += xpi-leechblock - SUBDIR += xpi-linkification - SUBDIR += xpi-live_http_headers - SUBDIR += xpi-live_pagerank - SUBDIR += xpi-menueditor - SUBDIR += xpi-modify_headers - SUBDIR += xpi-mrtech-local-install - SUBDIR += xpi-neo-diggler - SUBDIR += xpi-no-referrer - SUBDIR += xpi-passwordmaker - SUBDIR += xpi-pdf_download - SUBDIR += xpi-permatabs - SUBDIR += xpi-quick-locale-switcher - SUBDIR += xpi-quickproxy - SUBDIR += xpi-resurrectpages - SUBDIR += xpi-sameplace - SUBDIR += xpi-scrapbook - SUBDIR += xpi-searchstatus - SUBDIR += xpi-server_spy - SUBDIR += xpi-server_switcher - SUBDIR += xpi-sessionmanager - SUBDIR += xpi-showip - SUBDIR += xpi-speed-dial - SUBDIR += xpi-splash - SUBDIR += xpi-stumbleupon - SUBDIR += xpi-stylish - SUBDIR += xpi-table2clipboard - SUBDIR += xpi-tabmixplus - SUBDIR += xpi-tagzilla - SUBDIR += xpi-togglewordwrap - SUBDIR += xpi-torbutton - SUBDIR += xpi-twitterfox - SUBDIR += xpi-u2f4moz - SUBDIR += xpi-uBlock_origin - SUBDIR += xpi-unplug - SUBDIR += xpi-urllink - SUBDIR += xpi-user_agent_switcher - SUBDIR += xpi-vimperator - SUBDIR += xpi-web_developer - SUBDIR += xpi-wmlbrowser - SUBDIR += xpi-xhtml-ruby-support - SUBDIR += xpi-xmpp4moz - SUBDIR += xpi-yslow SUBDIR += xshttpd SUBDIR += xshttpd-devel SUBDIR += xsp diff --git a/www/xpi-adblock/Makefile b/www/xpi-adblock/Makefile deleted file mode 100644 index 4b0ddc01b565..000000000000 --- a/www/xpi-adblock/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= adblock -PORTVERSION= 0.5.3.043 -DISTVERSIONSUFFIX= -fx+fl+mz+ns -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Content filtering extension - -XPI_NUM= 10 -XPI_ID= {34274bf4-1d97-a289-e984-17e546307e4f} -XPI_FILES= chrome/adblock.jar chrome.manifest components/.autoreg components/nsAdblock.js \ - defaults/preferences/adblock.js install.js install.rdf license.txt -XPI_DIRS= chrome/adblock chrome components defaults/preferences defaults - -post-patch: - @${REINPLACE_CMD} -e 's|2.0a3|2.0.*|g' ${WRKSRC}/install.rdf - @${RM} ${WRKSRC}/install.rdf?* - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-adblock/Makefile.xpi b/www/xpi-adblock/Makefile.xpi deleted file mode 100644 index 866f3b2aa31f..000000000000 --- a/www/xpi-adblock/Makefile.xpi +++ /dev/null @@ -1,216 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -# XPI_ID - Extension id, might be in {12345-...} or dev@org format -# XPI_NUM - Extension number, as in addons.cdn.mozilla.net URL -# XPI_FILES - List of files in xpi archive. This is used to produce -# PLIST_FILES. XPI_FILES can be generated by xpi-gen, but be -# sure to put chrome.manifest in ${FILESDIR} before that if you -# need it. -# XPI_DISTNAME - The name of distribution -# Default: ${PORTNAME} -# PORTNAME, PORTVERSION, DISTVERSIONSUFFIX, CATEGORIES, MAINTAINER, COMMENT -# - These should all be set manually for port to be functional. See -# ${PORTSDIR}/Mk/bsd.port.mk for details. -# MASTER_SITES - This should be set if port is unavailable at the default site. -# Default (defined below): -# MOZILLA_ADDONS/addons/${XPI_NUM} -# or -# MOZILLA_ADDONS/extensions/${XPI_DISTNAME} -# XPI_LIBDIR - Name of the directory to install extensions in. -# Default: ${PREFIX}/lib/xpi -# XPI_XPIDIR - Name of the directory to install extension's files in. -# Default: ${XPI_LIBDIR}/${XPI_ID} -# USE_XPI - If set, the port installs one or more xpi extensions. -# If this is set to a list of apps (wildcards possible) the -# extensions will be installed for them only. -# WITH_XPI - A user-tunable variable, determines which apps should -# extension be made available for. Can be set to a list of -# apps, same as USE_XPI, and/or to "ext:app[,app,app,...]" tuples. -# ext should be a portname. If ext starts and ends with a slash -# (`/'), it is treated as an extended regular expression (see -# re_format(7)). Right of the colon should be a list of apps in -# the same format as USE_XPI, but comma- instead of whitespace- -# delimited. If no matching tuples for an extension are found, -# WITH_XPI is scanned for non tuple-records which are then treated -# as a USE_XPI list. If several tuples match, the last non-regexp -# one takes precedence, then the last regexp one. -# -# This Makefile is a beta-version of the new xpi infrastructure. It currently -# supports Gecko 1.8+ (Firefox 1.5+). Support for Gecko 1.7x (and Seamonkey 1.0) -# may be merged later from Thierry Thomas works. -# -# A new xpi will require a PORTNAME, PORTVERSION, DISTVERSIONSUFFIX and -# CATEGORIES. In case it is not published on the mozilla.org sites, MASTER_SITES -# can be redefined. XPI_* vars will also need to be defined manually, which helps -# keep the infrastructure simpler. -# -# Gecko 1.8 xpi engine tries to detect various compatibility issues all by itself. -# Thus, xpi's are installed into ${LOCALBASE}/lib/xpi/${XPI_ID} by default and -# links are made to all apps which have the engine (firefox, thunderbird, sunbird -# thunderbird3, seamonkey and flock at the moment). relink and relink-all targets -# can be invoked to refarm the links of a single extensions or all installed -# extensions accordingly. -# -# In case an xpi does not have chrome.manifest, it should be generated manually by -# a maintainer and placed in files, where it will be noticed. -# -# xpi ports do not depend on their master applications. You can install an -# extension before the app and run relink when the app is present. - -.ifndef MASTER_SITES -.ifdef XPI_NUM -MASTER_SITES?= MOZILLA_ADDONS/addons/${XPI_NUM} -.else -MASTER_SITES?= MOZILLA_ADDONS/extensions/${XPI_DISTNAME} -.endif -.endif -PKGNAMEPREFIX?= xpi- -EXTRACT_SUFX?= .xpi -DISTNAME?= ${XPI_DISTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -DIST_SUBDIR?= xpi - -NO_BUILD= yes -USES+= zip:infozip -EXTRACT_AFTER_ARGS= -d ${WRKSRC} - -XPI_DISTNAME?= ${PORTNAME} -XPI_APPS_ALL_WC= *firefox* *thunderbird* *seamonkey* - -XPI_APPS_ALL= firefox linux-firefox thunderbird linux-thunderbird \ - seamonkey linux-seamonkey -# kompozer linux-kompozer -# Other apps: mango - -# === Let's process WITH_XPI into WITH_XPI_APPS -WITH_XPI_TUPLES= ${WITH_XPI:M*?\:?*} -WITH_XPI_NTUPLES= ${WITH_XPI:N*\:*} -WITH_XPI_TUPLES_RX= ${WITH_XPI_TUPLES:M/*?*/\:?*} -WITH_XPI_TUPLES_WC= ${WITH_XPI_TUPLES:N/*?*/\:?*} -WITH_XPI_MATCH?= ${PORTNAME} -WITH_XPI_MATCHSTRING?= _=~match~=_ - -.for tuple_rx in ${WITH_XPI_TUPLES_RX} -_rx= ${tuple_rx:C!/(.*)/\:.*!\1!} -_apps= ${tuple_rx:C!/.*/\:(.*)!\1!} -_testrx=${WITH_XPI_MATCH:C!.*${_rx}.*!${WITH_XPI_MATCHSTRING}!} -.if ${_testrx} == ${WITH_XPI_MATCHSTRING} -WITH_XPI_APPS:= ${_apps:S/,/ /g} -.endif -.endfor - -.for tuple_wc in ${WITH_XPI_TUPLES_WC} -_wc= ${tuple_wc:C!(.*)\:.*!\1!} -_apps= ${tuple_wc:C!.*\:(.*)!\1!} -.if ${_wc} == ${WITH_XPI_MATCH} -WITH_XPI_APPS:= ${_apps:S/,/ /g} -.endif -.endfor - -.if ${WITH_XPI_NTUPLES} -WITH_XPI_APPS?= ${WITH_XPI_NTUPLES} -.endif -# === WITH_XPI has been processed - -.ifdef WITH_XPI_APPS -USE_XPI= ${WITH_XPI_APPS} -.endif - -.if !defined(USE_XPI) || ${USE_XPI:tu} == "YES" || ${USE_XPI} == "*" -USE_XPI= ${XPI_APPS_ALL_WC} -.endif - -.if !defined(XPI_APPS) -.for xpi in ${USE_XPI} -_xpi:= ${xpi} -.if ${_xpi:M*firefox*} -XPI_APPS+= ${LOCALBASE}/lib/${xpi}/browser/extensions -.else -XPI_APPS+= ${LOCALBASE}/lib/${xpi}/extensions -.endif -.endfor -.endif - -XPI_SLDIRS_ALL= ${XPI_APPS_ALL:S.^.${XPI_SLDIR}/.} -XPI_SLDIRS= ${USE_XPI:S.^.${XPI_SLDIR}/.} -XPI_LINKFARMS= ${XPI_APPS} ${XPI_SLDIRS} - -XPI_LIBDIR?= ${PREFIX}/lib/xpi -XPI_SLDIR?= ${XPI_LIBDIR}/symlinks -.ifndef XPI_DISTNAMES -XPI_XPIDIR?= ${XPI_LIBDIR}/${XPI_ID} -.endif - -PLIST_SUB+= XPI_LIBDIR="${XPI_LIBDIR:S,^${PREFIX}/,,}" \ - XPI_XPIDIR="${XPI_XPIDIR:S,^${PREFIX}/,,}" - -_TD= ${XPI_XPIDIR:S,^${PREFIX}/,,} -_TD_FULL= ${XPI_XPIDIR} -_A= >> ${TMPPLIST} -_Q= 2>/dev/null || true -PLIST_FILES+= ${XPI_FILES:S!^!${_TD}/!} -PLIST_DIRS+= ${XPI_DIRS:S!^!${_TD}/!} - -.for dist in ${XPI_DISTNAMES} -XPI_XPIDIR_${dist}= ${XPI_LIBDIR}/${XPI_ID_${dist}} -_TD_${dist}= ${XPI_XPIDIR_${dist}:S,^${PREFIX}/,,} -PLIST_FILES+= ${XPI_FILES_${dist}:S!^!${_TD_${dist}}/!} -.endfor - -.if !target(do-install) -do-install: - @${MKDIR} ${STAGEDIR}${_TD_FULL} ${XPI_SLDIRS_ALL:S/^/${STAGEDIR}/} - @cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${_TD_FULL}/ - @if [ -d ${FILESDIR} -a -f ${FILESDIR}/chrome.manifest ] ; \ - then ${INSTALL_DATA} ${FILESDIR}/chrome.manifest ${STAGEDIR}${_TD_FULL}/ ; fi - @${CHMOD} -R a+rX,go-w ${STAGEDIR}${_TD_FULL}/ - @for sldir in ${XPI_SLDIRS_ALL}; do \ - ${ECHO_CMD} "@dir $${sldir}" ${_A}; \ - done - @${ECHO_CMD} '@exec for _dir in ${XPI_LINKFARMS} ; { ${LN} -sf ${_TD_FULL} $$_dir/ ${_Q}; }' ${_A} - @${ECHO_CMD} '@unexec for _dir in ${XPI_LINKFARMS} ; { ${RM} $$_dir/${XPI_ID} ; }' ${_A} -.endif - -.if !target(relink) -relink: - @-for _app in ${XPI_APPS} ; { ${LN} -sf ${_TD_FULL} $$_app ${_Q} ; } -.endif - -.if !target(relink-all) -relink-all: - @-for _app in ${XPI_APPS} ; { for _xpi in ${XPI_LIBDIR}/*[\{@]* ; { \ - ${LN} -sf $$_xpi $$_app ${_Q} ; } ; } -.endif - -.if !target(xpi-post-extract) -xpi-post-extract: -.endif - -post-extract: xpi-post-extract - @${RM} -r ${WRKSRC}/META-INF - -# Maintainer section -xpi-gen: extract - @${ECHO_CMD} -n 'XPI_ID=' - @${SED} -En '/<(RDF:)?Description (RDF:)?about="urn:mozilla:install-manifest"/,/>/p' ${WRKSRC}/install.rdf | \ - ${GREP} -Em1 'em:id|<id>' | ${CUT} -f2- -d\> | \ - ${CUT} -f1 -d\< | ${CUT} -f2 -d\" - @${ECHO_CMD} -n 'XPI_FILES=' - @cd ${WRKSRC} && ${FIND} -s . -not -type d | cut -f2- -d/ | ${TR} '\n' ' ' - @if [ -d ${FILESDIR} -a -f ${FILESDIR}/chrome.manifest ] ; \ - then ${ECHO_CMD} chrome.manifest ; fi - @${ECHO_CMD} - @cd ${WRKSRC} && ${FIND} -ds . -not -name . -type d | cut -f2- -d/ | ${TR} '\n' ' ' - @${ECHO_CMD} - -xpi-plist: extract - @${FIND} -s ${WRKSRC} -not -type d | ${SED} -e "s,^${WRKSRC},%%XPI_XPIDIR%%," > ${PLIST} - @if [ -d ${FILESDIR} -a -f ${FILESDIR}/chrome.manifest ] ; \ - then ${ECHO_CMD} %%XPI_XPIDIR%%/chrome.manifest >> ${PLIST} ; fi - -xpi-pre-chrome: - @${CHMOD} g+w ${_TD_FULL} - @${RM} ${_TD_FULL}/chrome.manifest - -xpi-post-chrome: - @${CP} -f ${_TD_FULL}/chrome.manifest ${FILESDIR}/ diff --git a/www/xpi-adblock/distinfo b/www/xpi-adblock/distinfo deleted file mode 100644 index 053548a2109d..000000000000 --- a/www/xpi-adblock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/adblock-0.5.3.043-fx+fl+mz+ns.xpi) = 394856aca7e29f1cbe044342430580f3ad4c3b97bad143eec3d6ba7402ce1cd9 -SIZE (xpi/adblock-0.5.3.043-fx+fl+mz+ns.xpi) = 77641 diff --git a/www/xpi-adblock/pkg-descr b/www/xpi-adblock/pkg-descr deleted file mode 100644 index 069779f951b9..000000000000 --- a/www/xpi-adblock/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Adblock is a content filtering plug-in for the Mozilla and Firefox browsers. -It is both more robust and more precise than the built-in image blocker. - -Adblock allows the user to specify filters, which remove unwanted content based -on the source-address. - -WWW: http://adblock.mozdev.org/ diff --git a/www/xpi-adblock_plus/Makefile b/www/xpi-adblock_plus/Makefile deleted file mode 100644 index 6b96e8a610ee..000000000000 --- a/www/xpi-adblock_plus/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= adblock_plus -PORTVERSION= 3.0.4 -DISTVERSIONSUFFIX= -an+fx -CATEGORIES= www - -MAINTAINER= bar@FreeBSD.org -COMMENT= Content filtering extension - -USE_XPI= *firefox* - -LICENSE= GPLv3 - -XPI_NUM= 1865 -XPI_ID= {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} - -.include "../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-adblock_plus/distinfo b/www/xpi-adblock_plus/distinfo deleted file mode 100644 index 9e3c73c7af6d..000000000000 --- a/www/xpi-adblock_plus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524787961 -SHA256 (xpi/adblock_plus-3.0.4-an+fx.xpi) = cb64227876fc25590fe31ad31373f9fb7d46a376e16761a240ac7c6dcf76ea9f -SIZE (xpi/adblock_plus-3.0.4-an+fx.xpi) = 1263134 diff --git a/www/xpi-adblock_plus/pkg-descr b/www/xpi-adblock_plus/pkg-descr deleted file mode 100644 index 69032e9d52df..000000000000 --- a/www/xpi-adblock_plus/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Adblock Plus is a content filtering plug-in for the Mozilla and Firefox -browsers. It allows the user to specify filters, which remove unwanted -content based on the source-address. - -Originally based on Adblock, what now come with Adblock Plus is a -completely new extension with focus on being easy to use, stable -and secure. - -WWW: https://adblockplus.org/en/ diff --git a/www/xpi-adblock_plus/pkg-plist b/www/xpi-adblock_plus/pkg-plist deleted file mode 100644 index 4ba50216c815..000000000000 --- a/www/xpi-adblock_plus/pkg-plist +++ /dev/null @@ -1,241 +0,0 @@ -%%XPI_XPIDIR%%/.eslintrc.json -%%XPI_XPIDIR%%/_locales/af/messages.json -%%XPI_XPIDIR%%/_locales/am/messages.json -%%XPI_XPIDIR%%/_locales/ar/messages.json -%%XPI_XPIDIR%%/_locales/as/messages.json -%%XPI_XPIDIR%%/_locales/ast/messages.json -%%XPI_XPIDIR%%/_locales/az/messages.json -%%XPI_XPIDIR%%/_locales/be/messages.json -%%XPI_XPIDIR%%/_locales/bg/messages.json -%%XPI_XPIDIR%%/_locales/bn/messages.json -%%XPI_XPIDIR%%/_locales/br/messages.json -%%XPI_XPIDIR%%/_locales/bs/messages.json -%%XPI_XPIDIR%%/_locales/ca/messages.json -%%XPI_XPIDIR%%/_locales/cs/messages.json -%%XPI_XPIDIR%%/_locales/cy/messages.json -%%XPI_XPIDIR%%/_locales/da/messages.json -%%XPI_XPIDIR%%/_locales/de/messages.json -%%XPI_XPIDIR%%/_locales/dsb/messages.json -%%XPI_XPIDIR%%/_locales/el/messages.json -%%XPI_XPIDIR%%/_locales/en_GB/messages.json -%%XPI_XPIDIR%%/_locales/en_US/messages.json -%%XPI_XPIDIR%%/_locales/eo/messages.json -%%XPI_XPIDIR%%/_locales/es/messages.json -%%XPI_XPIDIR%%/_locales/es_AR/messages.json -%%XPI_XPIDIR%%/_locales/es_CL/messages.json -%%XPI_XPIDIR%%/_locales/es_MX/messages.json -%%XPI_XPIDIR%%/_locales/et/messages.json -%%XPI_XPIDIR%%/_locales/eu/messages.json -%%XPI_XPIDIR%%/_locales/fa/messages.json -%%XPI_XPIDIR%%/_locales/fi/messages.json -%%XPI_XPIDIR%%/_locales/fil/messages.json -%%XPI_XPIDIR%%/_locales/fr/messages.json -%%XPI_XPIDIR%%/_locales/fy/messages.json -%%XPI_XPIDIR%%/_locales/ga/messages.json -%%XPI_XPIDIR%%/_locales/gd/messages.json -%%XPI_XPIDIR%%/_locales/gl/messages.json -%%XPI_XPIDIR%%/_locales/gu/messages.json -%%XPI_XPIDIR%%/_locales/he/messages.json -%%XPI_XPIDIR%%/_locales/hi/messages.json -%%XPI_XPIDIR%%/_locales/hr/messages.json -%%XPI_XPIDIR%%/_locales/hsb/messages.json -%%XPI_XPIDIR%%/_locales/hu/messages.json -%%XPI_XPIDIR%%/_locales/hy/messages.json -%%XPI_XPIDIR%%/_locales/id/messages.json -%%XPI_XPIDIR%%/_locales/is/messages.json -%%XPI_XPIDIR%%/_locales/it/messages.json -%%XPI_XPIDIR%%/_locales/ja/messages.json -%%XPI_XPIDIR%%/_locales/ka/messages.json -%%XPI_XPIDIR%%/_locales/kab/messages.json -%%XPI_XPIDIR%%/_locales/kk/messages.json -%%XPI_XPIDIR%%/_locales/kn/messages.json -%%XPI_XPIDIR%%/_locales/ko/messages.json -%%XPI_XPIDIR%%/_locales/ku/messages.json -%%XPI_XPIDIR%%/_locales/lt/messages.json -%%XPI_XPIDIR%%/_locales/lv/messages.json -%%XPI_XPIDIR%%/_locales/mg/messages.json -%%XPI_XPIDIR%%/_locales/mk/messages.json -%%XPI_XPIDIR%%/_locales/ml/messages.json -%%XPI_XPIDIR%%/_locales/mr/messages.json -%%XPI_XPIDIR%%/_locales/ms/messages.json -%%XPI_XPIDIR%%/_locales/nb/messages.json -%%XPI_XPIDIR%%/_locales/nl/messages.json -%%XPI_XPIDIR%%/_locales/nn/messages.json -%%XPI_XPIDIR%%/_locales/pl/messages.json -%%XPI_XPIDIR%%/_locales/pt_BR/messages.json -%%XPI_XPIDIR%%/_locales/pt_PT/messages.json -%%XPI_XPIDIR%%/_locales/rm/messages.json -%%XPI_XPIDIR%%/_locales/ro/messages.json -%%XPI_XPIDIR%%/_locales/ru/messages.json -%%XPI_XPIDIR%%/_locales/si/messages.json -%%XPI_XPIDIR%%/_locales/sk/messages.json -%%XPI_XPIDIR%%/_locales/sl/messages.json -%%XPI_XPIDIR%%/_locales/sq/messages.json -%%XPI_XPIDIR%%/_locales/sr/messages.json -%%XPI_XPIDIR%%/_locales/sv/messages.json -%%XPI_XPIDIR%%/_locales/sw/messages.json -%%XPI_XPIDIR%%/_locales/ta/messages.json -%%XPI_XPIDIR%%/_locales/te/messages.json -%%XPI_XPIDIR%%/_locales/th/messages.json -%%XPI_XPIDIR%%/_locales/tr/messages.json -%%XPI_XPIDIR%%/_locales/uk/messages.json -%%XPI_XPIDIR%%/_locales/ur/messages.json -%%XPI_XPIDIR%%/_locales/uz/messages.json -%%XPI_XPIDIR%%/_locales/vi/messages.json -%%XPI_XPIDIR%%/_locales/zh_CN/messages.json -%%XPI_XPIDIR%%/_locales/zh_TW/messages.json -%%XPI_XPIDIR%%/common.js -%%XPI_XPIDIR%%/composer.html -%%XPI_XPIDIR%%/composer.js -%%XPI_XPIDIR%%/desktop-options.html -%%XPI_XPIDIR%%/desktop-options.js -%%XPI_XPIDIR%%/devtools-panel.html -%%XPI_XPIDIR%%/devtools-panel.js -%%XPI_XPIDIR%%/devtools.html -%%XPI_XPIDIR%%/devtools.js -%%XPI_XPIDIR%%/ext/background.js -%%XPI_XPIDIR%%/ext/common.js -%%XPI_XPIDIR%%/ext/content.js -%%XPI_XPIDIR%%/ext/devtools.js -%%XPI_XPIDIR%%/firstRun.html -%%XPI_XPIDIR%%/firstRun.js -%%XPI_XPIDIR%%/i18n.js -%%XPI_XPIDIR%%/icons/abp-150.png -%%XPI_XPIDIR%%/icons/abp-16-notification-critical.png -%%XPI_XPIDIR%%/icons/abp-16-notification-information.png -%%XPI_XPIDIR%%/icons/abp-16-whitelisted.png -%%XPI_XPIDIR%%/icons/abp-16.png -%%XPI_XPIDIR%%/icons/abp-19-notification-critical.png -%%XPI_XPIDIR%%/icons/abp-19-notification-information.png -%%XPI_XPIDIR%%/icons/abp-19-whitelisted.png -%%XPI_XPIDIR%%/icons/abp-19.png -%%XPI_XPIDIR%%/icons/abp-20-notification-critical.png -%%XPI_XPIDIR%%/icons/abp-20-notification-information.png -%%XPI_XPIDIR%%/icons/abp-20-whitelisted.png -%%XPI_XPIDIR%%/icons/abp-20.png -%%XPI_XPIDIR%%/icons/abp-32-notification-critical.png -%%XPI_XPIDIR%%/icons/abp-32-notification-information.png -%%XPI_XPIDIR%%/icons/abp-32-whitelisted.png -%%XPI_XPIDIR%%/icons/abp-32.png -%%XPI_XPIDIR%%/icons/abp-38-notification-critical.png -%%XPI_XPIDIR%%/icons/abp-38-notification-information.png -%%XPI_XPIDIR%%/icons/abp-38-whitelisted.png -%%XPI_XPIDIR%%/icons/abp-38.png -%%XPI_XPIDIR%%/icons/abp-40-notification-critical.png -%%XPI_XPIDIR%%/icons/abp-40-notification-information.png -%%XPI_XPIDIR%%/icons/abp-40-whitelisted.png -%%XPI_XPIDIR%%/icons/abp-40.png -%%XPI_XPIDIR%%/icons/abp-44.png -%%XPI_XPIDIR%%/icons/abp-50.png -%%XPI_XPIDIR%%/icons/detailed/abp-128.png -%%XPI_XPIDIR%%/icons/detailed/abp-32.png -%%XPI_XPIDIR%%/icons/detailed/abp-48.png -%%XPI_XPIDIR%%/icons/detailed/abp-64.png -%%XPI_XPIDIR%%/include.postload.js -%%XPI_XPIDIR%%/include.postload.js.map -%%XPI_XPIDIR%%/include.preload.js -%%XPI_XPIDIR%%/include.preload.js.map -%%XPI_XPIDIR%%/issue-reporter.html -%%XPI_XPIDIR%%/issue-reporter.js -%%XPI_XPIDIR%%/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -%%XPI_XPIDIR%%/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -%%XPI_XPIDIR%%/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png -%%XPI_XPIDIR%%/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -%%XPI_XPIDIR%%/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -%%XPI_XPIDIR%%/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -%%XPI_XPIDIR%%/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png -%%XPI_XPIDIR%%/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png -%%XPI_XPIDIR%%/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png -%%XPI_XPIDIR%%/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png -%%XPI_XPIDIR%%/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png -%%XPI_XPIDIR%%/jquery-ui/css/smoothness/jquery-ui-1.12.1.custom.css -%%XPI_XPIDIR%%/jquery-ui/js/jquery-3.2.1.min.js -%%XPI_XPIDIR%%/jquery-ui/js/jquery-ui-1.12.1.custom.min.js -%%XPI_XPIDIR%%/lib/adblockplus.js -%%XPI_XPIDIR%%/lib/adblockplus.js.map -%%XPI_XPIDIR%%/lib/compat.js -%%XPI_XPIDIR%%/lib/publicSuffixList.js -%%XPI_XPIDIR%%/managed-storage-schema.json -%%XPI_XPIDIR%%/manifest.json -%%XPI_XPIDIR%%/mobile-options.html -%%XPI_XPIDIR%%/mobile-options.js -%%XPI_XPIDIR%%/options.html -%%XPI_XPIDIR%%/options.js -%%XPI_XPIDIR%%/polyfill.js -%%XPI_XPIDIR%%/popup.html -%%XPI_XPIDIR%%/popup.js -%%XPI_XPIDIR%%/qunit/tests.js -%%XPI_XPIDIR%%/qunit/tests.js.map -%%XPI_XPIDIR%%/skin/abb-logo.png -%%XPI_XPIDIR%%/skin/abp-logo.svg -%%XPI_XPIDIR%%/skin/ajax-loader.gif -%%XPI_XPIDIR%%/skin/background-main.png -%%XPI_XPIDIR%%/skin/background-share.png -%%XPI_XPIDIR%%/skin/background.png -%%XPI_XPIDIR%%/skin/common.css -%%XPI_XPIDIR%%/skin/desktop-options.css -%%XPI_XPIDIR%%/skin/devtools-panel.css -%%XPI_XPIDIR%%/skin/donate.png -%%XPI_XPIDIR%%/skin/firstRun.css -%%XPI_XPIDIR%%/skin/fonts/CreteRound-Italic.otf -%%XPI_XPIDIR%%/skin/fonts/CreteRound-Regular.otf -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/300/cyrillic-ext.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/300/cyrillic.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/300/greek-ext.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/300/greek.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/300/latin-ext.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/300/latin.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/300/vietnamese.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/400/cyrillic-ext.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/400/cyrillic.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/400/greek-ext.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/400/greek.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/400/latin-ext.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/400/latin.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/400/vietnamese.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/700/cyrillic-ext.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/700/cyrillic.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/700/greek-ext.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/700/greek.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/700/latin-ext.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/700/latin.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/700/vietnamese.woff2 -%%XPI_XPIDIR%%/skin/fonts/Source-Sans-Pro/LICENSE.txt -%%XPI_XPIDIR%%/skin/fonts.css -%%XPI_XPIDIR%%/skin/icons/attention.svg -%%XPI_XPIDIR%%/skin/icons/checkbox.png -%%XPI_XPIDIR%%/skin/icons/checkbox.svg -%%XPI_XPIDIR%%/skin/icons/checkmark.svg -%%XPI_XPIDIR%%/skin/icons/code.svg -%%XPI_XPIDIR%%/skin/icons/delete.svg -%%XPI_XPIDIR%%/skin/icons/gear.svg -%%XPI_XPIDIR%%/skin/icons/globe.svg -%%XPI_XPIDIR%%/skin/icons/reload.svg -%%XPI_XPIDIR%%/skin/icons/toggle.svg -%%XPI_XPIDIR%%/skin/icons/tooltip.svg -%%XPI_XPIDIR%%/skin/icons/trash.svg -%%XPI_XPIDIR%%/skin/issue-reporter.css -%%XPI_XPIDIR%%/skin/mobile/checkmark.svg -%%XPI_XPIDIR%%/skin/mobile/toggle.svg -%%XPI_XPIDIR%%/skin/mobile/trash.svg -%%XPI_XPIDIR%%/skin/mobile-options.css -%%XPI_XPIDIR%%/skin/popup.css -%%XPI_XPIDIR%%/skin/popup.png -%%XPI_XPIDIR%%/skin/social/facebook.png -%%XPI_XPIDIR%%/skin/social/facebook.svg -%%XPI_XPIDIR%%/skin/social/googleplus.png -%%XPI_XPIDIR%%/skin/social/googleplus.svg -%%XPI_XPIDIR%%/skin/social/renren.png -%%XPI_XPIDIR%%/skin/social/twitter.png -%%XPI_XPIDIR%%/skin/social/twitter.svg -%%XPI_XPIDIR%%/skin/social/weibo.png -%%XPI_XPIDIR%%/skin/updates/appstore-bg.svg -%%XPI_XPIDIR%%/skin/updates/base-graphic.svg -%%XPI_XPIDIR%%/skin/updates/googleplay-bg.svg -%%XPI_XPIDIR%%/skin/updates/icon-mobile.svg -%%XPI_XPIDIR%%/skin/updates/icon-rocket.svg -%%XPI_XPIDIR%%/skin/updates/icon-thumbs-up.svg -%%XPI_XPIDIR%%/skin/updates.css -%%XPI_XPIDIR%%/subscriptions.xml -%%XPI_XPIDIR%%/updates.html -%%XPI_XPIDIR%%/updates.js diff --git a/www/xpi-clear_cache_button/Makefile b/www/xpi-clear_cache_button/Makefile deleted file mode 100644 index ba7c515b82c6..000000000000 --- a/www/xpi-clear_cache_button/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Barbara Guida <bar@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= clear_cache_button -PORTVERSION= 0.9f -DISTVERSIONSUFFIX= -fx -PORTREVISION= 2 -CATEGORIES= www - -MAINTAINER= bar@FreeBSD.org -COMMENT= Adds a button to the toolbar that clears the browser cache - -USE_XPI= *firefox* - -SUB_FILES= pkg-message - -XPI_ID= {563e4790-7e70-11da-a72b-0800200c9a66} -XPI_NUM= 1801 -XPI_FILES= chrome/content/options.js \ - chrome/content/options.xul \ - chrome/content/overlay.js \ - chrome/content/overlay.xul \ - chrome/locale/en-US/clearcache.properties \ - chrome/locale/en-US/overlay.dtd \ - chrome/skin/classic/logo_16.png \ - chrome/skin/classic/logo_24.png \ - chrome/skin/classic/logo_32.png \ - chrome/skin/classic/overlay.css \ - chrome.manifest \ - install.rdf - -XPI_DIRS= chrome/skin/classic chrome/skin \ - chrome/locale/en-US chrome/locale \ - chrome/content \ - chrome - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" - -post-patch: - @${REINPLACE_CMD} -e 's|<em:maxVersion>6\.\*<|<em:maxVersion>99.*<|' \ - ${WRKSRC}/install.rdf - -pre-install: - @${RM} ${WRKSRC}/install.rdf.bak - -.include <bsd.port.mk> diff --git a/www/xpi-clear_cache_button/distinfo b/www/xpi-clear_cache_button/distinfo deleted file mode 100644 index cb4038620a2a..000000000000 --- a/www/xpi-clear_cache_button/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/clear_cache_button-0.9f-fx.xpi) = 02c5908354a3380aa580da9188f0373d4f9173c89e8790044828e60077708b6e -SIZE (xpi/clear_cache_button-0.9f-fx.xpi) = 10707 diff --git a/www/xpi-clear_cache_button/files/pkg-message.in b/www/xpi-clear_cache_button/files/pkg-message.in deleted file mode 100644 index 929bc866314e..000000000000 --- a/www/xpi-clear_cache_button/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -============================================================================== - -Clear Cache Button has been installed. - -In order to get the notification working on GNOME (*), -you have to manually install deskutils/notification-daemon -and have %%PREFIX%%/libexec/notification-daemon started. - -(*) feedback appreciated for different WM/DE - -============================================================================== diff --git a/www/xpi-clear_cache_button/pkg-descr b/www/xpi-clear_cache_button/pkg-descr deleted file mode 100644 index 73734f485e7d..000000000000 --- a/www/xpi-clear_cache_button/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Adds a clear cache toolbar button. After installing the extension, find the -clear cache button in the toolbar customization panel. - -WWW: http://chrisholtz.com/ diff --git a/www/xpi-close-all-tabs/Makefile b/www/xpi-close-all-tabs/Makefile deleted file mode 100644 index 795f7fdad964..000000000000 --- a/www/xpi-close-all-tabs/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Alexander Logvinov <ports@logvinov.com> -# $FreeBSD$ - -PORTNAME= close-all-tabs -PORTVERSION= 1.1 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Toolbar button to close all open tabs - -XPI_DISTNAME= close_all_tabs -XPI_ID= closealltabs@jgadesign.net -XPI_NUM= 2914 -XPI_FILES= chrome/closealltabs.jar chrome.manifest install.rdf -XPI_DIRS= chrome - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-close-all-tabs/distinfo b/www/xpi-close-all-tabs/distinfo deleted file mode 100644 index c68b96f50f6d..000000000000 --- a/www/xpi-close-all-tabs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/close_all_tabs-1.1-fx.xpi) = 590a36f944c365773f88fd62f17519eb7a2ae7e6a95ada63189516c00abfcd3c -SIZE (xpi/close_all_tabs-1.1-fx.xpi) = 6632 diff --git a/www/xpi-close-all-tabs/pkg-descr b/www/xpi-close-all-tabs/pkg-descr deleted file mode 100644 index faa6a54cc39a..000000000000 --- a/www/xpi-close-all-tabs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A toolbar button to close all open tabs. - -WWW: http://www.jgadesign.net/SoftwarePages/CloseAllTabs.aspx diff --git a/www/xpi-colorfultabs/Makefile b/www/xpi-colorfultabs/Makefile deleted file mode 100644 index 47e867cafa7c..000000000000 --- a/www/xpi-colorfultabs/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= colorfultabs -PORTVERSION= 29.7 -DISTVERSIONSUFFIX= -sm+fx -PORTEPOCH= 1 -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Colors every tab in a different color - -XPI_ID= {0545b830-f0aa-4d7e-8820-50a4629a56fe} -XPI_NUM= 1368 - -xpi-post-extract: - @${FIND} ${WRKSRC} -name .DS_Store -delete - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-colorfultabs/distinfo b/www/xpi-colorfultabs/distinfo deleted file mode 100644 index 3650ea71f574..000000000000 --- a/www/xpi-colorfultabs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/colorfultabs-29.7-sm+fx.xpi) = cdf2c3ac8d1c193ccde6e25630e47b36102173a0f376736a819b0ee9b0ff8033 -SIZE (xpi/colorfultabs-29.7-sm+fx.xpi) = 138112 diff --git a/www/xpi-colorfultabs/pkg-descr b/www/xpi-colorfultabs/pkg-descr deleted file mode 100644 index f8010fd0c4e1..000000000000 --- a/www/xpi-colorfultabs/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The most beautiful yet the simplest add-on that makes a -strong colorful appeal. Colors every tab in a different -color and makes them easy to distinguish while beautifying -the overall appearance of the interface. An essential. - -WWW: http://www.binaryturf.com/free-software/colorfultabs-for-firefox/ diff --git a/www/xpi-colorfultabs/pkg-plist b/www/xpi-colorfultabs/pkg-plist deleted file mode 100644 index 97dbaf4b6249..000000000000 --- a/www/xpi-colorfultabs/pkg-plist +++ /dev/null @@ -1,89 +0,0 @@ -%%XPI_XPIDIR%%/__MACOSX/._chrome.manifest -%%XPI_XPIDIR%%/__MACOSX/._install.rdf -%%XPI_XPIDIR%%/__MACOSX/chrome/._skin.png -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._bak.png -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._bkg.png -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._border.png -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._clrpkr.xul -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._clrtabs.js -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._clrtabs.xml -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._clrtabs.xul -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._clrtabsopt.xul -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._contents.rdf -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._contribute.png -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._ctbg.gif -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._developer.png -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._domainclr.xul -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._hi-left.png -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._hi-right.png -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._star.png -%%XPI_XPIDIR%%/__MACOSX/chrome/content/._tab-right-hi.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._clrtabs-seamonkey.css -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._clrtabs.css -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._optionswindow.css -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._prefs.css -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._seamonkey-bg.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._seamonkey.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-border-image-pinned-hover6.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-border-image-pinned6.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-bottom-normal-active.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-bottom-pinned-mac.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-left-bkgnd.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-middle-bkgnd.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-original.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-passive-bkgnd.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-pinned-white.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-pinned.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-right-bkgnd.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-top-normal-active.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-top-normal-pinned-mac.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab-top-normal-standout-mac.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tab.png -%%XPI_XPIDIR%%/__MACOSX/chrome/skin/._tabbar-top-bg-inactive.png -%%XPI_XPIDIR%%/__MACOSX/defaults/preferences/._defaults.js -%%XPI_XPIDIR%%/__MACOSX/META-INF/._manifest.mf -%%XPI_XPIDIR%%/__MACOSX/META-INF/._mozilla.rsa -%%XPI_XPIDIR%%/__MACOSX/META-INF/._mozilla.sf -%%XPI_XPIDIR%%/chrome/content/bak.png -%%XPI_XPIDIR%%/chrome/content/bkg.png -%%XPI_XPIDIR%%/chrome/content/border.png -%%XPI_XPIDIR%%/chrome/content/clrpkr.xul -%%XPI_XPIDIR%%/chrome/content/clrtabs.js -%%XPI_XPIDIR%%/chrome/content/clrtabs.xml -%%XPI_XPIDIR%%/chrome/content/clrtabs.xul -%%XPI_XPIDIR%%/chrome/content/clrtabsopt.xul -%%XPI_XPIDIR%%/chrome/content/contents.rdf -%%XPI_XPIDIR%%/chrome/content/contribute.png -%%XPI_XPIDIR%%/chrome/content/ctbg.gif -%%XPI_XPIDIR%%/chrome/content/developer.png -%%XPI_XPIDIR%%/chrome/content/domainclr.xul -%%XPI_XPIDIR%%/chrome/content/hi-left.png -%%XPI_XPIDIR%%/chrome/content/hi-right.png -%%XPI_XPIDIR%%/chrome/content/star.png -%%XPI_XPIDIR%%/chrome/content/tab-right-hi.png -%%XPI_XPIDIR%%/chrome/skin/clrtabs-seamonkey.css -%%XPI_XPIDIR%%/chrome/skin/clrtabs.css -%%XPI_XPIDIR%%/chrome/skin/optionswindow.css -%%XPI_XPIDIR%%/chrome/skin/prefs.css -%%XPI_XPIDIR%%/chrome/skin/seamonkey-bg.png -%%XPI_XPIDIR%%/chrome/skin/seamonkey.png -%%XPI_XPIDIR%%/chrome/skin/tab-border-image-pinned-hover6.png -%%XPI_XPIDIR%%/chrome/skin/tab-border-image-pinned6.png -%%XPI_XPIDIR%%/chrome/skin/tab-bottom-normal-active.png -%%XPI_XPIDIR%%/chrome/skin/tab-bottom-pinned-mac.png -%%XPI_XPIDIR%%/chrome/skin/tab-left-bkgnd.png -%%XPI_XPIDIR%%/chrome/skin/tab-middle-bkgnd.png -%%XPI_XPIDIR%%/chrome/skin/tab-original.png -%%XPI_XPIDIR%%/chrome/skin/tab-passive-bkgnd.png -%%XPI_XPIDIR%%/chrome/skin/tab-pinned-white.png -%%XPI_XPIDIR%%/chrome/skin/tab-pinned.png -%%XPI_XPIDIR%%/chrome/skin/tab-right-bkgnd.png -%%XPI_XPIDIR%%/chrome/skin/tab-top-normal-active.png -%%XPI_XPIDIR%%/chrome/skin/tab-top-normal-pinned-mac.png -%%XPI_XPIDIR%%/chrome/skin/tab-top-normal-standout-mac.png -%%XPI_XPIDIR%%/chrome/skin/tab.png -%%XPI_XPIDIR%%/chrome/skin/tabbar-top-bg-inactive.png -%%XPI_XPIDIR%%/chrome/skin.png -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/defaults/preferences/defaults.js -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-conkeror/Makefile b/www/xpi-conkeror/Makefile deleted file mode 100644 index 2abbc6dc06e6..000000000000 --- a/www/xpi-conkeror/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= conkeror -PORTVERSION= 20150730 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= http://distfiles.pirateparty.in/ashish/ \ - LOCAL/ashish - -MAINTAINER= ashish@FreeBSD.org -COMMENT= Keyboard-oriented, customizable web browser based on Mozilla XULRunner - -LICENSE= GPLv1 GPLv2 MPL11 -LICENSE_COMB= multi - -USES= desktop-file-utils tar:xz gmake - -ALL_TARGET= # empty - -BUILD_ID= ${ECHO_CMD} -n `whoami`@`hostname`_`date +%s` - -post-patch: - cd ${WRKSRC} && \ - ${MV} contrib/conkeror.desktop . && \ - ${MV} contrib/man/conkeror.1 . && \ - ${RM} -r contrib/debian contrib/dist contrib/man debian tests && \ - ${RM} contrib/build.sh contrib/install.sh contrib/mketags.sh \ - contrib/testrun.sh contrib/run-conkeror && \ - ${MKDIR} share && \ - ${MV} branding chrome components content \ - contrib defaults locale modules search-engines help \ - style share && \ - ${MV} COPYING CREDITS Info.plist chrome.manifest \ - content-policy.manifest share - ${REINPLACE_CMD} -e "s,%%DATADIR%%,${DATADIR},g" ${WRKSRC}/conkeror - - ${REINPLACE_CMD} -e "s/xulrunner/firefox/g" ${WRKSRC}/conkeror - ${REINPLACE_CMD} -e "s/XULRUNNER/FIREFOX/g" ${WRKSRC}/conkeror - ${REINPLACE_CMD} -e 's/exec $${FIREFOX}/exec $${FIREFOX} -app/' ${WRKSRC}/conkeror - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/conkeror - ${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC}/share && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - ${SED} -e "s/BuildID=git/BuildID=$$(${BUILD_ID})/g" \ - -e "s/^Version=\(.*\)$$/Version=\1 (FreeBSD-${OSREL})/g" \ - <${WRKSRC}/application.ini >${STAGEDIR}${DATADIR}/application.ini - ${INSTALL_SCRIPT} ${WRKSRC}/conkeror ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKSRC}/conkeror.desktop ${STAGEDIR}${DESKTOPDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/conkeror-spawn-helper ${STAGEDIR}${PREFIX}/libexec/conkeror/ - ${LN} -sf ${PREFIX}/libexec/conkeror/conkeror-spawn-helper ${STAGEDIR}${DATADIR}/ - ${INSTALL_MAN} ${WRKSRC}/conkeror.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/www/xpi-conkeror/distinfo b/www/xpi-conkeror/distinfo deleted file mode 100644 index 634bebd4d684..000000000000 --- a/www/xpi-conkeror/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (conkeror-20150730.tar.xz) = 7695fc4e429b2ba6c035ccddc8ecc72cc6a248297999451102c867d8df4c726d -SIZE (conkeror-20150730.tar.xz) = 242640 diff --git a/www/xpi-conkeror/files/patch-conkeror b/www/xpi-conkeror/files/patch-conkeror deleted file mode 100644 index 5cb5c82bdd74..000000000000 --- a/www/xpi-conkeror/files/patch-conkeror +++ /dev/null @@ -1,15 +0,0 @@ ---- conkeror.orig -+++ conkeror -@@ -0,0 +1,12 @@ -+#!/bin/sh -+ -+XULRUNNER=$(which xulrunner) -+ -+if [ -z "${XULRUNNER}" ]; then -+ echo Unable to locate xulrunner binary. -+elif [ ! -x "${XULRUNNER}" ]; then -+ echo ${XULRUNNER} is not executable. -+else -+ exec ${XULRUNNER} %%DATADIR%%/application.ini "$@" -+fi -+ diff --git a/www/xpi-conkeror/files/patch-conkeror--spawn--helper.c b/www/xpi-conkeror/files/patch-conkeror--spawn--helper.c deleted file mode 100644 index 5ae80f754b6f..000000000000 --- a/www/xpi-conkeror/files/patch-conkeror--spawn--helper.c +++ /dev/null @@ -1,10 +0,0 @@ ---- conkeror/conkeror-spawn-helper.c.orig 2013-08-16 13:08:22.000000000 -0300 -+++ conkeror-spawn-helper.c 2013-11-03 22:48:41.000000000 -0400 -@@ -5,6 +5,7 @@ - * COPYING file. - **/ - -+#include <arpa/inet.h> - #include <sys/types.h> - #include <sys/socket.h> - #include <unistd.h> diff --git a/www/xpi-conkeror/pkg-descr b/www/xpi-conkeror/pkg-descr deleted file mode 100644 index ab229a7ff1de..000000000000 --- a/www/xpi-conkeror/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Conkeror is a keyboard-oriented, highly-customizable, highly-extensible web -browser based on Mozilla XULRunner, written mainly in JavaScript, and inspired -by exceptional software such as Emacs and vi. Conkeror features a sophisticated -keyboard system, allowing users to run commands and interact with content in -powerful and novel ways. It is self-documenting, featuring a powerful -interactive help system. - -WWW: http://conkeror.org/ diff --git a/www/xpi-conkeror/pkg-plist b/www/xpi-conkeror/pkg-plist deleted file mode 100644 index 9888285cc66d..000000000000 --- a/www/xpi-conkeror/pkg-plist +++ /dev/null @@ -1,227 +0,0 @@ -bin/conkeror -libexec/conkeror/conkeror-spawn-helper -man/man1/conkeror.1.gz -share/applications/conkeror.desktop -%%DATADIR%%/COPYING -%%DATADIR%%/CREDITS -%%DATADIR%%/Info.plist -%%DATADIR%%/chrome.manifest -%%DATADIR%%/content-policy.manifest -%%DATADIR%%/application.ini -%%DATADIR%%/branding/brand.dtd -%%DATADIR%%/branding/brand.properties -%%DATADIR%%/branding/content/about.png -%%DATADIR%%/chrome/chrome.manifest -%%DATADIR%%/components/.autoreg -%%DATADIR%%/components/application.js -%%DATADIR%%/components/command-line.js -%%DATADIR%%/components/content-policy.js -%%DATADIR%%/components/download_helper.js -%%DATADIR%%/components/download_manager_ui.js -%%DATADIR%%/conkeror-spawn-helper -%%DATADIR%%/content/annotated-textbox.xml -%%DATADIR%%/content/blank.html -%%DATADIR%%/content/conkeror.xul -%%DATADIR%%/content/downloads.css -%%DATADIR%%/content/help.css -%%DATADIR%%/content/hints.css -%%DATADIR%%/content/minibuffer-annotation.css -%%DATADIR%%/content/minibuffer.css -%%DATADIR%%/content/minibuffer.xul -%%DATADIR%%/contrib/art/conker.svg -%%DATADIR%%/contrib/art/nut.svg -%%DATADIR%%/contrib/art/outline.svg -%%DATADIR%%/contrib/config/common.js -%%DATADIR%%/contrib/list-xulrunner-versions -%%DATADIR%%/contrib/modules/mode-line-buttons.js -%%DATADIR%%/contrib/xrev/application.ini -%%DATADIR%%/contrib/xrev/chrome/chrome.manifest -%%DATADIR%%/contrib/xrev/chrome.manifest -%%DATADIR%%/contrib/xrev/content/main.xul -%%DATADIR%%/contrib/xrev/content/xrev.js -%%DATADIR%%/contrib/xrev/defaults/preferences/prefs.js -%%DATADIR%%/defaults/preferences/debug.js -%%DATADIR%%/defaults/preferences/default-modules.js -%%DATADIR%%/defaults/preferences/download-manager.js -%%DATADIR%%/defaults/preferences/gui.js -%%DATADIR%%/defaults/preferences/history-frecency.js -%%DATADIR%%/defaults/preferences/javascript-restrictions.js -%%DATADIR%%/defaults/preferences/prefs.js -%%DATADIR%%/defaults/preferences/uri.js -%%DATADIR%%/help/back-forward.html -%%DATADIR%%/help/help.html -%%DATADIR%%/help/manual.css -%%DATADIR%%/help/tutorial.html -%%DATADIR%%/locale/en-US/gui_context_menu.properties -%%DATADIR%%/locale/en-US/netErrorApp.dtd -%%DATADIR%%/locale/sv-SE/gui_context_menu.properties -%%DATADIR%%/locale/sv-SE/netErrorApp.dtd -%%DATADIR%%/modules/array.js -%%DATADIR%%/modules/bindings/default/basic-commands.js -%%DATADIR%%/modules/bindings/default/bindings.js -%%DATADIR%%/modules/bindings/default/caret.js -%%DATADIR%%/modules/bindings/default/content-buffer/anchor.js -%%DATADIR%%/modules/bindings/default/content-buffer/button.js -%%DATADIR%%/modules/bindings/default/content-buffer/checkbox.js -%%DATADIR%%/modules/bindings/default/content-buffer/element.js -%%DATADIR%%/modules/bindings/default/content-buffer/embed.js -%%DATADIR%%/modules/bindings/default/content-buffer/form.js -%%DATADIR%%/modules/bindings/default/content-buffer/normal.js -%%DATADIR%%/modules/bindings/default/content-buffer/richedit.js -%%DATADIR%%/modules/bindings/default/content-buffer/select.js -%%DATADIR%%/modules/bindings/default/content-buffer/text.js -%%DATADIR%%/modules/bindings/default/content-buffer/textarea.js -%%DATADIR%%/modules/bindings/default/content-buffer/zoom.js -%%DATADIR%%/modules/bindings/default/download-buffer.js -%%DATADIR%%/modules/bindings/default/formfill.js -%%DATADIR%%/modules/bindings/default/global.js -%%DATADIR%%/modules/bindings/default/help-buffer.js -%%DATADIR%%/modules/bindings/default/hints.js -%%DATADIR%%/modules/bindings/default/isearch.js -%%DATADIR%%/modules/bindings/default/minibuffer.js -%%DATADIR%%/modules/bindings/default/quote.js -%%DATADIR%%/modules/bindings/default/special-buffer.js -%%DATADIR%%/modules/bindings/default/text.js -%%DATADIR%%/modules/bindings/default/universal-argument.js -%%DATADIR%%/modules/block-content-focus-change.js -%%DATADIR%%/modules/buffer.js -%%DATADIR%%/modules/builtin-commands.js -%%DATADIR%%/modules/cache.js -%%DATADIR%%/modules/caret.js -%%DATADIR%%/modules/casual-spelling.jsx -%%DATADIR%%/modules/clicks-in-new-buffer.js -%%DATADIR%%/modules/client-redirect.jsx -%%DATADIR%%/modules/command-line.js -%%DATADIR%%/modules/commands.js -%%DATADIR%%/modules/compat/Map.js -%%DATADIR%%/modules/compat/Promise.jsm -%%DATADIR%%/modules/completers.js -%%DATADIR%%/modules/conkeror.js -%%DATADIR%%/modules/content-buffer-input.js -%%DATADIR%%/modules/content-buffer.js -%%DATADIR%%/modules/content-handler.js -%%DATADIR%%/modules/content-policy.js -%%DATADIR%%/modules/cookie.js -%%DATADIR%%/modules/coroutine.js -%%DATADIR%%/modules/daemon.js -%%DATADIR%%/modules/debug.js -%%DATADIR%%/modules/dom.js -%%DATADIR%%/modules/download-manager.js -%%DATADIR%%/modules/element.js -%%DATADIR%%/modules/env.js -%%DATADIR%%/modules/extensions/adblockplus.js -%%DATADIR%%/modules/extensions/dom-inspector.js -%%DATADIR%%/modules/extensions/noscript.js -%%DATADIR%%/modules/extensions/venkman.js -%%DATADIR%%/modules/external-editor.js -%%DATADIR%%/modules/eye-guide.js -%%DATADIR%%/modules/favicon.js -%%DATADIR%%/modules/follow-relationship.js -%%DATADIR%%/modules/formfill.js -%%DATADIR%%/modules/global-overlay-keymap.js -%%DATADIR%%/modules/help.js -%%DATADIR%%/modules/hints.js -%%DATADIR%%/modules/history.js -%%DATADIR%%/modules/hook.js -%%DATADIR%%/modules/http-request-hook.js -%%DATADIR%%/modules/index-webjump.js -%%DATADIR%%/modules/input.js -%%DATADIR%%/modules/interactive.js -%%DATADIR%%/modules/io.js -%%DATADIR%%/modules/isearch.js -%%DATADIR%%/modules/keymap.js -%%DATADIR%%/modules/keywords.js -%%DATADIR%%/modules/labels.js -%%DATADIR%%/modules/load-spec.js -%%DATADIR%%/modules/login.js -%%DATADIR%%/modules/media.js -%%DATADIR%%/modules/mime-type-override.js -%%DATADIR%%/modules/mime.js -%%DATADIR%%/modules/minibuffer-read-file.js -%%DATADIR%%/modules/minibuffer-read-mime-type.js -%%DATADIR%%/modules/minibuffer-read-option.js -%%DATADIR%%/modules/minibuffer-read.js -%%DATADIR%%/modules/minibuffer.js -%%DATADIR%%/modules/mode-line.js -%%DATADIR%%/modules/mode.js -%%DATADIR%%/modules/new-tabs.js -%%DATADIR%%/modules/opensearch.js -%%DATADIR%%/modules/page-modes/dailymotion.js -%%DATADIR%%/modules/page-modes/duckduckgo.js -%%DATADIR%%/modules/page-modes/facebook.js -%%DATADIR%%/modules/page-modes/feedly.js -%%DATADIR%%/modules/page-modes/github.js -%%DATADIR%%/modules/page-modes/gmail.js -%%DATADIR%%/modules/page-modes/gmane.js -%%DATADIR%%/modules/page-modes/google-calendar.js -%%DATADIR%%/modules/page-modes/google-gqueues.js -%%DATADIR%%/modules/page-modes/google-images.js -%%DATADIR%%/modules/page-modes/google-maps.js -%%DATADIR%%/modules/page-modes/google-reader.js -%%DATADIR%%/modules/page-modes/google-search-results.js -%%DATADIR%%/modules/page-modes/google-video.js -%%DATADIR%%/modules/page-modes/google-voice.js -%%DATADIR%%/modules/page-modes/grooveshark.js -%%DATADIR%%/modules/page-modes/key-kill.js -%%DATADIR%%/modules/page-modes/newsblur.js -%%DATADIR%%/modules/page-modes/reddit.js -%%DATADIR%%/modules/page-modes/smbc.js -%%DATADIR%%/modules/page-modes/stackexchange.js -%%DATADIR%%/modules/page-modes/twitter.js -%%DATADIR%%/modules/page-modes/wikipedia.js -%%DATADIR%%/modules/page-modes/xkcd.js -%%DATADIR%%/modules/page-modes/youtube-player.js -%%DATADIR%%/modules/page-modes/youtube.js -%%DATADIR%%/modules/permission-manager.js -%%DATADIR%%/modules/pref.js -%%DATADIR%%/modules/pretty-print.js -%%DATADIR%%/modules/quote.js -%%DATADIR%%/modules/rc.js -%%DATADIR%%/modules/save.js -%%DATADIR%%/modules/scroll.js -%%DATADIR%%/modules/selectively-unstyle.js -%%DATADIR%%/modules/services.js -%%DATADIR%%/modules/session.js -%%DATADIR%%/modules/source-code.js -%%DATADIR%%/modules/spawn-process.js -%%DATADIR%%/modules/special-buffer.js -%%DATADIR%%/modules/ssl.js -%%DATADIR%%/modules/string.js -%%DATADIR%%/modules/stylesheet.js -%%DATADIR%%/modules/suggest-file-name.js -%%DATADIR%%/modules/tab-bar.js -%%DATADIR%%/modules/text.js -%%DATADIR%%/modules/theme.js -%%DATADIR%%/modules/timer.js -%%DATADIR%%/modules/universal-argument.js -%%DATADIR%%/modules/user-agent.js -%%DATADIR%%/modules/user-agent-policy.jsx -%%DATADIR%%/modules/user-variable.js -%%DATADIR%%/modules/utils.js -%%DATADIR%%/modules/walnut.js -%%DATADIR%%/modules/webjump.js -%%DATADIR%%/modules/window.js -%%DATADIR%%/modules/zoom.js -%%DATADIR%%/search-engines/answers.xml -%%DATADIR%%/search-engines/creativecommons.xml -%%DATADIR%%/search-engines/duckduckgo.xml -%%DATADIR%%/search-engines/eBay.xml -%%DATADIR%%/search-engines/google.xml -%%DATADIR%%/search-engines/mozilla-bugzilla.xml -%%DATADIR%%/search-engines/wikipedia.xml -%%DATADIR%%/search-engines/wiktionary.xml -%%DATADIR%%/search-engines/yahoo.xml -%%DATADIR%%/style/default/content-buffer-input.css -%%DATADIR%%/style/default/eye-guide.css -%%DATADIR%%/style/default/minibuffer.css -%%DATADIR%%/style/default/mode-line.css -%%DATADIR%%/style/default/new-tabs.css -%%DATADIR%%/style/default/tab-bar.css -%%DATADIR%%/style/default/theme.json -%%DATADIR%%/style/default/window--panel.css -%%DATADIR%%/style/gesso/mode-line--gesso.css -%%DATADIR%%/style/gesso/new-tabs--gesso.css -%%DATADIR%%/style/gesso/tab-bar--gesso.css -%%DATADIR%%/style/gesso/theme.json -%%DATADIR%%/style/mono/conkeror--mono.css -%%DATADIR%%/style/mono/theme.json diff --git a/www/xpi-cssviewer/Makefile b/www/xpi-cssviewer/Makefile deleted file mode 100644 index 7e639e7cfb7c..000000000000 --- a/www/xpi-cssviewer/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: chinsan <chinsan.tw@gmail.com> -# $FreeBSD$ - -PORTNAME= cssviewer -PORTVERSION= 1.0.3 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Simple CSS property viewer - -XPI_NUM= 2104 -XPI_ID= {8be51513-0433-45c1-9203-7b45019df871} -XPI_FILES= chrome/CSSViewer.jar chrome.manifest install.js install.rdf -XPI_DIRS= chrome - -.include "../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-cssviewer/distinfo b/www/xpi-cssviewer/distinfo deleted file mode 100644 index 0c962aaa8d40..000000000000 --- a/www/xpi-cssviewer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/cssviewer-1.0.3-fx.xpi) = 00d8b90ff2fbb81ceb19e7d0fcacf6f63c343c572b10180566bfa12d24446cc5 -SIZE (xpi/cssviewer-1.0.3-fx.xpi) = 16771 diff --git a/www/xpi-cssviewer/pkg-descr b/www/xpi-cssviewer/pkg-descr deleted file mode 100644 index 4648a48e14ad..000000000000 --- a/www/xpi-cssviewer/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A simple CSS property viewer. - -WWW: https://addons.mozilla.org/firefox/2104/ diff --git a/www/xpi-cutemenus-crystalsvg/Makefile b/www/xpi-cutemenus-crystalsvg/Makefile deleted file mode 100644 index 4e036110fb18..000000000000 --- a/www/xpi-cutemenus-crystalsvg/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Lapo Luchini <lapo@lapo.it> -# $FreeBSD$ - -PORTNAME= cutemenus-crystalsvg -PORTVERSION= 1.9.3 -DISTVERSIONSUFFIX= -fx+tb+sb+sm -CATEGORIES= www - -MAINTAINER= lapo@lapo.it -COMMENT= Adds cute icons to menus - -XPI_DISTNAME= cutemenus_-_crystal_svg -XPI_NUM= 1330 -XPI_ID= {63df8e21-711c-4074-a257-b065cadc28d8} -XPI_FILES= chrome/cutemenus.jar chrome.manifest components/cutemenus.js\ - defaults/preferences/cutemenus.js install.js install.rdf -XPI_DIRS= chrome components defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-cutemenus-crystalsvg/distinfo b/www/xpi-cutemenus-crystalsvg/distinfo deleted file mode 100644 index f6aab04089a4..000000000000 --- a/www/xpi-cutemenus-crystalsvg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/cutemenus_-_crystal_svg-1.9.3-fx+tb+sb+sm.xpi) = 144fb06d790c1ef5516944fe31fc58975cc710020fd0253c0fec6a6935a85bc6 -SIZE (xpi/cutemenus_-_crystal_svg-1.9.3-fx+tb+sb+sm.xpi) = 274773 diff --git a/www/xpi-cutemenus-crystalsvg/pkg-descr b/www/xpi-cutemenus-crystalsvg/pkg-descr deleted file mode 100644 index 2d21d0b22269..000000000000 --- a/www/xpi-cutemenus-crystalsvg/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -CuteMenus is an extension that adds icons to menus of all available -versions of Firefox, Flock and Thunderbird. - -WWW: http://www.cutemenuproject.com/ diff --git a/www/xpi-default_full_zoom_level/Makefile b/www/xpi-default_full_zoom_level/Makefile deleted file mode 100644 index 4f935dfffc06..000000000000 --- a/www/xpi-default_full_zoom_level/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Norikatsu Shigemura <nork@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= default_full_zoom_level -PORTVERSION= 4.3 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Default Full Zoom Level extension - -XPI_NUM= 6965 -XPI_ID= {D9A7CBEC-DE1A-444f-A092-844461596C4D} -XPI_FILES= chrome.manifest chrome/defaultfullzoomlevel.jar \ - defaults/preferences/defaultfullzoomlevel.js \ - install.rdf license.txt -XPI_DIRS= chrome defaults/preferences defaults - -REINPLACE_ARGS= -i "" - -post-patch: - @${REINPLACE_CMD} '/em:maxVersion/s/"[^"][^"]*"/"3.6.*"/' ${WRKSRC}/install.rdf - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-default_full_zoom_level/distinfo b/www/xpi-default_full_zoom_level/distinfo deleted file mode 100644 index 2f1ff71c9c91..000000000000 --- a/www/xpi-default_full_zoom_level/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/default_full_zoom_level-4.3-fx.xpi) = 8d4b64eefe9c987d573c764e27583d930a761f23b505c6b90146cd8e8cbb1e1c -SIZE (xpi/default_full_zoom_level-4.3-fx.xpi) = 27061 diff --git a/www/xpi-default_full_zoom_level/pkg-descr b/www/xpi-default_full_zoom_level/pkg-descr deleted file mode 100644 index 4f00a34ca598..000000000000 --- a/www/xpi-default_full_zoom_level/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Set Default FullZoom Level, -Toolbar buttons for Page zoom and Text zoom. - -WWW: https://addons.mozilla.org/firefox/6965 diff --git a/www/xpi-delicious/Makefile b/www/xpi-delicious/Makefile deleted file mode 100644 index 19dd4f67289f..000000000000 --- a/www/xpi-delicious/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Lapo Luchini <lapo@lapo.it> -# $FreeBSD$ - -PORTNAME= delicious -PORTVERSION= 1.3 -CATEGORIES= www -MASTER_SITES= MOZDEV/${PORTNAME} - -MAINTAINER= lapo@lapo.it -COMMENT= Extension to ease the use of del.icio.us remote bookmarks - -XPI_ID= {3c2f3d50-ec4f-11d8-9669-0800200c9a66} -XPI_FILES= chrome/delicious.jar defaults/preferences/delicious.js install.rdf chrome.manifest -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-delicious/distinfo b/www/xpi-delicious/distinfo deleted file mode 100644 index 7e399d6df7fe..000000000000 --- a/www/xpi-delicious/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/delicious-1.3.xpi) = ff53c4eb47c41af5f167cf108bc7e6741fa96e15a31e21f14382a46ff1389c97 -SIZE (xpi/delicious-1.3.xpi) = 60825 diff --git a/www/xpi-delicious/files/chrome.manifest b/www/xpi-delicious/files/chrome.manifest deleted file mode 100644 index adbace5f22cb..000000000000 --- a/www/xpi-delicious/files/chrome.manifest +++ /dev/null @@ -1,19 +0,0 @@ - -overlay chrome://browser/content/browser.xul chrome://delicious/content/deliciousOverlay.xul -overlay chrome://navigator/content/navigator.xul chrome://delicious/content/deliciousOverlay.xul -overlay chrome://messenger/content/mailWindowOverlay.xul chrome://delicious/content/deliciousOverlay.xul -content delicious jar:chrome/delicious.jar!/content/delicious/ - -skin delicious classic/1.0 jar:chrome/delicious.jar!/skin/classic/delicious/ -style chrome://browser/content/browser.xul chrome://delicious/skin/delicious.css -style chrome://global/content/customizeToolbar.xul chrome://delicious/skin/delicious.css - -locale delicious en-US jar:chrome/delicious.jar!/locale/en-US/delicious/ - -locale delicious ru-RU jar:chrome/delicious.jar!/locale/ru-RU/delicious/ - -locale delicious ja jar:chrome/delicious.jar!/locale/ja/delicious/ - -locale delicious fr-FR jar:chrome/delicious.jar!/locale/fr-FR/delicious/ - -locale delicious zh-CN jar:chrome/delicious.jar!/locale/zh-CN/delicious/ diff --git a/www/xpi-delicious/pkg-descr b/www/xpi-delicious/pkg-descr deleted file mode 100644 index 1c45708681bc..000000000000 --- a/www/xpi-delicious/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This is an extension to ease the use of the del.icio.us website: a -social bookmarking, social software web service for storing and sharing -web bookmarks. - -A non-hierarchical keyword categorization system is used on del.icio.us -where users can tag each of their bookmarks with a number of freely -chosen keywords. A combined view of everyone's bookmarks with a given -tag is available. - -WWW: http://delicious.mozdev.org/ diff --git a/www/xpi-downthemall/Makefile b/www/xpi-downthemall/Makefile deleted file mode 100644 index f091d2415a37..000000000000 --- a/www/xpi-downthemall/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= downthemall -PORTVERSION= 2.0.17 -DISTVERSIONSUFFIX= -fx+sm -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Lets you download all the links in a webpage and much more - -XPI_DISTNAME= downthemall - -XPI_NUM= 201 -XPI_ID= {DDC359D1-844A-42a7-9AA1-88A850A938A8} - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-downthemall/distinfo b/www/xpi-downthemall/distinfo deleted file mode 100644 index 2b02ca23dfa8..000000000000 --- a/www/xpi-downthemall/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/downthemall-2.0.17-fx+sm.xpi) = b306fb1c596bc2c8112139c0c6dc43cbb53df06869679c766ac66321ebacedb9 -SIZE (xpi/downthemall-2.0.17-fx+sm.xpi) = 731942 diff --git a/www/xpi-downthemall/pkg-descr b/www/xpi-downthemall/pkg-descr deleted file mode 100644 index 28c89ca82dd6..000000000000 --- a/www/xpi-downthemall/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Why do we have to load a slow external download manager/accelerator, -when we can just have DownThemAll inside Firefox? - -DownThemAll lets you download all the links or images contained in a -webpage and much more: you can refine your downloads by fully -customizable criteria to get only what you really want. - -DownThemAll is all you can desire from a download manager: it features -an advanced accelerator that increases speed up to 400%, it allows you -to pause and resume downloads at any time and, last but not least, -it's fully integrated into your favorite browser! - -WWW: http://www.downthemall.net/ diff --git a/www/xpi-downthemall/pkg-plist b/www/xpi-downthemall/pkg-plist deleted file mode 100644 index 170291ee95f2..000000000000 --- a/www/xpi-downthemall/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -%%XPI_XPIDIR%%/GPL -%%XPI_XPIDIR%%/LGPL -%%XPI_XPIDIR%%/LICENSE -%%XPI_XPIDIR%%/MPL -%%XPI_XPIDIR%%/chrome/chrome.jar -%%XPI_XPIDIR%%/chrome/icons/default/DownThemAll.ico -%%XPI_XPIDIR%%/chrome/icons/default/DownThemAll.png -%%XPI_XPIDIR%%/chrome/icons/default/DownThemAllMirrors.ico -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/components/services.js -%%XPI_XPIDIR%%/components/services.xpt -%%XPI_XPIDIR%%/defaults/preferences/dta.js -%%XPI_XPIDIR%%/icon.png -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/interfaces/contenthandling.idl -%%XPI_XPIDIR%%/interfaces/filterManager.idl -%%XPI_XPIDIR%%/modules/_apiloader.jsm -%%XPI_XPIDIR%%/modules/api.jsm -%%XPI_XPIDIR%%/modules/constants.jsm -%%XPI_XPIDIR%%/modules/cothread.jsm -%%XPI_XPIDIR%%/modules/json.jsm -%%XPI_XPIDIR%%/modules/manager/connection.jsm -%%XPI_XPIDIR%%/modules/manager/decompressor.jsm -%%XPI_XPIDIR%%/modules/manager/globalprogress.jsm -%%XPI_XPIDIR%%/modules/manager/imex.jsm -%%XPI_XPIDIR%%/modules/manager/preallocator/cothreads.jsm -%%XPI_XPIDIR%%/modules/manager/preallocator/nsithread.jsm -%%XPI_XPIDIR%%/modules/manager/preallocator.jsm -%%XPI_XPIDIR%%/modules/manager/queuestore.jsm -%%XPI_XPIDIR%%/modules/manager/requestmanipulation.jsm -%%XPI_XPIDIR%%/modules/manager/speedstats.jsm -%%XPI_XPIDIR%%/modules/manager/verificator.jsm -%%XPI_XPIDIR%%/modules/manager/visitormanager.jsm -%%XPI_XPIDIR%%/modules/preferences.jsm -%%XPI_XPIDIR%%/modules/prompts.jsm -%%XPI_XPIDIR%%/modules/support/alertservice.jsm -%%XPI_XPIDIR%%/modules/support/batchgen.jsm -%%XPI_XPIDIR%%/modules/support/bytebucket.jsm -%%XPI_XPIDIR%%/modules/support/downloadHelper.jsm -%%XPI_XPIDIR%%/modules/support/fileextsheet.jsm -%%XPI_XPIDIR%%/modules/support/historymanager.jsm -%%XPI_XPIDIR%%/modules/support/iconcheat.jsm -%%XPI_XPIDIR%%/modules/support/icons.jsm -%%XPI_XPIDIR%%/modules/support/loggedprompter.jsm -%%XPI_XPIDIR%%/modules/support/mediator.jsm -%%XPI_XPIDIR%%/modules/support/metalinker.jsm -%%XPI_XPIDIR%%/modules/support/pbm.jsm -%%XPI_XPIDIR%%/modules/support/serverlimits.jsm -%%XPI_XPIDIR%%/modules/support/textlinks.jsm -%%XPI_XPIDIR%%/modules/support/timers.jsm -%%XPI_XPIDIR%%/modules/support/urlmanager.jsm -%%XPI_XPIDIR%%/modules/utils.jsm -%%XPI_XPIDIR%%/modules/version.jsm diff --git a/www/xpi-errorzilla/Makefile b/www/xpi-errorzilla/Makefile deleted file mode 100644 index 43d1367a468e..000000000000 --- a/www/xpi-errorzilla/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: Steven Kreuzer <skreuzer@exit2shell.com> -# $FreeBSD$ - -PORTNAME= errorzilla -PORTVERSION= 0.42 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= skreuzer@FreeBSD.org -COMMENT= Useful error pages - -XPI_DISTNAME= errorzilla_mod -XPI_NUM= 3336 -XPI_ID= ErrorZillaMod@jaybaldwin -XPI_FILES= chrome/content/about.xul \ - chrome/content/contents.rdf \ - chrome/content/images/firefox_logo1.gif \ - chrome/content/images/firefox_logo2.gif \ - chrome/content/lib.js \ - chrome/content/netError.css \ - chrome/content/netError.dtd \ - chrome/content/netError.js \ - chrome/content/netError.xhtml \ - chrome/content/overlay.xul \ - chrome/content/prefs.js \ - chrome/locale/en-US/about.dtd \ - chrome/locale/en-US/contents.rdf \ - chrome/skin/classic/about.css \ - chrome/skin/classic/contents.rdf \ - chrome/skin/classic/errorzillamod.png \ - chrome.manifest \ - defaults/preferences/prefs.js \ - install.rdf -XPI_DIRS= chrome/content/images \ - chrome/content \ - chrome/locale/en-US \ - chrome/locale \ - chrome/skin/classic \ - chrome/skin \ - chrome \ - defaults/preferences \ - defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-errorzilla/distinfo b/www/xpi-errorzilla/distinfo deleted file mode 100644 index 6c552219e6be..000000000000 --- a/www/xpi-errorzilla/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/errorzilla_mod-0.42-fx.xpi) = c86075b64bcbc310f548cc42c036ec3f8cef15a29267a11120fb350cecd445e4 -SIZE (xpi/errorzilla_mod-0.42-fx.xpi) = 120323 diff --git a/www/xpi-errorzilla/pkg-descr b/www/xpi-errorzilla/pkg-descr deleted file mode 100644 index 47a560cffde8..000000000000 --- a/www/xpi-errorzilla/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Changes the default error page from basically having a reload button -to having the following choices: - - Google cache - - Archival snapshot from the wayback machine - - Ping - - Trace route - - Whois lookup - - Coral cache - -WWW: https://addons.mozilla.org/en-US/firefox/addon/3336 diff --git a/www/xpi-firebug/Makefile b/www/xpi-firebug/Makefile deleted file mode 100644 index e7ce1dd558af..000000000000 --- a/www/xpi-firebug/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Lapo Luchini <lapo@lapo.it> -# $FreeBSD$ - -PORTNAME= firebug -PORTVERSION= 2.0.19 -DISTVERSIONSUFFIX= -fx -PORTEPOCH= 3 -CATEGORIES= www - -MAINTAINER= bar@FreeBSD.org -COMMENT= Lets you edit, debug, and monitor CSS, HTML, and JS - -LICENSE= BSD3CLAUSE - -XPI_NUM= 1843 -XPI_ID= firebug@software.joehewitt.com - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-firebug/distinfo b/www/xpi-firebug/distinfo deleted file mode 100644 index 819976f9e2d3..000000000000 --- a/www/xpi-firebug/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1494678123 -SHA256 (xpi/firebug-2.0.19-fx.xpi) = 71de039ceaabbe4d05a3e6db9b994864d1db9c2ba50517a6990930f5f0cbd089 -SIZE (xpi/firebug-2.0.19-fx.xpi) = 2617076 diff --git a/www/xpi-firebug/pkg-descr b/www/xpi-firebug/pkg-descr deleted file mode 100644 index 44dd57b21b53..000000000000 --- a/www/xpi-firebug/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Firebug integrates with Firefox to put a wealth of web development tools -at your fingertips while you browse. You can edit, debug, and monitor -CSS, HTML, and JavaScript live in any web page. - -WWW: http://www.getfirebug.com/ diff --git a/www/xpi-firebug/pkg-plist b/www/xpi-firebug/pkg-plist deleted file mode 100644 index 70bc3b757e1c..000000000000 --- a/www/xpi-firebug/pkg-plist +++ /dev/null @@ -1,632 +0,0 @@ -%%XPI_XPIDIR%%/bootstrap.js -%%XPI_XPIDIR%%/build.js -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/content/firebug/accessible/a11y.js -%%XPI_XPIDIR%%/content/firebug/branch.properties -%%XPI_XPIDIR%%/content/firebug/bti/inProcess/browser.js -%%XPI_XPIDIR%%/content/firebug/bti/inProcess/compilationunit.js -%%XPI_XPIDIR%%/content/firebug/bti/inProcess/javascripttool.js -%%XPI_XPIDIR%%/content/firebug/bti/inProcess/webApp.js -%%XPI_XPIDIR%%/content/firebug/chrome/activableModule.js -%%XPI_XPIDIR%%/content/firebug/chrome/activablePanel.js -%%XPI_XPIDIR%%/content/firebug/chrome/activation.js -%%XPI_XPIDIR%%/content/firebug/chrome/annotations.js -%%XPI_XPIDIR%%/content/firebug/chrome/balloonNote.js -%%XPI_XPIDIR%%/content/firebug/chrome/chrome.js -%%XPI_XPIDIR%%/content/firebug/chrome/domTree.js -%%XPI_XPIDIR%%/content/firebug/chrome/eventSource.js -%%XPI_XPIDIR%%/content/firebug/chrome/firefox.js -%%XPI_XPIDIR%%/content/firebug/chrome/infotip.js -%%XPI_XPIDIR%%/content/firebug/chrome/knownIssues.js -%%XPI_XPIDIR%%/content/firebug/chrome/measureBox.js -%%XPI_XPIDIR%%/content/firebug/chrome/menu.js -%%XPI_XPIDIR%%/content/firebug/chrome/module.js -%%XPI_XPIDIR%%/content/firebug/chrome/navigationHistory.js -%%XPI_XPIDIR%%/content/firebug/chrome/panel.js -%%XPI_XPIDIR%%/content/firebug/chrome/panelActivation.js -%%XPI_XPIDIR%%/content/firebug/chrome/panelNotification.js -%%XPI_XPIDIR%%/content/firebug/chrome/panelSelector.js -%%XPI_XPIDIR%%/content/firebug/chrome/plugin.js -%%XPI_XPIDIR%%/content/firebug/chrome/privacy.js -%%XPI_XPIDIR%%/content/firebug/chrome/rep.js -%%XPI_XPIDIR%%/content/firebug/chrome/reps.js -%%XPI_XPIDIR%%/content/firebug/chrome/searchBox.js -%%XPI_XPIDIR%%/content/firebug/chrome/shortcuts.js -%%XPI_XPIDIR%%/content/firebug/chrome/statusPath.js -%%XPI_XPIDIR%%/content/firebug/chrome/tabContext.js -%%XPI_XPIDIR%%/content/firebug/chrome/tabWatcher.js -%%XPI_XPIDIR%%/content/firebug/chrome/tableRep.js -%%XPI_XPIDIR%%/content/firebug/chrome/toggleSidePanels.js -%%XPI_XPIDIR%%/content/firebug/chrome/tool.js -%%XPI_XPIDIR%%/content/firebug/chrome/toolbar.js -%%XPI_XPIDIR%%/content/firebug/chrome/window.js -%%XPI_XPIDIR%%/content/firebug/console/autoCompleter.js -%%XPI_XPIDIR%%/content/firebug/console/closureInspector.js -%%XPI_XPIDIR%%/content/firebug/console/commandEditor.js -%%XPI_XPIDIR%%/content/firebug/console/commandHistory.js -%%XPI_XPIDIR%%/content/firebug/console/commandLine.js -%%XPI_XPIDIR%%/content/firebug/console/commandLineAPI.js -%%XPI_XPIDIR%%/content/firebug/console/commandLineExposed.js -%%XPI_XPIDIR%%/content/firebug/console/commandLinePopup.js -%%XPI_XPIDIR%%/content/firebug/console/commands/commandLineHelp.js -%%XPI_XPIDIR%%/content/firebug/console/commands/commandLineInclude.js -%%XPI_XPIDIR%%/content/firebug/console/commands/eventMonitor.js -%%XPI_XPIDIR%%/content/firebug/console/commands/getEventListeners.js -%%XPI_XPIDIR%%/content/firebug/console/commands/lastCommandLineResult.js -%%XPI_XPIDIR%%/content/firebug/console/commands/profiler.js -%%XPI_XPIDIR%%/content/firebug/console/commands/useInCommandLine.js -%%XPI_XPIDIR%%/content/firebug/console/console.js -%%XPI_XPIDIR%%/content/firebug/console/consoleBase.js -%%XPI_XPIDIR%%/content/firebug/console/consoleExposed.js -%%XPI_XPIDIR%%/content/firebug/console/consoleInjector.js -%%XPI_XPIDIR%%/content/firebug/console/consolePanel.js -%%XPI_XPIDIR%%/content/firebug/console/errorCopy.js -%%XPI_XPIDIR%%/content/firebug/console/errorMessageObj.js -%%XPI_XPIDIR%%/content/firebug/console/errorMessageRep.js -%%XPI_XPIDIR%%/content/firebug/console/errorStackTraceObserver.js -%%XPI_XPIDIR%%/content/firebug/console/errors.js -%%XPI_XPIDIR%%/content/firebug/console/exceptionRep.js -%%XPI_XPIDIR%%/content/firebug/console/functionMonitor.js -%%XPI_XPIDIR%%/content/firebug/console/inlineJSEditor.js -%%XPI_XPIDIR%%/content/firebug/console/performanceTiming.js -%%XPI_XPIDIR%%/content/firebug/console/profilerEngine.js -%%XPI_XPIDIR%%/content/firebug/console/toggleCommandEditor.js -%%XPI_XPIDIR%%/content/firebug/cookies/baseObserver.js -%%XPI_XPIDIR%%/content/firebug/cookies/breakpoints.js -%%XPI_XPIDIR%%/content/firebug/cookies/cookie.js -%%XPI_XPIDIR%%/content/firebug/cookies/cookieClipboard.js -%%XPI_XPIDIR%%/content/firebug/cookies/cookieEvents.js -%%XPI_XPIDIR%%/content/firebug/cookies/cookieModule.js -%%XPI_XPIDIR%%/content/firebug/cookies/cookieObserver.js -%%XPI_XPIDIR%%/content/firebug/cookies/cookiePanel.js -%%XPI_XPIDIR%%/content/firebug/cookies/cookiePanel.xul -%%XPI_XPIDIR%%/content/firebug/cookies/cookiePermissions.js -%%XPI_XPIDIR%%/content/firebug/cookies/cookieReps.js -%%XPI_XPIDIR%%/content/firebug/cookies/cookieUtils.js -%%XPI_XPIDIR%%/content/firebug/cookies/cookies.css -%%XPI_XPIDIR%%/content/firebug/cookies/dateTimePicker.xml -%%XPI_XPIDIR%%/content/firebug/cookies/editCookie.css -%%XPI_XPIDIR%%/content/firebug/cookies/editCookie.js -%%XPI_XPIDIR%%/content/firebug/cookies/editCookie.xul -%%XPI_XPIDIR%%/content/firebug/cookies/headerResizer.js -%%XPI_XPIDIR%%/content/firebug/cookies/httpObserver.js -%%XPI_XPIDIR%%/content/firebug/cookies/legacy.js -%%XPI_XPIDIR%%/content/firebug/cookies/menuUtils.js -%%XPI_XPIDIR%%/content/firebug/cookies/popupFilterPanel.xml -%%XPI_XPIDIR%%/content/firebug/css/autoCompleter.js -%%XPI_XPIDIR%%/content/firebug/css/computedPanel.js -%%XPI_XPIDIR%%/content/firebug/css/cssDirtyListener.js -%%XPI_XPIDIR%%/content/firebug/css/cssEditor.js -%%XPI_XPIDIR%%/content/firebug/css/cssModule.js -%%XPI_XPIDIR%%/content/firebug/css/cssPanel.js -%%XPI_XPIDIR%%/content/firebug/css/cssPanelMutationObserver.js -%%XPI_XPIDIR%%/content/firebug/css/cssPanelUpdater.js -%%XPI_XPIDIR%%/content/firebug/css/cssReps.js -%%XPI_XPIDIR%%/content/firebug/css/cssRuleEditor.js -%%XPI_XPIDIR%%/content/firebug/css/loadHandler.js -%%XPI_XPIDIR%%/content/firebug/css/selectorEditor.js -%%XPI_XPIDIR%%/content/firebug/css/selectorModule.js -%%XPI_XPIDIR%%/content/firebug/css/selectorPanel.js -%%XPI_XPIDIR%%/content/firebug/css/stylePanel.js -%%XPI_XPIDIR%%/content/firebug/css/styleSheetEditor.js -%%XPI_XPIDIR%%/content/firebug/debugger/actors/breakpointActor.js -%%XPI_XPIDIR%%/content/firebug/debugger/actors/elementActor.js -%%XPI_XPIDIR%%/content/firebug/debugger/actors/objectActor.js -%%XPI_XPIDIR%%/content/firebug/debugger/actors/threadActor.js -%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakOnError.js -%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakOnNext.js -%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpoint.js -%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointConditionEditor.js -%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointGroup.js -%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointModule.js -%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointPanel.js -%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointReps.js -%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointStore.js -%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointTool.js -%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/debuggerKeyword.js -%%XPI_XPIDIR%%/content/firebug/debugger/clients/clientCache.js -%%XPI_XPIDIR%%/content/firebug/debugger/clients/clientFactory.js -%%XPI_XPIDIR%%/content/firebug/debugger/clients/clientProvider.js -%%XPI_XPIDIR%%/content/firebug/debugger/clients/functionClient.js -%%XPI_XPIDIR%%/content/firebug/debugger/clients/grip.js -%%XPI_XPIDIR%%/content/firebug/debugger/clients/objectClient.js -%%XPI_XPIDIR%%/content/firebug/debugger/clients/remoteNodeListRep.js -%%XPI_XPIDIR%%/content/firebug/debugger/clients/scopeClient.js -%%XPI_XPIDIR%%/content/firebug/debugger/commands.js -%%XPI_XPIDIR%%/content/firebug/debugger/debugger.js -%%XPI_XPIDIR%%/content/firebug/debugger/debuggerHalter.js -%%XPI_XPIDIR%%/content/firebug/debugger/debuggerLib.js -%%XPI_XPIDIR%%/content/firebug/debugger/debuggerTool.js -%%XPI_XPIDIR%%/content/firebug/debugger/main.js -%%XPI_XPIDIR%%/content/firebug/debugger/rdp.js -%%XPI_XPIDIR%%/content/firebug/debugger/script/breakNotification.js -%%XPI_XPIDIR%%/content/firebug/debugger/script/scriptPanel.js -%%XPI_XPIDIR%%/content/firebug/debugger/script/scriptPanelLineUpdater.js -%%XPI_XPIDIR%%/content/firebug/debugger/script/scriptPanelWarning.js -%%XPI_XPIDIR%%/content/firebug/debugger/script/scriptView.js -%%XPI_XPIDIR%%/content/firebug/debugger/script/sourceFile.js -%%XPI_XPIDIR%%/content/firebug/debugger/script/sourceLink.js -%%XPI_XPIDIR%%/content/firebug/debugger/script/sourceTool.js -%%XPI_XPIDIR%%/content/firebug/debugger/stack/callstackPanel.js -%%XPI_XPIDIR%%/content/firebug/debugger/stack/stackFrame.js -%%XPI_XPIDIR%%/content/firebug/debugger/stack/stackFrameRep.js -%%XPI_XPIDIR%%/content/firebug/debugger/stack/stackTrace.js -%%XPI_XPIDIR%%/content/firebug/debugger/stack/stackTraceRep.js -%%XPI_XPIDIR%%/content/firebug/debugger/watch/returnValueModifier.js -%%XPI_XPIDIR%%/content/firebug/debugger/watch/watchEditor.js -%%XPI_XPIDIR%%/content/firebug/debugger/watch/watchExpression.js -%%XPI_XPIDIR%%/content/firebug/debugger/watch/watchPanel.js -%%XPI_XPIDIR%%/content/firebug/debugger/watch/watchProvider.js -%%XPI_XPIDIR%%/content/firebug/debugger/watch/watchTree.js -%%XPI_XPIDIR%%/content/firebug/dom/domBasePanel.js -%%XPI_XPIDIR%%/content/firebug/dom/domBaseTree.js -%%XPI_XPIDIR%%/content/firebug/dom/domBreakpoint.js -%%XPI_XPIDIR%%/content/firebug/dom/domBreakpointGroup.js -%%XPI_XPIDIR%%/content/firebug/dom/domEditor.js -%%XPI_XPIDIR%%/content/firebug/dom/domMemberProvider.js -%%XPI_XPIDIR%%/content/firebug/dom/domModule.js -%%XPI_XPIDIR%%/content/firebug/dom/domPanel.js -%%XPI_XPIDIR%%/content/firebug/dom/domPanelTree.js -%%XPI_XPIDIR%%/content/firebug/dom/domProvider.js -%%XPI_XPIDIR%%/content/firebug/dom/domReps.js -%%XPI_XPIDIR%%/content/firebug/dom/domSidePanel.js -%%XPI_XPIDIR%%/content/firebug/dom/toggleBranch.js -%%XPI_XPIDIR%%/content/firebug/editor/baseEditor.js -%%XPI_XPIDIR%%/content/firebug/editor/codemirror/LICENSE.txt -%%XPI_XPIDIR%%/content/firebug/editor/codemirror/addon/search/searchcursor.js -%%XPI_XPIDIR%%/content/firebug/editor/codemirror/addon/show-hint.js -%%XPI_XPIDIR%%/content/firebug/editor/codemirror/codemirror.js -%%XPI_XPIDIR%%/content/firebug/editor/codemirror/html-hint-data.js -%%XPI_XPIDIR%%/content/firebug/editor/codemirror/mode/css.js -%%XPI_XPIDIR%%/content/firebug/editor/codemirror/mode/htmlmixed.js -%%XPI_XPIDIR%%/content/firebug/editor/codemirror/mode/javascript.js -%%XPI_XPIDIR%%/content/firebug/editor/codemirror/mode/xml.js -%%XPI_XPIDIR%%/content/firebug/editor/editor.js -%%XPI_XPIDIR%%/content/firebug/editor/editorSelector.js -%%XPI_XPIDIR%%/content/firebug/editor/inlineEditor.js -%%XPI_XPIDIR%%/content/firebug/editor/sourceEditor.js -%%XPI_XPIDIR%%/content/firebug/editor/sourceSearch.js -%%XPI_XPIDIR%%/content/firebug/firebug.css -%%XPI_XPIDIR%%/content/firebug/firebug.js -%%XPI_XPIDIR%%/content/firebug/firebugOverlay.xul -%%XPI_XPIDIR%%/content/firebug/firebugui/blank.gif -%%XPI_XPIDIR%%/content/firebug/firebugui/codemirror-firebug.css -%%XPI_XPIDIR%%/content/firebug/firebugui/codemirror-showhint.css -%%XPI_XPIDIR%%/content/firebug/firebugui/codemirror.css -%%XPI_XPIDIR%%/content/firebug/firebugui/commandEditor.html -%%XPI_XPIDIR%%/content/firebug/firebugui/filters.svg -%%XPI_XPIDIR%%/content/firebug/firebugui/panel.css -%%XPI_XPIDIR%%/content/firebug/firebugui/panel.html -%%XPI_XPIDIR%%/content/firebug/firefox/auroraNotificationPanel.xml -%%XPI_XPIDIR%%/content/firebug/firefox/bindings.xml -%%XPI_XPIDIR%%/content/firebug/firefox/browserCommands.js -%%XPI_XPIDIR%%/content/firebug/firefox/browserMenu.js -%%XPI_XPIDIR%%/content/firebug/firefox/browserOverlay.css -%%XPI_XPIDIR%%/content/firebug/firefox/browserOverlay.js -%%XPI_XPIDIR%%/content/firebug/firefox/browserOverlayLib.js -%%XPI_XPIDIR%%/content/firebug/firefox/browserToolbar.js -%%XPI_XPIDIR%%/content/firebug/firefox/customizeShortcuts.js -%%XPI_XPIDIR%%/content/firebug/firefox/customizeShortcuts.xul -%%XPI_XPIDIR%%/content/firebug/firefox/external-editors/changeeditor.js -%%XPI_XPIDIR%%/content/firebug/firefox/external-editors/changeeditor.xul -%%XPI_XPIDIR%%/content/firebug/firefox/external-editors/editors.js -%%XPI_XPIDIR%%/content/firebug/firefox/external-editors/editors.xul -%%XPI_XPIDIR%%/content/firebug/firefox/external-editors/externalEditors.js -%%XPI_XPIDIR%%/content/firebug/firefox/firebug.xul -%%XPI_XPIDIR%%/content/firebug/firefox/firebugFrame.xul -%%XPI_XPIDIR%%/content/firebug/firefox/firebugMenuOverlay.xul -%%XPI_XPIDIR%%/content/firebug/firefox/macBrowserOverlay.css -%%XPI_XPIDIR%%/content/firebug/firefox/multiprocessNotificationPanel.xml -%%XPI_XPIDIR%%/content/firebug/firefox/newMultiprocessNotificationPanel.xml -%%XPI_XPIDIR%%/content/firebug/firefox/panelBarWaiter.js -%%XPI_XPIDIR%%/content/firebug/firefox/searchBox.xml -%%XPI_XPIDIR%%/content/firebug/firefox/start-button/startButton.xml -%%XPI_XPIDIR%%/content/firebug/firefox/start-button/startButtonOverlay.js -%%XPI_XPIDIR%%/content/firebug/firefox/upgradeFirebugPanel.xml -%%XPI_XPIDIR%%/content/firebug/html/attributeEditor.js -%%XPI_XPIDIR%%/content/firebug/html/eventsPanel.js -%%XPI_XPIDIR%%/content/firebug/html/highlighter.css -%%XPI_XPIDIR%%/content/firebug/html/highlighterCache.js -%%XPI_XPIDIR%%/content/firebug/html/htmlEditor.js -%%XPI_XPIDIR%%/content/firebug/html/htmlEditorSearch.js -%%XPI_XPIDIR%%/content/firebug/html/htmlLib.js -%%XPI_XPIDIR%%/content/firebug/html/htmlModule.js -%%XPI_XPIDIR%%/content/firebug/html/htmlPanel.js -%%XPI_XPIDIR%%/content/firebug/html/htmlReps.js -%%XPI_XPIDIR%%/content/firebug/html/insideOutBox.js -%%XPI_XPIDIR%%/content/firebug/html/inspector.js -%%XPI_XPIDIR%%/content/firebug/html/layout.js -%%XPI_XPIDIR%%/content/firebug/html/quickInfoBox.css -%%XPI_XPIDIR%%/content/firebug/html/quickInfoBox.js -%%XPI_XPIDIR%%/content/firebug/html/textDataEditor.js -%%XPI_XPIDIR%%/content/firebug/html/textNodeEditor.js -%%XPI_XPIDIR%%/content/firebug/legacy.js -%%XPI_XPIDIR%%/content/firebug/lib/array.js -%%XPI_XPIDIR%%/content/firebug/lib/channel.js -%%XPI_XPIDIR%%/content/firebug/lib/css.js -%%XPI_XPIDIR%%/content/firebug/lib/deprecated.js -%%XPI_XPIDIR%%/content/firebug/lib/devtools.js -%%XPI_XPIDIR%%/content/firebug/lib/dom.js -%%XPI_XPIDIR%%/content/firebug/lib/domplate.js -%%XPI_XPIDIR%%/content/firebug/lib/dragdrop.js -%%XPI_XPIDIR%%/content/firebug/lib/events.js -%%XPI_XPIDIR%%/content/firebug/lib/fonts.js -%%XPI_XPIDIR%%/content/firebug/lib/http.js -%%XPI_XPIDIR%%/content/firebug/lib/json.js -%%XPI_XPIDIR%%/content/firebug/lib/keywords.js -%%XPI_XPIDIR%%/content/firebug/lib/lib.js -%%XPI_XPIDIR%%/content/firebug/lib/locale.js -%%XPI_XPIDIR%%/content/firebug/lib/object.js -%%XPI_XPIDIR%%/content/firebug/lib/options.js -%%XPI_XPIDIR%%/content/firebug/lib/persist.js -%%XPI_XPIDIR%%/content/firebug/lib/promise.js -%%XPI_XPIDIR%%/content/firebug/lib/search.js -%%XPI_XPIDIR%%/content/firebug/lib/string.js -%%XPI_XPIDIR%%/content/firebug/lib/system.js -%%XPI_XPIDIR%%/content/firebug/lib/tool.js -%%XPI_XPIDIR%%/content/firebug/lib/trace.js -%%XPI_XPIDIR%%/content/firebug/lib/url.js -%%XPI_XPIDIR%%/content/firebug/lib/wrapper.js -%%XPI_XPIDIR%%/content/firebug/lib/xml.js -%%XPI_XPIDIR%%/content/firebug/lib/xpath.js -%%XPI_XPIDIR%%/content/firebug/lib/xpcom.js -%%XPI_XPIDIR%%/content/firebug/main.js -%%XPI_XPIDIR%%/content/firebug/moduleConfig.js -%%XPI_XPIDIR%%/content/firebug/net/fontViewer.js -%%XPI_XPIDIR%%/content/firebug/net/httpActivityObserver.js -%%XPI_XPIDIR%%/content/firebug/net/jsonViewer.js -%%XPI_XPIDIR%%/content/firebug/net/netCacheReader.js -%%XPI_XPIDIR%%/content/firebug/net/netDebugger.js -%%XPI_XPIDIR%%/content/firebug/net/netMonitor.js -%%XPI_XPIDIR%%/content/firebug/net/netPanel.js -%%XPI_XPIDIR%%/content/firebug/net/netProgress.js -%%XPI_XPIDIR%%/content/firebug/net/netReps.js -%%XPI_XPIDIR%%/content/firebug/net/netUtils.js -%%XPI_XPIDIR%%/content/firebug/net/requestObserver.js -%%XPI_XPIDIR%%/content/firebug/net/responseObserver.js -%%XPI_XPIDIR%%/content/firebug/net/sourceCache.js -%%XPI_XPIDIR%%/content/firebug/net/spy.js -%%XPI_XPIDIR%%/content/firebug/net/svgViewer.js -%%XPI_XPIDIR%%/content/firebug/net/tabCache.js -%%XPI_XPIDIR%%/content/firebug/net/timeInfoTip.js -%%XPI_XPIDIR%%/content/firebug/net/xmlViewer.js -%%XPI_XPIDIR%%/content/firebug/remoting/connectionMenu.css -%%XPI_XPIDIR%%/content/firebug/remoting/connectionMenu.js -%%XPI_XPIDIR%%/content/firebug/remoting/connectionMenu.xul -%%XPI_XPIDIR%%/content/firebug/remoting/debuggerClient.js -%%XPI_XPIDIR%%/content/firebug/remoting/tabClient.js -%%XPI_XPIDIR%%/content/firebug/remoting/tabListMenu.js -%%XPI_XPIDIR%%/content/firebug/remoting/tabWatcherProxy.js -%%XPI_XPIDIR%%/content/firebug/server/main.js -%%XPI_XPIDIR%%/content/firebug/server/server.js -%%XPI_XPIDIR%%/content/firebug/trace/debug.js -%%XPI_XPIDIR%%/content/firebug/trace/traceListener.js -%%XPI_XPIDIR%%/content/firebug/trace/traceModule.js -%%XPI_XPIDIR%%/content/firebug/trace.js -%%XPI_XPIDIR%%/defaults/preferences/cookies.js -%%XPI_XPIDIR%%/defaults/preferences/firebug.js -%%XPI_XPIDIR%%/defaults/preferences/tracingConsole.js -%%XPI_XPIDIR%%/icons/default/firebug.ico -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/license.txt -%%XPI_XPIDIR%%/locale/bg/cookies.properties -%%XPI_XPIDIR%%/locale/bg/firebug-amo.properties -%%XPI_XPIDIR%%/locale/bg/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/bg/firebug.properties -%%XPI_XPIDIR%%/locale/bg/keys.properties -%%XPI_XPIDIR%%/locale/bg/selectors.properties -%%XPI_XPIDIR%%/locale/ca-AD/cookies.properties -%%XPI_XPIDIR%%/locale/ca-AD/firebug-amo.properties -%%XPI_XPIDIR%%/locale/ca-AD/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/ca-AD/firebug.properties -%%XPI_XPIDIR%%/locale/cs/cookies.properties -%%XPI_XPIDIR%%/locale/cs/firebug-amo.properties -%%XPI_XPIDIR%%/locale/cs/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/cs/firebug.properties -%%XPI_XPIDIR%%/locale/da/cookies.properties -%%XPI_XPIDIR%%/locale/da/firebug-amo.properties -%%XPI_XPIDIR%%/locale/da/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/da/firebug.properties -%%XPI_XPIDIR%%/locale/de/cookies.properties -%%XPI_XPIDIR%%/locale/de/firebug-amo.properties -%%XPI_XPIDIR%%/locale/de/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/de/firebug.properties -%%XPI_XPIDIR%%/locale/de/keys.properties -%%XPI_XPIDIR%%/locale/de/selectors.properties -%%XPI_XPIDIR%%/locale/el/cookies.properties -%%XPI_XPIDIR%%/locale/el/firebug-amo.properties -%%XPI_XPIDIR%%/locale/el/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/el/firebug.properties -%%XPI_XPIDIR%%/locale/en-US/cookies.properties -%%XPI_XPIDIR%%/locale/en-US/firebug-amo.properties -%%XPI_XPIDIR%%/locale/en-US/firebug.properties -%%XPI_XPIDIR%%/locale/en-US/keys.properties -%%XPI_XPIDIR%%/locale/en-US/multiprocess-notification.properties -%%XPI_XPIDIR%%/locale/en-US/selectors.properties -%%XPI_XPIDIR%%/locale/es/cookies.properties -%%XPI_XPIDIR%%/locale/es/firebug-amo.properties -%%XPI_XPIDIR%%/locale/es/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/es/firebug.properties -%%XPI_XPIDIR%%/locale/es-AR/cookies.properties -%%XPI_XPIDIR%%/locale/es-AR/firebug-amo.properties -%%XPI_XPIDIR%%/locale/es-AR/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/es-AR/firebug.properties -%%XPI_XPIDIR%%/locale/es-AR/keys.properties -%%XPI_XPIDIR%%/locale/es-AR/selectors.properties -%%XPI_XPIDIR%%/locale/es-ES/cookies.properties -%%XPI_XPIDIR%%/locale/es-ES/firebug-amo.properties -%%XPI_XPIDIR%%/locale/es-ES/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/es-ES/firebug.properties -%%XPI_XPIDIR%%/locale/es-ES/keys.properties -%%XPI_XPIDIR%%/locale/es-ES/selectors.properties -%%XPI_XPIDIR%%/locale/eu/cookies.properties -%%XPI_XPIDIR%%/locale/eu/firebug-amo.properties -%%XPI_XPIDIR%%/locale/eu/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/eu/firebug.properties -%%XPI_XPIDIR%%/locale/fa/cookies.properties -%%XPI_XPIDIR%%/locale/fa/firebug-amo.properties -%%XPI_XPIDIR%%/locale/fa/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/fa/firebug.properties -%%XPI_XPIDIR%%/locale/fr/cookies.properties -%%XPI_XPIDIR%%/locale/fr/firebug-amo.properties -%%XPI_XPIDIR%%/locale/fr/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/fr/firebug.properties -%%XPI_XPIDIR%%/locale/fr/keys.properties -%%XPI_XPIDIR%%/locale/fr/selectors.properties -%%XPI_XPIDIR%%/locale/he/cookies.properties -%%XPI_XPIDIR%%/locale/he/firebug-amo.properties -%%XPI_XPIDIR%%/locale/he/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/he/firebug.properties -%%XPI_XPIDIR%%/locale/hr-HR/cookies.properties -%%XPI_XPIDIR%%/locale/hr-HR/firebug-amo.properties -%%XPI_XPIDIR%%/locale/hr-HR/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/hr-HR/firebug.properties -%%XPI_XPIDIR%%/locale/hu-HU/cookies.properties -%%XPI_XPIDIR%%/locale/hu-HU/firebug-amo.properties -%%XPI_XPIDIR%%/locale/hu-HU/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/hu-HU/firebug.properties -%%XPI_XPIDIR%%/locale/hu-HU/keys.properties -%%XPI_XPIDIR%%/locale/hu-HU/selectors.properties -%%XPI_XPIDIR%%/locale/hy-AM/cookies.properties -%%XPI_XPIDIR%%/locale/hy-AM/firebug-amo.properties -%%XPI_XPIDIR%%/locale/hy-AM/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/hy-AM/firebug.properties -%%XPI_XPIDIR%%/locale/is-IS/cookies.properties -%%XPI_XPIDIR%%/locale/is-IS/firebug-amo.properties -%%XPI_XPIDIR%%/locale/is-IS/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/is-IS/firebug.properties -%%XPI_XPIDIR%%/locale/it/cookies.properties -%%XPI_XPIDIR%%/locale/it/firebug-amo.properties -%%XPI_XPIDIR%%/locale/it/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/it/firebug.properties -%%XPI_XPIDIR%%/locale/ja-JP/cookies.properties -%%XPI_XPIDIR%%/locale/ja-JP/firebug-amo.properties -%%XPI_XPIDIR%%/locale/ja-JP/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/ja-JP/firebug.properties -%%XPI_XPIDIR%%/locale/ja-JP/keys.properties -%%XPI_XPIDIR%%/locale/ja-JP/selectors.properties -%%XPI_XPIDIR%%/locale/ko-KR/cookies.properties -%%XPI_XPIDIR%%/locale/ko-KR/firebug-amo.properties -%%XPI_XPIDIR%%/locale/ko-KR/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/ko-KR/firebug.properties -%%XPI_XPIDIR%%/locale/nl/cookies.properties -%%XPI_XPIDIR%%/locale/nl/firebug-amo.properties -%%XPI_XPIDIR%%/locale/nl/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/nl/firebug.properties -%%XPI_XPIDIR%%/locale/nl/keys.properties -%%XPI_XPIDIR%%/locale/nl/selectors.properties -%%XPI_XPIDIR%%/locale/pl/cookies.properties -%%XPI_XPIDIR%%/locale/pl/firebug-amo.properties -%%XPI_XPIDIR%%/locale/pl/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/pl/firebug.properties -%%XPI_XPIDIR%%/locale/pl/keys.properties -%%XPI_XPIDIR%%/locale/pl/selectors.properties -%%XPI_XPIDIR%%/locale/pt-BR/cookies.properties -%%XPI_XPIDIR%%/locale/pt-BR/firebug-amo.properties -%%XPI_XPIDIR%%/locale/pt-BR/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/pt-BR/firebug.properties -%%XPI_XPIDIR%%/locale/pt-PT/cookies.properties -%%XPI_XPIDIR%%/locale/pt-PT/firebug-amo.properties -%%XPI_XPIDIR%%/locale/pt-PT/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/pt-PT/firebug.properties -%%XPI_XPIDIR%%/locale/ro-RO/cookies.properties -%%XPI_XPIDIR%%/locale/ro-RO/firebug-amo.properties -%%XPI_XPIDIR%%/locale/ro-RO/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/ro-RO/firebug.properties -%%XPI_XPIDIR%%/locale/ru/cookies.properties -%%XPI_XPIDIR%%/locale/ru/firebug-amo.properties -%%XPI_XPIDIR%%/locale/ru/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/ru/firebug.properties -%%XPI_XPIDIR%%/locale/ru/keys.properties -%%XPI_XPIDIR%%/locale/ru/selectors.properties -%%XPI_XPIDIR%%/locale/sk-SK/cookies.properties -%%XPI_XPIDIR%%/locale/sk-SK/firebug-amo.properties -%%XPI_XPIDIR%%/locale/sk-SK/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/sk-SK/firebug.properties -%%XPI_XPIDIR%%/locale/sk-SK/selectors.properties -%%XPI_XPIDIR%%/locale/sl-SI/cookies.properties -%%XPI_XPIDIR%%/locale/sl-SI/firebug-amo.properties -%%XPI_XPIDIR%%/locale/sl-SI/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/sl-SI/firebug.properties -%%XPI_XPIDIR%%/locale/sl-SI/selectors.properties -%%XPI_XPIDIR%%/locale/sr/cookies.properties -%%XPI_XPIDIR%%/locale/sr/firebug-amo.properties -%%XPI_XPIDIR%%/locale/sr/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/sr/firebug.properties -%%XPI_XPIDIR%%/locale/sv-SE/cookies.properties -%%XPI_XPIDIR%%/locale/sv-SE/firebug-amo.properties -%%XPI_XPIDIR%%/locale/sv-SE/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/sv-SE/firebug.properties -%%XPI_XPIDIR%%/locale/sv-SE/selectors.properties -%%XPI_XPIDIR%%/locale/tr/cookies.properties -%%XPI_XPIDIR%%/locale/tr/firebug-amo.properties -%%XPI_XPIDIR%%/locale/tr/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/tr/firebug.properties -%%XPI_XPIDIR%%/locale/uk-UA/cookies.properties -%%XPI_XPIDIR%%/locale/uk-UA/firebug-amo.properties -%%XPI_XPIDIR%%/locale/uk-UA/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/uk-UA/firebug.properties -%%XPI_XPIDIR%%/locale/vi/cookies.properties -%%XPI_XPIDIR%%/locale/vi/firebug-amo.properties -%%XPI_XPIDIR%%/locale/vi/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/vi/firebug.properties -%%XPI_XPIDIR%%/locale/zh-CN/cookies.properties -%%XPI_XPIDIR%%/locale/zh-CN/firebug-amo.properties -%%XPI_XPIDIR%%/locale/zh-CN/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/zh-CN/firebug.properties -%%XPI_XPIDIR%%/locale/zh-CN/keys.properties -%%XPI_XPIDIR%%/locale/zh-CN/selectors.properties -%%XPI_XPIDIR%%/locale/zh-TW/cookies.properties -%%XPI_XPIDIR%%/locale/zh-TW/firebug-amo.properties -%%XPI_XPIDIR%%/locale/zh-TW/firebug-tracing.properties -%%XPI_XPIDIR%%/locale/zh-TW/firebug.properties -%%XPI_XPIDIR%%/locale/zh-TW/keys.properties -%%XPI_XPIDIR%%/locale/zh-TW/selectors.properties -%%XPI_XPIDIR%%/modules/fbtrace.js -%%XPI_XPIDIR%%/modules/firebug-http-observer.js -%%XPI_XPIDIR%%/modules/firebug-trace-service.js -%%XPI_XPIDIR%%/modules/gcli.js -%%XPI_XPIDIR%%/modules/loader.js -%%XPI_XPIDIR%%/modules/locale.js -%%XPI_XPIDIR%%/modules/mini-require.js -%%XPI_XPIDIR%%/modules/observer-service.js -%%XPI_XPIDIR%%/modules/prefLoader.js -%%XPI_XPIDIR%%/modules/require-debug.js -%%XPI_XPIDIR%%/modules/require.js -%%XPI_XPIDIR%%/modules/storageService.js -%%XPI_XPIDIR%%/skin/classic/activation-menu-console.png -%%XPI_XPIDIR%%/skin/classic/activation-menu-net.png -%%XPI_XPIDIR%%/skin/classic/activation-menu-script.png -%%XPI_XPIDIR%%/skin/classic/arrowDown.svg -%%XPI_XPIDIR%%/skin/classic/arrowUp.svg -%%XPI_XPIDIR%%/skin/classic/balloonNote.css -%%XPI_XPIDIR%%/skin/classic/bindings.xml -%%XPI_XPIDIR%%/skin/classic/breakOn/breakOnError.svg -%%XPI_XPIDIR%%/skin/classic/breakOn/breakOnMutate.svg -%%XPI_XPIDIR%%/skin/classic/breakOn/breakOnNext.svg -%%XPI_XPIDIR%%/skin/classic/breakOn/breakOnXHR.svg -%%XPI_XPIDIR%%/skin/classic/breakOn.svg -%%XPI_XPIDIR%%/skin/classic/breakOnArmed.svg -%%XPI_XPIDIR%%/skin/classic/breakpoint.css -%%XPI_XPIDIR%%/skin/classic/breakpoint.svg -%%XPI_XPIDIR%%/skin/classic/breakpointCondition.svg -%%XPI_XPIDIR%%/skin/classic/callstack.css -%%XPI_XPIDIR%%/skin/classic/callstackPanel.css -%%XPI_XPIDIR%%/skin/classic/collapseSidePanels.svg -%%XPI_XPIDIR%%/skin/classic/collapseSidePanelsVertical.svg -%%XPI_XPIDIR%%/skin/classic/command.svg -%%XPI_XPIDIR%%/skin/classic/commandLinePopup.svg -%%XPI_XPIDIR%%/skin/classic/console.css -%%XPI_XPIDIR%%/skin/classic/continue.svg -%%XPI_XPIDIR%%/skin/classic/cookies/activation-menu-cookies.png -%%XPI_XPIDIR%%/skin/classic/cookies/breakOnCookie.svg -%%XPI_XPIDIR%%/skin/classic/cookies/cookie.svg -%%XPI_XPIDIR%%/skin/classic/cookies/cookies.css -%%XPI_XPIDIR%%/skin/classic/cookies/editCookie.css -%%XPI_XPIDIR%%/skin/classic/cookies/trace.css -%%XPI_XPIDIR%%/skin/classic/css.css -%%XPI_XPIDIR%%/skin/classic/customizeShortcuts.css -%%XPI_XPIDIR%%/skin/classic/debugger.css -%%XPI_XPIDIR%%/skin/classic/disable.svg -%%XPI_XPIDIR%%/skin/classic/dom.css -%%XPI_XPIDIR%%/skin/classic/dropMarker.svg -%%XPI_XPIDIR%%/skin/classic/error.svg -%%XPI_XPIDIR%%/skin/classic/errorColumnIndicator.svg -%%XPI_XPIDIR%%/skin/classic/events.css -%%XPI_XPIDIR%%/skin/classic/executionPointer.svg -%%XPI_XPIDIR%%/skin/classic/expandSidePanels.svg -%%XPI_XPIDIR%%/skin/classic/expandSidePanelsVertical.svg -%%XPI_XPIDIR%%/skin/classic/firebug.css -%%XPI_XPIDIR%%/skin/classic/firebug64.png -%%XPI_XPIDIR%%/skin/classic/firebugBig.png -%%XPI_XPIDIR%%/skin/classic/firebugSmall.svg -%%XPI_XPIDIR%%/skin/classic/fontViewer.css -%%XPI_XPIDIR%%/skin/classic/html.css -%%XPI_XPIDIR%%/skin/classic/info.svg -%%XPI_XPIDIR%%/skin/classic/inspect.svg -%%XPI_XPIDIR%%/skin/classic/jsonViewer.css -%%XPI_XPIDIR%%/skin/classic/layout.css -%%XPI_XPIDIR%%/skin/classic/linux/console.css -%%XPI_XPIDIR%%/skin/classic/linux/cookies.css -%%XPI_XPIDIR%%/skin/classic/linux/firebug.css -%%XPI_XPIDIR%%/skin/classic/linux/net.css -%%XPI_XPIDIR%%/skin/classic/loading.svg -%%XPI_XPIDIR%%/skin/classic/mac/breakpointConditionEditor.png -%%XPI_XPIDIR%%/skin/classic/mac/breakpointConditionEditorDown.png -%%XPI_XPIDIR%%/skin/classic/mac/close.svg -%%XPI_XPIDIR%%/skin/classic/mac/collapseSidePanels.svg -%%XPI_XPIDIR%%/skin/classic/mac/collapseSidePanelsVertical.svg -%%XPI_XPIDIR%%/skin/classic/mac/commandHistory.svg -%%XPI_XPIDIR%%/skin/classic/mac/console.css -%%XPI_XPIDIR%%/skin/classic/mac/cookies.css -%%XPI_XPIDIR%%/skin/classic/mac/debugger.css -%%XPI_XPIDIR%%/skin/classic/mac/detach.svg -%%XPI_XPIDIR%%/skin/classic/mac/expandSidePanels.svg -%%XPI_XPIDIR%%/skin/classic/mac/expandSidePanelsVertical.svg -%%XPI_XPIDIR%%/skin/classic/mac/firebug.css -%%XPI_XPIDIR%%/skin/classic/mac/minimize.svg -%%XPI_XPIDIR%%/skin/classic/mac/net.css -%%XPI_XPIDIR%%/skin/classic/mac/optionsMenuTarget.svg -%%XPI_XPIDIR%%/skin/classic/mac/optionsMenuTargetHover.svg -%%XPI_XPIDIR%%/skin/classic/mac/panel.css -%%XPI_XPIDIR%%/skin/classic/mac/pin.svg -%%XPI_XPIDIR%%/skin/classic/mac/pinned.svg -%%XPI_XPIDIR%%/skin/classic/mac/quickInfoBox.css -%%XPI_XPIDIR%%/skin/classic/mac/search.svg -%%XPI_XPIDIR%%/skin/classic/mac/twistyClosed.svg -%%XPI_XPIDIR%%/skin/classic/mac/twistyOpen.svg -%%XPI_XPIDIR%%/skin/classic/mac/window.css -%%XPI_XPIDIR%%/skin/classic/navigationBack.svg -%%XPI_XPIDIR%%/skin/classic/navigationForward.svg -%%XPI_XPIDIR%%/skin/classic/net.css -%%XPI_XPIDIR%%/skin/classic/noteBorders.png -%%XPI_XPIDIR%%/skin/classic/noteBordersUps.png -%%XPI_XPIDIR%%/skin/classic/noteContent.png -%%XPI_XPIDIR%%/skin/classic/noteContentUps.png -%%XPI_XPIDIR%%/skin/classic/noteCorners.png -%%XPI_XPIDIR%%/skin/classic/noteCornersUps.png -%%XPI_XPIDIR%%/skin/classic/optionsMenuTarget.svg -%%XPI_XPIDIR%%/skin/classic/optionsMenuTargetHover.svg -%%XPI_XPIDIR%%/skin/classic/panel.css -%%XPI_XPIDIR%%/skin/classic/panelNotification.css -%%XPI_XPIDIR%%/skin/classic/panelbase.css -%%XPI_XPIDIR%%/skin/classic/performanceTiming.css -%%XPI_XPIDIR%%/skin/classic/prettyPrint.svg -%%XPI_XPIDIR%%/skin/classic/quickInfoBox.css -%%XPI_XPIDIR%%/skin/classic/quickInfoBoxPanel.css -%%XPI_XPIDIR%%/skin/classic/readOnlyProp.svg -%%XPI_XPIDIR%%/skin/classic/rerun.svg -%%XPI_XPIDIR%%/skin/classic/rulerH.png -%%XPI_XPIDIR%%/skin/classic/rulerV.png -%%XPI_XPIDIR%%/skin/classic/scriptPanel.css -%%XPI_XPIDIR%%/skin/classic/search.svg -%%XPI_XPIDIR%%/skin/classic/searchCancel.svg -%%XPI_XPIDIR%%/skin/classic/searchNext.svg -%%XPI_XPIDIR%%/skin/classic/searchPrevious.svg -%%XPI_XPIDIR%%/skin/classic/selectors.css -%%XPI_XPIDIR%%/skin/classic/spinner.png -%%XPI_XPIDIR%%/skin/classic/statusPathSeparator.svg -%%XPI_XPIDIR%%/skin/classic/stepInto.svg -%%XPI_XPIDIR%%/skin/classic/stepOut.svg -%%XPI_XPIDIR%%/skin/classic/stepOver.svg -%%XPI_XPIDIR%%/skin/classic/tableRep.css -%%XPI_XPIDIR%%/skin/classic/timeInfoTip.css -%%XPI_XPIDIR%%/skin/classic/trace.css -%%XPI_XPIDIR%%/skin/classic/warning.svg -%%XPI_XPIDIR%%/skin/classic/watch.css -%%XPI_XPIDIR%%/skin/classic/win/breakpointConditionEditor.png -%%XPI_XPIDIR%%/skin/classic/win/breakpointConditionEditorDown.png -%%XPI_XPIDIR%%/skin/classic/win/close.svg -%%XPI_XPIDIR%%/skin/classic/win/commandHistory.svg -%%XPI_XPIDIR%%/skin/classic/win/deactivate.svg -%%XPI_XPIDIR%%/skin/classic/win/detach.svg -%%XPI_XPIDIR%%/skin/classic/win/down.svg -%%XPI_XPIDIR%%/skin/classic/win/firebug.css -%%XPI_XPIDIR%%/skin/classic/win/minimize.svg -%%XPI_XPIDIR%%/skin/classic/win/pin.svg -%%XPI_XPIDIR%%/skin/classic/win/pinned.svg -%%XPI_XPIDIR%%/skin/classic/win/twistyClosed.svg -%%XPI_XPIDIR%%/skin/classic/win/twistyOpen.svg -%%XPI_XPIDIR%%/skin/classic/win/up.svg -%%XPI_XPIDIR%%/skin/classic/window.css -%%XPI_XPIDIR%%/skin/classic/wrappedListener.svg diff --git a/www/xpi-firefox-showcase/Makefile b/www/xpi-firefox-showcase/Makefile deleted file mode 100644 index a447a274f2bf..000000000000 --- a/www/xpi-firefox-showcase/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= firefox-showcase -PORTVERSION= 0.9.5.6 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Easily locate and select any open browser window - -XPI_DISTNAME= firefox_showcase -XPI_NUM= 1810 -XPI_ID= {89506680-e3f4-484c-a2c0-ed711d481eda} -XPI_FILES= chrome/showcase.jar components/showcase-clhandler.js defaults/preferences/showcase.js \ - install.rdf chrome.manifest LICENSE -XPI_DIRS= chrome components defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-firefox-showcase/distinfo b/www/xpi-firefox-showcase/distinfo deleted file mode 100644 index 5e3737558df8..000000000000 --- a/www/xpi-firefox-showcase/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/firefox_showcase-0.9.5.6-fx.xpi) = e2a2d70ef12da9f172867d2ea97d0d3a36fd0610519a14bfaa1a6e993ab62577 -SIZE (xpi/firefox_showcase-0.9.5.6-fx.xpi) = 211457 diff --git a/www/xpi-firefox-showcase/pkg-descr b/www/xpi-firefox-showcase/pkg-descr deleted file mode 100644 index e2bb61d5286c..000000000000 --- a/www/xpi-firefox-showcase/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Showcase is an extension thought to easily locate and select any open -browser window in Firefox. - -You can use it in two ways: global mode (F12) or local mode (Shift + -F12). In global mode, a new window will be opened with thumbnails of -the browsers you've opened in all windows. In local mode, only tabbed -browsers of your current window will be shown. - -WWW: http://showcase.uworks.net/ diff --git a/www/xpi-firemobilesimulator/Makefile b/www/xpi-firemobilesimulator/Makefile deleted file mode 100644 index a8b2e5598b0a..000000000000 --- a/www/xpi-firemobilesimulator/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Norikatsu Shigemura <nork@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= firemobilesimulator -PORTVERSION= 1.2.2 -CATEGORIES= www -MASTER_SITES= https://ss1.xrea.com/poly.s49.xrea.com/dev/firefox/ -DISTNAME= ${XPI_DISTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Japanese Mobile Browser(NTT docomo/au/SoftBank) Simulator - -XPI_ID= {77cc852e-6b45-11dd-929f-d30256d89593} -XPI_FILES= chrome.manifest chrome/msim.jar \ - components/msimModifyHeaders.js \ - components/msimStreamConverter.js \ - components/nsDeviceProtocolHandler.js \ - defaults/preferences/msim.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-firemobilesimulator/distinfo b/www/xpi-firemobilesimulator/distinfo deleted file mode 100644 index c09cff863b22..000000000000 --- a/www/xpi-firemobilesimulator/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/firemobilesimulator_1.2.2.xpi) = 0f1c33ddf47d98cd27d3765440653330d6d095fb3058b5b5034847ef231fdc62 -SIZE (xpi/firemobilesimulator_1.2.2.xpi) = 737133 diff --git a/www/xpi-firemobilesimulator/pkg-descr b/www/xpi-firemobilesimulator/pkg-descr deleted file mode 100644 index 8ee0068198ad..000000000000 --- a/www/xpi-firemobilesimulator/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -FireMobileSimulator is a Firefox Addon which is a -Japanese Mobile Browser (NTT docomo/au/SoftBank) -Simulator. - -WWW: http://firemobilesimulator.org/ (Japanese only) diff --git a/www/xpi-fission/Makefile b/www/xpi-fission/Makefile deleted file mode 100644 index 2a24eb40b7f0..000000000000 --- a/www/xpi-fission/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= fission -PORTVERSION= 1.0.9 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Combines address bar and progress bar - -XPI_ID= {1280606b-2510-4fe0-97ef-9b5a22eafe41} -XPI_NUM= 1951 -XPI_FILES= chrome/fission.jar chrome.manifest defaults/preferences/fission.js install.rdf \ - license.txt -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-fission/distinfo b/www/xpi-fission/distinfo deleted file mode 100644 index b18514feed7e..000000000000 --- a/www/xpi-fission/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/fission-1.0.9-fx.xpi) = af9036f99cb2275816dcf05b54a441e01d59d97b9c29373975e20f28f9ee68a6 -SIZE (xpi/fission-1.0.9-fx.xpi) = 23077 diff --git a/www/xpi-fission/pkg-descr b/www/xpi-fission/pkg-descr deleted file mode 100644 index 2b05bce6a469..000000000000 --- a/www/xpi-fission/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Fission combines address bar and progress bar, making the progress -bar more visible and allowing for a nice visual effect. - -WWW: http://forums.mozillazine.org/viewtopic.php?t=370248 diff --git a/www/xpi-flagfox/Makefile b/www/xpi-flagfox/Makefile deleted file mode 100644 index 2ee435bd5c13..000000000000 --- a/www/xpi-flagfox/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: Oleg Sidorkin <osidorkin@gmail.com> -# $FreeBSD$ - -PORTNAME= flagfox -PORTVERSION= 5.1.7 -DISTVERSIONSUFFIX= -sm+fx -CATEGORIES= www - -MAINTAINER= osidorkin@gmail.com -COMMENT= Displays a country flag of the location of the website's server - -XPI_NUM= 5791 -XPI_ID= {1018e4d6-728f-4b20-ad56-37578a4de76b} - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-flagfox/distinfo b/www/xpi-flagfox/distinfo deleted file mode 100644 index d4a534ea60ae..000000000000 --- a/www/xpi-flagfox/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/flagfox-5.1.7-sm+fx.xpi) = 5ec40ae505d4981d4970097a58a7910fda8fe2fe1aac002704a029045b8aae36 -SIZE (xpi/flagfox-5.1.7-sm+fx.xpi) = 541572 diff --git a/www/xpi-flagfox/pkg-descr b/www/xpi-flagfox/pkg-descr deleted file mode 100644 index 11838298926e..000000000000 --- a/www/xpi-flagfox/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Displays a country flag depicting the location of the current -website's server and provides a multitude of tools such as site -safety checks, whois, translation, similar sites, validation, -URL shortening, and more... - -WWW: http://flagfox.wordpress.com/ diff --git a/www/xpi-flagfox/pkg-plist b/www/xpi-flagfox/pkg-plist deleted file mode 100644 index f542eb84ea15..000000000000 --- a/www/xpi-flagfox/pkg-plist +++ /dev/null @@ -1,295 +0,0 @@ -%%XPI_XPIDIR%%/bootstrap.js -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/chrome/flagfox/content/LICENSE -%%XPI_XPIDIR%%/chrome/flagfox/content/about.xul -%%XPI_XPIDIR%%/chrome/flagfox/content/contentscript.js -%%XPI_XPIDIR%%/chrome/flagfox/content/defaultactions.json -%%XPI_XPIDIR%%/chrome/flagfox/content/defaultprefs.js -%%XPI_XPIDIR%%/chrome/flagfox/content/editaction.xul -%%XPI_XPIDIR%%/chrome/flagfox/content/flagfox.jsm -%%XPI_XPIDIR%%/chrome/flagfox/content/flagfoxlogo.png -%%XPI_XPIDIR%%/chrome/flagfox/content/geotoolicon.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/add.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/clone.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/configure.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/copy.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/default.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/delete.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/down.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/edit.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/FLAGS-LICENSE -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ad.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ae.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/af.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ag.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ai.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/al.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/am.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ao.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/aq.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ar.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/as.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/at.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/au.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/aw.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ax.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/az.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ba.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bb.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bd.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/be.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bf.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bg.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bh.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bi.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bj.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bl.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bm.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bn.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bo.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bq.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/br.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bs.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bt.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bw.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/by.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/bz.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ca.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cc.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cd.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cf.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cg.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ch.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ci.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ck.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cl.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cm.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cn.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/co.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cr.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cu.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cv.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cw.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cx.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cy.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/cz.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/de.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/dj.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/dk.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/dm.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/do.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/dz.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ec.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ee.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/eg.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/eh.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/er.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/es.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/et.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/eu.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/fi.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/fj.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/fk.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/fm.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/fo.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/fr.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ga.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gb.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gd.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ge.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gf.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gg.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gh.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gi.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gl.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gm.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gn.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gp.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gq.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gr.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gs.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gt.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gu.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gw.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/gy.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/hk.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/hn.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/hr.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ht.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/hu.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/id.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ie.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/il.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/im.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/in.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/io.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/iq.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ir.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/is.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/it.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/je.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/jm.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/jo.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/jp.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ke.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/kg.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/kh.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ki.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/km.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/kn.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/kp.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/kr.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/kw.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ky.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/kz.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/la.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/lb.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/lc.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/li.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/lk.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/lr.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ls.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/lt.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/lu.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/lv.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ly.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ma.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mc.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/md.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/me.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mf.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mg.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mh.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mk.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ml.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mm.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mn.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mo.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mp.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mq.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mr.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ms.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mt.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mu.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mv.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mw.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mx.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/my.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/mz.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/na.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/nc.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ne.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/nf.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ng.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ni.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/nl.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/no.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/np.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/nr.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/nu.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/nz.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/om.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/pa.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/pe.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/pf.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/pg.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ph.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/pk.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/pl.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/pm.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/pn.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/pr.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ps.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/pt.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/pw.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/py.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/qa.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/re.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ro.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/rs.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ru.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/rw.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sa.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sb.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sc.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sd.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/se.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sg.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sh.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/si.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sj.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sk.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sl.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sm.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sn.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/so.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sr.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ss.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/st.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sv.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sx.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sy.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/sz.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tc.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/td.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tf.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tg.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/th.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tj.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tk.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tl.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tm.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tn.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/to.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tr.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tt.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tv.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tw.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/tz.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ua.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ug.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/um.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/us.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/uy.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/uz.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/va.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/vc.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ve.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/vg.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/vi.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/vn.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/vu.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/wf.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ws.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/ye.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/yt.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/za.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/zm.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/flags/zw.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/goto.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/help.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/messages.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/preview.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/shadow.svg -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/special/about.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/special/anonymous.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/special/error.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/special/localfile.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/special/localhost.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/special/offline.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/special/privateip.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/special/resource.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/special/script.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/special/unknown.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/undelete.png -%%XPI_XPIDIR%%/chrome/flagfox/content/icons/up.png -%%XPI_XPIDIR%%/chrome/flagfox/content/ipdb.jsm -%%XPI_XPIDIR%%/chrome/flagfox/content/ipdb/ip4.cdb -%%XPI_XPIDIR%%/chrome/flagfox/content/ipdb/ip6.cdb -%%XPI_XPIDIR%%/chrome/flagfox/content/ipdb/metadata.js -%%XPI_XPIDIR%%/chrome/flagfox/content/locales.js -%%XPI_XPIDIR%%/chrome/flagfox/content/options.xul -%%XPI_XPIDIR%%/chrome/flagfox/content/preview.xul -%%XPI_XPIDIR%%/chrome/flagfox/content/style.css -%%XPI_XPIDIR%%/chrome/flagfox/locales.jar -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-flashblock/Makefile b/www/xpi-flashblock/Makefile deleted file mode 100644 index d10c50efde0b..000000000000 --- a/www/xpi-flashblock/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Simon Olofsson -# $FreeBSD$ - -PORTNAME= flashblock -PORTVERSION= 1.5.20 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= bar@FreeBSD.org -COMMENT= Replaces Flash objects with a button you can click to view them - -USE_XPI= *firefox* - -XPI_ID= {3d7eb24f-2740-49df-8937-200b1cc08f8a} -XPI_NUM= 433 - -post-patch: - @${REINPLACE_CMD} -e 's|<em:maxVersion>8\.0<|<em:maxVersion>99.*<|' \ - ${WRKSRC}/install.rdf - -pre-install: - @${RM} ${WRKSRC}/install.rdf.bak - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-flashblock/distinfo b/www/xpi-flashblock/distinfo deleted file mode 100644 index 2b28fe4a8901..000000000000 --- a/www/xpi-flashblock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/flashblock-1.5.20-fx.xpi) = 604e700d4fa7dcdecba75baa8c28936431f7f6d43f537ab0dc811020560064d6 -SIZE (xpi/flashblock-1.5.20-fx.xpi) = 118565 diff --git a/www/xpi-flashblock/pkg-descr b/www/xpi-flashblock/pkg-descr deleted file mode 100644 index 96332121814a..000000000000 --- a/www/xpi-flashblock/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Flashblock is an extension for the Mozilla, Firefox, and Netscape browsers that -takes a pessimistic approach to dealing with Macromedia Flash content on a -webpage and blocks ALL Flash content from loading. It then leaves placeholders -on the webpage that allow you to click to download and then view the Flash -content. - -WWW: http://flashblock.mozdev.org/ diff --git a/www/xpi-flashblock/pkg-plist b/www/xpi-flashblock/pkg-plist deleted file mode 100644 index 7657bf373b8a..000000000000 --- a/www/xpi-flashblock/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%XPI_XPIDIR%%/chrome/flashblock.jar -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/defaults/preferences/flashblock.js -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-flashgot/Makefile b/www/xpi-flashgot/Makefile deleted file mode 100644 index b159e7ba4ae3..000000000000 --- a/www/xpi-flashgot/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= flashgot -PORTVERSION= 1.3.7 -CATEGORIES= www -MASTER_SITES= http://software.informaction.com/data/releases/ - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Download links using popular download managers - -XPI_ID= {19503e42-ca3c-4c27-b1e2-9cdb2170ee34} -XPI_NUM= 220 - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-flashgot/distinfo b/www/xpi-flashgot/distinfo deleted file mode 100644 index 76684e250710..000000000000 --- a/www/xpi-flashgot/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/flashgot-1.3.7.xpi) = 01d90ce153a7364be2e791edf4d5d56773a54860cff8e51d2e596598d7b6d9d9 -SIZE (xpi/flashgot-1.3.7.xpi) = 344883 diff --git a/www/xpi-flashgot/pkg-descr b/www/xpi-flashgot/pkg-descr deleted file mode 100644 index 67f58fd1daf6..000000000000 --- a/www/xpi-flashgot/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Download one link, selected links or all the links of a page at -the maximum speed with a single click, using the most popular -external download managers. FlashGot also offers a Build Gallery -functionality which helps to synthetize full media galleries in -one page, from serial contents previously scattered on several -pages, for easy and fast "download all". - -WWW: http://www.flashgot.net/ diff --git a/www/xpi-flashgot/pkg-plist b/www/xpi-flashgot/pkg-plist deleted file mode 100644 index eba1d48693b2..000000000000 --- a/www/xpi-flashgot/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%XPI_XPIDIR%%/FlashGot_License.txt -%%XPI_XPIDIR%%/GPL.txt -%%XPI_XPIDIR%%/chrome/flashgot.jar -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/components/flashgotService.js -%%XPI_XPIDIR%%/defaults/preferences/flashgot.js -%%XPI_XPIDIR%%/install.js -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-flatbmark/Makefile b/www/xpi-flatbmark/Makefile deleted file mode 100644 index 67f9f430e4ae..000000000000 --- a/www/xpi-flatbmark/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Gustavo Fukao <gustavofukao@gmail.com> -# $FreeBSD$ - -PORTNAME= flatbmark -DISTVERSION= 0.8.1 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= gustavofukao@gmail.com -COMMENT= Edit bookmarks without opening the properties window - -XPI_NUM= 117 -XPI_DISTNAME= flat_bookmark_editing -XPI_ID= {5362CD9D-AC69-43e5-8E7D-92EDE5CEF304} -XPI_FILES= chrome/flatbmark.jar install.rdf chrome.manifest -XPI_DIRS= chrome - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-flatbmark/distinfo b/www/xpi-flatbmark/distinfo deleted file mode 100644 index ac6eb8382916..000000000000 --- a/www/xpi-flatbmark/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/flat_bookmark_editing-0.8.1-fx.xpi) = 4a0b33f81709ba3c256d181dd2e917972585093e7e1b923714cbd25517fef734 -SIZE (xpi/flat_bookmark_editing-0.8.1-fx.xpi) = 10040 diff --git a/www/xpi-flatbmark/files/chrome.manifest b/www/xpi-flatbmark/files/chrome.manifest deleted file mode 100644 index 4fb396660b58..000000000000 --- a/www/xpi-flatbmark/files/chrome.manifest +++ /dev/null @@ -1,17 +0,0 @@ - -overlay chrome://browser/content/bookmarks/bookmarksManager.xul chrome://flatbmark/content/flatbmark.xul -content flatbmark jar:chrome/flatbmark.jar!/content/flatbmark/ - -skin flatbmark classic/1.0 jar:chrome/flatbmark.jar!/skin/classic/flatbmark/ - -locale flatbmark en-US jar:chrome/flatbmark.jar!/locale/en-US/flatbmark/ - -locale flatbmark fr-FR jar:chrome/flatbmark.jar!/locale/fr-FR/flatbmark/ - -locale flatbmark nl-NL jar:chrome/flatbmark.jar!/locale/nl-NL/flatbmark/ - -locale flatbmark pl-PL jar:chrome/flatbmark.jar!/locale/pl-PL/flatbmark/ - -locale flatbmark sk-SK jar:chrome/flatbmark.jar!/locale/sk-SK/flatbmark/ - -locale flatbmark zh-TW jar:chrome/flatbmark.jar!/locale/zh-TW/flatbmark/ diff --git a/www/xpi-flatbmark/pkg-descr b/www/xpi-flatbmark/pkg-descr deleted file mode 100644 index ed43b6a16091..000000000000 --- a/www/xpi-flatbmark/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Edit bookmarks in the bookmark organizer, without opening the properties window. - -WWW: http://bluweb.com/us/chouser/proj/mozhack/ diff --git a/www/xpi-forecastfox/Makefile b/www/xpi-forecastfox/Makefile deleted file mode 100644 index 57edca7d5a27..000000000000 --- a/www/xpi-forecastfox/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Simon Olofsson <simon@olofsson.de> -# $FreeBSD$ - -PORTNAME= forecastfox -PORTVERSION= 2.2.1 -DISTVERSIONSUFFIX= -fx+sm -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Get international weather forecasts and display them - -XPI_DISTNAME= ${PORTNAME}_weather -XPI_ID= {0538E3E3-7E9B-4d49-8831-A227C80A7AD3} -XPI_NUM= 398 -XPI_FILES= chrome/forecastfox.jar chrome.manifest icon.png install.rdf -XPI_DIRS= chrome - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-forecastfox/distinfo b/www/xpi-forecastfox/distinfo deleted file mode 100644 index 29a9d7ccb66f..000000000000 --- a/www/xpi-forecastfox/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/forecastfox_weather-2.2.1-fx+sm.xpi) = d8cf703185634d833cbd59dd3db8425c4094c49112fe22dab94f07d8d902db64 -SIZE (xpi/forecastfox_weather-2.2.1-fx+sm.xpi) = 430944 diff --git a/www/xpi-forecastfox/pkg-descr b/www/xpi-forecastfox/pkg-descr deleted file mode 100644 index 550ff75119e9..000000000000 --- a/www/xpi-forecastfox/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Get international weather forecasts from AccuWeather.com and display them in -any toolbar or statusbar with this highly customizable and unobtrusive -extension. - -WWW: http://www.getforecastfox.com diff --git a/www/xpi-formfox/Makefile b/www/xpi-formfox/Makefile deleted file mode 100644 index 1bc26f3cc9ab..000000000000 --- a/www/xpi-formfox/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= formfox -PORTVERSION= 1.7 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Extension to display form's action - -XPI_NUM= 1579 -XPI_ID= formfox@daniel.steinbrook - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-formfox/distinfo b/www/xpi-formfox/distinfo deleted file mode 100644 index 859135161dd0..000000000000 --- a/www/xpi-formfox/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/formfox-1.7-fx.xpi) = e8549c99fe30a8506256e4039e84954837896bb3c4a197fbeeefbb5e53eb33b9 -SIZE (xpi/formfox-1.7-fx.xpi) = 8026 diff --git a/www/xpi-formfox/files/chrome.manifest b/www/xpi-formfox/files/chrome.manifest deleted file mode 100644 index fcfa4a72230f..000000000000 --- a/www/xpi-formfox/files/chrome.manifest +++ /dev/null @@ -1,5 +0,0 @@ - -overlay chrome://navigator/content/navigatorOverlay.xul chrome://formfox/content/formfox.xul -overlay chrome://multiviews/content/navigatorOverlay.xul chrome://formfox/content/formfox.xul -overlay chrome://browser/content/browser.xul chrome://formfox/content/formfox.xul -content formfox jar:chrome/formfox.jar!/content/formfox/ diff --git a/www/xpi-formfox/pkg-descr b/www/xpi-formfox/pkg-descr deleted file mode 100644 index 24da592a4da6..000000000000 --- a/www/xpi-formfox/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Do you know where your form information is going? This extension -displays the form action (the site to where the information you've -entered is going.) In any place where you can enter data, from search -boxes to order forms, mouse over the final Submit button to reveal -the destination. - -WWW: https://addons.mozilla.org/en-US/firefox/addon/1579 diff --git a/www/xpi-formfox/pkg-plist b/www/xpi-formfox/pkg-plist deleted file mode 100644 index bf3efd69a554..000000000000 --- a/www/xpi-formfox/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%XPI_XPIDIR%%/chrome/formfox.jar -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/defaults/preferences/formfox.js -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-foxmarks/Makefile b/www/xpi-foxmarks/Makefile deleted file mode 100644 index 56730f685016..000000000000 --- a/www/xpi-foxmarks/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= foxmarks -PORTVERSION= 2.7.2 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Bookmark synchronizer - -XPI_DISTNAME= foxmarks_bookmark_synchronizer -XPI_ID= foxmarks@kei.com -XPI_NUM= 2410 - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-foxmarks/distinfo b/www/xpi-foxmarks/distinfo deleted file mode 100644 index 9a2aff90fd09..000000000000 --- a/www/xpi-foxmarks/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/foxmarks_bookmark_synchronizer-2.7.2-fx.xpi) = 10a9b49a2970df34aa570487bb4fc0d14ef61f2ed884e2a03af3e0a43550765d -SIZE (xpi/foxmarks_bookmark_synchronizer-2.7.2-fx.xpi) = 538506 diff --git a/www/xpi-foxmarks/pkg-descr b/www/xpi-foxmarks/pkg-descr deleted file mode 100644 index fca85ca129bd..000000000000 --- a/www/xpi-foxmarks/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -If you use Firefox on more than one computer, you'll want Foxmarks. Install -Foxmarks on each computer, and it will work silently in the background to -keep your bookmarks synchronized. As a bonus, log in to my.foxcloud.com from -any computer anywhere to access your bookmarks. - -A simple wizard guides you through the startup process. After that, just -forget about it. It's simple and solid. - -WWW: http://www.foxmarks.com/ diff --git a/www/xpi-foxmarks/pkg-plist b/www/xpi-foxmarks/pkg-plist deleted file mode 100644 index f7cd8929f63c..000000000000 --- a/www/xpi-foxmarks/pkg-plist +++ /dev/null @@ -1,216 +0,0 @@ -%%XPI_XPIDIR%%/chrome/.DS_Store -%%XPI_XPIDIR%%/chrome/content/foxmarks-alert.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-bookmark.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-bookmarkconflict.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-changeprofile.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-changeprofile.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-clobber.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-clobber.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-command.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-conflicts.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-core.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-dialog.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-dialog.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-folderconflict.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-invalidpin.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-invalidpin.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-json.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-log.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-login.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-login.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-manageroverlay.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-moresecurityinfo.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-network.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-nodes.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-overlay.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-overlay.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-ownserverdlg.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-ownserverdlg.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-parentconflict.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-password.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-passwordconflict.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-passwordconflict.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-places.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-placesoverlay-mac.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-placesoverlay.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-progress.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-progress.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-pwprefoverlay.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-pwprefoverlay.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-pwsanitizeoverlay.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-pwsanitizeoverlay.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-rdf.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-resetpin.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-resetpin.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-server.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-settings.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-setup.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-setup.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-statusbar.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-statusbar.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-test.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-turbotags.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-turbotags.xul -%%XPI_XPIDIR%%/chrome/content/foxmarks-uitools.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-unittest.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-update.js -%%XPI_XPIDIR%%/chrome/content/foxmarks-utils.js -%%XPI_XPIDIR%%/chrome/content/shared/Base64.js -%%XPI_XPIDIR%%/chrome/content/shared/CreateAESManager.js -%%XPI_XPIDIR%%/chrome/content/shared/passwordmeter.js -%%XPI_XPIDIR%%/chrome/locale/.DS_Store -%%XPI_XPIDIR%%/chrome/locale/bg-BG/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/bg-BG/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/bg-BG/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/bg-BG/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/bn-IN/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/bn-IN/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/bn-IN/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/bn-IN/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/da-DK/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/da-DK/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/da-DK/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/da-DK/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/de-DE/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/de-DE/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/de-DE/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/de-DE/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/el-GR/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/el-GR/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/el-GR/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/el-GR/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/en-US/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/es-ES/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/eu-ES/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/eu-ES/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/eu-ES/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/eu-ES/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/fi-FI/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/fi-FI/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/fi-FI/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/fi-FI/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/fr-FR/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/fr-FR/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/fr-FR/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/fr-FR/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/fy-NL/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/fy-NL/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/fy-NL/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/fy-NL/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/it-IT/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/it-IT/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/it-IT/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/it-IT/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/ja-JP/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/ja-JP/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/ja-JP/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/ja-JP/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/ko-KR/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/nb-NO/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/nb-NO/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/nb-NO/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/nb-NO/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/nl-NL/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/nl-NL/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/nl-NL/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/nl-NL/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/pl-PL/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/pl-PL/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/pl-PL/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/pl-PL/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/pt-BR/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-PT/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-PT/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-PT/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/pt-PT/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/ro-RO/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/ro-RO/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/ro-RO/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/ro-RO/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/ru-RU/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/sk-SK/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/sk-SK/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/sk-SK/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/sk-SK/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/sv-SE/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/tr-TR/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/tr-TR/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/tr-TR/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/tr-TR/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/uk-UA/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/vi-VN/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/vi-VN/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/vi-VN/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/vi-VN/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/zh-CN/setup.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/conflicts.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/foxmarks.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/foxmarks.properties -%%XPI_XPIDIR%%/chrome/locale/zh-TW/setup.dtd -%%XPI_XPIDIR%%/chrome/skin/modern/foxmarks.css -%%XPI_XPIDIR%%/chrome/skin/modern/images/.DS_Store -%%XPI_XPIDIR%%/chrome/skin/modern/images/check-24.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/dirty.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/error.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/foxmarks-active.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/foxmarks-default.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/foxmarks-hover.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/foxmarks.ico -%%XPI_XPIDIR%%/chrome/skin/modern/images/foxmarks_bug.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/foxmarks_tiny.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/information.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/pane-selector-advanced.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/pane-selector-bg-hover.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/pane-selector-bg-selected.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/pane-selector-bg.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/pane-selector-discovery.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/pane-selector-general.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/pane-selector-icons.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/pane-selector-macosx-bg-sel.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/pane-selector-macosx-bg.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/pane-selector-profiles_TEMP.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/pane-selector-types.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/progress-good.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/ready.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/security-icon-bg.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/status-bad.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/status-dirty.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/status-good.png -%%XPI_XPIDIR%%/chrome/skin/modern/images/wheel.gif -%%XPI_XPIDIR%%/chrome/skin/modern/images/wheel36x28.gif -%%XPI_XPIDIR%%/chrome/skin/modern/images/wheel_16.gif -%%XPI_XPIDIR%%/chrome/skin/modern/images/wheel_32.gif -%%XPI_XPIDIR%%/chrome/skin/modern/images/working.gif -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/components/foxmarks-service.js -%%XPI_XPIDIR%%/components/foxmarks-service.xpt -%%XPI_XPIDIR%%/defaults/preferences/prefs.js -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-foxyproxy/Makefile b/www/xpi-foxyproxy/Makefile deleted file mode 100644 index 6802190a3397..000000000000 --- a/www/xpi-foxyproxy/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Ashish Shukla <wahjava@gmail.com> -# $FreeBSD$ - -PORTNAME= foxyproxy -PORTVERSION= 4.1.1 -DISTVERSIONSUFFIX= -sm+tb+fx -CATEGORIES= www - -MAINTAINER= ashish@FreeBSD.org -COMMENT= Advanced proxy management tool - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE - -XPI_DISTNAME= foxyproxy_standard -XPI_NUM= 2464 -XPI_ID= foxyproxy@eric.h.jung - -xpi-post-extract: - @${FIND} ${WRKSRC} -type f -name '*.js' |${XARGS} ${SED} -i '' -e 's/[[:space:]]*$$//g' - -pre-install: - @${FIND} ${WRKSRC} -type f -name '*.orig' -delete - @${FIND} ${WRKSRC} -type f -name '*.bak' -delete - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-foxyproxy/distinfo b/www/xpi-foxyproxy/distinfo deleted file mode 100644 index 5c9aba767aa4..000000000000 --- a/www/xpi-foxyproxy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/foxyproxy_standard-4.1.1-sm+tb+fx.xpi) = f408f0776d771f72d9915cda3d4d2dd628c7612bb4adbe036a163ee9a4c59ae3 -SIZE (xpi/foxyproxy_standard-4.1.1-sm+tb+fx.xpi) = 910586 diff --git a/www/xpi-foxyproxy/pkg-descr b/www/xpi-foxyproxy/pkg-descr deleted file mode 100644 index cba5422849e1..000000000000 --- a/www/xpi-foxyproxy/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -FoxyProxy is an advanced proxy management tool that completely -replaces Firefox's limited proxying capabilities. It offers more -features than SwitchProxy, ProxyButton, QuickProxy, xyzproxy, -ProxyTex, TorButton, etc. - -WWW: https://addons.mozilla.org/firefox/2464/ diff --git a/www/xpi-foxyproxy/pkg-plist b/www/xpi-foxyproxy/pkg-plist deleted file mode 100644 index dd2011a81cc7..000000000000 --- a/www/xpi-foxyproxy/pkg-plist +++ /dev/null @@ -1,262 +0,0 @@ -%%XPI_XPIDIR%%/LICENSE -%%XPI_XPIDIR%%/chrome/content/about.js -%%XPI_XPIDIR%%/chrome/content/about.xul -%%XPI_XPIDIR%%/chrome/content/addeditproxy.js -%%XPI_XPIDIR%%/chrome/content/addeditproxy.xul -%%XPI_XPIDIR%%/chrome/content/advancedSettings.js -%%XPI_XPIDIR%%/chrome/content/advancedSettings.xul -%%XPI_XPIDIR%%/chrome/content/bindings.xml -%%XPI_XPIDIR%%/chrome/content/blockedpagepattern.js -%%XPI_XPIDIR%%/chrome/content/blockedpagepattern.xul -%%XPI_XPIDIR%%/chrome/content/chooseproxy.js -%%XPI_XPIDIR%%/chrome/content/chooseproxy.xul -%%XPI_XPIDIR%%/chrome/content/colorpicker2.css -%%XPI_XPIDIR%%/chrome/content/colorpicker2.xml -%%XPI_XPIDIR%%/chrome/content/colorvalidator.js -%%XPI_XPIDIR%%/chrome/content/firefoxOptionsOverlay.xul -%%XPI_XPIDIR%%/chrome/content/firefoxOverlay-svg.xul -%%XPI_XPIDIR%%/chrome/content/firefoxOverlay.xul -%%XPI_XPIDIR%%/chrome/content/foxyproxy-win.css -%%XPI_XPIDIR%%/chrome/content/foxyproxy-mac.css -%%XPI_XPIDIR%%/chrome/content/foxyproxy.css -%%XPI_XPIDIR%%/chrome/content/foxyproxySongbird.css -%%XPI_XPIDIR%%/chrome/content/proxywizardcongrat.xul -%%XPI_XPIDIR%%/chrome/content/proxywizard.xul -%%XPI_XPIDIR%%/chrome/content/images/getdntp.gif -%%XPI_XPIDIR%%/chrome/content/proxywizardcongrat.js -%%XPI_XPIDIR%%/chrome/content/proxywizard.js -%%XPI_XPIDIR%%/chrome/content/images/16x16.gif -%%XPI_XPIDIR%%/chrome/content/images/arrow_refresh.png -%%XPI_XPIDIR%%/chrome/content/images/cbox-check.gif -%%XPI_XPIDIR%%/chrome/content/images/computer_link.png -%%XPI_XPIDIR%%/chrome/content/images/delete-disabled.png -%%XPI_XPIDIR%%/chrome/content/images/delete.png -%%XPI_XPIDIR%%/chrome/content/images/dialog-information.png -%%XPI_XPIDIR%%/chrome/content/images/disk-disabled.png -%%XPI_XPIDIR%%/chrome/content/images/disk.png -%%XPI_XPIDIR%%/chrome/content/images/edit-clear-disabled.png -%%XPI_XPIDIR%%/chrome/content/images/edit-clear.png -%%XPI_XPIDIR%%/chrome/content/images/emblem-favorite.png -%%XPI_XPIDIR%%/chrome/content/images/foxyproxy-nocopy.gif -%%XPI_XPIDIR%%/chrome/content/images/fpplus.png -%%XPI_XPIDIR%%/chrome/content/images/go-down-disabled.png -%%XPI_XPIDIR%%/chrome/content/images/go-down.png -%%XPI_XPIDIR%%/chrome/content/images/go-up-disabled.png -%%XPI_XPIDIR%%/chrome/content/images/go-up.png -%%XPI_XPIDIR%%/chrome/content/images/help-browser.png -%%XPI_XPIDIR%%/chrome/content/images/internet-web-browser.png -%%XPI_XPIDIR%%/chrome/content/images/lightning_add.png -%%XPI_XPIDIR%%/chrome/content/images/monitor.png -%%XPI_XPIDIR%%/chrome/content/images/monitor_add.png -%%XPI_XPIDIR%%/chrome/content/images/monitor_delete-disabled.png -%%XPI_XPIDIR%%/chrome/content/images/monitor_delete.png -%%XPI_XPIDIR%%/chrome/content/images/monitor_edit-disabled.png -%%XPI_XPIDIR%%/chrome/content/images/monitor_edit.png -%%XPI_XPIDIR%%/chrome/content/images/monitor_go-disabled.png -%%XPI_XPIDIR%%/chrome/content/images/monitor_go.png -%%XPI_XPIDIR%%/chrome/content/images/monitor_link.png -%%XPI_XPIDIR%%/chrome/content/images/page.png -%%XPI_XPIDIR%%/chrome/content/images/page_add.png -%%XPI_XPIDIR%%/chrome/content/images/page_copy.png -%%XPI_XPIDIR%%/chrome/content/images/page_delete.png -%%XPI_XPIDIR%%/chrome/content/images/page_edit.png -%%XPI_XPIDIR%%/chrome/content/images/page_white_copy.png -%%XPI_XPIDIR%%/chrome/content/images/preferences-system.png -%%XPI_XPIDIR%%/chrome/content/images/satval.png -%%XPI_XPIDIR%%/chrome/content/images/slide.gif -%%XPI_XPIDIR%%/chrome/content/images/slidehue.gif -%%XPI_XPIDIR%%/chrome/content/images/tab_go-disabled.png -%%XPI_XPIDIR%%/chrome/content/images/tab_go.png -%%XPI_XPIDIR%%/chrome/content/images/text_align_justify.png -%%XPI_XPIDIR%%/chrome/content/images/tick.png -%%XPI_XPIDIR%%/chrome/content/images/wand.png -%%XPI_XPIDIR%%/chrome/content/images/world.png -%%XPI_XPIDIR%%/chrome/content/images/abp.png -%%XPI_XPIDIR%%/chrome/content/images/json-icon.png -%%XPI_XPIDIR%%/chrome/content/includes.xul -%%XPI_XPIDIR%%/chrome/content/options.js -%%XPI_XPIDIR%%/chrome/content/options.xul -%%XPI_XPIDIR%%/chrome/content/optionsOverlay.js -%%XPI_XPIDIR%%/chrome/content/optionsOverlay-svg.xul -%%XPI_XPIDIR%%/chrome/content/overlay.js -%%XPI_XPIDIR%%/chrome/content/pattern.js -%%XPI_XPIDIR%%/chrome/content/pattern.xul -%%XPI_XPIDIR%%/chrome/content/selection.js -%%XPI_XPIDIR%%/chrome/content/strings.xml -%%XPI_XPIDIR%%/chrome/content/subscriptions/proxiesView.xul -%%XPI_XPIDIR%%/chrome/content/subscriptions/addEditProxySubscription.xul -%%XPI_XPIDIR%%/chrome/content/subscriptions/lastStatus.js -%%XPI_XPIDIR%%/chrome/content/subscriptions/addEditPatternSubscription.xul -%%XPI_XPIDIR%%/chrome/content/subscriptions/lastStatus.xul -%%XPI_XPIDIR%%/chrome/content/subscriptions/patternsView.js -%%XPI_XPIDIR%%/chrome/content/subscriptions/proxiesView.js -%%XPI_XPIDIR%%/chrome/content/subscriptions/addEditSubscription.js -%%XPI_XPIDIR%%/chrome/content/subscriptions/patternsView.xul -%%XPI_XPIDIR%%/chrome/content/superadd.js -%%XPI_XPIDIR%%/chrome/content/superadd.xul -%%XPI_XPIDIR%%/chrome/content/tbirdOverlay.xul -%%XPI_XPIDIR%%/chrome/content/torwizhelp.xhtml -%%XPI_XPIDIR%%/chrome/content/triquestion.js -%%XPI_XPIDIR%%/chrome/content/triquestion.xul -%%XPI_XPIDIR%%/chrome/icons/default/foxyproxyaboutdlg2.ico -%%XPI_XPIDIR%%/chrome/icons/default/foxyproxyaddproxydlg2.ico -%%XPI_XPIDIR%%/chrome/icons/default/foxyproxyoptions2.ico -%%XPI_XPIDIR%%/chrome/icons/default/foxyproxypatterndlg2.ico -%%XPI_XPIDIR%%/chrome/icons/default/foxyproxyquickadddlg2.ico -%%XPI_XPIDIR%%/chrome/icons/default/foxyproxySubscriptions.ico -%%XPI_XPIDIR%%/chrome/locale/ar/amo.properties -%%XPI_XPIDIR%%/chrome/locale/ar/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/ar/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/ar/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/cs/amo.properties -%%XPI_XPIDIR%%/chrome/locale/cs/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/cs/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/cs/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/da/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/da/amo.properties -%%XPI_XPIDIR%%/chrome/locale/da/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/da/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/de/amo.properties -%%XPI_XPIDIR%%/chrome/locale/de/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/de/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/de/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/el/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/el/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/el/amo.properties -%%XPI_XPIDIR%%/chrome/locale/el/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/amo.properties -%%XPI_XPIDIR%%/chrome/locale/en-US/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/en-US/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/es-AR/amo.properties -%%XPI_XPIDIR%%/chrome/locale/es-AR/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/es-AR/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/es-AR/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/amo.properties -%%XPI_XPIDIR%%/chrome/locale/es-ES/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/es-ES/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/fa-IR/amo.properties -%%XPI_XPIDIR%%/chrome/locale/fa-IR/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/fa-IR/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/fa-IR/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/ko-KR/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/amo.properties -%%XPI_XPIDIR%%/chrome/locale/fi/amo.properties -%%XPI_XPIDIR%%/chrome/locale/fi/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/fi/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/fi/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/fr/amo.properties -%%XPI_XPIDIR%%/chrome/locale/fr/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/fr/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/fr/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/gl-ES/amo.properties -%%XPI_XPIDIR%%/chrome/locale/gl-ES/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/gl-ES/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/gl-ES/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/hr-HR/amo.properties -%%XPI_XPIDIR%%/chrome/locale/hr-HR/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/hr-HR/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/hr-HR/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/amo.properties -%%XPI_XPIDIR%%/chrome/locale/hu-HU/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/hu-HU/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/it/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/it/amo.properties -%%XPI_XPIDIR%%/chrome/locale/it/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/it/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/ja-JP/amo.properties -%%XPI_XPIDIR%%/chrome/locale/ja-JP/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/ja-JP/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/ja-JP/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/lv-LV/amo.properties -%%XPI_XPIDIR%%/chrome/locale/lv-LV/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/lv-LV/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/lv-LV/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/nl/amo.properties -%%XPI_XPIDIR%%/chrome/locale/nl/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/nl/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/nl/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/pl/amo.properties -%%XPI_XPIDIR%%/chrome/locale/pl/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/pl/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/pl/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/amo.properties -%%XPI_XPIDIR%%/chrome/locale/pt-BR/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/pt-BR/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-PT/amo.properties -%%XPI_XPIDIR%%/chrome/locale/pt-PT/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-PT/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/pt-PT/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/ro/amo.properties -%%XPI_XPIDIR%%/chrome/locale/ro/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/ro/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/ro/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/amo.properties -%%XPI_XPIDIR%%/chrome/locale/ru-RU/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/ru-RU/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/sk/amo.properties -%%XPI_XPIDIR%%/chrome/locale/sk/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/sk/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/sk/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/sr/amo.properties -%%XPI_XPIDIR%%/chrome/locale/sr/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/sr/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/sr/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/amo.properties -%%XPI_XPIDIR%%/chrome/locale/sv-SE/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/sv-SE/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/th/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/th/amo.properties -%%XPI_XPIDIR%%/chrome/locale/th/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/th/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/tr/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/tr/amo.properties -%%XPI_XPIDIR%%/chrome/locale/tr/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/tr/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/uk-UA/amo.properties -%%XPI_XPIDIR%%/chrome/locale/uk-UA/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/uk-UA/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/vi/amo.properties -%%XPI_XPIDIR%%/chrome/locale/vi/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/vi/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/vi/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/amo.properties -%%XPI_XPIDIR%%/chrome/locale/zh-CN/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/zh-CN/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/amo.properties -%%XPI_XPIDIR%%/chrome/locale/zh-TW/foxyproxy.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/foxyproxy.properties -%%XPI_XPIDIR%%/chrome/locale/zh-TW/torwizhelp.dtd -%%XPI_XPIDIR%%/chrome/skin/overlay.css -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/components/api/api.xpt -%%XPI_XPIDIR%%/components/api/proxyConfig.js -%%XPI_XPIDIR%%/components/api/proxyConfigs.js -%%XPI_XPIDIR%%/components/api/api.idl -%%XPI_XPIDIR%%/components/api/api.js -%%XPI_XPIDIR%%/components/autoconf.js -%%XPI_XPIDIR%%/components/commandlinehandler.js -%%XPI_XPIDIR%%/components/common.js -%%XPI_XPIDIR%%/components/foxyproxy.js -%%XPI_XPIDIR%%/components/foxyproxyprotocolhandler.js -%%XPI_XPIDIR%%/components/match.js -%%XPI_XPIDIR%%/components/protocolProxyServiceWrapper.js -%%XPI_XPIDIR%%/components/proxy.js -%%XPI_XPIDIR%%/components/relativeprotocolhandler.js -%%XPI_XPIDIR%%/defaults/preferences/prefs.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/modules/cookiesAndCache.jsm -%%XPI_XPIDIR%%/modules/defaultprefs.jsm -%%XPI_XPIDIR%%/modules/superadd.js -%%XPI_XPIDIR%%/modules/autoproxy.jsm -%%XPI_XPIDIR%%/modules/subscriptions.jsm -%%XPI_XPIDIR%%/modules/utils.jsm diff --git a/www/xpi-gdata_provider/Makefile b/www/xpi-gdata_provider/Makefile deleted file mode 100644 index 77f15827960d..000000000000 --- a/www/xpi-gdata_provider/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gdata_provider -PORTVERSION= 1.0.3 -DISTVERSIONSUFFIX= -tb+sm -CATEGORIES= www deskutils - -MAINTAINER= ale@FreeBSD.org -COMMENT= Allows bidirectional access to Google Calendar - -XPI_DISTNAME= provider_for_google_calendar -XPI_NUM= 4631 -XPI_ID= {a62ef8ec-5fdc-40c2-873c-223b8a6925cc} - -.include "../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-gdata_provider/distinfo b/www/xpi-gdata_provider/distinfo deleted file mode 100644 index c002800b3a9f..000000000000 --- a/www/xpi-gdata_provider/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/provider_for_google_calendar-1.0.3-tb+sm.xpi) = 713073d87c4c99e0e64093011dfae4b33cd7a253711ff77969336e986a2c603f -SIZE (xpi/provider_for_google_calendar-1.0.3-tb+sm.xpi) = 88808 diff --git a/www/xpi-gdata_provider/pkg-descr b/www/xpi-gdata_provider/pkg-descr deleted file mode 100644 index 75db3cef01c2..000000000000 --- a/www/xpi-gdata_provider/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The GDATA Provider is an adapter that connects the internals of -Mozilla's Lightning calendar add-on to Google Calendar RESTful -data services. This allows you to view, edit and manipulate -Google calendars within Lightning. - -WWW: https://wiki.mozilla.org/Calendar:GDATA_Provider diff --git a/www/xpi-gdata_provider/pkg-plist b/www/xpi-gdata_provider/pkg-plist deleted file mode 100644 index b3d2d22720c3..000000000000 --- a/www/xpi-gdata_provider/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/chrome/.mkdir.done -%%XPI_XPIDIR%%/chrome/gdata-provider-en-US/locale/en-US/gdata.dtd -%%XPI_XPIDIR%%/chrome/gdata-provider-en-US/locale/en-US/gdata.properties -%%XPI_XPIDIR%%/chrome/gdata-provider/content/browserRequest.js -%%XPI_XPIDIR%%/chrome/gdata-provider/content/browserRequest.xul -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gcal.png -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gdata-calendar-creation.js -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gdata-calendar-creation.xul -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gdata-calendar-event-dialog.js -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gdata-calendar-event-dialog.xul -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gdata-calendar-properties.js -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gdata-calendar-properties.xul -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gdata-event-dialog-reminder.js -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gdata-event-dialog-reminder.xul -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gdata-list-tree.xml -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gdata-migration-overlay.xul -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gdata-migration-wizard.xul -%%XPI_XPIDIR%%/chrome/gdata-provider/content/gdata-migration.js -%%XPI_XPIDIR%%/chrome/gdata-provider/skin/browserRequest.css -%%XPI_XPIDIR%%/chrome/gdata-provider/skin/gdata-bindings.css -%%XPI_XPIDIR%%/chrome/gdata-provider/skin/gdata-event-dialog-reminder.css -%%XPI_XPIDIR%%/chrome/gdata-provider/skin/reminder-action-sms.png -%%XPI_XPIDIR%%/components/calGoogleCalendar.js -%%XPI_XPIDIR%%/components/calGoogleCalendar.manifest -%%XPI_XPIDIR%%/defaults/preferences/preferences.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/modules/OAuth2.jsm -%%XPI_XPIDIR%%/modules/gdataLogging.jsm -%%XPI_XPIDIR%%/modules/gdataRequest.jsm -%%XPI_XPIDIR%%/modules/gdataSession.jsm -%%XPI_XPIDIR%%/modules/gdataUtils.jsm -%%XPI_XPIDIR%%/modules/shim/Calendar.jsm -%%XPI_XPIDIR%%/modules/shim/Http.jsm -%%XPI_XPIDIR%%/modules/shim/Loader.jsm -%%XPI_XPIDIR%%/modules/shim/Preferences.jsm -%%XPI_XPIDIR%%/modules/shim/Promise.jsm -%%XPI_XPIDIR%%/modules/shim/Task.jsm -%%XPI_XPIDIR%%/modules/shim/Timer.jsm -%%XPI_XPIDIR%%/modules/timezoneMap.jsm diff --git a/www/xpi-ghostery/Makefile b/www/xpi-ghostery/Makefile deleted file mode 100644 index ceb8069f88b6..000000000000 --- a/www/xpi-ghostery/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: clutton <mbsd@isgroup.com.ua> -# $FreeBSD$ - -PORTNAME= ghostery -PORTVERSION= 5.0.6 -DISTVERSIONSUFFIX= -an+fx -CATEGORIES= www - -MAINTAINER= clutton@zoho.com -COMMENT= Alerts/Block web bugs, ad and widgets - -XPI_NUM= 9609 -XPI_ID= firefox@ghostery.com - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-ghostery/distinfo b/www/xpi-ghostery/distinfo deleted file mode 100644 index 35c62a18537a..000000000000 --- a/www/xpi-ghostery/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/ghostery-5.0.6-an+fx.xpi) = 3b14cf57818682ef1322c08087a5b3089212dcc79cbddc9fb671d2ef01ad3d04 -SIZE (xpi/ghostery-5.0.6-an+fx.xpi) = 1338622 diff --git a/www/xpi-ghostery/pkg-descr b/www/xpi-ghostery/pkg-descr deleted file mode 100644 index cb02ddf575ae..000000000000 --- a/www/xpi-ghostery/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Ghostery sees the invisible web - tags, web bugs, pixels and beacons. -Ghostery tracks the trackers and gives you a roll-call of the ad networks, -behavioral data providers, web publishers, and other companies interested -in your activity. - -WWW: http://www.ghostery.com diff --git a/www/xpi-ghostery/pkg-plist b/www/xpi-ghostery/pkg-plist deleted file mode 100644 index 0501cc0024f3..000000000000 --- a/www/xpi-ghostery/pkg-plist +++ /dev/null @@ -1,345 +0,0 @@ -%%XPI_XPIDIR%%/bootstrap.js -%%XPI_XPIDIR%%/defaults/preferences/prefs.js -%%XPI_XPIDIR%%/harness-options.json -%%XPI_XPIDIR%%/icon.png -%%XPI_XPIDIR%%/icon64.png -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/locales.json -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/addon/runner.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/base64.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/console/plain-text.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/console/traceback.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/content/content-proxy.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/content/content-worker.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/content/content.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/content/loader.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/content/symbiont.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/content/thumbnail.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/content/worker.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/core/heritage.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/core/namespace.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/core/promise.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/deprecated/api-utils.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/deprecated/cortex.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/deprecated/errors.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/deprecated/events/assembler.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/deprecated/events.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/deprecated/light-traits.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/deprecated/list.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/deprecated/memory.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/deprecated/observer-service.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/deprecated/traits/core.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/deprecated/traits.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/deprecated/window-utils.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/dom/events.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/event/core.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/event/target.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/frame/hidden-frame.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/frame/utils.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/io/byte-streams.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/io/data.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/io/file.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/io/text-streams.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/l10n/core.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/l10n/html.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/l10n/loader.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/l10n/locale.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/l10n/prefs.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/lang/functional.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/loader/cuddlefish.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/loader/sandbox.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/net/url.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/net/xhr.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/page-mod/match-pattern.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/page-mod.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/platform/xpcom.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/preferences/service.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/private-browsing/utils.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/private-browsing/window/utils.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/private-browsing.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/querystring.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/request.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/self.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/simple-storage.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/system/environment.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/system/events.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/system/globals.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/system/runtime.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/system/unload.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/system/xul-app.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/system.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs/common.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs/events.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs/helpers.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs/namespace.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs/observer.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs/tab-fennec.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs/tab-firefox.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs/tab.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs/tabs-firefox.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs/tabs.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs/utils.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs/worker.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/tabs.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/timers.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/url.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/util/array.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/util/deprecate.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/util/list.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/util/object.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/util/registry.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/util/uuid.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/window/browser.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/window/namespace.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/window/utils.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/windows/dom.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/windows/fennec.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/windows/firefox.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/windows/loader.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/windows/observer.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/windows/tabs-fennec.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/windows/tabs-firefox.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/sdk/windows.js -%%XPI_XPIDIR%%/resources/addon-sdk/lib/toolkit/loader.js -%%XPI_XPIDIR%%/resources/ghostery/data/README.md -%%XPI_XPIDIR%%/resources/ghostery/data/block_log.html -%%XPI_XPIDIR%%/resources/ghostery/data/blocked_redirect.html -%%XPI_XPIDIR%%/resources/ghostery/data/css/block_log.css -%%XPI_XPIDIR%%/resources/ghostery/data/css/browser.css -%%XPI_XPIDIR%%/resources/ghostery/data/css/button.css -%%XPI_XPIDIR%%/resources/ghostery/data/css/firefoxPanel.css -%%XPI_XPIDIR%%/resources/ghostery/data/css/options.css -%%XPI_XPIDIR%%/resources/ghostery/data/css/page.css -%%XPI_XPIDIR%%/resources/ghostery/data/css/panel.css -%%XPI_XPIDIR%%/resources/ghostery/data/css/panel_mobile.css -%%XPI_XPIDIR%%/resources/ghostery/data/css/walkthrough.css -%%XPI_XPIDIR%%/resources/ghostery/data/databases/bugs.json -%%XPI_XPIDIR%%/resources/ghostery/data/databases/click2play.json -%%XPI_XPIDIR%%/resources/ghostery/data/databases/compatibility.json -%%XPI_XPIDIR%%/resources/ghostery/data/databases/lsos.json -%%XPI_XPIDIR%%/resources/ghostery/data/databases/surrogates2.json -%%XPI_XPIDIR%%/resources/ghostery/data/databases/tags.json -%%XPI_XPIDIR%%/resources/ghostery/data/ghostery_eula.txt -%%XPI_XPIDIR%%/resources/ghostery/data/images/Icon-128.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/Icon-16-off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/Icon-16.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/Icon-32.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/Icon-64-off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/Icon-64.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/arrow_down.gif -%%XPI_XPIDIR%%/resources/ghostery/data/images/arrow_right.gif -%%XPI_XPIDIR%%/resources/ghostery/data/images/big_arrow.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/big_arrow_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/button.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/button_down.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/button_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/click2play/allow_once.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/click2play/allow_through.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/click2play/allow_unblock.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/click2play/ghostery_facebook.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/click2play/ghostery_linkedin.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/click2play/ghostery_pinterest.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/click2play/ghostery_plus.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/click2play/ghostery_stumble.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/click2play/ghostery_tumblr.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/click2play/ghostery_twitter.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/click2play/ghostery_vkontakte.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/click2play/ghosty_blocked.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/ghostery_about.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/gradBD.gif -%%XPI_XPIDIR%%/resources/ghostery/data/images/help/addon_bar.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/help/alert_bubble.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/help/badge.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/help/c2p.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/help/c2p_social_buttons.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/help/navigation_toolbar.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/help/old_vs_new_panel.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/help/panel.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/menu/customize-16x16.gif -%%XPI_XPIDIR%%/resources/ghostery/data/images/menu/help-16x16.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/menu/share-16x16.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/numbers/0.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/numbers/1.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/numbers/2.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/numbers/3.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/numbers/4.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/numbers/5.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/numbers/6.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/numbers/7.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/numbers/8.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/numbers/9.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/clippy_button_over.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/clippy_button_up.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/close_panel_mobile.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/footer/button_down.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/footer/button_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/footer/button_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/footer/help_down.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/footer/help_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/footer/help_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/ghosty_TM.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/header/cog_down.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/header/cog_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/header/cog_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/panelarrow-down.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/panelarrow-up.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/settings/button_down.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/settings/button_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/settings/button_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/alert.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/arrow_down_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/arrow_down_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/arrow_up_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/arrow_up_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/indicator_check_green_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/indicator_check_green_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/indicator_check_grey_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/indicator_check_grey_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/indicator_cross_blue_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/indicator_cross_blue_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/indicator_cross_green_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/indicator_cross_green_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/indicator_cross_red_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/indicator_cross_red_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/indicator_cross_yellow_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/indicator_cross_yellow_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/track_hover_left.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/track_hover_right.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tracker/track_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/arrow_left_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/arrow_left_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/arrow_right_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/arrow_right_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/blocking_controls.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/close_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/close_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/control_off.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/control_on.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/indicator_check_green.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/indicator_check_grey.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/indicator_cross_blue.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/indicator_cross_green.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/indicator_cross_grey.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/indicator_cross_red.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/indicator_cross_yellow.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/panel.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/settings.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/panel/tutorial/track_lrg.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/spinner.gif -%%XPI_XPIDIR%%/resources/ghostery/data/images/star.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/tab.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/tab_app_browser.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/tab_app_browser_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/images/tab_hover.png -%%XPI_XPIDIR%%/resources/ghostery/data/includes/ghostery.js -%%XPI_XPIDIR%%/resources/ghostery/data/includes/ghostery_dom_scanner.js -%%XPI_XPIDIR%%/resources/ghostery/data/includes/ghostery_dot_com.js -%%XPI_XPIDIR%%/resources/ghostery/data/includes/ghostery_mobile.js -%%XPI_XPIDIR%%/resources/ghostery/data/includes/page_info.js -%%XPI_XPIDIR%%/resources/ghostery/data/js/options.js -%%XPI_XPIDIR%%/resources/ghostery/data/js/panel.js -%%XPI_XPIDIR%%/resources/ghostery/data/js/tracker.js -%%XPI_XPIDIR%%/resources/ghostery/data/js/walkthrough.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/blocking_log.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/browser.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/i18n.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/panel.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/utils.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/apprise/apprise-1.5.full.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/apprise/apprise.css -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/backbone-0.9.2.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/bootstrap/bootstrap.css -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/bootstrap/bootstrap.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/jquery-1.7.2.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/jquery.scrollintogreatness-2.0.0.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/moment/lang/all.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/moment/moment.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/parseuri.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/tipTip/jquery.tipTip.js -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/tipTip/tipTip.css -%%XPI_XPIDIR%%/resources/ghostery/data/lib/vendor/underscore-1.4.3.js -%%XPI_XPIDIR%%/resources/ghostery/data/locales/de/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/de/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/locales/en/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/en/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/locales/en_GB/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/en_GB/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/locales/es/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/es/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/locales/fr/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/fr/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/locales/it/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/it/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/locales/ja/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/ja/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/locales/ko/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/ko/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/locales/nl/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/nl/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/locales/pl/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/pl/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/locales/ru/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/ru/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/locales/zh_CN/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/zh_CN/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/locales/zh_TW/messages.json -%%XPI_XPIDIR%%/resources/ghostery/data/locales/zh_TW/messages.yml -%%XPI_XPIDIR%%/resources/ghostery/data/options.html -%%XPI_XPIDIR%%/resources/ghostery/data/panel.html -%%XPI_XPIDIR%%/resources/ghostery/data/panel_mobile.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/_app.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/_app_browser.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/_app_info.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/_category.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/_footer.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/_ghostrank.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/_header.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/_library_li.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/_panel_app.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/_select.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/click2play.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/options.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/panel.html -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/_app.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/_app_browser.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/_app_info.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/_category.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/_footer.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/_ghostrank.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/_header.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/_library_li.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/_panel_app.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/_select.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/click2play.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/options.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/panel.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/precompiled/walkthrough.js -%%XPI_XPIDIR%%/resources/ghostery/data/templates/walkthrough.html -%%XPI_XPIDIR%%/resources/ghostery/data/tracker.html -%%XPI_XPIDIR%%/resources/ghostery/data/walkthrough.html -%%XPI_XPIDIR%%/resources/ghostery/lib/background.js -%%XPI_XPIDIR%%/resources/ghostery/lib/bugdb.js -%%XPI_XPIDIR%%/resources/ghostery/lib/cleaner.js -%%XPI_XPIDIR%%/resources/ghostery/lib/click2play.js -%%XPI_XPIDIR%%/resources/ghostery/lib/compatibility.js -%%XPI_XPIDIR%%/resources/ghostery/lib/conf.js -%%XPI_XPIDIR%%/resources/ghostery/lib/dispatcher.js -%%XPI_XPIDIR%%/resources/ghostery/lib/foundbugs.js -%%XPI_XPIDIR%%/resources/ghostery/lib/ghostrank.js -%%XPI_XPIDIR%%/resources/ghostery/lib/i18n.js -%%XPI_XPIDIR%%/resources/ghostery/lib/l10n.js -%%XPI_XPIDIR%%/resources/ghostery/lib/lsodb.js -%%XPI_XPIDIR%%/resources/ghostery/lib/matcher.js -%%XPI_XPIDIR%%/resources/ghostery/lib/surrogatedb.js -%%XPI_XPIDIR%%/resources/ghostery/lib/tabinfo.js -%%XPI_XPIDIR%%/resources/ghostery/lib/ui/menu.js -%%XPI_XPIDIR%%/resources/ghostery/lib/ui/menu_mobile.js -%%XPI_XPIDIR%%/resources/ghostery/lib/ui/panel.js -%%XPI_XPIDIR%%/resources/ghostery/lib/ui/xul_panel.js -%%XPI_XPIDIR%%/resources/ghostery/lib/updatable.js -%%XPI_XPIDIR%%/resources/ghostery/lib/utils.js -%%XPI_XPIDIR%%/resources/ghostery/lib/vendor/parseuri.js -%%XPI_XPIDIR%%/resources/ghostery/lib/vendor/underscore-1.4.3.js -%%XPI_XPIDIR%%/resources/toolbarbutton/lib/toolbarbutton.js -%%XPI_XPIDIR%%/resources/vold-utils/lib/listen.js -%%XPI_XPIDIR%%/resources/vold-utils/lib/unload+.js diff --git a/www/xpi-gmail-manager/Makefile b/www/xpi-gmail-manager/Makefile deleted file mode 100644 index c3f2233f7a3c..000000000000 --- a/www/xpi-gmail-manager/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: chinsan <chinsan.tw@gmail.com> -# $FreeBSD$ - -PORTNAME= gmail-manager -DISTVERSION= 0.6.1 -CATEGORIES= www mail -MASTER_SITES= http://www.longfocus.com/firefox/gmanager/releases/ -DISTFILES= gmanager061.xpi - -MAINTAINER= ports@FreeBSD.org -COMMENT= Manage multiple Gmail accounts and receive new mail notifications - -XPI_DISTNAME= gmail_manager -XPI_NUM= 1320 -XPI_ID= {582195F5-92E7-40a0-A127-DB71295901D7} - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-gmail-manager/distinfo b/www/xpi-gmail-manager/distinfo deleted file mode 100644 index cc35e2e3e520..000000000000 --- a/www/xpi-gmail-manager/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/gmanager061.xpi) = 6aaa895b4c128c5e74686ac22c06d82ee667971b2e82c34c0f943a9fa6767f03 -SIZE (xpi/gmanager061.xpi) = 241301 diff --git a/www/xpi-gmail-manager/pkg-descr b/www/xpi-gmail-manager/pkg-descr deleted file mode 100644 index 7ac95e492de9..000000000000 --- a/www/xpi-gmail-manager/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Allows you to manage multiple Gmail accounts and receive new mail -notifications. Displays your account details including unread messages, -saved drafts, spam messages, labels with new mail, space used, and new mail -snippets. - -WWW: http://www.longfocus.com/firefox/gmanager/ diff --git a/www/xpi-gmail-manager/pkg-plist b/www/xpi-gmail-manager/pkg-plist deleted file mode 100644 index 2a5ef3aab3ae..000000000000 --- a/www/xpi-gmail-manager/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -%%XPI_XPIDIR%%/chrome/gmanager.jar -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/components/gmAccount.js -%%XPI_XPIDIR%%/components/gmAccount.xpt -%%XPI_XPIDIR%%/components/gmCookies.js -%%XPI_XPIDIR%%/components/gmCookies.xpt -%%XPI_XPIDIR%%/components/gmLogger.js -%%XPI_XPIDIR%%/components/gmLogger.xpt -%%XPI_XPIDIR%%/components/gmManager.js -%%XPI_XPIDIR%%/components/gmManager.xpt -%%XPI_XPIDIR%%/components/gmParser.js -%%XPI_XPIDIR%%/components/gmParser.xpt -%%XPI_XPIDIR%%/components/gmService.xpt -%%XPI_XPIDIR%%/components/gmServiceGmail.js -%%XPI_XPIDIR%%/components/gmServiceGmail.xpt -%%XPI_XPIDIR%%/defaults/.autoreg -%%XPI_XPIDIR%%/defaults/preferences/gmanager.js -%%XPI_XPIDIR%%/defaults/transforms/prefs-0.5.1.xsl -%%XPI_XPIDIR%%/defaults/transforms/prefs-0.5.2.xsl -%%XPI_XPIDIR%%/defaults/transforms/prefs-0.5.3.xsl -%%XPI_XPIDIR%%/defaults/transforms/prefs-0.5.4.xsl -%%XPI_XPIDIR%%/defaults/transforms/prefs-0.5.5.xsl -%%XPI_XPIDIR%%/defaults/transforms/prefs-0.5.6.xsl -%%XPI_XPIDIR%%/defaults/transforms/prefs-0.5.7.xsl -%%XPI_XPIDIR%%/defaults/transforms/prefs-0.5.xsl -%%XPI_XPIDIR%%/install.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/license.txt diff --git a/www/xpi-google-notebook/Makefile b/www/xpi-google-notebook/Makefile deleted file mode 100644 index afebffdedfaa..000000000000 --- a/www/xpi-google-notebook/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: chinsan <chinsan.tw@gmail.com> -# $FreeBSD$ - -PORTNAME= google-notebook -PORTVERSION= 1.0.0.5 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= LOCAL/chinsan/xpi -# The unversioned dist is at http://dl.google.com/firefox/google-notebook.xpi - -MAINTAINER= ports@FreeBSD.org -COMMENT= Extension to allow notetaking while browsing - -XPI_ID= notebook@google.com - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-google-notebook/distinfo b/www/xpi-google-notebook/distinfo deleted file mode 100644 index 577632d972e5..000000000000 --- a/www/xpi-google-notebook/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/google-notebook-1.0.0.5.xpi) = e4c5b120c0a2a3e86a0fd46814b3899644f606b2d57c05c7d45f42c8d4842774 -SIZE (xpi/google-notebook-1.0.0.5.xpi) = 24253 diff --git a/www/xpi-google-notebook/pkg-descr b/www/xpi-google-notebook/pkg-descr deleted file mode 100644 index ce80bcc1fdc8..000000000000 --- a/www/xpi-google-notebook/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This extension gives you access to the mini Google Notebook feature, which -allows you to: - - * Clip and collect information as you surf the web. - * Stay in your browser window. - * Organize your notes from the web page you're on. - -WWW: http://www.google.com/notebook/download/ diff --git a/www/xpi-google-notebook/pkg-plist b/www/xpi-google-notebook/pkg-plist deleted file mode 100644 index 805f157cd5ad..000000000000 --- a/www/xpi-google-notebook/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%XPI_XPIDIR%%/chrome/chromeFiles/content/gnotes_overlay.css -%%XPI_XPIDIR%%/chrome/chromeFiles/content/google-gnotes-overlay.xul -%%XPI_XPIDIR%%/chrome/chromeFiles/content/notebook.png -%%XPI_XPIDIR%%/chrome/chromeFiles/content/notebook32.png -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/components/bootstrap.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/lib/gnotes.js diff --git a/www/xpi-google_shortcuts/Makefile b/www/xpi-google_shortcuts/Makefile deleted file mode 100644 index 0e6922b98169..000000000000 --- a/www/xpi-google_shortcuts/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Anatoly Borodin <anatoly.borodin@gmail.com> -# $FreeBSD$ - -PORTNAME= google_shortcuts -PORTVERSION= 2.1.5 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= anatoly.borodin@gmail.com -COMMENT= Display all of your Google Services as buttons just next to your addressbar - -XPI_ID= {5C46D283-ABDE-4dce-B83C-08881401921C} -XPI_NUM= 3576 -XPI_FILES= chrome/googleshortcuts.jar chrome.manifest \ - defaults/preferences/install.js install.rdf -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-google_shortcuts/distinfo b/www/xpi-google_shortcuts/distinfo deleted file mode 100644 index 29efd535fa8b..000000000000 --- a/www/xpi-google_shortcuts/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/google_shortcuts-2.1.5-fx.xpi) = 943fe8895b0e85e8e5d8e38c968aa4bbbf5d986202f87d569777a10f29b576d8 -SIZE (xpi/google_shortcuts-2.1.5-fx.xpi) = 441867 diff --git a/www/xpi-google_shortcuts/pkg-descr b/www/xpi-google_shortcuts/pkg-descr deleted file mode 100644 index ecd44891218c..000000000000 --- a/www/xpi-google_shortcuts/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Display all of your Google Services as buttons just next to your addressbar -or anywhere you like it! - -You can go to settings to change which services should be available for you -as buttons. Left click on a button opens the service in the current tab, -MIDDLE CLICK opens a new tab. If you like you can change the main appearance -from a Toolbar with all buttons you've selected to a single Dropdown Menu. - -WWW: http://www.googleshortcuts.org/ diff --git a/www/xpi-grab_and_drag/Makefile b/www/xpi-grab_and_drag/Makefile deleted file mode 100644 index 9807f237cb46..000000000000 --- a/www/xpi-grab_and_drag/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Norikatsu Shigemura <nork@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= grab_and_drag -PORTVERSION= 2.7.6 -DISTVERSIONSUFFIX= -fx+tb -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Adobe Acrobat-style grab and drag scrolling - -XPI_NUM= 1250 -XPI_ID= {477c4c36-24eb-11da-94d4-00e08161165f} -XPI_FILES= chrome.manifest chrome/grabanddrag.jar \ - defaults/preferences/gadDefaults.js \ - icon.png install.rdf license.txt -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-grab_and_drag/distinfo b/www/xpi-grab_and_drag/distinfo deleted file mode 100644 index 7c8ad167fa62..000000000000 --- a/www/xpi-grab_and_drag/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/grab_and_drag-2.7.6-fx+tb.xpi) = e2a97e8741b8867f1904fd3cf85dfadfd678dbed0ee65ddabecf619fae846002 -SIZE (xpi/grab_and_drag-2.7.6-fx+tb.xpi) = 129271 diff --git a/www/xpi-grab_and_drag/pkg-descr b/www/xpi-grab_and_drag/pkg-descr deleted file mode 100644 index 8df9ba9fbf82..000000000000 --- a/www/xpi-grab_and_drag/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Enables Adobe Acrobat-style grab and drag scrolling, -Flick gestures, and Momentum scrolling in Firefox, -Thunderbird, and Flock. The extension is easily toggled -on and off for text selection and has a variety of -customization options suitable for both mouse- and -pen-based navigation. - -WWW: http://grabanddrag.mozdev.org/ diff --git a/www/xpi-greasemonkey/Makefile b/www/xpi-greasemonkey/Makefile deleted file mode 100644 index c2c124670092..000000000000 --- a/www/xpi-greasemonkey/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= greasemonkey -PORTVERSION= 1.15 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Add bits of DHTML to any web page to change its behavior - -XPI_ID= {e4a8a97b-f2ed-450b-b12d-ee082ba24781} -XPI_NUM= 748 - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-greasemonkey/distinfo b/www/xpi-greasemonkey/distinfo deleted file mode 100644 index 7620204fa716..000000000000 --- a/www/xpi-greasemonkey/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/greasemonkey-1.15-fx.xpi) = 2672eafe007aede40fa1f2e398188edcb9edc087b58e8c4022372fb15644bd61 -SIZE (xpi/greasemonkey-1.15-fx.xpi) = 287566 diff --git a/www/xpi-greasemonkey/pkg-descr b/www/xpi-greasemonkey/pkg-descr deleted file mode 100644 index 3b5b6ef004a7..000000000000 --- a/www/xpi-greasemonkey/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Greasemonkey is a Firefox extension which lets you to add bits of -DHTML ("user scripts") to any web page to change its behavior. In -much the same way that user CSS lets you take control of a web -page's style, user scripts let you easily control any aspect of a -web page's design or interaction. - -WWW: https://www.greasespot.net/ diff --git a/www/xpi-greasemonkey/pkg-plist b/www/xpi-greasemonkey/pkg-plist deleted file mode 100644 index 0dfa42074b42..000000000000 --- a/www/xpi-greasemonkey/pkg-plist +++ /dev/null @@ -1,310 +0,0 @@ -%%XPI_XPIDIR%%/CREDITS -%%XPI_XPIDIR%%/LICENSE.bsd -%%XPI_XPIDIR%%/LICENSE.mit -%%XPI_XPIDIR%%/LICENSE.mpl -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/components/greasemonkey.js -%%XPI_XPIDIR%%/components/scriptProtocol.js -%%XPI_XPIDIR%%/content/addons4-overlay.js -%%XPI_XPIDIR%%/content/addons4-overlay.xul -%%XPI_XPIDIR%%/content/addons4.xul -%%XPI_XPIDIR%%/content/bindings.xml -%%XPI_XPIDIR%%/content/browser.js -%%XPI_XPIDIR%%/content/browser.xul -%%XPI_XPIDIR%%/content/closewindow.xul -%%XPI_XPIDIR%%/content/config.js -%%XPI_XPIDIR%%/content/install.js -%%XPI_XPIDIR%%/content/install.xul -%%XPI_XPIDIR%%/content/menucommander.js -%%XPI_XPIDIR%%/content/newscript.js -%%XPI_XPIDIR%%/content/newscript.xul -%%XPI_XPIDIR%%/content/options.js -%%XPI_XPIDIR%%/content/options.xul -%%XPI_XPIDIR%%/content/scratchpad-overlay.js -%%XPI_XPIDIR%%/content/scratchpad-overlay.xul -%%XPI_XPIDIR%%/content/scriptprefs.js -%%XPI_XPIDIR%%/content/scriptprefs.xul -%%XPI_XPIDIR%%/content/third-party/addons4.css -%%XPI_XPIDIR%%/content/third-party/mpl-utils.js -%%XPI_XPIDIR%%/defaults/preferences/greasemonkey.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/locale/ar/gm-addons.dtd -%%XPI_XPIDIR%%/locale/ar/gm-addons.properties -%%XPI_XPIDIR%%/locale/ar/gm-browser.properties -%%XPI_XPIDIR%%/locale/ar/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/ar/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/ar/greasemonkey.properties -%%XPI_XPIDIR%%/locale/ca/gm-addons.dtd -%%XPI_XPIDIR%%/locale/ca/gm-addons.properties -%%XPI_XPIDIR%%/locale/ca/gm-browser.properties -%%XPI_XPIDIR%%/locale/ca/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/ca/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/ca/greasemonkey.properties -%%XPI_XPIDIR%%/locale/cs/gm-addons.dtd -%%XPI_XPIDIR%%/locale/cs/gm-addons.properties -%%XPI_XPIDIR%%/locale/cs/gm-browser.properties -%%XPI_XPIDIR%%/locale/cs/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/cs/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/cs/greasemonkey.properties -%%XPI_XPIDIR%%/locale/da/gm-addons.dtd -%%XPI_XPIDIR%%/locale/da/gm-addons.properties -%%XPI_XPIDIR%%/locale/da/gm-browser.properties -%%XPI_XPIDIR%%/locale/da/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/da/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/da/greasemonkey.properties -%%XPI_XPIDIR%%/locale/de/gm-addons.dtd -%%XPI_XPIDIR%%/locale/de/gm-addons.properties -%%XPI_XPIDIR%%/locale/de/gm-browser.properties -%%XPI_XPIDIR%%/locale/de/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/de/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/de/greasemonkey.properties -%%XPI_XPIDIR%%/locale/el/gm-addons.dtd -%%XPI_XPIDIR%%/locale/el/gm-addons.properties -%%XPI_XPIDIR%%/locale/el/gm-browser.properties -%%XPI_XPIDIR%%/locale/el/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/el/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/el/greasemonkey.properties -%%XPI_XPIDIR%%/locale/en-US/gm-addons.dtd -%%XPI_XPIDIR%%/locale/en-US/gm-addons.properties -%%XPI_XPIDIR%%/locale/en-US/gm-browser.properties -%%XPI_XPIDIR%%/locale/en-US/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/en-US/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/en-US/greasemonkey.properties -%%XPI_XPIDIR%%/locale/es-AR/gm-addons.dtd -%%XPI_XPIDIR%%/locale/es-AR/gm-addons.properties -%%XPI_XPIDIR%%/locale/es-AR/gm-browser.properties -%%XPI_XPIDIR%%/locale/es-AR/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/es-AR/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/es-AR/greasemonkey.properties -%%XPI_XPIDIR%%/locale/es-CL/gm-addons.dtd -%%XPI_XPIDIR%%/locale/es-CL/gm-addons.properties -%%XPI_XPIDIR%%/locale/es-CL/gm-browser.properties -%%XPI_XPIDIR%%/locale/es-CL/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/es-CL/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/es-CL/greasemonkey.properties -%%XPI_XPIDIR%%/locale/es-ES/gm-addons.dtd -%%XPI_XPIDIR%%/locale/es-ES/gm-addons.properties -%%XPI_XPIDIR%%/locale/es-ES/gm-browser.properties -%%XPI_XPIDIR%%/locale/es-ES/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/es-ES/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/es-ES/greasemonkey.properties -%%XPI_XPIDIR%%/locale/es-MX/gm-addons.dtd -%%XPI_XPIDIR%%/locale/es-MX/gm-addons.properties -%%XPI_XPIDIR%%/locale/es-MX/gm-browser.properties -%%XPI_XPIDIR%%/locale/es-MX/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/es-MX/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/es-MX/greasemonkey.properties -%%XPI_XPIDIR%%/locale/et/gm-addons.dtd -%%XPI_XPIDIR%%/locale/et/gm-addons.properties -%%XPI_XPIDIR%%/locale/et/gm-browser.properties -%%XPI_XPIDIR%%/locale/et/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/et/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/et/greasemonkey.properties -%%XPI_XPIDIR%%/locale/fa/gm-addons.dtd -%%XPI_XPIDIR%%/locale/fa/gm-addons.properties -%%XPI_XPIDIR%%/locale/fa/gm-browser.properties -%%XPI_XPIDIR%%/locale/fa/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/fa/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/fa/greasemonkey.properties -%%XPI_XPIDIR%%/locale/fi/gm-addons.dtd -%%XPI_XPIDIR%%/locale/fi/gm-addons.properties -%%XPI_XPIDIR%%/locale/fi/gm-browser.properties -%%XPI_XPIDIR%%/locale/fi/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/fi/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/fi/greasemonkey.properties -%%XPI_XPIDIR%%/locale/fr/gm-addons.dtd -%%XPI_XPIDIR%%/locale/fr/gm-addons.properties -%%XPI_XPIDIR%%/locale/fr/gm-browser.properties -%%XPI_XPIDIR%%/locale/fr/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/fr/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/fr/greasemonkey.properties -%%XPI_XPIDIR%%/locale/gl/gm-addons.dtd -%%XPI_XPIDIR%%/locale/gl/gm-addons.properties -%%XPI_XPIDIR%%/locale/gl/gm-browser.properties -%%XPI_XPIDIR%%/locale/gl/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/gl/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/gl/greasemonkey.properties -%%XPI_XPIDIR%%/locale/he/gm-addons.dtd -%%XPI_XPIDIR%%/locale/he/gm-addons.properties -%%XPI_XPIDIR%%/locale/he/gm-browser.properties -%%XPI_XPIDIR%%/locale/he/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/he/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/he/greasemonkey.properties -%%XPI_XPIDIR%%/locale/hu/gm-addons.dtd -%%XPI_XPIDIR%%/locale/hu/gm-addons.properties -%%XPI_XPIDIR%%/locale/hu/gm-browser.properties -%%XPI_XPIDIR%%/locale/hu/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/hu/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/hu/greasemonkey.properties -%%XPI_XPIDIR%%/locale/it/gm-addons.dtd -%%XPI_XPIDIR%%/locale/it/gm-addons.properties -%%XPI_XPIDIR%%/locale/it/gm-browser.properties -%%XPI_XPIDIR%%/locale/it/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/it/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/it/greasemonkey.properties -%%XPI_XPIDIR%%/locale/ja/gm-addons.dtd -%%XPI_XPIDIR%%/locale/ja/gm-addons.properties -%%XPI_XPIDIR%%/locale/ja/gm-browser.properties -%%XPI_XPIDIR%%/locale/ja/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/ja/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/ja/greasemonkey.properties -%%XPI_XPIDIR%%/locale/ko/gm-addons.dtd -%%XPI_XPIDIR%%/locale/ko/gm-addons.properties -%%XPI_XPIDIR%%/locale/ko/gm-browser.properties -%%XPI_XPIDIR%%/locale/ko/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/ko/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/ko/greasemonkey.properties -%%XPI_XPIDIR%%/locale/lt/gm-addons.dtd -%%XPI_XPIDIR%%/locale/lt/gm-addons.properties -%%XPI_XPIDIR%%/locale/lt/gm-browser.properties -%%XPI_XPIDIR%%/locale/lt/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/lt/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/lt/greasemonkey.properties -%%XPI_XPIDIR%%/locale/nl/gm-addons.dtd -%%XPI_XPIDIR%%/locale/nl/gm-addons.properties -%%XPI_XPIDIR%%/locale/nl/gm-browser.properties -%%XPI_XPIDIR%%/locale/nl/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/nl/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/nl/greasemonkey.properties -%%XPI_XPIDIR%%/locale/pl/gm-addons.dtd -%%XPI_XPIDIR%%/locale/pl/gm-addons.properties -%%XPI_XPIDIR%%/locale/pl/gm-browser.properties -%%XPI_XPIDIR%%/locale/pl/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/pl/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/pl/greasemonkey.properties -%%XPI_XPIDIR%%/locale/pt-BR/gm-addons.dtd -%%XPI_XPIDIR%%/locale/pt-BR/gm-addons.properties -%%XPI_XPIDIR%%/locale/pt-BR/gm-browser.properties -%%XPI_XPIDIR%%/locale/pt-BR/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/pt-BR/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/pt-BR/greasemonkey.properties -%%XPI_XPIDIR%%/locale/ro/gm-addons.dtd -%%XPI_XPIDIR%%/locale/ro/gm-addons.properties -%%XPI_XPIDIR%%/locale/ro/gm-browser.properties -%%XPI_XPIDIR%%/locale/ro/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/ro/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/ro/greasemonkey.properties -%%XPI_XPIDIR%%/locale/ru/gm-addons.dtd -%%XPI_XPIDIR%%/locale/ru/gm-addons.properties -%%XPI_XPIDIR%%/locale/ru/gm-browser.properties -%%XPI_XPIDIR%%/locale/ru/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/ru/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/ru/greasemonkey.properties -%%XPI_XPIDIR%%/locale/si/gm-addons.dtd -%%XPI_XPIDIR%%/locale/si/gm-addons.properties -%%XPI_XPIDIR%%/locale/si/gm-browser.properties -%%XPI_XPIDIR%%/locale/si/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/si/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/si/greasemonkey.properties -%%XPI_XPIDIR%%/locale/sk/gm-addons.dtd -%%XPI_XPIDIR%%/locale/sk/gm-addons.properties -%%XPI_XPIDIR%%/locale/sk/gm-browser.properties -%%XPI_XPIDIR%%/locale/sk/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/sk/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/sk/greasemonkey.properties -%%XPI_XPIDIR%%/locale/sr/gm-addons.dtd -%%XPI_XPIDIR%%/locale/sr/gm-addons.properties -%%XPI_XPIDIR%%/locale/sr/gm-browser.properties -%%XPI_XPIDIR%%/locale/sr/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/sr/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/sr/greasemonkey.properties -%%XPI_XPIDIR%%/locale/sv-SE/gm-addons.dtd -%%XPI_XPIDIR%%/locale/sv-SE/gm-addons.properties -%%XPI_XPIDIR%%/locale/sv-SE/gm-browser.properties -%%XPI_XPIDIR%%/locale/sv-SE/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/sv-SE/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/sv-SE/greasemonkey.properties -%%XPI_XPIDIR%%/locale/tr/gm-addons.dtd -%%XPI_XPIDIR%%/locale/tr/gm-addons.properties -%%XPI_XPIDIR%%/locale/tr/gm-browser.properties -%%XPI_XPIDIR%%/locale/tr/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/tr/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/tr/greasemonkey.properties -%%XPI_XPIDIR%%/locale/uk/gm-addons.dtd -%%XPI_XPIDIR%%/locale/uk/gm-addons.properties -%%XPI_XPIDIR%%/locale/uk/gm-browser.properties -%%XPI_XPIDIR%%/locale/uk/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/uk/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/uk/greasemonkey.properties -%%XPI_XPIDIR%%/locale/zh-CN/gm-addons.dtd -%%XPI_XPIDIR%%/locale/zh-CN/gm-addons.properties -%%XPI_XPIDIR%%/locale/zh-CN/gm-browser.properties -%%XPI_XPIDIR%%/locale/zh-CN/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/zh-CN/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/zh-CN/greasemonkey.properties -%%XPI_XPIDIR%%/locale/zh-TW/gm-addons.dtd -%%XPI_XPIDIR%%/locale/zh-TW/gm-addons.properties -%%XPI_XPIDIR%%/locale/zh-TW/gm-browser.properties -%%XPI_XPIDIR%%/locale/zh-TW/gm-cludes.dtd -%%XPI_XPIDIR%%/locale/zh-TW/greasemonkey.dtd -%%XPI_XPIDIR%%/locale/zh-TW/greasemonkey.properties -%%XPI_XPIDIR%%/modules/GM_notification.js -%%XPI_XPIDIR%%/modules/GM_setClipboard.js -%%XPI_XPIDIR%%/modules/addons4.js -%%XPI_XPIDIR%%/modules/constants.js -%%XPI_XPIDIR%%/modules/miscapis.js -%%XPI_XPIDIR%%/modules/parseScript.js -%%XPI_XPIDIR%%/modules/prefmanager.js -%%XPI_XPIDIR%%/modules/remoteScript.js -%%XPI_XPIDIR%%/modules/script.js -%%XPI_XPIDIR%%/modules/scriptDependency.js -%%XPI_XPIDIR%%/modules/scriptIcon.js -%%XPI_XPIDIR%%/modules/scriptRequire.js -%%XPI_XPIDIR%%/modules/scriptResource.js -%%XPI_XPIDIR%%/modules/stats.js -%%XPI_XPIDIR%%/modules/sync.js -%%XPI_XPIDIR%%/modules/third-party/MatchPattern.js -%%XPI_XPIDIR%%/modules/third-party/convert2RegExp.js -%%XPI_XPIDIR%%/modules/third-party/droppedUrls.js -%%XPI_XPIDIR%%/modules/third-party/getChromeWinForContentWin.js -%%XPI_XPIDIR%%/modules/util/alert.js -%%XPI_XPIDIR%%/modules/util/anonWrap.js -%%XPI_XPIDIR%%/modules/util/apiLeakCheck.js -%%XPI_XPIDIR%%/modules/util/checkCoralCache.js -%%XPI_XPIDIR%%/modules/util/compareFirefoxVersion.js -%%XPI_XPIDIR%%/modules/util/emptyEl.js -%%XPI_XPIDIR%%/modules/util/enqueueRemoveFile.js -%%XPI_XPIDIR%%/modules/util/getBinaryContents.js -%%XPI_XPIDIR%%/modules/util/getBrowserWindow.js -%%XPI_XPIDIR%%/modules/util/getContents.js -%%XPI_XPIDIR%%/modules/util/getEditor.js -%%XPI_XPIDIR%%/modules/util/getEnabled.js -%%XPI_XPIDIR%%/modules/util/getScriptSource.js -%%XPI_XPIDIR%%/modules/util/getService.js -%%XPI_XPIDIR%%/modules/util/getTempDir.js -%%XPI_XPIDIR%%/modules/util/getTempFile.js -%%XPI_XPIDIR%%/modules/util/getUriFromFile.js -%%XPI_XPIDIR%%/modules/util/hitch.js -%%XPI_XPIDIR%%/modules/util/inArray.js -%%XPI_XPIDIR%%/modules/util/installScriptFromSource.js -%%XPI_XPIDIR%%/modules/util/isGreasemonkeyable.js -%%XPI_XPIDIR%%/modules/util/logError.js -%%XPI_XPIDIR%%/modules/util/memoize.js -%%XPI_XPIDIR%%/modules/util/newUserScript.js -%%XPI_XPIDIR%%/modules/util/openInEditor.js -%%XPI_XPIDIR%%/modules/util/scriptDir.js -%%XPI_XPIDIR%%/modules/util/scriptMatchesUrlAndRuns.js -%%XPI_XPIDIR%%/modules/util/setEditor.js -%%XPI_XPIDIR%%/modules/util/setEnabled.js -%%XPI_XPIDIR%%/modules/util/sha1.js -%%XPI_XPIDIR%%/modules/util/showInstallDialog.js -%%XPI_XPIDIR%%/modules/util/sniffGrants.js -%%XPI_XPIDIR%%/modules/util/timeout.js -%%XPI_XPIDIR%%/modules/util/uriFromUrl.js -%%XPI_XPIDIR%%/modules/util/uuid.js -%%XPI_XPIDIR%%/modules/util/windowId.js -%%XPI_XPIDIR%%/modules/util/windowIdForEvent.js -%%XPI_XPIDIR%%/modules/util/windowIsClosed.js -%%XPI_XPIDIR%%/modules/util/writeToFile.js -%%XPI_XPIDIR%%/modules/util.js -%%XPI_XPIDIR%%/modules/xmlhttprequester.js -%%XPI_XPIDIR%%/skin/addons4.css -%%XPI_XPIDIR%%/skin/bindings.css -%%XPI_XPIDIR%%/skin/browser.css -%%XPI_XPIDIR%%/skin/icon16.png -%%XPI_XPIDIR%%/skin/icon16disabled.png -%%XPI_XPIDIR%%/skin/icon24.png -%%XPI_XPIDIR%%/skin/icon32.png -%%XPI_XPIDIR%%/skin/options.css -%%XPI_XPIDIR%%/skin/scriptprefs.css -%%XPI_XPIDIR%%/skin/userscript.png diff --git a/www/xpi-httpfox/Makefile b/www/xpi-httpfox/Makefile deleted file mode 100644 index 5d08a88059b5..000000000000 --- a/www/xpi-httpfox/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: Steven Kreuzer <skreuzer@exit2shell.com> -# $FreeBSD$ - -PORTNAME= httpfox -PORTVERSION= 0.8.14 -DISTVERSIONSUFFIX= -fx+sm -CATEGORIES= www - -MAINTAINER= skreuzer@FreeBSD.org -COMMENT= HTTP analyzer addon for Firefox - -XPI_NUM= 6647 -XPI_ID= {4093c4de-454a-4329-8aff-c6b0b123c386} - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-httpfox/distinfo b/www/xpi-httpfox/distinfo deleted file mode 100644 index 28a03c5e25d8..000000000000 --- a/www/xpi-httpfox/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1485030938 -SHA256 (xpi/httpfox-0.8.14-fx+sm.xpi) = a6699e588581cc5707c34278cbee32af249435ccb03033f283dd17b9e64c943b -SIZE (xpi/httpfox-0.8.14-fx+sm.xpi) = 140877 diff --git a/www/xpi-httpfox/pkg-descr b/www/xpi-httpfox/pkg-descr deleted file mode 100644 index c688f22e32a8..000000000000 --- a/www/xpi-httpfox/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -HttpFox monitors and analyzes all incoming and outgoing HTTP traffic between the -browser and the web servers. - -It aims to bring the functionality known from tools like HttpWatch or -IEInspector to the Firefox browser. - -Information available per request includes: -- Request and response headers -- Sent and received cookies -- Querystring parameters -- POST parameters -- Response body - -WWW: https://addons.mozilla.org/en-US/firefox/addon/6647 diff --git a/www/xpi-httpfox/pkg-plist b/www/xpi-httpfox/pkg-plist deleted file mode 100644 index 37aa84d22d1a..000000000000 --- a/www/xpi-httpfox/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/chrome/content/HttpFox.js -%%XPI_XPIDIR%%/chrome/content/HttpFoxOptions.xul -%%XPI_XPIDIR%%/chrome/content/HttpFoxOverlay.xul -%%XPI_XPIDIR%%/chrome/content/HttpFoxTree.js -%%XPI_XPIDIR%%/chrome/content/HttpFoxWindow.xul -%%XPI_XPIDIR%%/chrome/content/Utils.js -%%XPI_XPIDIR%%/chrome/content/XMLPrettyPrint.css -%%XPI_XPIDIR%%/chrome/content/XMLPrettyPrint.xsl -%%XPI_XPIDIR%%/chrome/content/bindings.xml -%%XPI_XPIDIR%%/chrome/content/browserOverlay.xul -%%XPI_XPIDIR%%/chrome/content/browserOverlayOld.xul -%%XPI_XPIDIR%%/chrome/locale/de-DE/HttpFox.dtd -%%XPI_XPIDIR%%/chrome/locale/de-DE/HttpFox.properties -%%XPI_XPIDIR%%/chrome/locale/en-US/HttpFox.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/HttpFox.properties -%%XPI_XPIDIR%%/chrome/locale/ja-JP/HttpFox.dtd -%%XPI_XPIDIR%%/chrome/locale/ja-JP/HttpFox.properties -%%XPI_XPIDIR%%/chrome/locale/nl-NL/HttpFox.dtd -%%XPI_XPIDIR%%/chrome/locale/nl-NL/HttpFox.properties -%%XPI_XPIDIR%%/chrome/skin/HttpFox.css -%%XPI_XPIDIR%%/chrome/skin/application_double.png -%%XPI_XPIDIR%%/chrome/skin/application_double_grey.png -%%XPI_XPIDIR%%/chrome/skin/clear.png -%%XPI_XPIDIR%%/chrome/skin/close.png -%%XPI_XPIDIR%%/chrome/skin/globe16.png -%%XPI_XPIDIR%%/chrome/skin/globe18.png -%%XPI_XPIDIR%%/chrome/skin/globe24.png -%%XPI_XPIDIR%%/chrome/skin/globe32.png -%%XPI_XPIDIR%%/chrome/skin/globe64.png -%%XPI_XPIDIR%%/chrome/skin/go.png -%%XPI_XPIDIR%%/chrome/skin/nodeClosed.png -%%XPI_XPIDIR%%/chrome/skin/nodeOpen.png -%%XPI_XPIDIR%%/chrome/skin/search.png -%%XPI_XPIDIR%%/chrome/skin/toolbar.png -%%XPI_XPIDIR%%/components/HttpFoxService.js -%%XPI_XPIDIR%%/defaults/preferences/HttpFox.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/license.txt diff --git a/www/xpi-imagezoom/Makefile b/www/xpi-imagezoom/Makefile deleted file mode 100644 index afc488912b00..000000000000 --- a/www/xpi-imagezoom/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Alexander V. Ribchansky <triosoft@triosoft.com.ua> -# $FreeBSD$ - -PORTNAME= imagezoom -PORTVERSION= 0.3.1 -DISTVERSIONSUFFIX= -fx+mz+tb+sm -CATEGORIES= www -DISTNAME= image_zoom-${PORTVERSION}${DISTVERSIONSUFFIX} - -MAINTAINER= triosoft@triosoft.com.ua -COMMENT= Zoom images - -XPI_ID= {1A2D0EC4-75F5-4c91-89C4-3656F6E44B68} -XPI_NUM= 139 -XPI_FILES= chrome/imagezoom.jar defaults/preferences/imagezoom-defaults.js \ - gpl.txt chrome.manifest install.js install.rdf -XPI_DIRS= chrome defaults/preferences defaults - -post-patch: - @${REINPLACE_CMD} -e '/maxVersion/s|3.0b4|3.0.\*|' ${WRKSRC}/install.rdf - @${RM} ${WRKSRC}/install.rdf.bak - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-imagezoom/distinfo b/www/xpi-imagezoom/distinfo deleted file mode 100644 index 2d746226bdbd..000000000000 --- a/www/xpi-imagezoom/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/image_zoom-0.3.1-fx+mz+tb+sm.xpi) = 1718d34ede9043da78fabdf2ff057c9397f8f4b3d8661972331270b3e4bda79c -SIZE (xpi/image_zoom-0.3.1-fx+mz+tb+sm.xpi) = 111016 diff --git a/www/xpi-imagezoom/pkg-descr b/www/xpi-imagezoom/pkg-descr deleted file mode 100644 index 6b7b4ae7f8a5..000000000000 --- a/www/xpi-imagezoom/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Image zoom gives you complete control of the size of most images displayed in -mozilla based software. Both individual images or whole pages of images can be -zoomed. - -WWW: http://imagezoom.yellowgorilla.net/ diff --git a/www/xpi-imdbpreview/Makefile b/www/xpi-imdbpreview/Makefile deleted file mode 100644 index 9d76a1fcfe7d..000000000000 --- a/www/xpi-imdbpreview/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= imdbpreview -DISTVERSION= 0.5 -CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/IMDb%20Preview/IMDb%20Preview%20${PORTVERSION} -DISTNAME= IMDb_Preview_${DISTVERSION}_fixed - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Preview movie & actor posters when hovering over their IMDb links - -PORTSCOUT= skipv:0.5dev.1 - -XPI_ID= {10187899-7ffe-4f9a-b9d2-35fdb3b49690} -XPI_FILES= chrome/imdb_preview.jar chrome.manifest \ - defaults/preferences/defaults.js install.rdf -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-imdbpreview/distinfo b/www/xpi-imdbpreview/distinfo deleted file mode 100644 index ebb613401903..000000000000 --- a/www/xpi-imdbpreview/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/IMDb_Preview_0.5_fixed.xpi) = c27c3cc6fb510f02c027147e4a618c8bd0bf376defeef9f08facbd2a08630f86 -SIZE (xpi/IMDb_Preview_0.5_fixed.xpi) = 27141 diff --git a/www/xpi-imdbpreview/pkg-descr b/www/xpi-imdbpreview/pkg-descr deleted file mode 100644 index 1194e9b2b1c6..000000000000 --- a/www/xpi-imdbpreview/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Preview movie & actor posters when hovering over their IMDb links. - -WWW: http://forums.mozillazine.org/viewtopic.php?t=408043 diff --git a/www/xpi-imglikeopera/Makefile b/www/xpi-imglikeopera/Makefile deleted file mode 100644 index fa689bac0617..000000000000 --- a/www/xpi-imglikeopera/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Created by: Alexander V. Ribchansky <triosoft@triosoft.com.ua> -# $FreeBSD$ - -PORTNAME= imglikeopera -PORTVERSION= 0.6.20 -CATEGORIES= www -MASTER_SITES= MOZDEV - -MAINTAINER= triosoft@triosoft.com.ua -COMMENT= Load only the images that you want in Firefox - -XPI_ID= imglikeopera@imfo.ru - -.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-imglikeopera/distinfo b/www/xpi-imglikeopera/distinfo deleted file mode 100644 index 4f5e18d63164..000000000000 --- a/www/xpi-imglikeopera/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/imglikeopera-0.6.20.xpi) = 41d90dc909a10d45007328afa2c967e16637a75dffe53909f867574e42e7d78d -SIZE (xpi/imglikeopera-0.6.20.xpi) = 86222 diff --git a/www/xpi-imglikeopera/pkg-descr b/www/xpi-imglikeopera/pkg-descr deleted file mode 100644 index 69c06ac1f396..000000000000 --- a/www/xpi-imglikeopera/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -ImgLikeOpera allows load only the images that you want in Firefox browser. -This extension is very useful for non broadband users. - -Features: - - * placeholders for blocked images (hi, LJ treads!); - * (re)load image from context menu or Ctrl+rightMouseClick; - * forced expiration time (5 minutes - 3 months); - * one of four policies for each tab: - o don't load images; - o load cached images only; - o load images for the originating Web site only; - o load all images. - * filters. - -WWW: http://imglikeopera.mozdev.org diff --git a/www/xpi-imglikeopera/pkg-plist b/www/xpi-imglikeopera/pkg-plist deleted file mode 100644 index 2d7a36e95044..000000000000 --- a/www/xpi-imglikeopera/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/license.txt -%%XPI_XPIDIR%%/chrome/icons/default/imglikeoperaSettingsWindow.xpm -%%XPI_XPIDIR%%/chrome/icons/default/imglikeoperaSettingsWindow.ico -%%XPI_XPIDIR%%/chrome/content/options.js -%%XPI_XPIDIR%%/chrome/content/imglikeopera.xml -%%XPI_XPIDIR%%/chrome/content/imglikeopera.xul -%%XPI_XPIDIR%%/chrome/content/imglikeopera.js -%%XPI_XPIDIR%%/chrome/content/optionsdialog.xul -%%XPI_XPIDIR%%/chrome/content/sub-scripts/file.js -%%XPI_XPIDIR%%/chrome/content/sub-scripts/prefs.js -%%XPI_XPIDIR%%/chrome/content/sub-scripts/docdata.js -%%XPI_XPIDIR%%/chrome/content/options.xul -%%XPI_XPIDIR%%/chrome/skin/help.css -%%XPI_XPIDIR%%/chrome/skin/img/ilo24.png -%%XPI_XPIDIR%%/chrome/skin/img/ilo16.png -%%XPI_XPIDIR%%/chrome/skin/img/ilo12.png -%%XPI_XPIDIR%%/chrome/skin/imglikeopera.css -%%XPI_XPIDIR%%/chrome/skin/imglikeopera.png -%%XPI_XPIDIR%%/chrome/skin/user.chrome.css -%%XPI_XPIDIR%%/chrome/locale/it-IT/help.xhtml -%%XPI_XPIDIR%%/chrome/locale/it-IT/imglikeopera.properties -%%XPI_XPIDIR%%/chrome/locale/it-IT/imglikeopera.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/help.xhtml -%%XPI_XPIDIR%%/chrome/locale/es-ES/imglikeopera.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/imglikeopera.properties -%%XPI_XPIDIR%%/chrome/locale/ja-JP/help.xhtml -%%XPI_XPIDIR%%/chrome/locale/ja-JP/imglikeopera.properties -%%XPI_XPIDIR%%/chrome/locale/ja-JP/imglikeopera.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/imglikeopera.properties -%%XPI_XPIDIR%%/chrome/locale/ru-RU/help.xhtml -%%XPI_XPIDIR%%/chrome/locale/ru-RU/imglikeopera.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/help.xhtml -%%XPI_XPIDIR%%/chrome/locale/en-US/imglikeopera.properties -%%XPI_XPIDIR%%/chrome/locale/en-US/imglikeopera.dtd -%%XPI_XPIDIR%%/chrome/locale/pl-PL/imglikeopera.properties -%%XPI_XPIDIR%%/chrome/locale/pl-PL/imglikeopera.dtd -%%XPI_XPIDIR%%/chrome/locale/pl-PL/help.xhtml -%%XPI_XPIDIR%%/chrome/locale/de-DE/imglikeopera.dtd -%%XPI_XPIDIR%%/chrome/locale/de-DE/help.xhtml -%%XPI_XPIDIR%%/chrome/locale/de-DE/imglikeopera.properties -%%XPI_XPIDIR%%/chrome/locale/zh-TW/help.xhtml -%%XPI_XPIDIR%%/chrome/locale/zh-TW/imglikeopera.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/imglikeopera.properties -%%XPI_XPIDIR%%/components/nsIImgLikeOpera.xpt -%%XPI_XPIDIR%%/components/nsImgLikeOpera.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/defaults/preferences/imglikeopera.js diff --git a/www/xpi-infolister/Makefile b/www/xpi-infolister/Makefile deleted file mode 100644 index f070598f8b8d..000000000000 --- a/www/xpi-infolister/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= infolister -DISTVERSION= 0.9f.2 -DISTVERSIONSUFFIX= -fx+tb+sb -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Lists installed extensions and themes - -XPI_ID= {3f0da09b-c1ab-40c5-8d7f-53f475ac3fe8} -XPI_NUM= 447 -XPI_FILES= chrome/infolister.jar chrome.manifest \ - components/infolister-service.js components/ss.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 deleted file mode 100644 index 7f928f3075ce..000000000000 --- a/www/xpi-infolister/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/infolister-0.9f.2-fx+tb+sb.xpi) = 5299d0c577cf312b1bb7e066870a44b7262ca50ec3205fe8796083f33977fc93 -SIZE (xpi/infolister-0.9f.2-fx+tb+sb.xpi) = 77666 diff --git a/www/xpi-infolister/pkg-descr b/www/xpi-infolister/pkg-descr deleted file mode 100644 index db794df4017b..000000000000 --- a/www/xpi-infolister/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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/ diff --git a/www/xpi-informenter/Makefile b/www/xpi-informenter/Makefile deleted file mode 100644 index d90c8c24c3fb..000000000000 --- a/www/xpi-informenter/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= informenter -PORTVERSION= 0.6.3 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Helps fill forms out - -XPI_ID= {5546F97E-11A5-46b0-9082-32AD74AAA920} -XPI_NUM= 673 -XPI_FILES= chrome/informenter.jar defaults/preferences/informenter.js install.rdf chrome.manifest -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-informenter/distinfo b/www/xpi-informenter/distinfo deleted file mode 100644 index add1697d8e10..000000000000 --- a/www/xpi-informenter/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/informenter-0.6.3-fx.xpi) = be3775cd0b4b83cf586a4b9a37e762e7fb2afd78c0fab88246a43a4f81fd251e -SIZE (xpi/informenter-0.6.3-fx.xpi) = 46721 diff --git a/www/xpi-informenter/files/chrome.manifest b/www/xpi-informenter/files/chrome.manifest deleted file mode 100644 index 76b7032f7d33..000000000000 --- a/www/xpi-informenter/files/chrome.manifest +++ /dev/null @@ -1,30 +0,0 @@ - -overlay chrome://browser/content/browser.xul chrome://informenter/content/informenter.xul -overlay chrome://navigator/content/navigator.xul chrome://informenter/content/informenter.xul -content informenter jar:chrome/informenter.jar!/content/informenter/ - -skin informenter classic/1.0 jar:chrome/informenter.jar!/skin/classic/informenter/ - -locale informenter de-DE jar:chrome/informenter.jar!/locale/de-DE/informenter/ - -locale informenter en-US jar:chrome/informenter.jar!/locale/en-US/informenter/ - -locale informenter es-ES jar:chrome/informenter.jar!/locale/es-ES/informenter/ - -locale informenter fr-FR jar:chrome/informenter.jar!/locale/fr-FR/informenter/ - -locale informenter it-IT jar:chrome/informenter.jar!/locale/it-IT/informenter/ - -locale informenter ja-JP jar:chrome/informenter.jar!/locale/ja-JP/informenter/ - -locale informenter nl-NL jar:chrome/informenter.jar!/locale/nl-NL/informenter/ - -locale informenter pl-PL jar:chrome/informenter.jar!/locale/pl-PL/informenter/ - -locale informenter ru-RU jar:chrome/informenter.jar!/locale/ru-RU/informenter/ - -locale informenter sk-SK jar:chrome/informenter.jar!/locale/sk-SK/informenter/ - -locale informenter th-TH jar:chrome/informenter.jar!/locale/th-TH/informenter/ - -locale informenter zh-CN jar:chrome/informenter.jar!/locale/zh-CN/informenter/ diff --git a/www/xpi-informenter/pkg-descr b/www/xpi-informenter/pkg-descr deleted file mode 100644 index fae6498d506b..000000000000 --- a/www/xpi-informenter/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -InFormEnter adds a small, clickable icon next to every input field in a -web form, from where you can select the item to be inserted - no typing -required. You can configure it to display your frequently used -information such as name, email, address and whatever else you want to -be available from the form menu. - -WWW: http://informenter.mozdev.org/ diff --git a/www/xpi-inline-google-definitions/Makefile b/www/xpi-inline-google-definitions/Makefile deleted file mode 100644 index e960c9a54f04..000000000000 --- a/www/xpi-inline-google-definitions/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= inline-google-definitions -PORTVERSION= 1.4 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Shows Google Definitions for the selected word - -XPI_DISTNAME= inline_google_definitions -XPI_NUM= 2083 -XPI_ID= {70171e70-9057-11da-9562-00e08161165f} - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-inline-google-definitions/distinfo b/www/xpi-inline-google-definitions/distinfo deleted file mode 100644 index 89755527e61d..000000000000 --- a/www/xpi-inline-google-definitions/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/inline_google_definitions-1.4-fx.xpi) = 80e3f438fccd822a557287c65b19563d765891655b1ba1995890886d5fa6982d -SIZE (xpi/inline_google_definitions-1.4-fx.xpi) = 9910 diff --git a/www/xpi-inline-google-definitions/pkg-descr b/www/xpi-inline-google-definitions/pkg-descr deleted file mode 100644 index 5966fdd973ad..000000000000 --- a/www/xpi-inline-google-definitions/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Shows Google Definitions for the selected word (in the same tab!) - -Based on the Wikipedia Inline Article Viewer - -WWW: https://addons.mozilla.org/firefox/2083/ diff --git a/www/xpi-inline-google-definitions/pkg-plist b/www/xpi-inline-google-definitions/pkg-plist deleted file mode 100644 index 1c8a122215d9..000000000000 --- a/www/xpi-inline-google-definitions/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/content/browserOverlay.xul -%%XPI_XPIDIR%%/content/dom-drag.js -%%XPI_XPIDIR%%/content/inlinedefinitions.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/locale/en-US/inlinedefinitions.dtd -%%XPI_XPIDIR%%/locale/en-US/inlinedefinitions.properties -%%XPI_XPIDIR%%/skin/classic/inlinedefinitions.png diff --git a/www/xpi-it_s_all_text/Makefile b/www/xpi-it_s_all_text/Makefile deleted file mode 100644 index ed2c5b67027f..000000000000 --- a/www/xpi-it_s_all_text/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Norikatsu Shigemura <nork@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= it_s_all_text -PORTVERSION= 1.8.1 -DISTVERSIONSUFFIX= -sm+fx -CATEGORIES= www -DISTNAME= ${PORTNAME:S/it_s/its/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Edit textareas using an external editor - -XPI_NUM= 4125 -XPI_ID= itsalltext@docwhat.gerf.org -XPI_FILES= chrome.manifest \ - defaults/preferences/itsalltext.js \ - gpl.txt install.rdf -XPI_DIRS= chrome \ - defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-it_s_all_text/distinfo b/www/xpi-it_s_all_text/distinfo deleted file mode 100644 index b80be1816a78..000000000000 --- a/www/xpi-it_s_all_text/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/its_all_text-1.8.1-sm+fx.xpi) = 434311d8c926e786259d2acb621fdd1a7b8c9f98f938b782caf879a39cd7fe05 -SIZE (xpi/its_all_text-1.8.1-sm+fx.xpi) = 112550 diff --git a/www/xpi-it_s_all_text/pkg-descr b/www/xpi-it_s_all_text/pkg-descr deleted file mode 100644 index aae9495c7196..000000000000 --- a/www/xpi-it_s_all_text/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Ever started type into an edit box on some web page -(such as to post a comment or describe why your -scooter was defective and they should send you new -one)? - -If so, then you need "It's All Text!" - -This miracle extension provides an edit button for -any edit box[1] on any page or your money back[2]! - -At the bottom right corner of any edit box, a little -edit button will appear. Click it. If this is the -first time you've used "It's All Text!" then you will -be asked to set your preferences, most importantly -the editor. - -The web page will pop up in your selected editor. -When you save it, it'll refresh in the web page. -Wait for the magic yellow glow that means that the -radiation has taken effect! - -WWW: http://trac.gerf.org/itsalltext diff --git a/www/xpi-it_s_all_text/pkg-plist b/www/xpi-it_s_all_text/pkg-plist deleted file mode 100644 index 0cbd346f6d6e..000000000000 --- a/www/xpi-it_s_all_text/pkg-plist +++ /dev/null @@ -1,131 +0,0 @@ -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/API.js -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/Color.js -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/about.xul -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/badeditor.js -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/badeditor.xul -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/cacheobj.js -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/icon.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/itsalltext.js -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/itsalltext.xul -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/monitor.js -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/newextension.js -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/newextension.xul -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/preferences.js -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/preferences.xul -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/preferences.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/preferences.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/preferences.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/preferences.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/preferences.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/preferences.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/preferences.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/preferences.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/preferences.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/preferences.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/preferences.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/preferences.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/about.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/badeditor.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/badeditor.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/gumdrop.png -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/itsalltext.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/itsalltext.properties -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/newextension.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/preferences.dtd -%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/preferences.properties diff --git a/www/xpi-jslib/Makefile b/www/xpi-jslib/Makefile deleted file mode 100644 index 701566cd62da..000000000000 --- a/www/xpi-jslib/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Lapo Luchini <lapo@lapo.it> -# $FreeBSD$ - -PORTNAME= jslib -PORTVERSION= 0.1.371 -CATEGORIES= www -MASTER_SITES= http://lapo.it/freebsd/ -DISTNAME= jslib_${PORTVERSION}_lite - -MAINTAINER= lapo@lapo.it -COMMENT= Library of common useful routines for XPI developers - -LICENSE= MPL11 - -XPI_ID= {DF8E5247-8E0A-4de6-B393-0735A39DFD80} -XPI_FILES= application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest \ - components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js \ - install.js install.rdf -XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults - -post-patch: - ${REINPLACE_CMD} -Ee '/Suite/,/Flock/s/>2[.]0[.][*]</>2.4.*</' ${WRKSRC}/install.rdf - ${RM} ${WRKSRC}/install.rdf.bak - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-jslib/distinfo b/www/xpi-jslib/distinfo deleted file mode 100644 index a3a8dd424577..000000000000 --- a/www/xpi-jslib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/jslib_0.1.371_lite.xpi) = 7fe2cc5c26eff8ada0ff647c3faeb2a6d6ea705be9a2625262f02bb83ac1d438 -SIZE (xpi/jslib_0.1.371_lite.xpi) = 113460 diff --git a/www/xpi-jslib/pkg-descr b/www/xpi-jslib/pkg-descr deleted file mode 100644 index 3501e39b4610..000000000000 --- a/www/xpi-jslib/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Mozilla gives a great flexibility and power to Javascript. This popular -client side scripting language can be used to create application level -logic and services for cross platform application development. - -By creating libraries of common useful routines, application developers can -focus on creating original functionality for their own applications instead -of dealing w/ complex xpconnect wrapper objects and worrying about which -IDL methods do what and which are implemented on what platforms. - -Goal: jslib has a simple goal, "Make life easier for Mozilla Application -Development by creating logical, easy to use API's for general purpose -routines that lend themselves to living in library code." - -WWW: http://jslib.mozdev.org/ diff --git a/www/xpi-jsview/Makefile b/www/xpi-jsview/Makefile deleted file mode 100644 index 6ca1b0e4c82e..000000000000 --- a/www/xpi-jsview/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jsview -PORTVERSION= 2.0.8 -DISTVERSIONSUFFIX= -fx+sm -PORTREVISION= 1 -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Easily view embedded/external JS and CSS - -LICENSE= GPLv2 - -USE_XPI= *firefox* - -XPI_ID= {cf15270e-cf08-4def-b4ea-6a5ac23f3bca} -XPI_NUM= 2076 -XPI_FILES= chrome/jsview.jar chrome.manifest defaults/preferences/jsview.js install.js install.rdf -XPI_DIRS= chrome defaults/preferences defaults - -post-patch: - @${REINPLACE_CMD} -e 's|<em:maxVersion>9\.0a1<|<em:maxVersion>99.*<|' ${WRKSRC}/install.rdf - -pre-install: - @${RM} ${WRKSRC}/install.rdf.bak - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-jsview/distinfo b/www/xpi-jsview/distinfo deleted file mode 100644 index 2aa5a73cc4b9..000000000000 --- a/www/xpi-jsview/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/jsview-2.0.8-fx+sm.xpi) = d39b5b5b3da1648f8b6d07d8840041f34e78fa084ce314623393b119e44112d9 -SIZE (xpi/jsview-2.0.8-fx+sm.xpi) = 111512 diff --git a/www/xpi-jsview/pkg-descr b/www/xpi-jsview/pkg-descr deleted file mode 100644 index 74e8344dcde8..000000000000 --- a/www/xpi-jsview/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -All browsers include a "View Source" option, but none of them offer the -ability to view the source code of external files. Most websites store -their javascripts and style sheets in external files and then link to -them within a web page's source code. Previously if you wanted to view -the source code of an external javascript/css you would have to manually -look through the source code to find the url and then type that into -your browser. - -Well now there's a much easier way. You can use the JSView extension to -solve the problem. You can access it from the context menu, from the -toolbar, from the view menu, or from the status bar. If the website you -are viewing contains any external js/css files, an icon will appear that -says "CSS", "JS", or both. Each individual file can then be viewed by -clicking on the filename. The file will be opened in a new window. You -can also choose to open all external files by clicking on "View All". - -WWW: https://addons.mozilla.org/en-US/firefox/addon/jsview/ diff --git a/www/xpi-jv/Makefile b/www/xpi-jv/Makefile deleted file mode 100644 index 7336e2a5aa5c..000000000000 --- a/www/xpi-jv/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Norikatsu Shigemura <nork@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jv -PORTVERSION= 0.51 -PORTREVISION= 0 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Lightweight vim-like editor for textareas - -XPI_NUM= 8529 -XPI_ID= jv@eric.uhrhane -XPI_FILES= chrome.manifest chrome/jv.jar \ - defaults/preferences/prefs.js \ - install.rdf -XPI_DIRS= chrome \ - defaults/preferences defaults - -REINPLACE_ARGS= -i "" - -post-patch: - @${REINPLACE_CMD} "/em:maxVersion/s/3\.5\.\*/3.6.*/" ${WRKSRC}/install.rdf - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-jv/distinfo b/www/xpi-jv/distinfo deleted file mode 100644 index 49f50c230ded..000000000000 --- a/www/xpi-jv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/jv-0.51-fx.xpi) = 48eaaa1e038b22bf85e2385846e036a84bea651b1a5fff1b44f5a21e0316f097 -SIZE (xpi/jv-0.51-fx.xpi) = 51873 diff --git a/www/xpi-jv/pkg-descr b/www/xpi-jv/pkg-descr deleted file mode 100644 index 69527d6e1096..000000000000 --- a/www/xpi-jv/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This extension makes all html textareas into a very -stripped-down version of Vi[m]. It's modal, supports -infinite undo, has register support, search, visual -mode, and various movement and editing commands -There's a lot yet to implement, but I've tried to -cover all the basics that you'd use every day to type -an email, edit a wiki page, etc. That being said, -you'll note that the version number hasn't hit 1.0 -yet. - -If you like the power of ItsAllText, but want something -a bit lighter-weight, give it a try. - -WWW: http://code.google.com/p/jv-extension/ diff --git a/www/xpi-leechblock/Makefile b/www/xpi-leechblock/Makefile deleted file mode 100644 index daac1ecdf2c4..000000000000 --- a/www/xpi-leechblock/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: Anatoly Borodin <anatoly.borodin@gmail.com> -# $FreeBSD$ - -PORTNAME= leechblock -PORTVERSION= 0.5.2 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= anatoly.borodin@gmail.com -COMMENT= Blocks time-wasting sites - -XPI_ID= {a95d8332-e4b4-6e7f-98ac-20b733364387} -XPI_NUM= 4476 - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-leechblock/distinfo b/www/xpi-leechblock/distinfo deleted file mode 100644 index 12a4390a1995..000000000000 --- a/www/xpi-leechblock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/leechblock-0.5.2-fx.xpi) = 752267b71fcbbde883c699ab026c558e249a8a337d2b34873bb6a00bef2be735 -SIZE (xpi/leechblock-0.5.2-fx.xpi) = 43748 diff --git a/www/xpi-leechblock/pkg-descr b/www/xpi-leechblock/pkg-descr deleted file mode 100644 index ad0468188121..000000000000 --- a/www/xpi-leechblock/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -LeechBlock is a simple productivity tool designed to block those -time-wasting sites that can suck the life out of your working day. - -WWW: http://www.proginosko.com/leechblock.html diff --git a/www/xpi-leechblock/pkg-plist b/www/xpi-leechblock/pkg-plist deleted file mode 100644 index 05a049e83dd8..000000000000 --- a/www/xpi-leechblock/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%XPI_XPIDIR%%/chrome/content/accesscode.js -%%XPI_XPIDIR%%/chrome/content/accesscode.xul -%%XPI_XPIDIR%%/chrome/content/browser.js -%%XPI_XPIDIR%%/chrome/content/browser.xul -%%XPI_XPIDIR%%/chrome/content/extensions.js -%%XPI_XPIDIR%%/chrome/content/extensions.xul -%%XPI_XPIDIR%%/chrome/content/lockdown.js -%%XPI_XPIDIR%%/chrome/content/lockdown.xul -%%XPI_XPIDIR%%/chrome/content/options.js -%%XPI_XPIDIR%%/chrome/content/options.xul -%%XPI_XPIDIR%%/chrome/content/stats.js -%%XPI_XPIDIR%%/chrome/content/stats.xul -%%XPI_XPIDIR%%/chrome/content/utils.js -%%XPI_XPIDIR%%/chrome/locale/en-US/blocked.html -%%XPI_XPIDIR%%/chrome/locale/en-US/leechblock.dtd -%%XPI_XPIDIR%%/chrome/skin/leechblock32.png -%%XPI_XPIDIR%%/chrome/skin/leechblock64.png -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/defaults/preferences/leechblock.js -%%XPI_XPIDIR%%/history.txt -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-linkification/Makefile b/www/xpi-linkification/Makefile deleted file mode 100644 index ff7168355583..000000000000 --- a/www/xpi-linkification/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= linkification -PORTVERSION= 1.3.9 -CATEGORIES= www -MASTER_SITES= http://yellow5.us/firefox/ -DISTNAME= ${PORTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Converts text links into genuine, clickable links - -XPI_ID= {35106bca-6c78-48c7-ac28-56df30b51d2a} -XPI_FILES= chrome/linkification.jar chrome.manifest defaults/preferences/linkification.js \ - install.js install.rdf -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-linkification/distinfo b/www/xpi-linkification/distinfo deleted file mode 100644 index 3900fa9b988e..000000000000 --- a/www/xpi-linkification/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/linkification_1.3.9.xpi) = 5aa2332dca759417a23a2b4e178896d5cf46dc18e4d60d5e840d98dddc6c0e7d -SIZE (xpi/linkification_1.3.9.xpi) = 67810 diff --git a/www/xpi-linkification/pkg-descr b/www/xpi-linkification/pkg-descr deleted file mode 100644 index c50d70c0f0b0..000000000000 --- a/www/xpi-linkification/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Converts text links into genuine, clickable links. - -WWW: http://www.beggarchooser.com/firefox/#linkification diff --git a/www/xpi-live_http_headers/Makefile b/www/xpi-live_http_headers/Makefile deleted file mode 100644 index 9c147da24fe7..000000000000 --- a/www/xpi-live_http_headers/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: Dominic Fandrey <kamikaze@bsdforen.de> -# $FreeBSD$ - -PORTNAME= live_http_headers -PORTVERSION= 0.17 -DISTVERSIONSUFFIX= -fx+sm -PORTREVISION= 3 -CATEGORIES= www -PKGNAMEPREFIX= xpi- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Firefox extension to view HTTP headers - -XPI_NUM= 3829 -XPI_ID= {8f8fe09b-0bd3-4470-bc1b-8cad42b8203a} - -XPI_FILES= TODO.txt \ - chrome/icons/default/LiveHTTPHeaders.ico \ - chrome/icons/default/LiveHTTPHeaders.xpm \ - chrome/livehttpheaders.jar \ - chrome.manifest \ - components/nsHeaderInfo.js \ - defaults/preferences/prefs.js \ - install.js \ - install.rdf - -XPI_DIRS= chrome/icons/default \ - chrome/icons \ - chrome \ - components \ - defaults/preferences \ - defaults - -USES= dos2unix -DOS2UNIX_REGEX= .*\.(js|rdf|txt) - -post-patch: - @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \; - -.include "../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-live_http_headers/distinfo b/www/xpi-live_http_headers/distinfo deleted file mode 100644 index 396bb3930e6f..000000000000 --- a/www/xpi-live_http_headers/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/live_http_headers-0.17-fx+sm.xpi) = 19ac3cc343521f074b70e1143f556d3191515e316277af850b5bed596ca4c9c0 -SIZE (xpi/live_http_headers-0.17-fx+sm.xpi) = 118380 diff --git a/www/xpi-live_http_headers/files/patch-install.rdf b/www/xpi-live_http_headers/files/patch-install.rdf deleted file mode 100644 index e2478b3d8f63..000000000000 --- a/www/xpi-live_http_headers/files/patch-install.rdf +++ /dev/null @@ -1,29 +0,0 @@ ---- install.rdf.orig 2011-11-19 17:36:32.000000000 +0100 -+++ install.rdf 2011-11-19 17:37:32.000000000 +0100 -@@ -16,7 +16,7 @@ - <Description> - <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> - <em:minVersion>0.8</em:minVersion> -- <em:maxVersion>4.0.*</em:maxVersion> -+ <em:maxVersion>99.*</em:maxVersion> - </Description> - </em:targetApplication> - <!-- Flock --> -@@ -24,7 +24,7 @@ - <Description> - <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id> - <em:minVersion>0.5.9</em:minVersion> -- <em:maxVersion>0.7.*</em:maxVersion> -+ <em:maxVersion>99.*</em:maxVersion> - </Description> - </em:targetApplication> - <!-- Seamonkey --> -@@ -32,7 +32,7 @@ - <Description> - <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> - <em:minVersion>1.0</em:minVersion> -- <em:maxVersion>2.1.*</em:maxVersion> -+ <em:maxVersion>99.*</em:maxVersion> - </Description> - </em:targetApplication> - diff --git a/www/xpi-live_http_headers/pkg-descr b/www/xpi-live_http_headers/pkg-descr deleted file mode 100644 index 4c1f386e0542..000000000000 --- a/www/xpi-live_http_headers/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Allows the viewing of HTTP headers in the page info as well as live while -they're being sent. - -WWW: https://addons.mozilla.org/firefox/3829/ diff --git a/www/xpi-live_pagerank/Makefile b/www/xpi-live_pagerank/Makefile deleted file mode 100644 index 05e6c1d45b93..000000000000 --- a/www/xpi-live_pagerank/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Norikatsu Shigemura <nork@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= live_pagerank -PORTVERSION= 0.9.7 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Display PageRank for active URL - -XPI_NUM= 2007 -XPI_ID= {8061ddcf-3632-4287-8d8a-133e219ae838} -XPI_FILES= chrome.manifest chrome/livepr.jar \ - install.rdf -XPI_DIRS= chrome - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-live_pagerank/distinfo b/www/xpi-live_pagerank/distinfo deleted file mode 100644 index ca49b45f462b..000000000000 --- a/www/xpi-live_pagerank/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/live_pagerank-0.9.7-fx.xpi) = 432157aa7ac0d84d1e829f100add34cfe6764457dae0a6f7760f57e6e55a71f0 -SIZE (xpi/live_pagerank-0.9.7-fx.xpi) = 12145 diff --git a/www/xpi-live_pagerank/pkg-descr b/www/xpi-live_pagerank/pkg-descr deleted file mode 100644 index a4d4b755b8d9..000000000000 --- a/www/xpi-live_pagerank/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Display PageRank for active URL. - -Live PR gives you a movable (DnD) widget which shows -you the Google Pagerank of the current URL. - -Read more about Live PR at following URL. - -WWW: http://livepr.raketforskning.com/ diff --git a/www/xpi-menueditor/Makefile b/www/xpi-menueditor/Makefile deleted file mode 100644 index c4bcce263769..000000000000 --- a/www/xpi-menueditor/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= menueditor -PORTVERSION= 1.2.7 -DISTVERSIONSUFFIX= -fx+tb -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Customize application menus - -XPI_DISTNAME= menu_editor -XPI_ID= {EDA7B1D7-F793-4e03-B074-E6F303317FB0} -XPI_NUM= 710 - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-menueditor/distinfo b/www/xpi-menueditor/distinfo deleted file mode 100644 index 52bd664f91ab..000000000000 --- a/www/xpi-menueditor/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/menu_editor-1.2.7-fx+tb.xpi) = 4ca5fd4960b80ffa8fc32f0bbea9656c7fb71c903832fe742f0827ca7ea97de9 -SIZE (xpi/menu_editor-1.2.7-fx+tb.xpi) = 91556 diff --git a/www/xpi-menueditor/pkg-descr b/www/xpi-menueditor/pkg-descr deleted file mode 100644 index 543ab40b6b78..000000000000 --- a/www/xpi-menueditor/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Customize application menus - rearrange or remove menuitems from the -main context menu (right-click menu) and main menubar (File Edit View -etc.) - -WWW: http://menueditor.mozdev.org/ diff --git a/www/xpi-menueditor/pkg-plist b/www/xpi-menueditor/pkg-plist deleted file mode 100644 index 1c06412bd5ea..000000000000 --- a/www/xpi-menueditor/pkg-plist +++ /dev/null @@ -1,78 +0,0 @@ -%%XPI_XPIDIR%%/chrome/content/UniblueExclamationButton.jpg -%%XPI_XPIDIR%%/chrome/content/aboutMenuedit.js -%%XPI_XPIDIR%%/chrome/content/aboutMenuedit.xul -%%XPI_XPIDIR%%/chrome/content/aboutMenueditCenter.xul -%%XPI_XPIDIR%%/chrome/content/celebrating.png -%%XPI_XPIDIR%%/chrome/content/common.js -%%XPI_XPIDIR%%/chrome/content/disabled.png -%%XPI_XPIDIR%%/chrome/content/enabled.png -%%XPI_XPIDIR%%/chrome/content/make_a_donation.gif -%%XPI_XPIDIR%%/chrome/content/menueditoverlay.js -%%XPI_XPIDIR%%/chrome/content/menueditoverlay.xul -%%XPI_XPIDIR%%/chrome/content/menueditprefs.js -%%XPI_XPIDIR%%/chrome/content/menueditprefs.xul -%%XPI_XPIDIR%%/chrome/content/tree.css -%%XPI_XPIDIR%%/chrome/content/tree.xml -%%XPI_XPIDIR%%/chrome/locale/en-US/menuedit.properties -%%XPI_XPIDIR%%/chrome/locale/en-US/menueditAboutText.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/menuedittext.dtd -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/license.txt -%%XPI_XPIDIR%%/translations/1.2.3/da-DK/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/da-DK/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/da-DK/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/de-DE/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/de-DE/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/de-DE/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/es-ES/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/es-ES/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/es-ES/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/fa-IR/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/fa-IR/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/fa-IR/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/fr-FR/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/fr-FR/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/fr-FR/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/he-IL/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/he-IL/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/he-IL/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/hu-HU/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/hu-HU/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/hu-HU/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/it-IT/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/it-IT/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/it-IT/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/ja-JP/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/ja-JP/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/ja-JP/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/ko-KR/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/ko-KR/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/ko-KR/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/nb-NO/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/nb-NO/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/nb-NO/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/nl-NL/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/nl-NL/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/nl-NL/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/pl-PL/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/pl-PL/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/pl-PL/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/pt-BR/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/pt-BR/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/pt-BR/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/pt-PT/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/pt-PT/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/pt-PT/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/sk-SK/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/sk-SK/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/sk-SK/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/sv-SE/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/sv-SE/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/sv-SE/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/zh-CN/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/zh-CN/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/zh-CN/menuedittext.dtd -%%XPI_XPIDIR%%/translations/1.2.3/zh-TW/menuedit.properties -%%XPI_XPIDIR%%/translations/1.2.3/zh-TW/menueditAboutText.dtd -%%XPI_XPIDIR%%/translations/1.2.3/zh-TW/menuedittext.dtd diff --git a/www/xpi-modify_headers/Makefile b/www/xpi-modify_headers/Makefile deleted file mode 100644 index 9f18a4d9ae0c..000000000000 --- a/www/xpi-modify_headers/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# Created by: Dominic Fandrey <kamikaze@bsdforen.de> -# $FreeBSD$ - -PORTNAME= modify_headers -PORTVERSION= 0.7.1.2b -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Firefox extension to manipulate HTTP headers - -XPI_NUM= 967 -XPI_ID= {b749fc7c-e949-447f-926c-3f4eed6accfe} - -XPI_FILES= chrome.manifest \ - chrome/content/bindings/bindings.xml \ - chrome/content/contents.rdf \ - chrome/content/disabled.gif \ - chrome/content/enabled.gif \ - chrome/content/export.js \ - chrome/content/exportimport.js \ - chrome/content/exportwizard.xul \ - chrome/content/icons/ModifyHeaders-16.png \ - chrome/content/icons/ModifyHeaders-32.png \ - chrome/content/icons/ModifyHeaders-48.png \ - chrome/content/icons/ModifyHeaders-grey-16.png \ - chrome/content/icons/ModifyHeaders-grey-32.png \ - chrome/content/icons/badge.png \ - chrome/content/icons/bug.png \ - chrome/content/icons/first-aid-kit.png \ - chrome/content/icons/globe.png \ - chrome/content/icons/info.png \ - chrome/content/icons/star.png \ - chrome/content/icons/thumbs-up.png \ - chrome/content/icons/tools.png \ - chrome/content/icons/twitter.png \ - chrome/content/icons/user.png \ - chrome/content/import.js \ - chrome/content/importwizard.xul \ - chrome/content/modifyheaders.css \ - chrome/content/modifyheaders.js \ - chrome/content/preferences-tab.xul \ - chrome/content/preferences.js \ - chrome/content/preferences.xul \ - chrome/content/prefs-about.xul \ - chrome/content/prefs-headers.xul \ - chrome/content/prefs-options.xul \ - chrome/content/toolsOverlay.xul \ - chrome/locale/en-US/modifyheaders.dtd \ - chrome/locale/en-US/modifyheaders.properties \ - components/mhIHeader.xpt \ - components/modifyheaders-autocomplete.js \ - components/modifyheaders-service.js \ - components/nsIModifyheaders.xpt \ - defaults/preferences/defaults.js \ - install.js \ - install.rdf - -XPI_DIRS= chrome/content/bindings \ - chrome/content/icons \ - chrome/content \ - chrome/locale/en-US \ - chrome/locale \ - chrome \ - components \ - defaults/preferences \ - defaults - -post-patch: - @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \; - -.include "../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-modify_headers/distinfo b/www/xpi-modify_headers/distinfo deleted file mode 100644 index f3597db0df3d..000000000000 --- a/www/xpi-modify_headers/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/modify_headers-0.7.1.2b-fx.xpi) = ea2a5cccba99ab9db14b6dc43923d970c67049dc2a65161ace5a66826473d2f7 -SIZE (xpi/modify_headers-0.7.1.2b-fx.xpi) = 61722 diff --git a/www/xpi-modify_headers/pkg-descr b/www/xpi-modify_headers/pkg-descr deleted file mode 100644 index bc24b9583765..000000000000 --- a/www/xpi-modify_headers/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Allows the filtering and modification of HTTP headers. - -WWW: https://addons.mozilla.org/firefox/967/ diff --git a/www/xpi-mrtech-local-install/Makefile b/www/xpi-mrtech-local-install/Makefile deleted file mode 100644 index 25c192b5dbea..000000000000 --- a/www/xpi-mrtech-local-install/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: chinsan <chinsan.tw@gmail.com> -# $FreeBSD$ - -PORTNAME= mrtech-local-install -DISTVERSION= 5.3.2.3 -DISTVERSIONSUFFIX= -fx+fl+mz+ns+nv+zm+sb+tb -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Manage extensions and themes locally - -XPI_DISTNAME= mr_tech_local_install -XPI_NUM= 421 -XPI_ID= {9669CC8F-B388-42FE-86F4-CB5E7F5A8BDC} - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-mrtech-local-install/distinfo b/www/xpi-mrtech-local-install/distinfo deleted file mode 100644 index a236513a91d6..000000000000 --- a/www/xpi-mrtech-local-install/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/mr_tech_local_install-5.3.2.3-fx+fl+mz+ns+nv+zm+sb+tb.xpi) = 61af3350c8e729528819a36937ae5c434a97b46ceac6f4f8782990251b690fe0 -SIZE (xpi/mr_tech_local_install-5.3.2.3-fx+fl+mz+ns+nv+zm+sb+tb.xpi) = 265120 diff --git a/www/xpi-mrtech-local-install/pkg-descr b/www/xpi-mrtech-local-install/pkg-descr deleted file mode 100644 index 1b95a3da6df4..000000000000 --- a/www/xpi-mrtech-local-install/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The primary goal of this extension is to provide the tools needed to install -and manage extensions and themes locally. To do this the extension provides -multi-extension installation support, hacking capabilities to the -Extension/Theme manager windows, features to find and troubleshoot -Extensions/Themes Build, GUID and Profile information. - -WWW: http://mrtech.com/extensions/local_install/ diff --git a/www/xpi-mrtech-local-install/pkg-plist b/www/xpi-mrtech-local-install/pkg-plist deleted file mode 100644 index 7ce61228e3f0..000000000000 --- a/www/xpi-mrtech-local-install/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%XPI_XPIDIR%%/chrome/local_install.jar -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/components/local_install.js -%%XPI_XPIDIR%%/components/nightly.xpt -%%XPI_XPIDIR%%/components/nsDownloadListener.js -%%XPI_XPIDIR%%/components/nsNightlyToolsService.js -%%XPI_XPIDIR%%/defaults/preferences/local_install.js -%%XPI_XPIDIR%%/defaults/preferences/userChrome-example.css -%%XPI_XPIDIR%%/defaults/preferences/userChrome.js -%%XPI_XPIDIR%%/defaults/preferences/userContent-example.css -%%XPI_XPIDIR%%/install.js -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-neo-diggler/Makefile b/www/xpi-neo-diggler/Makefile deleted file mode 100644 index 918901fcce23..000000000000 --- a/www/xpi-neo-diggler/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Harald Schmalzbauer <h.schmalzbauer@omnisec.de> -# $FreeBSD$ - -PORTNAME= neo-diggler -PORTVERSION= 1.0.6 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= freebsd@omnilan.de -COMMENT= URL-related actions through menu button - -XPI_DISTNAME= neo_diggler -XPI_ID= {9b84cce7-a817-45d7-865e-9e6e8da1c388} -XPI_NUM= 3763 -XPI_FILES= chrome.manifest install.rdf \ - chrome/diggler.jar defaults/preferences/diggler.js -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-neo-diggler/distinfo b/www/xpi-neo-diggler/distinfo deleted file mode 100644 index f3b16a1c2351..000000000000 --- a/www/xpi-neo-diggler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/neo_diggler-1.0.6-fx.xpi) = bf55a4c940982760ecd65f61abb40c82924a33e7ae579cfaa1a5f38850fe5bb0 -SIZE (xpi/neo_diggler-1.0.6-fx.xpi) = 39009 diff --git a/www/xpi-neo-diggler/pkg-descr b/www/xpi-neo-diggler/pkg-descr deleted file mode 100644 index fd4929ba2170..000000000000 --- a/www/xpi-neo-diggler/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This extension adds a menu button next to the address bar with actions -relevant to the current URL. The button's menu allows you navigate up -through the current URL's parents, to visit the equivalent ftp URL, or -to visit the site in archive.org. A single click on the menu button -also easily clears the location bar (much like the one in Konqueror) - -useful for keyboard free browsing. - -It also has a few security control tick-boxes (popups, tabbing, -images) and the ability to add custom URL conversions/manipulations. - -WWW: https://addons.mozilla.org/en-US/firefox/addon/3763 diff --git a/www/xpi-no-referrer/Makefile b/www/xpi-no-referrer/Makefile deleted file mode 100644 index c26766281c54..000000000000 --- a/www/xpi-no-referrer/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: chinsan <chinsan.tw@gmail.com> -# $FreeBSD$ - -PORTNAME= no-referrer -PORTVERSION= 1.0.1 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Extension to Open URL without sending referrers information - -XPI_NUM= 1999 -XPI_ID= {e806da17-8400-4b6b-9c34-1bb4fe84aedc} -XPI_FILES= chrome/icon.gif chrome/referrer.js chrome/referrer.xul \ - chrome.manifest install.rdf -XPI_DIRS= chrome - -.include "../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-no-referrer/distinfo b/www/xpi-no-referrer/distinfo deleted file mode 100644 index 0721ce37b3f6..000000000000 --- a/www/xpi-no-referrer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/no-referrer-1.0.1-fx.xpi) = 481b314cc85b3978a597f38ec8df2c69ebf6074562585483cfba1f56a6da96d6 -SIZE (xpi/no-referrer-1.0.1-fx.xpi) = 3191 diff --git a/www/xpi-no-referrer/pkg-descr b/www/xpi-no-referrer/pkg-descr deleted file mode 100644 index 207c1c8f7952..000000000000 --- a/www/xpi-no-referrer/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Lets you open a link in a new tab without sending the referrer information. - -WWW: https://addons.mozilla.org/firefox/1999/ diff --git a/www/xpi-passwordmaker/Makefile b/www/xpi-passwordmaker/Makefile deleted file mode 100644 index 6d44569f68a4..000000000000 --- a/www/xpi-passwordmaker/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Anatoly Borodin <anatoly.borodin@gmail.com> -# $FreeBSD$ - -PORTNAME= passwordmaker -PORTVERSION= 1.7.8 -DISTVERSIONSUFFIX= -fx+mz+sm -CATEGORIES= www - -MAINTAINER= anatoly.borodin@gmail.com -COMMENT= Manages all your online accounts using new or existing passwords - -XPI_ID= {5872365e-67d1-4afd-9480-fd293bebd20d} -XPI_NUM= 469 -XPI_FILES= LICENSE chrome/passwdmaker.jar chrome.manifest \ - components/component.js defaults/preferences/passwdmaker.js \ - install.js install.rdf -XPI_DIRS= chrome components defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-passwordmaker/distinfo b/www/xpi-passwordmaker/distinfo deleted file mode 100644 index 037f1ab5505e..000000000000 --- a/www/xpi-passwordmaker/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/passwordmaker-1.7.8-fx+mz+sm.xpi) = 662d5281b2ae2f87bf6006e103b2a405881cfc655eec45ab8b80c7909d84445e -SIZE (xpi/passwordmaker-1.7.8-fx+mz+sm.xpi) = 275471 diff --git a/www/xpi-passwordmaker/pkg-descr b/www/xpi-passwordmaker/pkg-descr deleted file mode 100644 index 5e78cb02a3f6..000000000000 --- a/www/xpi-passwordmaker/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -One Password To Rule Them All! - -If you're like most people, you have a few passwords that you use over -and over again on many different websites. You know this isn't secure, -but you do it anyway. Why? Because it's difficult to remember a unique -password for each and every web site that requires one. - -PasswordMaker manages all your online accounts using either new, -uncrackable passwords it creates, or your existing passwords. It even -automatically populates webforms for one-click login. - -Moreover, passwords aren't stored anywhere--they are calculated over and over -again as they're needed--so there's nothing to be lost, hacked, or stolen! - -WWW: http://passwordmaker.org/ diff --git a/www/xpi-pdf_download/Makefile b/www/xpi-pdf_download/Makefile deleted file mode 100644 index 3e50a0793b38..000000000000 --- a/www/xpi-pdf_download/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= pdf_download -PORTVERSION= 3.0.0.3 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ale@FreeBSD.org -COMMENT= Extension to handle PDF files - -XPI_ID= {37E4D8EA-8BDA-4831-8EA1-89053939A250} -XPI_NUM= 636 -XPI_FILES= chrome/pdfdownload.jar chrome.manifest install.rdf \ - defaults/preferences/prefs.js -XPI_DIRS= chrome defaults/preferences defaults - -.include "../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-pdf_download/distinfo b/www/xpi-pdf_download/distinfo deleted file mode 100644 index 575ced20859c..000000000000 --- a/www/xpi-pdf_download/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/pdf_download-3.0.0.3-fx.xpi) = a0de2102b0630d4cf5fd9b14ab4e29411c1ff12437a3339381283b8a341fa236 -SIZE (xpi/pdf_download-3.0.0.3-fx.xpi) = 171291 diff --git a/www/xpi-pdf_download/pkg-descr b/www/xpi-pdf_download/pkg-descr deleted file mode 100644 index 1b5b6f6fd620..000000000000 --- a/www/xpi-pdf_download/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -PDF Download, every time you click on a link, checks if the target -is a pdf file and in this case let you choose what you want to do: -- open pdf with default viewer -- open the file inside a new tab -- download it to the filesystem -- view it as HTML - -WWW: http://www.pdfdownload.org/ diff --git a/www/xpi-permatabs/Makefile b/www/xpi-permatabs/Makefile deleted file mode 100644 index 5fb4b9052aa8..000000000000 --- a/www/xpi-permatabs/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: Anatoly Borodin <anatoly.borodin@gmail.com> -# $FreeBSD$ - -PORTNAME= permatabs -PORTVERSION= 1.7.0 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= anatoly.borodin@gmail.com -COMMENT= Turn tabs of your choice into permanent tabs - -XPI_ID= {20291fcc-1471-46c8-8213-0911f5ce6d65} -XPI_NUM= 2558 - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-permatabs/distinfo b/www/xpi-permatabs/distinfo deleted file mode 100644 index 32bd4c3be2e7..000000000000 --- a/www/xpi-permatabs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/permatabs-1.7.0-fx.xpi) = f7500843259f55ef29e6ec093a4a7b5d9b685526bc0e852459f394b958ae732e -SIZE (xpi/permatabs-1.7.0-fx.xpi) = 19512 diff --git a/www/xpi-permatabs/pkg-descr b/www/xpi-permatabs/pkg-descr deleted file mode 100644 index 3e5f9c23a9cc..000000000000 --- a/www/xpi-permatabs/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Turn tabs of your choice into permanent tabs. PermaTabs can't be closed -accidentally no matter what you click (even actions like "Close other tabs" -will not affect them) and will stick around between sessions. - -Ideal for keeping URLs you use often, always one tab away. Also, ideal -for picking up specific articles where you left off during a previous session. - -From first installation PermaTabs includes three random sample tabs -(from a built in list) to get you started. Maybe you'll discover a useful site -you never knew about? - -Adding or removing a permatab is simple - right click a site's tab, -and check/uncheck "Permanent Tab". - -Must read: one of the default permatabs installed on first installation -is an affiliate URL to eBay.com. You can of course remove this and the other -sample permatabs, and create your own (which is the whole idea). - -WWW: https://addons.mozilla.org/en-US/firefox/addon/2558 diff --git a/www/xpi-permatabs/pkg-plist b/www/xpi-permatabs/pkg-plist deleted file mode 100644 index 0ad2ed8cf7a2..000000000000 --- a/www/xpi-permatabs/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -%%XPI_XPIDIR%%/chrome/permatabs/content/permatabs.css -%%XPI_XPIDIR%%/chrome/permatabs/content/permatabs.js -%%XPI_XPIDIR%%/chrome/permatabs/content/permatabs.xul -%%XPI_XPIDIR%%/chrome/permatabs/content/prefsWindow.js -%%XPI_XPIDIR%%/chrome/permatabs/content/prefsWindow.xul -%%XPI_XPIDIR%%/chrome/permatabs/locale/cs-CZ/permatabs.dtd -%%XPI_XPIDIR%%/chrome/permatabs/locale/cs-CZ/permatabs.properties -%%XPI_XPIDIR%%/chrome/permatabs/locale/de-CH/permatabs.dtd -%%XPI_XPIDIR%%/chrome/permatabs/locale/de-CH/permatabs.properties -%%XPI_XPIDIR%%/chrome/permatabs/locale/de-DE/permatabs.dtd -%%XPI_XPIDIR%%/chrome/permatabs/locale/de-DE/permatabs.properties -%%XPI_XPIDIR%%/chrome/permatabs/locale/en-US/permatabs.dtd -%%XPI_XPIDIR%%/chrome/permatabs/locale/en-US/permatabs.properties -%%XPI_XPIDIR%%/chrome/permatabs/locale/fr-FR/permatabs.dtd -%%XPI_XPIDIR%%/chrome/permatabs/locale/fr-FR/permatabs.properties -%%XPI_XPIDIR%%/chrome/permatabs/locale/it-IT/permatabs.dtd -%%XPI_XPIDIR%%/chrome/permatabs/locale/it-IT/permatabs.properties -%%XPI_XPIDIR%%/chrome/permatabs/locale/ja-JP/permatabs.dtd -%%XPI_XPIDIR%%/chrome/permatabs/locale/ja-JP/permatabs.properties -%%XPI_XPIDIR%%/chrome/permatabs/locale/nl-NL/permatabs.dtd -%%XPI_XPIDIR%%/chrome/permatabs/locale/nl-NL/permatabs.properties -%%XPI_XPIDIR%%/chrome/permatabs/locale/zh-CN/permatabs.dtd -%%XPI_XPIDIR%%/chrome/permatabs/locale/zh-CN/permatabs.properties -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/defaults/preferences/prefs.js -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-quick-locale-switcher/Makefile b/www/xpi-quick-locale-switcher/Makefile deleted file mode 100644 index b8a433df5678..000000000000 --- a/www/xpi-quick-locale-switcher/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= quick-locale-switcher -PORTVERSION= 1.7.8.5 -DISTVERSIONSUFFIX= -fx+tb -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Quickly change and apply a different locale from the tools menu - -XPI_DISTNAME= quick_locale_switcher -XPI_ID= {25A1388B-6B18-46c3-BEBA-A81915D0DE8F} -XPI_NUM= 1333 - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-quick-locale-switcher/distinfo b/www/xpi-quick-locale-switcher/distinfo deleted file mode 100644 index f71cf1434eb5..000000000000 --- a/www/xpi-quick-locale-switcher/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/quick_locale_switcher-1.7.8.5-fx+tb.xpi) = 270ba78110b92b0af997aad861766ce90a08ad8c2d678b0e138ce630bc5751fc -SIZE (xpi/quick_locale_switcher-1.7.8.5-fx+tb.xpi) = 504298 diff --git a/www/xpi-quick-locale-switcher/pkg-descr b/www/xpi-quick-locale-switcher/pkg-descr deleted file mode 100644 index b40a6e469f61..000000000000 --- a/www/xpi-quick-locale-switcher/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Allows you to quickly change and apply a different locale from the -tools menu: -* Handy tool for all people involved with multilingual usage of Mozilla - applications. -* Switches the Mozilla User Interface language (general.useragent.locale - preference) -* Switches the accept_language preference, so complete websites will be - translated. (if the http accept language header is supported, e.g. - like Google does) -* Switches the Spell Checker Dictionary preference. (if supported by - your Mozilla application) -* Remembers the dictionary and content locale for each site and - automatically switches when you load that site. It also tries to detect - the language of sites itself, and if found automatically switches to - that language. -* Auto restarts the application in versions 1.4+ (only if needed) -* Includes country flag icons for 'all' countries by famfamfam.com. -* Displays the flag of the currently selected locale on your statusbar. -* Add 3 of your own custom defined locales. - -WWW: http://www.captaincaveman.nl/?id=firefox_extensions diff --git a/www/xpi-quick-locale-switcher/pkg-plist b/www/xpi-quick-locale-switcher/pkg-plist deleted file mode 100644 index d528934c0546..000000000000 --- a/www/xpi-quick-locale-switcher/pkg-plist +++ /dev/null @@ -1,396 +0,0 @@ -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/chrome/content/qls/qls.js -%%XPI_XPIDIR%%/chrome/content/qls/qls.xul -%%XPI_XPIDIR%%/chrome/content/qls/qlsAboutOverlay.xul -%%XPI_XPIDIR%%/chrome/content/qls/qls_collapseall.png -%%XPI_XPIDIR%%/chrome/content/qls/qls_deselectall.png -%%XPI_XPIDIR%%/chrome/content/qls/qls_expandall.png -%%XPI_XPIDIR%%/chrome/content/qls/qls_selectall.png -%%XPI_XPIDIR%%/chrome/content/qls/qlsaskswitchsettings.js -%%XPI_XPIDIR%%/chrome/content/qls/qlsaskswitchsettings.xul -%%XPI_XPIDIR%%/chrome/content/qls/qlsreloadchrome.xul -%%XPI_XPIDIR%%/chrome/content/qls/qlssettings.js -%%XPI_XPIDIR%%/chrome/content/qls/qlssettings.xul -%%XPI_XPIDIR%%/chrome/locale/ar/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/ar/qls.properties -%%XPI_XPIDIR%%/chrome/locale/be-BY/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/be-BY/qls.properties -%%XPI_XPIDIR%%/chrome/locale/bg-BG/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/bg-BG/qls.properties -%%XPI_XPIDIR%%/chrome/locale/ca-AD/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/ca-AD/qls.properties -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/qls.properties -%%XPI_XPIDIR%%/chrome/locale/da/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/da/qls.properties -%%XPI_XPIDIR%%/chrome/locale/de/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/de/qls.properties -%%XPI_XPIDIR%%/chrome/locale/dsb/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/dsb/qls.properties -%%XPI_XPIDIR%%/chrome/locale/el/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/el/qls.properties -%%XPI_XPIDIR%%/chrome/locale/en-GB/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/en-GB/qls.properties -%%XPI_XPIDIR%%/chrome/locale/en-US/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/qls.properties -%%XPI_XPIDIR%%/chrome/locale/eo/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/eo/qls.properties -%%XPI_XPIDIR%%/chrome/locale/es-AR/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/es-AR/qls.properties -%%XPI_XPIDIR%%/chrome/locale/es-ES/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/qls.properties -%%XPI_XPIDIR%%/chrome/locale/fa-IR/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/fa-IR/qls.properties -%%XPI_XPIDIR%%/chrome/locale/fi/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/fi/qls.properties -%%XPI_XPIDIR%%/chrome/locale/fr/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/fr/qls.properties -%%XPI_XPIDIR%%/chrome/locale/fy-NL/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/fy-NL/qls.properties -%%XPI_XPIDIR%%/chrome/locale/gd/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/gd/qls.properties -%%XPI_XPIDIR%%/chrome/locale/gl-ES/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/gl-ES/qls.properties -%%XPI_XPIDIR%%/chrome/locale/he-IL/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/he-IL/qls.properties -%%XPI_XPIDIR%%/chrome/locale/hr-HR/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/hr-HR/qls.properties -%%XPI_XPIDIR%%/chrome/locale/hsb/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/hsb/qls.properties -%%XPI_XPIDIR%%/chrome/locale/hu-HU/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/qls.properties -%%XPI_XPIDIR%%/chrome/locale/is-IS/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/is-IS/qls.properties -%%XPI_XPIDIR%%/chrome/locale/it/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/it/qls.properties -%%XPI_XPIDIR%%/chrome/locale/ja/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/ja/qls.properties -%%XPI_XPIDIR%%/chrome/locale/km-KH/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/km-KH/qls.properties -%%XPI_XPIDIR%%/chrome/locale/ko-KR/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/qls.properties -%%XPI_XPIDIR%%/chrome/locale/lt-LT/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/lt-LT/qls.properties -%%XPI_XPIDIR%%/chrome/locale/mk-MK/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/mk-MK/qls.properties -%%XPI_XPIDIR%%/chrome/locale/ml-IN/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/ml-IN/qls.properties -%%XPI_XPIDIR%%/chrome/locale/nb-NO/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/nb-NO/qls.properties -%%XPI_XPIDIR%%/chrome/locale/nl/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/nl/qls.properties -%%XPI_XPIDIR%%/chrome/locale/nn-NO/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/nn-NO/qls.properties -%%XPI_XPIDIR%%/chrome/locale/pl/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/pl/qls.properties -%%XPI_XPIDIR%%/chrome/locale/pt-BR/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/qls.properties -%%XPI_XPIDIR%%/chrome/locale/pt-PT/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-PT/qls.properties -%%XPI_XPIDIR%%/chrome/locale/ro-RO/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/ro-RO/qls.properties -%%XPI_XPIDIR%%/chrome/locale/ru-RU/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/qls.properties -%%XPI_XPIDIR%%/chrome/locale/sk-SK/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/sk-SK/qls.properties -%%XPI_XPIDIR%%/chrome/locale/sl-SI/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/sl-SI/qls.properties -%%XPI_XPIDIR%%/chrome/locale/sq-AL/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/sq-AL/qls.properties -%%XPI_XPIDIR%%/chrome/locale/sr/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/sr/qls.properties -%%XPI_XPIDIR%%/chrome/locale/sv-SE/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/qls.properties -%%XPI_XPIDIR%%/chrome/locale/tr/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/tr/qls.properties -%%XPI_XPIDIR%%/chrome/locale/uk-UA/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/qls.properties -%%XPI_XPIDIR%%/chrome/locale/vi/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/vi/qls.properties -%%XPI_XPIDIR%%/chrome/locale/wa-BE/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/wa-BE/qls.properties -%%XPI_XPIDIR%%/chrome/locale/zh-CN/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/qls.properties -%%XPI_XPIDIR%%/chrome/locale/zh-TW/qls.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/qls.properties -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/other.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_af-ZA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_am-ET.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-AE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-BH.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-DZ.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-EG.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-IQ.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-JO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-KW.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-LB.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-LY.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-MA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-OM.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-QA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-SA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-SY.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-TN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ar-YE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_arn-CL.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_as-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ast-ES.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_az-AZ-Cyrl.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_az-AZ-Latn.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ba-RU.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_be-BY.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ber-DZ.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_bg-BG.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_bn-BD.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_bn-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_bo-BT.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_bo-CN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_br-FR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_bs-BA-Cyrl.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_bs-BA-Latn.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ca-AD.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ca-ES.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ca-FR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ca-valencia.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_co-FR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_cs-CZ.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_cy-GB.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_da-DK.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_de-AT.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_de-CH.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_de-DE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_de-LI.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_de-LU.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_div-MV.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_dsb-DE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_el-GR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-AU.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-BZ.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-CA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-GB.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-IE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-JA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-MY.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-NZ.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-PH.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-SG.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-TT.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-US.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-ZA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_en-ZW.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_eo-EO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-AR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-BO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-CL.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-CO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-CR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-CU.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-DO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-EC.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-ES-ts.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-ES.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-GT.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-HN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-MX.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-NI.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-PA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-PE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-PR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-PY.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-SV.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-US.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-UY.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_es-VE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_et-EE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_eu-ES.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_fa-IR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_fi-FI.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_fil-PH.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_fo-FO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_fr-BE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_fr-CA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_fr-CH.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_fr-FR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_fr-LU.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_fr-MC.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_fur-IT.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_fy-NL.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ga-IE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_gbz-AF.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_gd-GB.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_gl-ES.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_gsw-FR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_gu-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ha-NG-Latn.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_he-IL.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_hi-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_hr-BA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_hr-HR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_hsb-DE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_hu-HU.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_hy-AM.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_id-ID.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ii-CN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_is-IS.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_it-CH.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_it-IT.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_iu-CA-Cans.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_iu-CA-Latn.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ja-JP-mac.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ja-JP.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ka-GE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_kh-KH.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_kk-KZ.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_kl-GL.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_km-KH.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_kn-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ko-KR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_kok-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ky-KG.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_lb-LU.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_lo-LA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_lt-LT.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_lug-UG.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_lv-LV.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_mi-NZ.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_mk-MK.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ml-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_mn-CN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_mn-MN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_moh-CA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_mr-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ms-BN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ms-MY.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_mt-MT.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_nb-NO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ne-NP.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_nl-BE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_nl-NL.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_nn-NO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_nso-ZA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_oc-FR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_or-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_pa-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_pl-PL.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ps-AF.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_pt-BR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_pt-PT.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_qut-GT.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_quz-BO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_quz-EC.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_quz-PE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_rm-CH.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ro-RO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ru-RU.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_rw-RW.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sa-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sah-RU.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_se-FI.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_se-NO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_se-SE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_si-LK.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sk-SK.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sl-SI.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sma-NO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sma-SE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_smj-NO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_smj-SE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_smn-FI.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sms-FI.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_son-NE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sq-AL.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sr-BA-Cyrl.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sr-BA-Latn.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sr-ME.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sr-RS.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sv-FI.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sv-SE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_sw-KE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_syr-SY.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ta-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ta-LK.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_te-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_tg-TJ-Cyrl.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_th-TH.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_tk-TM.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_tn-ZA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_tr-TR.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_tt-RU.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ug-CN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_uk-UA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ur-IN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_ur-PK.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_uz-UZ-Cyrl.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_uz-UZ-Latn.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_vi-VN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_wa-BE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_wee-DE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_wen-DE.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_wo-SN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_xh-ZA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_yo-NG.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_zh-CN.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_zh-HK.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_zh-MO.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_zh-SG.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_zh-TW.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/flags/tb_zu-ZA.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/qls.css -%%XPI_XPIDIR%%/chrome/skin/classic/qls/qls_16x16.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/qls_24x24.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/qls_32x32.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/qls_gecko2.css -%%XPI_XPIDIR%%/chrome/skin/classic/qls/qls_options.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/qls_pp_autoswitch.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/qls_pp_general.png -%%XPI_XPIDIR%%/chrome/skin/classic/qls/qls_pp_locales.png -%%XPI_XPIDIR%%/defaults/preferences/prefs.js -%%XPI_XPIDIR%%/install.rdf -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/zh-TW -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/zh-CN -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/wa-BE -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/vi -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/uk-UA -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/tr-TR -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/sv-SE -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/sr -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/sq-AL -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/sl-SI -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/sk-SK -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/ru-RU -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/ro-RO -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/pt-PT -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/pt-BR -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/nn-NO -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/nl -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/nb-NO -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/ml-IN -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/mk-MK -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/lt-LT -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/ko-KR -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/km-KH -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/ja -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/it-IT -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/is-IS -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/hu-HU -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/hsb-DE -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/hr-HR -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/he-IL -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/gl-ES -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/fy-NL -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/fr -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/fi-FI -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/fa-IR -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/es-ES -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/es-AR -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/eo -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/en-GB -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/dsb-DE -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/de -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/da -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/cs-CZ -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/ca-AD -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/bg-BG -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/be-BY -@dir %%XPI_XPIDIR%%/chrome/locale/lt-LT/ar diff --git a/www/xpi-quickproxy/Makefile b/www/xpi-quickproxy/Makefile deleted file mode 100644 index b26bc0e7f244..000000000000 --- a/www/xpi-quickproxy/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= quickproxy -PORTVERSION= 2009.07.19 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Statusbar button to quickly turn the proxy on and off - -XPI_ID= {d5ea4520-61a1-11da-8cd6-0800200c9a66} -XPI_NUM= 1557 -XPI_FILES= chrome/quickproxy.jar chrome.manifest install.rdf -XPI_DIRS= chrome - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-quickproxy/distinfo b/www/xpi-quickproxy/distinfo deleted file mode 100644 index 73d565028929..000000000000 --- a/www/xpi-quickproxy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/quickproxy-2009.07.19-fx.xpi) = 945090a07d1be4fabaa065ac6d0395c254f614c4d855a2c83a23b8f9a66f1e3d -SIZE (xpi/quickproxy-2009.07.19-fx.xpi) = 21797 diff --git a/www/xpi-quickproxy/pkg-descr b/www/xpi-quickproxy/pkg-descr deleted file mode 100644 index cced781e3234..000000000000 --- a/www/xpi-quickproxy/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Quickproxy creates a statusbar button to quickly turn -the proxy on and off - -WWW: https://addons.mozilla.org/firefox/1557/ diff --git a/www/xpi-resurrectpages/Makefile b/www/xpi-resurrectpages/Makefile deleted file mode 100644 index 761629cefbe0..000000000000 --- a/www/xpi-resurrectpages/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= resurrectpages -PORTVERSION= 2.0.7 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Resurrects pages from big page caches/mirrors - -XPI_DISTNAME= resurrect_pages -XPI_NUM= 2570 -XPI_ID= {0c8fbd76-bdeb-4c52-9b24-d587ce7b9dc3} - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-resurrectpages/distinfo b/www/xpi-resurrectpages/distinfo deleted file mode 100644 index ff661de44727..000000000000 --- a/www/xpi-resurrectpages/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/resurrect_pages-2.0.7-fx.xpi) = df766e6a1c4b68be14c83a66e69af8d9ef6bca58396b84efd773248ed2eb5351 -SIZE (xpi/resurrect_pages-2.0.7-fx.xpi) = 44475 diff --git a/www/xpi-resurrectpages/pkg-descr b/www/xpi-resurrectpages/pkg-descr deleted file mode 100644 index 9741e555052e..000000000000 --- a/www/xpi-resurrectpages/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Dead pages, broken links, the scourge of the internet. Powerhouse -sites like Slashdot and Digg can bring a server to its knees. What -do we do when a page is dead but we still want to see it? Call in -the clerics, and perform a resurrection ceremony! Or, the easier -route, use this extension. - -WWW: https://addons.mozilla.org/en-US/firefox/addon/2570 diff --git a/www/xpi-resurrectpages/pkg-plist b/www/xpi-resurrectpages/pkg-plist deleted file mode 100644 index f16f9c240b64..000000000000 --- a/www/xpi-resurrectpages/pkg-plist +++ /dev/null @@ -1,90 +0,0 @@ -%%XPI_XPIDIR%%/LICENSE -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/content/netError.xhtml -%%XPI_XPIDIR%%/content/resurrect-overlay.xul -%%XPI_XPIDIR%%/content/resurrect-select-mirror.xul -%%XPI_XPIDIR%%/content/resurrect.js -%%XPI_XPIDIR%%/defaults/preferences/resurrect.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/locale/ca-AD/overlay.dtd -%%XPI_XPIDIR%%/locale/ca-AD/overlay.properties -%%XPI_XPIDIR%%/locale/cs-CZ/overlay.dtd -%%XPI_XPIDIR%%/locale/cs-CZ/overlay.properties -%%XPI_XPIDIR%%/locale/da/overlay.dtd -%%XPI_XPIDIR%%/locale/da/overlay.properties -%%XPI_XPIDIR%%/locale/da-DK/overlay.dtd -%%XPI_XPIDIR%%/locale/da-DK/overlay.properties -%%XPI_XPIDIR%%/locale/de/overlay.dtd -%%XPI_XPIDIR%%/locale/de/overlay.properties -%%XPI_XPIDIR%%/locale/de-DE/overlay.dtd -%%XPI_XPIDIR%%/locale/de-DE/overlay.properties -%%XPI_XPIDIR%%/locale/el/overlay.dtd -%%XPI_XPIDIR%%/locale/el/overlay.properties -%%XPI_XPIDIR%%/locale/el-GR/overlay.dtd -%%XPI_XPIDIR%%/locale/el-GR/overlay.properties -%%XPI_XPIDIR%%/locale/en-US/overlay.dtd -%%XPI_XPIDIR%%/locale/en-US/overlay.properties -%%XPI_XPIDIR%%/locale/es-AR/overlay.dtd -%%XPI_XPIDIR%%/locale/es-AR/overlay.properties -%%XPI_XPIDIR%%/locale/es-CL/overlay.dtd -%%XPI_XPIDIR%%/locale/es-CL/overlay.properties -%%XPI_XPIDIR%%/locale/es-ES/overlay.dtd -%%XPI_XPIDIR%%/locale/es-ES/overlay.properties -%%XPI_XPIDIR%%/locale/fi-FI/overlay.dtd -%%XPI_XPIDIR%%/locale/fi-FI/overlay.properties -%%XPI_XPIDIR%%/locale/fr/overlay.dtd -%%XPI_XPIDIR%%/locale/fr/overlay.properties -%%XPI_XPIDIR%%/locale/fr-FR/overlay.dtd -%%XPI_XPIDIR%%/locale/fr-FR/overlay.properties -%%XPI_XPIDIR%%/locale/hr-HR/overlay.dtd -%%XPI_XPIDIR%%/locale/hr-HR/overlay.properties -%%XPI_XPIDIR%%/locale/it/overlay.dtd -%%XPI_XPIDIR%%/locale/it/overlay.properties -%%XPI_XPIDIR%%/locale/it-IT/overlay.dtd -%%XPI_XPIDIR%%/locale/it-IT/overlay.properties -%%XPI_XPIDIR%%/locale/ja-JP/overlay.dtd -%%XPI_XPIDIR%%/locale/ja-JP/overlay.properties -%%XPI_XPIDIR%%/locale/ko-KR/overlay.dtd -%%XPI_XPIDIR%%/locale/ko-KR/overlay.properties -%%XPI_XPIDIR%%/locale/nl/overlay.dtd -%%XPI_XPIDIR%%/locale/nl/overlay.properties -%%XPI_XPIDIR%%/locale/nl-NL/overlay.dtd -%%XPI_XPIDIR%%/locale/nl-NL/overlay.properties -%%XPI_XPIDIR%%/locale/pl/overlay.dtd -%%XPI_XPIDIR%%/locale/pl/overlay.properties -%%XPI_XPIDIR%%/locale/pl-PL/overlay.dtd -%%XPI_XPIDIR%%/locale/pl-PL/overlay.properties -%%XPI_XPIDIR%%/locale/pt-BR/overlay.dtd -%%XPI_XPIDIR%%/locale/pt-BR/overlay.properties -%%XPI_XPIDIR%%/locale/pt-PT/overlay.dtd -%%XPI_XPIDIR%%/locale/pt-PT/overlay.properties -%%XPI_XPIDIR%%/locale/ru-RU/overlay.dtd -%%XPI_XPIDIR%%/locale/ru-RU/overlay.properties -%%XPI_XPIDIR%%/locale/sl-SI/overlay.dtd -%%XPI_XPIDIR%%/locale/sl-SI/overlay.properties -%%XPI_XPIDIR%%/locale/sr/overlay.dtd -%%XPI_XPIDIR%%/locale/sr/overlay.properties -%%XPI_XPIDIR%%/locale/sv-SE/overlay.dtd -%%XPI_XPIDIR%%/locale/sv-SE/overlay.properties -%%XPI_XPIDIR%%/locale/tr-TR/overlay.dtd -%%XPI_XPIDIR%%/locale/tr-TR/overlay.properties -%%XPI_XPIDIR%%/locale/uk-UA/overlay.dtd -%%XPI_XPIDIR%%/locale/uk-UA/overlay.properties -%%XPI_XPIDIR%%/locale/zh-CN/overlay.dtd -%%XPI_XPIDIR%%/locale/zh-CN/overlay.properties -%%XPI_XPIDIR%%/locale/zh-TW/overlay.dtd -%%XPI_XPIDIR%%/locale/zh-TW/overlay.properties -%%XPI_XPIDIR%%/skin/cacheicons/archive.png -%%XPI_XPIDIR%%/skin/cacheicons/bing.png -%%XPI_XPIDIR%%/skin/cacheicons/coralcdn.png -%%XPI_XPIDIR%%/skin/cacheicons/gigablast.png -%%XPI_XPIDIR%%/skin/cacheicons/google.png -%%XPI_XPIDIR%%/skin/cacheicons/waybackmachine.png -%%XPI_XPIDIR%%/skin/cacheicons/webcitation.png -%%XPI_XPIDIR%%/skin/cacheicons/yahoo.png -%%XPI_XPIDIR%%/skin/em-icon.png -%%XPI_XPIDIR%%/skin/netError.css -%%XPI_XPIDIR%%/skin/resurrect-overlay.css -%%XPI_XPIDIR%%/skin/select-mirror.css -%%XPI_XPIDIR%%/skin/tb-icon-large.png -%%XPI_XPIDIR%%/skin/tb-icon-small.png diff --git a/www/xpi-sameplace/Makefile b/www/xpi-sameplace/Makefile deleted file mode 100644 index 95677fe9681c..000000000000 --- a/www/xpi-sameplace/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= sameplace -PORTVERSION= 0.7.9.2007113020 -DISTVERSIONSUFFIX= -fx+tb+fl -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Jabber client - -RUN_DEPENDS= xpi-xmpp4moz>=0.5.2:www/xpi-xmpp4moz - -XPI_NUM= 3633 -XPI_ID= sameplace@hyperstruct.net -XPI_FILES= chrome/sameplace.jar chrome.manifest components/CommandLine.js\ - components/ProtocolHandler.js defaults/preferences/sameplace.js install.rdf -XPI_DIRS= chrome components defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-sameplace/distinfo b/www/xpi-sameplace/distinfo deleted file mode 100644 index 2daca36d117b..000000000000 --- a/www/xpi-sameplace/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/sameplace-0.7.9.2007113020-fx+tb+fl.xpi) = 0dbccb8c66cc7875b5c1cf36414f80b1f5e75c74dc8106d7dccd60e582cd9d73 -SIZE (xpi/sameplace-0.7.9.2007113020-fx+tb+fl.xpi) = 306422 diff --git a/www/xpi-sameplace/pkg-descr b/www/xpi-sameplace/pkg-descr deleted file mode 100644 index 0c2fdb24d141..000000000000 --- a/www/xpi-sameplace/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -SamePlace is a set of extensions for Firefox, Flock and Thunderbird to -keep in touch, chat, play and interact with your contacts without -leaving your browser or mail client. - -WWW: http://dev.hyperstruct.net/xmpp4moz/wiki/LocalApplicationSamePlaceSuite diff --git a/www/xpi-scrapbook/Makefile b/www/xpi-scrapbook/Makefile deleted file mode 100644 index fbd93caead39..000000000000 --- a/www/xpi-scrapbook/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Hannes Frederic Sowa <hannes@stressinduktion.org> -# $FreeBSD$ - -PORTNAME= scrapbook -PORTVERSION= 1.2.0.8 -DISTVERSIONSUFFIX= -fx+fl -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Webcontent capturing and managing extension - -XPI_ID= {53A03D43-5363-4669-8190-99061B2DEBA5} -XPI_NUM= 427 -XPI_FILES= LICENSE.txt chrome/scrapbook.jar chrome.manifest defaults/preferences/scrapbook-prefs.js install.rdf -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-scrapbook/distinfo b/www/xpi-scrapbook/distinfo deleted file mode 100644 index b988b7b920bd..000000000000 --- a/www/xpi-scrapbook/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/scrapbook-1.2.0.8-fx+fl.xpi) = a0733d78b856eaa02745498f40b7d48a9bdf32b7ad4b1ba0f95c8866f306f34c -SIZE (xpi/scrapbook-1.2.0.8-fx+fl.xpi) = 234956 diff --git a/www/xpi-scrapbook/pkg-descr b/www/xpi-scrapbook/pkg-descr deleted file mode 100644 index b2df434a3582..000000000000 --- a/www/xpi-scrapbook/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -ScrapBook is a Firefox extension, which helps you to save Web pages and -easily manage collections. Key features are lightness, speed, -accuracy and multi-language support. Major features are: -* Save Web page -* Save snippet of Web page -* Save Web site -* Organize the collection in the same way as Bookmarks -* Full text search and quick filtering search of the collection -* Editing of the collected Web page -* Text/HTML edit feature resembling Opera's Notes - -WWW: http://amb.vis.ne.jp/mozilla/scrapbook/ diff --git a/www/xpi-searchstatus/Makefile b/www/xpi-searchstatus/Makefile deleted file mode 100644 index c7ae84a5e0b8..000000000000 --- a/www/xpi-searchstatus/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Lapo Luchini <lapo@lapo.it> -# $FreeBSD$ - -PORTNAME= searchstatus -PORTVERSION= 1.39 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= lapo@lapo.it -COMMENT= Displays Google PageRank, Alexa popularity and other stats - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/readme.txt - -XPI_NUM= 321 -XPI_ID= {d57c9ff1-6389-48fc-b770-f78bd89b6e8a} -XPI_FILES= chrome/searchstatus.jar install.rdf readme.txt chrome.manifest -XPI_DIRS= chrome - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-searchstatus/distinfo b/www/xpi-searchstatus/distinfo deleted file mode 100644 index ef0ade3a4d74..000000000000 --- a/www/xpi-searchstatus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/searchstatus-1.39-fx.xpi) = 29989845072e9e87a037a5e6dce81ca25b01186be193c7860784e13c1d0ace2b -SIZE (xpi/searchstatus-1.39-fx.xpi) = 67916 diff --git a/www/xpi-searchstatus/files/chrome.manifest b/www/xpi-searchstatus/files/chrome.manifest deleted file mode 100644 index 479fadb40066..000000000000 --- a/www/xpi-searchstatus/files/chrome.manifest +++ /dev/null @@ -1,5 +0,0 @@ - -overlay chrome://browser/content/browser.xul chrome://searchstatus/content/searchstatus.xul -content searchstatus jar:chrome/searchstatus.jar!/content/searchstatus/ - -skin searchstatus classic/1.0 jar:chrome/searchstatus.jar!/skin/classic/searchstatus/ diff --git a/www/xpi-searchstatus/pkg-descr b/www/xpi-searchstatus/pkg-descr deleted file mode 100644 index f6ce4000de5e..000000000000 --- a/www/xpi-searchstatus/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -For every site you visit using Firefox or Mozilla, SearchStatus lets you -view its Google PageRank, Google Category, Alexa popularity ranking, -Alexa incoming links, Alexa related links and backward links from -Google, Yahoo! and MSN - all in one place. - -WWW: http://www.quirk.biz/searchstatus/ diff --git a/www/xpi-server_spy/Makefile b/www/xpi-server_spy/Makefile deleted file mode 100644 index 6642d48d8e7f..000000000000 --- a/www/xpi-server_spy/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Barbara Guida <bar@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= server_spy -PORTVERSION= 0.2.3 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= bar@FreeBSD.org -COMMENT= Indicates what brand of HTTP server runs on the visited site - -USE_XPI= *firefox* - -XPI_ID= ServerSpy@jacquet.eu.org -XPI_NUM= 2036 - -post-patch: - @${REINPLACE_CMD} -e 's|<em:maxVersion>22\.\*<|<em:maxVersion>99.*<|' \ - ${WRKSRC}/install.rdf - -pre-install: - @${RM} ${WRKSRC}/install.rdf.bak - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-server_spy/distinfo b/www/xpi-server_spy/distinfo deleted file mode 100644 index 9bd89a9782b1..000000000000 --- a/www/xpi-server_spy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/server_spy-0.2.3-fx.xpi) = da1a6c1d9aa6cd191f04c3e36aecb3d25ed4834207c0c08331198e9829432337 -SIZE (xpi/server_spy-0.2.3-fx.xpi) = 28933 diff --git a/www/xpi-server_spy/pkg-descr b/www/xpi-server_spy/pkg-descr deleted file mode 100644 index 22475a8c40d3..000000000000 --- a/www/xpi-server_spy/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Server Spy indicates what brand of HTTP server (e.g. Apache, IIS, etc.) -runs on the visited sites. - -WWW: http://releases.mozilla.org/pub/mozilla.org/addons/2036/ diff --git a/www/xpi-server_spy/pkg-plist b/www/xpi-server_spy/pkg-plist deleted file mode 100644 index 889fb5e1d452..000000000000 --- a/www/xpi-server_spy/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -%%XPI_XPIDIR%%/chrome/chromeFiles/content/A.png -%%XPI_XPIDIR%%/chrome/chromeFiles/content/G.png -%%XPI_XPIDIR%%/chrome/chromeFiles/content/I.png -%%XPI_XPIDIR%%/chrome/chromeFiles/content/L.png -%%XPI_XPIDIR%%/chrome/chromeFiles/content/about.xul -%%XPI_XPIDIR%%/chrome/chromeFiles/content/addonbar.xul -%%XPI_XPIDIR%%/chrome/chromeFiles/content/n.png -%%XPI_XPIDIR%%/chrome/chromeFiles/content/options.xul -%%XPI_XPIDIR%%/chrome/chromeFiles/content/overlay.xul -%%XPI_XPIDIR%%/chrome/chromeFiles/content/serverspy-32.png -%%XPI_XPIDIR%%/chrome/chromeFiles/content/serverspy.js -%%XPI_XPIDIR%%/chrome/chromeFiles/content/statusbar.xul -%%XPI_XPIDIR%%/chrome/chromeFiles/content/unknown.png -%%XPI_XPIDIR%%/chrome/chromeFiles/locale/en-US/contents.rdf -%%XPI_XPIDIR%%/chrome/chromeFiles/locale/en-US/ui.ent -%%XPI_XPIDIR%%/chrome/chromeFiles/locale/en-US/ui.properties -%%XPI_XPIDIR%%/chrome/chromeFiles/locale/fr-FR/contents.rdf -%%XPI_XPIDIR%%/chrome/chromeFiles/locale/fr-FR/ui.ent -%%XPI_XPIDIR%%/chrome/chromeFiles/locale/fr-FR/ui.properties -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/defaults/preferences/prefs.js -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-server_switcher/Makefile b/www/xpi-server_switcher/Makefile deleted file mode 100644 index 115579425c59..000000000000 --- a/www/xpi-server_switcher/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: chinsan <chinsan.tw@gmail.com> -# $FreeBSD$ - -PORTNAME= server_switcher -DISTVERSION= 0.4 -DISTVERSIONSUFFIX= -fx+fl -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Navigational help tool for web developers - -XPI_NUM= 2409 -XPI_ID= {F7D360DC-B8F8-11DA-86BD-3EC8728786A0} - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-server_switcher/distinfo b/www/xpi-server_switcher/distinfo deleted file mode 100644 index 27a36dff11ef..000000000000 --- a/www/xpi-server_switcher/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/server_switcher-0.4-fx+fl.xpi) = 1e12f55b21af3264e85a62ffc1f81543a5ed456bde2e15345fef01216891ed4c -SIZE (xpi/server_switcher-0.4-fx+fl.xpi) = 29819 diff --git a/www/xpi-server_switcher/pkg-descr b/www/xpi-server_switcher/pkg-descr deleted file mode 100644 index a9a93b892783..000000000000 --- a/www/xpi-server_switcher/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Server Switcher is a navigational help tool for web developers. It allows -you to easily switch between sites on your development and live servers, so -that you can immediately see the differences. - -WWW: http://hermann.czedik.net/projekte/switcher/ diff --git a/www/xpi-server_switcher/pkg-plist b/www/xpi-server_switcher/pkg-plist deleted file mode 100644 index 13dbb71147aa..000000000000 --- a/www/xpi-server_switcher/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -%%XPI_XPIDIR%%/chrome/content/about.xul -%%XPI_XPIDIR%%/chrome/content/common/preferences.js -%%XPI_XPIDIR%%/chrome/content/common/string.js -%%XPI_XPIDIR%%/chrome/content/dialogs/serveradd.js -%%XPI_XPIDIR%%/chrome/content/dialogs/serveradd.xul -%%XPI_XPIDIR%%/chrome/content/switcherOptions.js -%%XPI_XPIDIR%%/chrome/content/switcherOptions.xul -%%XPI_XPIDIR%%/chrome/content/switcherOverlay.js -%%XPI_XPIDIR%%/chrome/content/switcherOverlay.xul -%%XPI_XPIDIR%%/chrome/locale/de-DE/about.dtd -%%XPI_XPIDIR%%/chrome/locale/de-DE/serveradd.dtd -%%XPI_XPIDIR%%/chrome/locale/de-DE/switcher.properties -%%XPI_XPIDIR%%/chrome/locale/de-DE/switcherOptions.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/about.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/serveradd.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/switcher.properties -%%XPI_XPIDIR%%/chrome/locale/en-US/switcherOptions.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/about.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/serveradd.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/switcher.properties -%%XPI_XPIDIR%%/chrome/locale/es-ES/switcherOptions.dtd -%%XPI_XPIDIR%%/chrome/locale/fr-FR/about.dtd -%%XPI_XPIDIR%%/chrome/locale/fr-FR/serveradd.dtd -%%XPI_XPIDIR%%/chrome/locale/fr-FR/switcher.properties -%%XPI_XPIDIR%%/chrome/locale/fr-FR/switcherOptions.dtd -%%XPI_XPIDIR%%/chrome/locale/hr-HR/about.dtd -%%XPI_XPIDIR%%/chrome/locale/hr-HR/serveradd.dtd -%%XPI_XPIDIR%%/chrome/locale/hr-HR/switcher.properties -%%XPI_XPIDIR%%/chrome/locale/hr-HR/switcherOptions.dtd -%%XPI_XPIDIR%%/chrome/locale/it-IT/about.dtd -%%XPI_XPIDIR%%/chrome/locale/it-IT/serveradd.dtd -%%XPI_XPIDIR%%/chrome/locale/it-IT/switcher.properties -%%XPI_XPIDIR%%/chrome/locale/it-IT/switcherOptions.dtd -%%XPI_XPIDIR%%/chrome/locale/nl-NL/about.dtd -%%XPI_XPIDIR%%/chrome/locale/nl-NL/serveradd.dtd -%%XPI_XPIDIR%%/chrome/locale/nl-NL/switcher.properties -%%XPI_XPIDIR%%/chrome/locale/nl-NL/switcherOptions.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/about.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/serveradd.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/switcher.properties -%%XPI_XPIDIR%%/chrome/locale/pt-BR/switcherOptions.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/about.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/serveradd.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/switcher.properties -%%XPI_XPIDIR%%/chrome/locale/uk-UA/switcherOptions.dtd -%%XPI_XPIDIR%%/chrome/skin/classic/devserver.png -%%XPI_XPIDIR%%/chrome/skin/classic/hceswitch.css -%%XPI_XPIDIR%%/chrome/skin/classic/icon.png -%%XPI_XPIDIR%%/chrome/skin/classic/liveserver.png -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/defaults/preferences/prefs.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/license.txt diff --git a/www/xpi-sessionmanager/Makefile b/www/xpi-sessionmanager/Makefile deleted file mode 100644 index fbca6f7901b1..000000000000 --- a/www/xpi-sessionmanager/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Andrey Slusar <anray@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= sessionmanager -PORTVERSION= 0.6.3.5 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Saves and restores the state of all windows - -XPI_DISTNAME= session_manager -XPI_ID= {1280606b-2510-4fe0-97ef-9b5a22eafe30} -XPI_NUM= 2324 -XPI_FILES= chrome/sessionmanager.jar \ - components/SessionManagerHelperComponent.js \ - components/nsISessionManangerHelperComponent.xpt \ - defaults/preferences/sessionmanager.js \ - chrome.manifest 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-sessionmanager/distinfo b/www/xpi-sessionmanager/distinfo deleted file mode 100644 index ebed545887fd..000000000000 --- a/www/xpi-sessionmanager/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/session_manager-0.6.3.5-fx.xpi) = 8061e6674d5297acb199c50abf27e67f6a453d8f1c46069fc09eccf52aa4df4c -SIZE (xpi/session_manager-0.6.3.5-fx.xpi) = 221877 diff --git a/www/xpi-sessionmanager/pkg-descr b/www/xpi-sessionmanager/pkg-descr deleted file mode 100644 index 0663c63e9cf0..000000000000 --- a/www/xpi-sessionmanager/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Building upon Crash Recovery, this extension allows you to save the -current state of Firefox (history, text data, cookies) and return -to that state at any later moment. Besides the manually saved states, -Session Manager automatically stores the current state in case of a -crash. - -All sessions are stored in the "sessions" folder inside your profile -directory and can be moved around as any other file. To get to that -folder, simply select "Open Session Folder" in Session Manager's menu -(might not work on all OSes). Finally, Session Manager also allows to -reopen the 10 last closed windows and tabs. - -It is not recommended to use Session Manager at the same time as Crash -Recovery (which is completely integrated), SessionSaver or Tab Mix Plus -(which provide similar functionality on their own). In comparison, -Session Manager currently stores more session data than Tab Mix Plus -while not getting as complex as SessionSaver. - -WWW: http://sessionmanager.mozdev.org/ diff --git a/www/xpi-showip/Makefile b/www/xpi-showip/Makefile deleted file mode 100644 index 244c38082332..000000000000 --- a/www/xpi-showip/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Barbara Guida <bar@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= showip -PORTVERSION= 2.0 -DISTVERSIONSUFFIX= -tb+fx+sm -CATEGORIES= www - -MAINTAINER= bar@FreeBSD.org -COMMENT= Show the IP address of the current page in the status bar - -LICENSE= GPLv2 - -XPI_NUM= 590 -XPI_ID= {3e9bb2a7-62ca-4efa-a4e6-f6f6168a652d} - -post-patch: - @${REINPLACE_CMD} -e 's|<em:maxVersion>14\.\*<|<em:maxVersion>99.*<|; \ - s|<em:maxVersion>2\.11\.\*<|<em:maxVersion>99.99.*<|' \ - ${WRKSRC}/install.rdf - -pre-install: - @${RM} ${WRKSRC}/install.rdf.bak - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-showip/distinfo b/www/xpi-showip/distinfo deleted file mode 100644 index efbe47a41f86..000000000000 --- a/www/xpi-showip/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/showip-2.0-tb+fx+sm.xpi) = e927229d890012c55726c986ce9dcda61ad126241fb8dba6111d3e7ae5b727c8 -SIZE (xpi/showip-2.0-tb+fx+sm.xpi) = 49690 diff --git a/www/xpi-showip/pkg-descr b/www/xpi-showip/pkg-descr deleted file mode 100644 index 0a05e35735f8..000000000000 --- a/www/xpi-showip/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Show the IP address of the current page in the status bar. - -WWW: http://code.google.com/p/firefox-showip/ diff --git a/www/xpi-showip/pkg-plist b/www/xpi-showip/pkg-plist deleted file mode 100644 index 5190c61627c4..000000000000 --- a/www/xpi-showip/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -%%XPI_XPIDIR%%/COPYING -%%XPI_XPIDIR%%/chrome/content/contents.rdf -%%XPI_XPIDIR%%/chrome/content/favicon.svg -%%XPI_XPIDIR%%/chrome/content/ipv6ident-pref.js -%%XPI_XPIDIR%%/chrome/content/ipv6ident-pref.xul -%%XPI_XPIDIR%%/chrome/content/ipv6ident.css -%%XPI_XPIDIR%%/chrome/content/ipv6ident.js -%%XPI_XPIDIR%%/chrome/content/ipv6ident.xul -%%XPI_XPIDIR%%/chrome/content/showip-lru-test.html -%%XPI_XPIDIR%%/chrome/content/showip-lru.js -%%XPI_XPIDIR%%/chrome/content/showip.xul -%%XPI_XPIDIR%%/chrome/locale/da-DK/showip/contents.rdf -%%XPI_XPIDIR%%/chrome/locale/da-DK/showip/showip.dtd -%%XPI_XPIDIR%%/chrome/locale/da-DK/showip/showip.properties -%%XPI_XPIDIR%%/chrome/locale/en-US/showip/contents.rdf -%%XPI_XPIDIR%%/chrome/locale/en-US/showip/showip.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/showip/showip.properties -%%XPI_XPIDIR%%/chrome/locale/sv-SE/showip/contents.rdf -%%XPI_XPIDIR%%/chrome/locale/sv-SE/showip/showip.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/showip/showip.properties -%%XPI_XPIDIR%%/chrome/locale/zh-CN/showip/contents.rdf -%%XPI_XPIDIR%%/chrome/locale/zh-CN/showip/showip.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/showip/showip.properties -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-speed-dial/Makefile b/www/xpi-speed-dial/Makefile deleted file mode 100644 index b88945ab99d7..000000000000 --- a/www/xpi-speed-dial/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Harald Schmalzbauer <h.schmalzbauer@omnisec.de> -# $FreeBSD$ - -PORTNAME= speed-dial -PORTVERSION= 0.9.6.17 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www -MASTER_SITES= http://speeddial.uworks.net/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Access websites through custom thumbnail views - -USES= zip - -XPI_DISTNAME= speed_dial -XPI_ID= {64161300-e22b-11db-8314-0800200c9a66} -XPI_NUM= 4810 - -post-patch: - @${REINPLACE_CMD} -i "" -e '/loadInNewTab/s|false|true|' \ - ${WRKSRC}/defaults/preferences/speeddial.js - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-speed-dial/distinfo b/www/xpi-speed-dial/distinfo deleted file mode 100644 index c2dbee1bc33f..000000000000 --- a/www/xpi-speed-dial/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/speed_dial-0.9.6.17-fx.xpi) = 1bd44bb9f1e258e9969fb899edf932a57cad40dd43c35191b7bc39c64f0dd347 -SIZE (xpi/speed_dial-0.9.6.17-fx.xpi) = 287016 diff --git a/www/xpi-speed-dial/pkg-descr b/www/xpi-speed-dial/pkg-descr deleted file mode 100644 index 00e50e88c181..000000000000 --- a/www/xpi-speed-dial/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -With Speed Dial, you can easily access your most used websites. To -show the Speed Dial tab, use the Speed Dial button (which can be added -to the toolbar), or enter "chrome://speeddial/content" in your -location bar. - -Speed Dial will be automatically loaded in blank new windows. It can -also load in blank new tabs. To configure this, and other options, use -the extension settings panel. - -To assign one website to Speed Dial, use the new "Set as Speed Dial" -option in the bookmarks menu, or right click on the tab you want to -add, and choose "Set as Speed Dial". That option is also available in -the contextual area menu. - -WWW: http://speeddial.uworks.net/ diff --git a/www/xpi-speed-dial/pkg-plist b/www/xpi-speed-dial/pkg-plist deleted file mode 100644 index 64875cb3690c..000000000000 --- a/www/xpi-speed-dial/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%XPI_XPIDIR%%/chrome/speeddial.jar -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/components/nsISpeedDialCache.xpt -%%XPI_XPIDIR%%/components/speeddialcache.js -%%XPI_XPIDIR%%/defaults/preferences/speeddial.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/LICENSE diff --git a/www/xpi-splash/Makefile b/www/xpi-splash/Makefile deleted file mode 100644 index 0ec5253e4d15..000000000000 --- a/www/xpi-splash/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Alexander Logvinov <ports@logvinov.com> -# $FreeBSD$ - -PORTNAME= splash -PORTVERSION= 2.0.2 -DISTVERSIONSUFFIX= -fx+tb+sb -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Splash screen for most Mozilla and Mozilla Based products - -XPI_DISTNAME= splash! -XPI_ID= splash@aldreneo.com -XPI_NUM= 2995 -XPI_FILES= chrome/splash.jar components/.autoreg components/splash.js \ - defaults/preferences/splash.js chrome.manifest install.rdf -XPI_DIRS= chrome components defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-splash/distinfo b/www/xpi-splash/distinfo deleted file mode 100644 index 800fda1a1f8e..000000000000 --- a/www/xpi-splash/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/splash!-2.0.2-fx+tb+sb.xpi) = 33a14fd506ff8c3d70f584a98c57d0ee57866ba99e261d794c98e9dda4974611 -SIZE (xpi/splash!-2.0.2-fx+tb+sb.xpi) = 47263 diff --git a/www/xpi-splash/pkg-descr b/www/xpi-splash/pkg-descr deleted file mode 100644 index d6dc4bbdf813..000000000000 --- a/www/xpi-splash/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Adds a splash screen to most Mozilla and Mozilla Based products. -Supports sound, opacity, CSS customization, custom images, and much more. -You can add {appVersion}, {buildID} and {userAgent} to the loading text and -it will be filled in for you. - -WWW: http://www.mrtech.com/extensions/ diff --git a/www/xpi-stumbleupon/Makefile b/www/xpi-stumbleupon/Makefile deleted file mode 100644 index 44aa753efb83..000000000000 --- a/www/xpi-stumbleupon/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Lapo Luchini <lapo@lapo.it> -# $FreeBSD$ - -PORTNAME= stumbleupon -PORTVERSION= 3.76 -DISTVERSIONSUFFIX= -fx+sm+mz -CATEGORIES= www - -MAINTAINER= lapo@lapo.it -COMMENT= Collaborative surfing tool extension - -LICENSE= MPL11 - -XPI_NUM= 138 -XPI_ID= {AE93811A-5C9A-4d34-8462-F7B864FC4696} -XPI_FILES= chrome/stumbleupon.jar chrome.manifest components/stumbleuponService.js install.js install.rdf -XPI_DIRS= chrome components - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-stumbleupon/distinfo b/www/xpi-stumbleupon/distinfo deleted file mode 100644 index dbee17988ee8..000000000000 --- a/www/xpi-stumbleupon/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/stumbleupon-3.76-fx+sm+mz.xpi) = 0b855b1f277103fa1e32eb01c2d36e838eb5f9f5c28a8f9decab6ce79328a997 -SIZE (xpi/stumbleupon-3.76-fx+sm+mz.xpi) = 322702 diff --git a/www/xpi-stumbleupon/pkg-descr b/www/xpi-stumbleupon/pkg-descr deleted file mode 100644 index 058c91b01286..000000000000 --- a/www/xpi-stumbleupon/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -StumbleUpon is an extension that lets you "channelsurf" the best-reviewed -sites on the web. -It is a collaborative surfing tool for browsing, reviewing and sharing -great sites with like-minded people. This helps you find interesting -webpages you wouldn't think to search for. - -WWW: http://www.stumbleupon.com/ diff --git a/www/xpi-stylish/Makefile b/www/xpi-stylish/Makefile deleted file mode 100644 index f7f6090b4403..000000000000 --- a/www/xpi-stylish/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= stylish -PORTVERSION= 1.2.5 -DISTVERSIONSUFFIX= -fx+tb+sm -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= User styles manager - -XPI_NUM= 2108 -XPI_ID= {46551EC9-40F0-4e47-8E18-8E5CF550CFB8} - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-stylish/distinfo b/www/xpi-stylish/distinfo deleted file mode 100644 index f2e9d5638a9c..000000000000 --- a/www/xpi-stylish/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/stylish-1.2.5-fx+tb+sm.xpi) = c170c72c49f0e3b06e1b8baac4573eee91b5be49448744596ec291d224b280b8 -SIZE (xpi/stylish-1.2.5-fx+tb+sm.xpi) = 257899 diff --git a/www/xpi-stylish/pkg-descr b/www/xpi-stylish/pkg-descr deleted file mode 100644 index 2040eca62637..000000000000 --- a/www/xpi-stylish/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Stylish is an extension that allows easy management of user styles. -User styles empower your browsing experience by letting you fix ugly -sites, customize the look of your browser or mail client, or just have -fun. With an online repository at userstyles.org, you don't even need -to know how to write styles yourself; just a couple clicks and the -chosen style is applied. Stylish is to CSS what Greasemonkey is to -JavaScript, and unlike other methods of using user styles, most styles -take effect immediately. - -WWW: http://userstyles.org/stylish/ diff --git a/www/xpi-stylish/pkg-plist b/www/xpi-stylish/pkg-plist deleted file mode 100644 index 312fb8282a5b..000000000000 --- a/www/xpi-stylish/pkg-plist +++ /dev/null @@ -1,360 +0,0 @@ -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/components/stylishCommandLine.js -%%XPI_XPIDIR%%/components/stylishDataSource.js -%%XPI_XPIDIR%%/components/stylishDataSource.xpt -%%XPI_XPIDIR%%/components/stylishStartup.js -%%XPI_XPIDIR%%/components/stylishStyle.js -%%XPI_XPIDIR%%/components/stylishStyle.xpt -%%XPI_XPIDIR%%/content/addon.xbl -%%XPI_XPIDIR%%/content/base-test.js -%%XPI_XPIDIR%%/content/clear.js -%%XPI_XPIDIR%%/content/clear.xul -%%XPI_XPIDIR%%/content/common.js -%%XPI_XPIDIR%%/content/domiOverlay.js -%%XPI_XPIDIR%%/content/domiOverlay.xul -%%XPI_XPIDIR%%/content/edit.js -%%XPI_XPIDIR%%/content/edit.xul -%%XPI_XPIDIR%%/content/install.js -%%XPI_XPIDIR%%/content/install.xul -%%XPI_XPIDIR%%/content/manage-addons-fx4.js -%%XPI_XPIDIR%%/content/manage-addons-fx4.xul -%%XPI_XPIDIR%%/content/manage-standalone.xul -%%XPI_XPIDIR%%/content/manage.js -%%XPI_XPIDIR%%/content/manage.xul -%%XPI_XPIDIR%%/content/overlay-fx4.xul -%%XPI_XPIDIR%%/content/overlay.js -%%XPI_XPIDIR%%/content/style.xbl -%%XPI_XPIDIR%%/content/test.xul -%%XPI_XPIDIR%%/content/unittest.js -%%XPI_XPIDIR%%/content/urls.properties -%%XPI_XPIDIR%%/defaults/preferences/stylish.js -%%XPI_XPIDIR%%/idl/stylishDataSource.idl -%%XPI_XPIDIR%%/idl/stylishStyle.idl -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/locale/cs/common.dtd -%%XPI_XPIDIR%%/locale/cs/common.properties -%%XPI_XPIDIR%%/locale/cs/domi.dtd -%%XPI_XPIDIR%%/locale/cs/edit.dtd -%%XPI_XPIDIR%%/locale/cs/edit.properties -%%XPI_XPIDIR%%/locale/cs/extensions.dtd -%%XPI_XPIDIR%%/locale/cs/install.dtd -%%XPI_XPIDIR%%/locale/cs/install.properties -%%XPI_XPIDIR%%/locale/cs/manage.dtd -%%XPI_XPIDIR%%/locale/cs/manage.properties -%%XPI_XPIDIR%%/locale/cs/overlay.dtd -%%XPI_XPIDIR%%/locale/cs/overlay.properties -%%XPI_XPIDIR%%/locale/da/common.dtd -%%XPI_XPIDIR%%/locale/da/common.properties -%%XPI_XPIDIR%%/locale/da/domi.dtd -%%XPI_XPIDIR%%/locale/da/edit.dtd -%%XPI_XPIDIR%%/locale/da/edit.properties -%%XPI_XPIDIR%%/locale/da/extensions.dtd -%%XPI_XPIDIR%%/locale/da/install.dtd -%%XPI_XPIDIR%%/locale/da/install.properties -%%XPI_XPIDIR%%/locale/da/manage.dtd -%%XPI_XPIDIR%%/locale/da/manage.properties -%%XPI_XPIDIR%%/locale/da/overlay.dtd -%%XPI_XPIDIR%%/locale/da/overlay.properties -%%XPI_XPIDIR%%/locale/de/common.dtd -%%XPI_XPIDIR%%/locale/de/common.properties -%%XPI_XPIDIR%%/locale/de/domi.dtd -%%XPI_XPIDIR%%/locale/de/edit.dtd -%%XPI_XPIDIR%%/locale/de/edit.properties -%%XPI_XPIDIR%%/locale/de/extensions.dtd -%%XPI_XPIDIR%%/locale/de/install.dtd -%%XPI_XPIDIR%%/locale/de/install.properties -%%XPI_XPIDIR%%/locale/de/manage.dtd -%%XPI_XPIDIR%%/locale/de/manage.properties -%%XPI_XPIDIR%%/locale/de/overlay.dtd -%%XPI_XPIDIR%%/locale/de/overlay.properties -%%XPI_XPIDIR%%/locale/en-GB/common.dtd -%%XPI_XPIDIR%%/locale/en-GB/common.properties -%%XPI_XPIDIR%%/locale/en-GB/domi.dtd -%%XPI_XPIDIR%%/locale/en-GB/edit.dtd -%%XPI_XPIDIR%%/locale/en-GB/edit.properties -%%XPI_XPIDIR%%/locale/en-GB/extensions.dtd -%%XPI_XPIDIR%%/locale/en-GB/install.dtd -%%XPI_XPIDIR%%/locale/en-GB/install.properties -%%XPI_XPIDIR%%/locale/en-GB/manage.dtd -%%XPI_XPIDIR%%/locale/en-GB/manage.properties -%%XPI_XPIDIR%%/locale/en-GB/overlay.dtd -%%XPI_XPIDIR%%/locale/en-GB/overlay.properties -%%XPI_XPIDIR%%/locale/en-US/common.dtd -%%XPI_XPIDIR%%/locale/en-US/common.properties -%%XPI_XPIDIR%%/locale/en-US/domi.dtd -%%XPI_XPIDIR%%/locale/en-US/edit.dtd -%%XPI_XPIDIR%%/locale/en-US/edit.properties -%%XPI_XPIDIR%%/locale/en-US/extensions.dtd -%%XPI_XPIDIR%%/locale/en-US/install.dtd -%%XPI_XPIDIR%%/locale/en-US/install.properties -%%XPI_XPIDIR%%/locale/en-US/manage.dtd -%%XPI_XPIDIR%%/locale/en-US/manage.properties -%%XPI_XPIDIR%%/locale/en-US/overlay.dtd -%%XPI_XPIDIR%%/locale/en-US/overlay.properties -%%XPI_XPIDIR%%/locale/es-AR/common.dtd -%%XPI_XPIDIR%%/locale/es-AR/common.properties -%%XPI_XPIDIR%%/locale/es-AR/domi.dtd -%%XPI_XPIDIR%%/locale/es-AR/edit.dtd -%%XPI_XPIDIR%%/locale/es-AR/edit.properties -%%XPI_XPIDIR%%/locale/es-AR/extensions.dtd -%%XPI_XPIDIR%%/locale/es-AR/install.dtd -%%XPI_XPIDIR%%/locale/es-AR/install.properties -%%XPI_XPIDIR%%/locale/es-AR/manage.dtd -%%XPI_XPIDIR%%/locale/es-AR/manage.properties -%%XPI_XPIDIR%%/locale/es-AR/overlay.dtd -%%XPI_XPIDIR%%/locale/es-AR/overlay.properties -%%XPI_XPIDIR%%/locale/es-ES/common.dtd -%%XPI_XPIDIR%%/locale/es-ES/common.properties -%%XPI_XPIDIR%%/locale/es-ES/domi.dtd -%%XPI_XPIDIR%%/locale/es-ES/edit.dtd -%%XPI_XPIDIR%%/locale/es-ES/edit.properties -%%XPI_XPIDIR%%/locale/es-ES/extensions.dtd -%%XPI_XPIDIR%%/locale/es-ES/install.dtd -%%XPI_XPIDIR%%/locale/es-ES/install.properties -%%XPI_XPIDIR%%/locale/es-ES/manage.dtd -%%XPI_XPIDIR%%/locale/es-ES/manage.properties -%%XPI_XPIDIR%%/locale/es-ES/overlay.dtd -%%XPI_XPIDIR%%/locale/es-ES/overlay.properties -%%XPI_XPIDIR%%/locale/et-EE/common.dtd -%%XPI_XPIDIR%%/locale/et-EE/common.properties -%%XPI_XPIDIR%%/locale/et-EE/domi.dtd -%%XPI_XPIDIR%%/locale/et-EE/edit.dtd -%%XPI_XPIDIR%%/locale/et-EE/edit.properties -%%XPI_XPIDIR%%/locale/et-EE/extensions.dtd -%%XPI_XPIDIR%%/locale/et-EE/install.dtd -%%XPI_XPIDIR%%/locale/et-EE/install.properties -%%XPI_XPIDIR%%/locale/et-EE/manage.dtd -%%XPI_XPIDIR%%/locale/et-EE/manage.properties -%%XPI_XPIDIR%%/locale/et-EE/overlay.dtd -%%XPI_XPIDIR%%/locale/et-EE/overlay.properties -%%XPI_XPIDIR%%/locale/fr/common.dtd -%%XPI_XPIDIR%%/locale/fr/common.properties -%%XPI_XPIDIR%%/locale/fr/domi.dtd -%%XPI_XPIDIR%%/locale/fr/edit.dtd -%%XPI_XPIDIR%%/locale/fr/edit.properties -%%XPI_XPIDIR%%/locale/fr/extensions.dtd -%%XPI_XPIDIR%%/locale/fr/install.dtd -%%XPI_XPIDIR%%/locale/fr/install.properties -%%XPI_XPIDIR%%/locale/fr/manage.dtd -%%XPI_XPIDIR%%/locale/fr/manage.properties -%%XPI_XPIDIR%%/locale/fr/overlay.dtd -%%XPI_XPIDIR%%/locale/fr/overlay.properties -%%XPI_XPIDIR%%/locale/he-IL/common.dtd -%%XPI_XPIDIR%%/locale/he-IL/common.properties -%%XPI_XPIDIR%%/locale/he-IL/domi.dtd -%%XPI_XPIDIR%%/locale/he-IL/edit.dtd -%%XPI_XPIDIR%%/locale/he-IL/edit.properties -%%XPI_XPIDIR%%/locale/he-IL/extensions.dtd -%%XPI_XPIDIR%%/locale/he-IL/install.dtd -%%XPI_XPIDIR%%/locale/he-IL/install.properties -%%XPI_XPIDIR%%/locale/he-IL/manage.dtd -%%XPI_XPIDIR%%/locale/he-IL/manage.properties -%%XPI_XPIDIR%%/locale/he-IL/overlay.dtd -%%XPI_XPIDIR%%/locale/he-IL/overlay.properties -%%XPI_XPIDIR%%/locale/hu-HU/common.dtd -%%XPI_XPIDIR%%/locale/hu-HU/common.properties -%%XPI_XPIDIR%%/locale/hu-HU/domi.dtd -%%XPI_XPIDIR%%/locale/hu-HU/edit.dtd -%%XPI_XPIDIR%%/locale/hu-HU/edit.properties -%%XPI_XPIDIR%%/locale/hu-HU/extensions.dtd -%%XPI_XPIDIR%%/locale/hu-HU/install.dtd -%%XPI_XPIDIR%%/locale/hu-HU/install.properties -%%XPI_XPIDIR%%/locale/hu-HU/manage.dtd -%%XPI_XPIDIR%%/locale/hu-HU/manage.properties -%%XPI_XPIDIR%%/locale/hu-HU/overlay.dtd -%%XPI_XPIDIR%%/locale/hu-HU/overlay.properties -%%XPI_XPIDIR%%/locale/it/common.dtd -%%XPI_XPIDIR%%/locale/it/common.properties -%%XPI_XPIDIR%%/locale/it/domi.dtd -%%XPI_XPIDIR%%/locale/it/edit.dtd -%%XPI_XPIDIR%%/locale/it/edit.properties -%%XPI_XPIDIR%%/locale/it/extensions.dtd -%%XPI_XPIDIR%%/locale/it/install.dtd -%%XPI_XPIDIR%%/locale/it/install.properties -%%XPI_XPIDIR%%/locale/it/manage.dtd -%%XPI_XPIDIR%%/locale/it/manage.properties -%%XPI_XPIDIR%%/locale/it/overlay.dtd -%%XPI_XPIDIR%%/locale/it/overlay.properties -%%XPI_XPIDIR%%/locale/ja/common.dtd -%%XPI_XPIDIR%%/locale/ja/common.properties -%%XPI_XPIDIR%%/locale/ja/domi.dtd -%%XPI_XPIDIR%%/locale/ja/edit.dtd -%%XPI_XPIDIR%%/locale/ja/edit.properties -%%XPI_XPIDIR%%/locale/ja/extensions.dtd -%%XPI_XPIDIR%%/locale/ja/install.dtd -%%XPI_XPIDIR%%/locale/ja/install.properties -%%XPI_XPIDIR%%/locale/ja/manage.dtd -%%XPI_XPIDIR%%/locale/ja/manage.properties -%%XPI_XPIDIR%%/locale/ja/overlay.dtd -%%XPI_XPIDIR%%/locale/ja/overlay.properties -%%XPI_XPIDIR%%/locale/ko-KR/common.dtd -%%XPI_XPIDIR%%/locale/ko-KR/common.properties -%%XPI_XPIDIR%%/locale/ko-KR/domi.dtd -%%XPI_XPIDIR%%/locale/ko-KR/edit.dtd -%%XPI_XPIDIR%%/locale/ko-KR/edit.properties -%%XPI_XPIDIR%%/locale/ko-KR/extensions.dtd -%%XPI_XPIDIR%%/locale/ko-KR/install.dtd -%%XPI_XPIDIR%%/locale/ko-KR/install.properties -%%XPI_XPIDIR%%/locale/ko-KR/manage.dtd -%%XPI_XPIDIR%%/locale/ko-KR/manage.properties -%%XPI_XPIDIR%%/locale/ko-KR/overlay.dtd -%%XPI_XPIDIR%%/locale/ko-KR/overlay.properties -%%XPI_XPIDIR%%/locale/lt/common.dtd -%%XPI_XPIDIR%%/locale/lt/common.properties -%%XPI_XPIDIR%%/locale/lt/domi.dtd -%%XPI_XPIDIR%%/locale/lt/edit.dtd -%%XPI_XPIDIR%%/locale/lt/edit.properties -%%XPI_XPIDIR%%/locale/lt/extensions.dtd -%%XPI_XPIDIR%%/locale/lt/install.dtd -%%XPI_XPIDIR%%/locale/lt/install.properties -%%XPI_XPIDIR%%/locale/lt/manage.dtd -%%XPI_XPIDIR%%/locale/lt/manage.properties -%%XPI_XPIDIR%%/locale/lt/overlay.dtd -%%XPI_XPIDIR%%/locale/lt/overlay.properties -%%XPI_XPIDIR%%/locale/nl/common.dtd -%%XPI_XPIDIR%%/locale/nl/common.properties -%%XPI_XPIDIR%%/locale/nl/domi.dtd -%%XPI_XPIDIR%%/locale/nl/edit.dtd -%%XPI_XPIDIR%%/locale/nl/edit.properties -%%XPI_XPIDIR%%/locale/nl/extensions.dtd -%%XPI_XPIDIR%%/locale/nl/install.dtd -%%XPI_XPIDIR%%/locale/nl/install.properties -%%XPI_XPIDIR%%/locale/nl/manage.dtd -%%XPI_XPIDIR%%/locale/nl/manage.properties -%%XPI_XPIDIR%%/locale/nl/overlay.dtd -%%XPI_XPIDIR%%/locale/nl/overlay.properties -%%XPI_XPIDIR%%/locale/pl-PL/common.dtd -%%XPI_XPIDIR%%/locale/pl-PL/common.properties -%%XPI_XPIDIR%%/locale/pl-PL/domi.dtd -%%XPI_XPIDIR%%/locale/pl-PL/edit.dtd -%%XPI_XPIDIR%%/locale/pl-PL/edit.properties -%%XPI_XPIDIR%%/locale/pl-PL/extensions.dtd -%%XPI_XPIDIR%%/locale/pl-PL/install.dtd -%%XPI_XPIDIR%%/locale/pl-PL/install.properties -%%XPI_XPIDIR%%/locale/pl-PL/manage.dtd -%%XPI_XPIDIR%%/locale/pl-PL/manage.properties -%%XPI_XPIDIR%%/locale/pl-PL/overlay.dtd -%%XPI_XPIDIR%%/locale/pl-PL/overlay.properties -%%XPI_XPIDIR%%/locale/pt-BR/common.dtd -%%XPI_XPIDIR%%/locale/pt-BR/common.properties -%%XPI_XPIDIR%%/locale/pt-BR/domi.dtd -%%XPI_XPIDIR%%/locale/pt-BR/edit.dtd -%%XPI_XPIDIR%%/locale/pt-BR/edit.properties -%%XPI_XPIDIR%%/locale/pt-BR/extensions.dtd -%%XPI_XPIDIR%%/locale/pt-BR/install.dtd -%%XPI_XPIDIR%%/locale/pt-BR/install.properties -%%XPI_XPIDIR%%/locale/pt-BR/manage.dtd -%%XPI_XPIDIR%%/locale/pt-BR/manage.properties -%%XPI_XPIDIR%%/locale/pt-BR/overlay.dtd -%%XPI_XPIDIR%%/locale/pt-BR/overlay.properties -%%XPI_XPIDIR%%/locale/ro-RO/common.dtd -%%XPI_XPIDIR%%/locale/ro-RO/common.properties -%%XPI_XPIDIR%%/locale/ro-RO/domi.dtd -%%XPI_XPIDIR%%/locale/ro-RO/edit.dtd -%%XPI_XPIDIR%%/locale/ro-RO/edit.properties -%%XPI_XPIDIR%%/locale/ro-RO/extensions.dtd -%%XPI_XPIDIR%%/locale/ro-RO/install.dtd -%%XPI_XPIDIR%%/locale/ro-RO/install.properties -%%XPI_XPIDIR%%/locale/ro-RO/manage.dtd -%%XPI_XPIDIR%%/locale/ro-RO/manage.properties -%%XPI_XPIDIR%%/locale/ro-RO/overlay.dtd -%%XPI_XPIDIR%%/locale/ro-RO/overlay.properties -%%XPI_XPIDIR%%/locale/ru-RU/common.dtd -%%XPI_XPIDIR%%/locale/ru-RU/common.properties -%%XPI_XPIDIR%%/locale/ru-RU/domi.dtd -%%XPI_XPIDIR%%/locale/ru-RU/edit.dtd -%%XPI_XPIDIR%%/locale/ru-RU/edit.properties -%%XPI_XPIDIR%%/locale/ru-RU/extensions.dtd -%%XPI_XPIDIR%%/locale/ru-RU/install.dtd -%%XPI_XPIDIR%%/locale/ru-RU/install.properties -%%XPI_XPIDIR%%/locale/ru-RU/manage.dtd -%%XPI_XPIDIR%%/locale/ru-RU/manage.properties -%%XPI_XPIDIR%%/locale/ru-RU/overlay.dtd -%%XPI_XPIDIR%%/locale/ru-RU/overlay.properties -%%XPI_XPIDIR%%/locale/sr/common.dtd -%%XPI_XPIDIR%%/locale/sr/common.properties -%%XPI_XPIDIR%%/locale/sr/domi.dtd -%%XPI_XPIDIR%%/locale/sr/edit.dtd -%%XPI_XPIDIR%%/locale/sr/edit.properties -%%XPI_XPIDIR%%/locale/sr/extensions.dtd -%%XPI_XPIDIR%%/locale/sr/install.dtd -%%XPI_XPIDIR%%/locale/sr/install.properties -%%XPI_XPIDIR%%/locale/sr/manage.dtd -%%XPI_XPIDIR%%/locale/sr/manage.properties -%%XPI_XPIDIR%%/locale/sr/overlay.dtd -%%XPI_XPIDIR%%/locale/sr/overlay.properties -%%XPI_XPIDIR%%/locale/sv-SE/common.dtd -%%XPI_XPIDIR%%/locale/sv-SE/common.properties -%%XPI_XPIDIR%%/locale/sv-SE/domi.dtd -%%XPI_XPIDIR%%/locale/sv-SE/edit.dtd -%%XPI_XPIDIR%%/locale/sv-SE/edit.properties -%%XPI_XPIDIR%%/locale/sv-SE/extensions.dtd -%%XPI_XPIDIR%%/locale/sv-SE/install.dtd -%%XPI_XPIDIR%%/locale/sv-SE/install.properties -%%XPI_XPIDIR%%/locale/sv-SE/manage.dtd -%%XPI_XPIDIR%%/locale/sv-SE/manage.properties -%%XPI_XPIDIR%%/locale/sv-SE/overlay.dtd -%%XPI_XPIDIR%%/locale/sv-SE/overlay.properties -%%XPI_XPIDIR%%/locale/uk/common.dtd -%%XPI_XPIDIR%%/locale/uk/common.properties -%%XPI_XPIDIR%%/locale/uk/domi.dtd -%%XPI_XPIDIR%%/locale/uk/edit.dtd -%%XPI_XPIDIR%%/locale/uk/edit.properties -%%XPI_XPIDIR%%/locale/uk/extensions.dtd -%%XPI_XPIDIR%%/locale/uk/install.dtd -%%XPI_XPIDIR%%/locale/uk/install.properties -%%XPI_XPIDIR%%/locale/uk/manage.dtd -%%XPI_XPIDIR%%/locale/uk/manage.properties -%%XPI_XPIDIR%%/locale/uk/overlay.dtd -%%XPI_XPIDIR%%/locale/uk/overlay.properties -%%XPI_XPIDIR%%/locale/vi/common.dtd -%%XPI_XPIDIR%%/locale/vi/common.properties -%%XPI_XPIDIR%%/locale/vi/domi.dtd -%%XPI_XPIDIR%%/locale/vi/edit.dtd -%%XPI_XPIDIR%%/locale/vi/edit.properties -%%XPI_XPIDIR%%/locale/vi/extensions.dtd -%%XPI_XPIDIR%%/locale/vi/install.dtd -%%XPI_XPIDIR%%/locale/vi/install.properties -%%XPI_XPIDIR%%/locale/vi/manage.dtd -%%XPI_XPIDIR%%/locale/vi/manage.properties -%%XPI_XPIDIR%%/locale/vi/overlay.dtd -%%XPI_XPIDIR%%/locale/vi/overlay.properties -%%XPI_XPIDIR%%/locale/zh-CN/common.dtd -%%XPI_XPIDIR%%/locale/zh-CN/common.properties -%%XPI_XPIDIR%%/locale/zh-CN/domi.dtd -%%XPI_XPIDIR%%/locale/zh-CN/edit.dtd -%%XPI_XPIDIR%%/locale/zh-CN/edit.properties -%%XPI_XPIDIR%%/locale/zh-CN/extensions.dtd -%%XPI_XPIDIR%%/locale/zh-CN/install.dtd -%%XPI_XPIDIR%%/locale/zh-CN/install.properties -%%XPI_XPIDIR%%/locale/zh-CN/manage.dtd -%%XPI_XPIDIR%%/locale/zh-CN/manage.properties -%%XPI_XPIDIR%%/locale/zh-CN/overlay.dtd -%%XPI_XPIDIR%%/locale/zh-CN/overlay.properties -%%XPI_XPIDIR%%/locale/zh-TW/common.dtd -%%XPI_XPIDIR%%/locale/zh-TW/common.properties -%%XPI_XPIDIR%%/locale/zh-TW/domi.dtd -%%XPI_XPIDIR%%/locale/zh-TW/edit.dtd -%%XPI_XPIDIR%%/locale/zh-TW/edit.properties -%%XPI_XPIDIR%%/locale/zh-TW/extensions.dtd -%%XPI_XPIDIR%%/locale/zh-TW/install.dtd -%%XPI_XPIDIR%%/locale/zh-TW/install.properties -%%XPI_XPIDIR%%/locale/zh-TW/manage.dtd -%%XPI_XPIDIR%%/locale/zh-TW/manage.properties -%%XPI_XPIDIR%%/locale/zh-TW/overlay.dtd -%%XPI_XPIDIR%%/locale/zh-TW/overlay.properties -%%XPI_XPIDIR%%/skin/16.png -%%XPI_XPIDIR%%/skin/16w.png -%%XPI_XPIDIR%%/skin/24.png -%%XPI_XPIDIR%%/skin/24w.png -%%XPI_XPIDIR%%/skin/32.png -%%XPI_XPIDIR%%/skin/edit.css -%%XPI_XPIDIR%%/skin/extensions-gnome.css -%%XPI_XPIDIR%%/skin/extensions-mac.css -%%XPI_XPIDIR%%/skin/extensions-windows.css -%%XPI_XPIDIR%%/skin/install.css -%%XPI_XPIDIR%%/skin/manage-addons-fx4.css -%%XPI_XPIDIR%%/skin/manage-addons-fx6.css -%%XPI_XPIDIR%%/skin/manage.css -%%XPI_XPIDIR%%/skin/overlay.css -%%XPI_XPIDIR%%/skin/style.css diff --git a/www/xpi-table2clipboard/Makefile b/www/xpi-table2clipboard/Makefile deleted file mode 100644 index 19f51b84f79e..000000000000 --- a/www/xpi-table2clipboard/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Norikatsu Shigemura <nork@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= table2clipboard -PORTVERSION= 1.5.1 -DISTVERSIONSUFFIX= -fx+tb+sm -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Table to Clipboard extension with correct disposition - -XPI_NUM= 1852 -XPI_ID= {9ab67d74-ec41-4cb2-b417-df5d93ba1beb} -XPI_FILES= chrome.manifest chrome/t2c.jar \ - defaults/preferences/t2c.js \ - install.rdf -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-table2clipboard/distinfo b/www/xpi-table2clipboard/distinfo deleted file mode 100644 index 7ca3ba7d220c..000000000000 --- a/www/xpi-table2clipboard/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/table2clipboard-1.5.1-fx+tb+sm.xpi) = 8124c92948b2e251d8b0dc9257ad9f9cf6a3b6852ea54f9a0a9ce12530d1dd6f -SIZE (xpi/table2clipboard-1.5.1-fx+tb+sm.xpi) = 31815 diff --git a/www/xpi-table2clipboard/pkg-descr b/www/xpi-table2clipboard/pkg-descr deleted file mode 100644 index 4d19f306bb4b..000000000000 --- a/www/xpi-table2clipboard/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Mozilla applications allow to select rows and columns -from a table simply pressing Control key and picking -rows/columns with left mouse button. - -The selection can be copied to clipboard but the original -table disposition is lost making ugly results when you -paste the text on datasheet applications (eg excel). - -If you want to paste data in Microsoft Excel on OpenOffice -Calc with correct disposition simply use Table2Clipboard. - -Pasting in plain text editors is also supported as CSV -file (but you can change rows and columns separators -from option dialog) - -WWW: http://dafizilla.sourceforge.net/table2clip/ diff --git a/www/xpi-tabmixplus/Makefile b/www/xpi-tabmixplus/Makefile deleted file mode 100644 index 4b993cfafcad..000000000000 --- a/www/xpi-tabmixplus/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= tabmixplus -DISTVERSION= 0.4.1.3.1 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Enhances tab browsing capabilities - -XPI_DISTNAME= tab_mix_plus -XPI_NUM= 1122 -XPI_ID= {dc572301-7619-498c-a57d-39143191b318} - -.include "../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-tabmixplus/distinfo b/www/xpi-tabmixplus/distinfo deleted file mode 100644 index 492f58f5f1f7..000000000000 --- a/www/xpi-tabmixplus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/tab_mix_plus-0.4.1.3.1-fx.xpi) = c000072362668725e9e1d126dd66fe2f7294edddf0b8d16c99c6d8f7e5c08884 -SIZE (xpi/tab_mix_plus-0.4.1.3.1-fx.xpi) = 787979 diff --git a/www/xpi-tabmixplus/pkg-descr b/www/xpi-tabmixplus/pkg-descr deleted file mode 100644 index eaa5193f6195..000000000000 --- a/www/xpi-tabmixplus/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Tab Mix Plus enhances Firefox's tab browsing capabilities. -It includes such features as duplicating tabs, controlling -tab focus, tab clicking options, undo closed tabs and windows, -plus much more. It also includes a full-featured session -manager with crash recovery that can save and restore -combinations of opened tabs and windows. - -WWW: http://tmp.garyr.net/ diff --git a/www/xpi-tabmixplus/pkg-plist b/www/xpi-tabmixplus/pkg-plist deleted file mode 100644 index 35eb45b39dfc..000000000000 --- a/www/xpi-tabmixplus/pkg-plist +++ /dev/null @@ -1,378 +0,0 @@ -%%XPI_XPIDIR%%/chrome/content/about.xul -%%XPI_XPIDIR%%/chrome/content/changecode.js -%%XPI_XPIDIR%%/chrome/content/click/click.js -%%XPI_XPIDIR%%/chrome/content/extensions/extensions.js -%%XPI_XPIDIR%%/chrome/content/extensions/sage.js -%%XPI_XPIDIR%%/chrome/content/extensions/sage.xul -%%XPI_XPIDIR%%/chrome/content/extensions/wizzrss.xul -%%XPI_XPIDIR%%/chrome/content/flst/lasttab.js -%%XPI_XPIDIR%%/chrome/content/links/contentLinks.js -%%XPI_XPIDIR%%/chrome/content/links/links.xul -%%XPI_XPIDIR%%/chrome/content/links/newTab.xul -%%XPI_XPIDIR%%/chrome/content/links/removeBlankTab.js -%%XPI_XPIDIR%%/chrome/content/links/removeBlankTab.xul -%%XPI_XPIDIR%%/chrome/content/links/setup.js -%%XPI_XPIDIR%%/chrome/content/links/text_link.css -%%XPI_XPIDIR%%/chrome/content/links/text_link.xul -%%XPI_XPIDIR%%/chrome/content/links/userInterface.js -%%XPI_XPIDIR%%/chrome/content/minit/autoReload.xul -%%XPI_XPIDIR%%/chrome/content/minit/minit.js -%%XPI_XPIDIR%%/chrome/content/minit/renameTab.xul -%%XPI_XPIDIR%%/chrome/content/minit/tabView.js -%%XPI_XPIDIR%%/chrome/content/minit/tablib.js -%%XPI_XPIDIR%%/chrome/content/overlay/browsr.css -%%XPI_XPIDIR%%/chrome/content/overlay/tabContextMenu.xul -%%XPI_XPIDIR%%/chrome/content/places/bookmarkProperties.xul -%%XPI_XPIDIR%%/chrome/content/places/places.js -%%XPI_XPIDIR%%/chrome/content/places/places.xul -%%XPI_XPIDIR%%/chrome/content/preferences/appearance.js -%%XPI_XPIDIR%%/chrome/content/preferences/appearance.xul -%%XPI_XPIDIR%%/chrome/content/preferences/bindings.xml -%%XPI_XPIDIR%%/chrome/content/preferences/events.js -%%XPI_XPIDIR%%/chrome/content/preferences/events.xul -%%XPI_XPIDIR%%/chrome/content/preferences/incompatible.xul -%%XPI_XPIDIR%%/chrome/content/preferences/links.js -%%XPI_XPIDIR%%/chrome/content/preferences/links.xul -%%XPI_XPIDIR%%/chrome/content/preferences/menu.js -%%XPI_XPIDIR%%/chrome/content/preferences/menu.xul -%%XPI_XPIDIR%%/chrome/content/preferences/mouse.js -%%XPI_XPIDIR%%/chrome/content/preferences/mouse.xul -%%XPI_XPIDIR%%/chrome/content/preferences/overlay/incontentPreferences.xul -%%XPI_XPIDIR%%/chrome/content/preferences/overlay/overlaySanitizeUI.js -%%XPI_XPIDIR%%/chrome/content/preferences/overlay/overlaySanitizeUI.xul -%%XPI_XPIDIR%%/chrome/content/preferences/overlay/preferencesOverlay.js -%%XPI_XPIDIR%%/chrome/content/preferences/overlay/preferencesOverlay.xul -%%XPI_XPIDIR%%/chrome/content/preferences/overlay/tab_panel.xul -%%XPI_XPIDIR%%/chrome/content/preferences/preferences.js -%%XPI_XPIDIR%%/chrome/content/preferences/preferences.xul -%%XPI_XPIDIR%%/chrome/content/preferences/session.js -%%XPI_XPIDIR%%/chrome/content/preferences/session.xul -%%XPI_XPIDIR%%/chrome/content/preferences/shortcuts.js -%%XPI_XPIDIR%%/chrome/content/preferences/shortcuts.xml -%%XPI_XPIDIR%%/chrome/content/preferences/shortcuts.xul -%%XPI_XPIDIR%%/chrome/content/preferences/subdialogs/pref-appearance.css -%%XPI_XPIDIR%%/chrome/content/preferences/subdialogs/pref-appearance.js -%%XPI_XPIDIR%%/chrome/content/preferences/subdialogs/pref-appearance.xml -%%XPI_XPIDIR%%/chrome/content/preferences/subdialogs/pref-appearance.xul -%%XPI_XPIDIR%%/chrome/content/preferences/subdialogs/pref-filetype.js -%%XPI_XPIDIR%%/chrome/content/preferences/subdialogs/pref-filetype.xul -%%XPI_XPIDIR%%/chrome/content/session/promptservice.js -%%XPI_XPIDIR%%/chrome/content/session/promptservice.xul -%%XPI_XPIDIR%%/chrome/content/session/session.js -%%XPI_XPIDIR%%/chrome/content/session/sessionStore.js -%%XPI_XPIDIR%%/chrome/content/tab/scrollbox.xml -%%XPI_XPIDIR%%/chrome/content/tab/tab.js -%%XPI_XPIDIR%%/chrome/content/tab/tabbrowser.xml -%%XPI_XPIDIR%%/chrome/content/tab/tabbrowser_4.xml -%%XPI_XPIDIR%%/chrome/content/tab/tabbrowser_proxy.xml -%%XPI_XPIDIR%%/chrome/content/tab/tabmix.xml -%%XPI_XPIDIR%%/chrome/content/tab/tabmix_3.xml -%%XPI_XPIDIR%%/chrome/content/tab/text.xml -%%XPI_XPIDIR%%/chrome/content/tabmix.js -%%XPI_XPIDIR%%/chrome/content/tabmix.xul -%%XPI_XPIDIR%%/chrome/content/utils.js -%%XPI_XPIDIR%%/chrome/locale/ar/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/bg-BG/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/bg-BG/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/bg-BG/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/bg-BG/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/bg-BG/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/bg-BG/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/bg-BG/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/bg-BG/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/ca/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/ca/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/ca/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/ca/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/ca/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/ca/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/ca/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/ca/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/cs-CZ/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/da/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/da/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/da/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/da/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/da/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/da/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/da/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/da/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/de/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/de/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/de/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/de/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/de/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/de/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/de/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/de/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/el/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/el/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/el/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/el/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/el/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/el/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/el/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/el/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/en-US/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/en-US/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/es-ES/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/es-ES/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/es-ES/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/et-EE/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/et-EE/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/et-EE/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/et-EE/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/et-EE/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/et-EE/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/et-EE/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/et-EE/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/eu/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/fa-IR/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/fa-IR/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/fa-IR/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/fa-IR/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/fa-IR/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/fa-IR/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/fa-IR/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/fa-IR/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/fi/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/fr/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/fr/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/fr/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/fr/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/fr/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/fr/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/fr/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/fr/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/he-IL/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/he-IL/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/he-IL/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/he-IL/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/he-IL/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/he-IL/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/he-IL/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/he-IL/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/hr-HR/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/hr-HR/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/hr-HR/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/hr-HR/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/hr-HR/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/hr-HR/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/hr-HR/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/hr-HR/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/hu-HU/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/hu-HU/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/it/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/it/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/it/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/it/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/it/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/it/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/it/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/it/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/ja/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/ja/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/ja/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/ja/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/ja/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/ja/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/ja/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/ja/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/ko-KR/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/ko-KR/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/ko-KR/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/lv-LV/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/nl/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/nl/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/nl/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/nl/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/nl/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/nl/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/nl/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/nl/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/pl/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/pl/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/pl/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/pl/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/pl/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/pl/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/pl/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/pl/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/pt-BR/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/pt-BR/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/pt-PT/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-PT/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-PT/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-PT/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-PT/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/pt-PT/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-PT/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-PT/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/ro/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/ro/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/ro/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/ro/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/ro/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/ro/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/ro/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/ro/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/ru-RU/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/ru-RU/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/ru-RU/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/sk-SK/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/sk-SK/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/sk-SK/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/sk-SK/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/sk-SK/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/sk-SK/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/sk-SK/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/sk-SK/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/sr/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/sr/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/sr/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/sr/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/sr/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/sr/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/sr/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/sr/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/sv-SE/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/sv-SE/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/tr/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/tr/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/tr/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/tr/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/tr/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/tr/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/tr/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/tr/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/uk-UA/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/uk-UA/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/uk-UA/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/vi/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/vi/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/vi/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/vi/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/vi/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/vi/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/vi/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/vi/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/zh-CN/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/zh-CN/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/tabmix.properties -%%XPI_XPIDIR%%/chrome/locale/zh-TW/misc.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/pref-appearance.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/pref-filetype.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/pref-tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/session-manager.properties -%%XPI_XPIDIR%%/chrome/locale/zh-TW/shortcuts.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/tabmix.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/tabmix.properties -%%XPI_XPIDIR%%/chrome/skin/app_version/4.0/general.css -%%XPI_XPIDIR%%/chrome/skin/app_version/4.0/linux/browser.css -%%XPI_XPIDIR%%/chrome/skin/app_version/4.0/mac/browser.css -%%XPI_XPIDIR%%/chrome/skin/app_version/4.0/mac/progress.css -%%XPI_XPIDIR%%/chrome/skin/app_version/4.0/win/browser.css -%%XPI_XPIDIR%%/chrome/skin/app_version/4.0/win/progress.css -%%XPI_XPIDIR%%/chrome/skin/arrow.png -%%XPI_XPIDIR%%/chrome/skin/autoreload.png -%%XPI_XPIDIR%%/chrome/skin/chevron-dn.gif -%%XPI_XPIDIR%%/chrome/skin/chevron-rtl.gif -%%XPI_XPIDIR%%/chrome/skin/chevron-up.gif -%%XPI_XPIDIR%%/chrome/skin/chevron.gif -%%XPI_XPIDIR%%/chrome/skin/disabled.png -%%XPI_XPIDIR%%/chrome/skin/drag-left.png -%%XPI_XPIDIR%%/chrome/skin/drag-right.png -%%XPI_XPIDIR%%/chrome/skin/dropmarker-leftright.png -%%XPI_XPIDIR%%/chrome/skin/help.png -%%XPI_XPIDIR%%/chrome/skin/locked.png -%%XPI_XPIDIR%%/chrome/skin/newtab.png -%%XPI_XPIDIR%%/chrome/skin/preferences.css -%%XPI_XPIDIR%%/chrome/skin/preferencesOverlay.css -%%XPI_XPIDIR%%/chrome/skin/protected.png -%%XPI_XPIDIR%%/chrome/skin/refresh.png -%%XPI_XPIDIR%%/chrome/skin/renameTab.css -%%XPI_XPIDIR%%/chrome/skin/sessionmanager.png -%%XPI_XPIDIR%%/chrome/skin/shortcuts.css -%%XPI_XPIDIR%%/chrome/skin/tab.css -%%XPI_XPIDIR%%/chrome/skin/tabslist.png -%%XPI_XPIDIR%%/chrome/skin/tmp.png -%%XPI_XPIDIR%%/chrome/skin/tmpoptions.png -%%XPI_XPIDIR%%/chrome/skin/tmpsmall.png -%%XPI_XPIDIR%%/chrome/skin/undoclosetab.png -%%XPI_XPIDIR%%/chrome/skin/undoclosewindow.png -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/defaults/preferences/tabmix.js -%%XPI_XPIDIR%%/icon.png -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/license.txt -%%XPI_XPIDIR%%/modules/AutoReload.jsm -%%XPI_XPIDIR%%/modules/Decode.jsm -%%XPI_XPIDIR%%/modules/DownloadLastDir.jsm -%%XPI_XPIDIR%%/modules/DynamicRules.jsm -%%XPI_XPIDIR%%/modules/MergeWindows.jsm -%%XPI_XPIDIR%%/modules/Places.jsm -%%XPI_XPIDIR%%/modules/RenameTab.jsm -%%XPI_XPIDIR%%/modules/Services.jsm -%%XPI_XPIDIR%%/modules/Shortcuts.jsm -%%XPI_XPIDIR%%/modules/SingleWindowModeUtils.jsm -%%XPI_XPIDIR%%/modules/Slideshow.jsm -%%XPI_XPIDIR%%/modules/extensions/AddonManager.jsm -%%XPI_XPIDIR%%/modules/extensions/CompatibilityCheck.jsm -%%XPI_XPIDIR%%/modules/extensions/TabGroupsManager.jsm -%%XPI_XPIDIR%%/modules/log.jsm diff --git a/www/xpi-tagzilla/Makefile b/www/xpi-tagzilla/Makefile deleted file mode 100644 index 7b00e21ee3c2..000000000000 --- a/www/xpi-tagzilla/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Lapo Luchini <lapo@lapo.it> -# $FreeBSD$ - -PORTNAME= tagzilla -PORTVERSION= 0.066.2 -CATEGORIES= www -MASTER_SITES= http://downloads.mozdev.org/xsidebar/mods/ -# Origin: http://forums.mozillazine.org/viewtopic.php?p=8467965#p8467965 - -MAINTAINER= lapo@lapo.it -COMMENT= Lets you add a tagline to the end of an email or newsgroup posting - -RUN_DEPENDS= ${LOCALBASE}/lib/xpi/{DF8E5247-8E0A-4de6-B393-0735A39DFD80}/install.rdf:www/xpi-jslib - -LICENSE= MPL11 # also "GPL" but doesn't specify version and doesn't contain license text - -XPI_ID= {4eac6fec-f68b-4797-be7a-ffeea73e1495} -XPI_FILES= chrome/tagzilla.jar chrome.manifest components/tzprefs-service.js \ - defaults/preferences/tagzilla_prefs.js install.js install.rdf \ - release-notes.txt translator.credits.txt -XPI_DIRS= chrome components defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-tagzilla/distinfo b/www/xpi-tagzilla/distinfo deleted file mode 100644 index c9b2c0672dc9..000000000000 --- a/www/xpi-tagzilla/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/tagzilla-0.066.2.xpi) = 2fcd5ce249e1f3921785bec5181a97c4e4f669b10f22e8bf5ff9e676346bf1d9 -SIZE (xpi/tagzilla-0.066.2.xpi) = 121873 diff --git a/www/xpi-tagzilla/files/chrome.manifest b/www/xpi-tagzilla/files/chrome.manifest deleted file mode 100644 index 479fadb40066..000000000000 --- a/www/xpi-tagzilla/files/chrome.manifest +++ /dev/null @@ -1,5 +0,0 @@ - -overlay chrome://browser/content/browser.xul chrome://searchstatus/content/searchstatus.xul -content searchstatus jar:chrome/searchstatus.jar!/content/searchstatus/ - -skin searchstatus classic/1.0 jar:chrome/searchstatus.jar!/skin/classic/searchstatus/ diff --git a/www/xpi-tagzilla/pkg-descr b/www/xpi-tagzilla/pkg-descr deleted file mode 100644 index db2dfb624d7e..000000000000 --- a/www/xpi-tagzilla/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -TagZilla is an add-on to Mozilla that lets you add a tagline, random or -specifically chosen by you, to the end of an email or newsgroup posting, -or to the clipboard for pasting into a Web-based email or message board. - -What is a tagline? -A tagline is a one-line joke, witticism, factoid, what have you. It can -be about any subject (although it's good to ensure it's appropriate to -the forum in question). The random quotes that can be found at the end -of web pages like Slashdot or the MozDev home page could be considered -taglines. - -WWW: http://tagzilla.mozdev.org/ diff --git a/www/xpi-togglewordwrap/Makefile b/www/xpi-togglewordwrap/Makefile deleted file mode 100644 index 502fa45b9f4d..000000000000 --- a/www/xpi-togglewordwrap/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= togglewordwrap -PORTVERSION= 1.8 -DISTVERSIONSUFFIX= -fx+tb+sm -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Toggles word wrapping - -XPI_DISTNAME= toggle_word_wrap -XPI_NUM= 2351 -XPI_ID= {cafe3945-058e-47e3-87f8-75bc120b9638} - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-togglewordwrap/distinfo b/www/xpi-togglewordwrap/distinfo deleted file mode 100644 index 01dbced63d37..000000000000 --- a/www/xpi-togglewordwrap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/toggle_word_wrap-1.8-fx+tb+sm.xpi) = 489965a9e90b09ac475b244e2617dbc539e56225193997a483daa18b172a9307 -SIZE (xpi/toggle_word_wrap-1.8-fx+tb+sm.xpi) = 11462 diff --git a/www/xpi-togglewordwrap/pkg-descr b/www/xpi-togglewordwrap/pkg-descr deleted file mode 100644 index 9eb4e50caed2..000000000000 --- a/www/xpi-togglewordwrap/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Toggles word wrapping in Thunderbird (Composer window) or -Firefox (PRE elements). - -WWW: https://addons.mozilla.org/firefox/2351/ diff --git a/www/xpi-togglewordwrap/pkg-plist b/www/xpi-togglewordwrap/pkg-plist deleted file mode 100644 index 8887d26a611e..000000000000 --- a/www/xpi-togglewordwrap/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%XPI_XPIDIR%%/chrome/content/togglewordwrap/toggleWordWrap.js -%%XPI_XPIDIR%%/chrome/content/togglewordwrap/toggleWordWrap.xul -%%XPI_XPIDIR%%/chrome/locale/de/togglewordwrap/toggleWordWrap.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/togglewordwrap/toggleWordWrap.dtd -%%XPI_XPIDIR%%/chrome/locale/fr/togglewordwrap/toggleWordWrap.dtd -%%XPI_XPIDIR%%/chrome/locale/sk/togglewordwrap/toggleWordWrap.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/togglewordwrap/toggleWordWrap.dtd -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-torbutton/Makefile b/www/xpi-torbutton/Makefile deleted file mode 100644 index a25ffd48dd99..000000000000 --- a/www/xpi-torbutton/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: Andreas Donig <a.donig@gmx.net> -# $FreeBSD$ - -PORTNAME= torbutton -PORTVERSION= 1.5.2 -CATEGORIES= www -MASTER_SITES= TOR/torbutton - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Quickly toggle use of the Tor network - -XPI_NUM= 2275 -XPI_ID= {e0204bd5-9d31-402b-a99d-a6aa8ffebdca} - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-torbutton/distinfo b/www/xpi-torbutton/distinfo deleted file mode 100644 index abbf228ce68d..000000000000 --- a/www/xpi-torbutton/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/torbutton-1.5.2.xpi) = 005086ac8c3a13d3571f7b40709496befad99975366c136d21697f41cf017a78 -SIZE (xpi/torbutton-1.5.2.xpi) = 840895 diff --git a/www/xpi-torbutton/pkg-descr b/www/xpi-torbutton/pkg-descr deleted file mode 100644 index bab9edb66eb5..000000000000 --- a/www/xpi-torbutton/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Torbutton is a 1-click way to enable or disable the use of Tor. It adds a -panel to the statusbar that says "Tor Enabled" (in green) or "Tor Disabled" -(in red). The user may click on the panel to toggle the status. If the user -(or some other extension) changes the proxy settings, the change is -automatically reflected in the statusbar. - -Some users may prefer a toolbar button instead of a statusbar panel. Such a -button is included, and one adds it to the toolbar by right-clicking on the -desired toolbar, selecting "Customize...", and then dragging the Torbutton -icon onto the toolbar. There is an option in the preferences to hide the -statusbar panel (Tools->Extensions, select Torbutton, and click on -Preferences). - -Newer Firefox versions have the ability to send DNS resolves through the -socks proxy, and Torbutton will make use of this feature if it is -available. - -WWW: http://torbutton.torproject.org/dev/ diff --git a/www/xpi-torbutton/pkg-plist b/www/xpi-torbutton/pkg-plist deleted file mode 100644 index 40f63ade122e..000000000000 --- a/www/xpi-torbutton/pkg-plist +++ /dev/null @@ -1,287 +0,0 @@ -%%XPI_XPIDIR%%/CHANGELOG -%%XPI_XPIDIR%%/CREDITS -%%XPI_XPIDIR%%/LICENSE -%%XPI_XPIDIR%%/chrome/content/about.xul -%%XPI_XPIDIR%%/chrome/content/contents.rdf -%%XPI_XPIDIR%%/chrome/content/jshooks.js -%%XPI_XPIDIR%%/chrome/content/jshooks4.js -%%XPI_XPIDIR%%/chrome/content/popup.xul -%%XPI_XPIDIR%%/chrome/content/pref-connection-info.xul -%%XPI_XPIDIR%%/chrome/content/pref-connection.xul -%%XPI_XPIDIR%%/chrome/content/preferences.js -%%XPI_XPIDIR%%/chrome/content/preferences.xul -%%XPI_XPIDIR%%/chrome/content/stanford-safecache.js -%%XPI_XPIDIR%%/chrome/content/torbutton.js -%%XPI_XPIDIR%%/chrome/content/torbutton.xul -%%XPI_XPIDIR%%/chrome/content/torbutton_tb.xul -%%XPI_XPIDIR%%/chrome/content/torbutton_util.js -%%XPI_XPIDIR%%/chrome/content/torcookie.js -%%XPI_XPIDIR%%/chrome/content/torcookiedialog.xul -%%XPI_XPIDIR%%/chrome/locale/af/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/af/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ak/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ak/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/am/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/am/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ar/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ar/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/arn/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/arn/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ast/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ast/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/az/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/az/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/be/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/be/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/bg/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/bg/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/bms/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/bms/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/bn/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/bn/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/bn-IN/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/bn-IN/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/bo/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/bo/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/br/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/br/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/bs/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/bs/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ca/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ca/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/cs/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/cs/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/csb/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/csb/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/cy/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/cy/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/da/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/da/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/de/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/de/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/dz/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/dz/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/el/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/el/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/en/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/en/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/eo/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/eo/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/es/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/es/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/et/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/et/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/eu/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/eu/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/fa/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/fa/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/fi/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/fi/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/fil/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/fil/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/fo/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/fo/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/fr/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/fr/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/fur/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/fur/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/fy/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/fy/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ga/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ga/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/gl/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/gl/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/gu/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/gu/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/gun/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/gun/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ha/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ha/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/he/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/he/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/hi/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/hi/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/hr/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/hr/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ht/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ht/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/hu/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/hu/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/hy/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/hy/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/id/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/id/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/is/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/is/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/it/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/it/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ja/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ja/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/jv/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/jv/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ka/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ka/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/km/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/km/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/kn/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/kn/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ko/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ko/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ku/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ku/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/kw/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/kw/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ky/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ky/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/lb/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/lb/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/lg/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/lg/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ln/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ln/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/lo/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/lo/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/lt/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/lt/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/lv/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/lv/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/mg/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/mg/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/mi/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/mi/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/mk/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/mk/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ml/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ml/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/mn/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/mn/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/mr/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/mr/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ms/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ms/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/mt/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/mt/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/my/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/my/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/nah/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/nah/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/nap/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/nap/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/nb/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/nb/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ne/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ne/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/nl/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/nl/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/nn/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/nn/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/nso/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/nso/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/oc/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/oc/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/or/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/or/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/pa/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/pa/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/pap/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/pap/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/pl/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/pl/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/pms/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/pms/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ps/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ps/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/pt/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/pt/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/pt-BR/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/pt-BR/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ro/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ro/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ru/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ru/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/sco/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/sco/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/sk/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/sk/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/sl/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/sl/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/so/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/so/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/son/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/son/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/sq/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/sq/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/sr/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/sr/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/st/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/st/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/su/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/su/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/sv/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/sv/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/sw/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/sw/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ta/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ta/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/te/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/te/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/tg/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/tg/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/th/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/th/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ti/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ti/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/tk/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/tk/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/tr/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/tr/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/uk/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/uk/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ur/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ur/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/ve/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/ve/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/vi/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/vi/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/wa/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/wa/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/wo/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/wo/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/zh-CN/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-CN/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/zh-HK/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-HK/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/zh-TW/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/zh-TW/torbutton.properties -%%XPI_XPIDIR%%/chrome/locale/zu/torbutton.dtd -%%XPI_XPIDIR%%/chrome/locale/zu/torbutton.properties -%%XPI_XPIDIR%%/chrome/skin/contents.rdf -%%XPI_XPIDIR%%/chrome/skin/p.png -%%XPI_XPIDIR%%/chrome/skin/poff.png -%%XPI_XPIDIR%%/chrome/skin/punknown.png -%%XPI_XPIDIR%%/chrome/skin/tor-16.png -%%XPI_XPIDIR%%/chrome/skin/tor-24.png -%%XPI_XPIDIR%%/chrome/skin/tor-disabled-16.png -%%XPI_XPIDIR%%/chrome/skin/tor-disabled-24.png -%%XPI_XPIDIR%%/chrome/skin/tor-enabled-16.png -%%XPI_XPIDIR%%/chrome/skin/tor-enabled-24.png -%%XPI_XPIDIR%%/chrome/skin/tor-update-16.gif -%%XPI_XPIDIR%%/chrome/skin/tor-update-24.gif -%%XPI_XPIDIR%%/chrome/skin/tor.png -%%XPI_XPIDIR%%/chrome/skin/torbutton.css -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/chrome.manifest.jar -%%XPI_XPIDIR%%/chrome.manifest.nojar -%%XPI_XPIDIR%%/components/cookie-jar-selector.js -%%XPI_XPIDIR%%/components/external-app-blocker.js -%%XPI_XPIDIR%%/components/ignore-history.js -%%XPI_XPIDIR%%/components/nsSessionStore2.js -%%XPI_XPIDIR%%/components/nsSessionStore3.js -%%XPI_XPIDIR%%/components/startup-observer.js -%%XPI_XPIDIR%%/components/tbSessionStore.js -%%XPI_XPIDIR%%/components/tor-protocol.js -%%XPI_XPIDIR%%/components/torbutton-logger.js -%%XPI_XPIDIR%%/components/tors-protocol.js -%%XPI_XPIDIR%%/components/window-mapper.js -%%XPI_XPIDIR%%/defaults/preferences/preferences.js -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-twitterfox/Makefile b/www/xpi-twitterfox/Makefile deleted file mode 100644 index a15d2a5eecce..000000000000 --- a/www/xpi-twitterfox/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Martin Wilke <miwi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= twitterfox -PORTVERSION= 1.8.3 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= twitterFox firefox plugin - -XPI_NUM= 5081 -XPI_ID= twitternotifier@naan.net -XPI_FILES= LICENSE.rtf chrome/TwitterFox.jar chrome.manifest \ - components/nsITwitterFox.xpt components/nsITwitterFoxDatabase.xpt \ - components/nsITwitterFoxHttpRequest.xpt components/nsTwitterFox.js \ - components/nsTwitterFoxDatabase.js \ - components/nsTwitterFoxHttpRequest.js \ - defaults/preferences/twitternotifier.js \ - defaults/twitterfox_1.8.sqlite install.rdf -XPI_DIRS= chrome components defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-twitterfox/distinfo b/www/xpi-twitterfox/distinfo deleted file mode 100644 index 05bf09a749e6..000000000000 --- a/www/xpi-twitterfox/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/twitterfox-1.8.3-fx.xpi) = 1e190c1b034d5786a46142f5b036296f87d45e3d1b3e84bac8234096d6a36730 -SIZE (xpi/twitterfox-1.8.3-fx.xpi) = 224544 diff --git a/www/xpi-twitterfox/pkg-descr b/www/xpi-twitterfox/pkg-descr deleted file mode 100644 index c1cf93ba9927..000000000000 --- a/www/xpi-twitterfox/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -TwitterFox is a Firefox extension that notifies you of your friends' -status on Twitter. - -WWW: https://addons.mozilla.org/en-US/firefox/addon/5081 diff --git a/www/xpi-u2f4moz/Makefile b/www/xpi-u2f4moz/Makefile deleted file mode 100644 index c6544d59bd7e..000000000000 --- a/www/xpi-u2f4moz/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: Nicola Stanislao Vitale <nivit@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= u2f4moz -DISTVERSION= v1.0.1 -CATEGORIES= www -PKGNAMEPREFIX= xpi- - -MAINTAINER= nivit@FreeBSD.org -COMMENT= U2F support extension for Firefox - -LICENSE= LGPL21 - -CMAKE_SOURCE_PATH= c_src - -FIREFOX_EXTENSIONS_DIR= lib/firefox/browser/extensions - -GH_ACCOUNT= prefiks - -PLIST_SUB= SYSTEM_PROCESSOR=${SYSTEM_PROCESSOR} - -SYSTEM_PROCESSOR= x86 - -USE_GITHUB= yes -USES= cmake:insource iconv pkgconfig - -XPI_DIR= lib/xpi -XPI_ID= u2f4moz@prefiks.org - -post-patch: - @${SED} -i.bak -e 's,%%XPI_DIR%%,${XPI_DIR},1' \ - -e 's,%%XPI_ID%%,${XPI_ID},1' ${WRKSRC}/c_src/CMakeLists.txt - -post-install: - (cd ${WRKSRC}/ext && \ - ${COPYTREE_SHARE} . ${STAGEDIR}/${PREFIX}/${XPI_DIR}/${XPI_ID} && \ - ${MKDIR} ${STAGEDIR}/${PREFIX}/${FIREFOX_EXTENSIONS_DIR}) - (cd ${STAGEDIR}/${PREFIX}/${FIREFOX_EXTENSIONS_DIR} && \ - ${LN} -s ../../../xpi/${XPI_ID} ${XPI_ID}) - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -SYSTEM_PROCESSOR= x86_64 -.endif - -.include <bsd.port.post.mk> diff --git a/www/xpi-u2f4moz/distinfo b/www/xpi-u2f4moz/distinfo deleted file mode 100644 index d5030d2df9cc..000000000000 --- a/www/xpi-u2f4moz/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1487424448 -SHA256 (prefiks-u2f4moz-v1.0.1_GH0.tar.gz) = be134b605eecec49eeb49107dacf190925b716f7bede86f5f583eb3e1bdbe19b -SIZE (prefiks-u2f4moz-v1.0.1_GH0.tar.gz) = 116853 diff --git a/www/xpi-u2f4moz/files/patch-c__src_CMakeLists.txt b/www/xpi-u2f4moz/files/patch-c__src_CMakeLists.txt deleted file mode 100644 index 384f437f1715..000000000000 --- a/www/xpi-u2f4moz/files/patch-c__src_CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- c_src/CMakeLists.txt.orig 2016-10-27 08:19:19 UTC -+++ c_src/CMakeLists.txt -@@ -144,4 +144,4 @@ ADD_EXECUTABLE(u2f - - TARGET_LINK_LIBRARIES(u2f ${extra_LIBS}) - --INSTALL(TARGETS u2f DESTINATION ${PROJECT_SOURCE_DIR}/../ext/bin/${TARGET_LOCATION}) -+INSTALL(TARGETS u2f DESTINATION %%XPI_DIR%%/%%XPI_ID%%/bin/${TARGET_LOCATION}) diff --git a/www/xpi-u2f4moz/pkg-descr b/www/xpi-u2f4moz/pkg-descr deleted file mode 100644 index a391b59796ba..000000000000 --- a/www/xpi-u2f4moz/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -With this Firefox extension you would be able to use your Yubico device as -2nd factor in authentication on pages that are using U2F standard. - -WWW: https://github.com/prefiks/u2f4moz diff --git a/www/xpi-u2f4moz/pkg-message b/www/xpi-u2f4moz/pkg-message deleted file mode 100644 index d884039cca02..000000000000 --- a/www/xpi-u2f4moz/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -Nota bene - -1) you need Read and Write permissions on Yubico device -2) if you get the message "U2F Support Add-on could not be verified - for use in Firefox and has been disabled", then type about:config - in the address bar and set xpinstall.signatures.required to false - (restart Firefox or reload the page about:addons) diff --git a/www/xpi-u2f4moz/pkg-plist b/www/xpi-u2f4moz/pkg-plist deleted file mode 100644 index 0310d2191e94..000000000000 --- a/www/xpi-u2f4moz/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -lib/firefox/browser/extensions/u2f4moz@prefiks.org -lib/xpi/u2f4moz@prefiks.org/appIdValidator.js -lib/xpi/u2f4moz@prefiks.org/bin/freebsd_%%SYSTEM_PROCESSOR%%-gcc3/u2f -lib/xpi/u2f4moz@prefiks.org/bootstrap.js -lib/xpi/u2f4moz@prefiks.org/data/content-script.js -lib/xpi/u2f4moz@prefiks.org/data/logs.html -lib/xpi/u2f4moz@prefiks.org/data/logs.js -lib/xpi/u2f4moz@prefiks.org/icon.png -lib/xpi/u2f4moz@prefiks.org/icon64.png -lib/xpi/u2f4moz@prefiks.org/index.js -lib/xpi/u2f4moz@prefiks.org/install.rdf -lib/xpi/u2f4moz@prefiks.org/options.xul -lib/xpi/u2f4moz@prefiks.org/package.json diff --git a/www/xpi-uBlock_origin/Makefile b/www/xpi-uBlock_origin/Makefile deleted file mode 100644 index 0d5a79475521..000000000000 --- a/www/xpi-uBlock_origin/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Thierry Thomas <thierry@pompo.net> -# $FreeBSD$ - -PORTNAME= ublock_origin -PORTVERSION= 1.13.8 # Do not upgrade with the current xpi framework -DISTVERSIONSUFFIX= -an+fx+sm+tb -CATEGORIES= www - -MAINTAINER= thierry@FreeBSD.org -COMMENT= Efficient blocker for Firefox, fast and lean - -LICENSE= GPLv3 - -DEPRECATED= legacy version, the latest one working with the ports xpi framework - -XPI_NUM= 607454 -XPI_ID= uBlock0@raymondhill.net - -NO_ARCH= yes - -.include "../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-uBlock_origin/distinfo b/www/xpi-uBlock_origin/distinfo deleted file mode 100644 index 73bf86a349a5..000000000000 --- a/www/xpi-uBlock_origin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1500497472 -SHA256 (xpi/ublock_origin-1.13.8-an+fx+sm+tb.xpi) = 9dad30d8cca12a78131dfc920ffb97e13d1c8822752ec0f49a8b8f99d9c39ef4 -SIZE (xpi/ublock_origin-1.13.8-an+fx+sm+tb.xpi) = 1728718 diff --git a/www/xpi-uBlock_origin/pkg-descr b/www/xpi-uBlock_origin/pkg-descr deleted file mode 100644 index fb7658512722..000000000000 --- a/www/xpi-uBlock_origin/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -uBlock Origin is not an ad blocker; it's a general-purpose blocker. uBlock -origin blocks ads through its support of the Adblock Plus filter syntax. - -It extends the syntax and is designed to work with custom rules and filters. -Furthermore, advanced mode allows uBlock origin to work in default-deny mode, -which mode will cause all 3rd-party network requests to be blocked by default, -unless allowed by the user. - -WWW: https://github.com/gorhill/uBlock/wiki -WWW: https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/ diff --git a/www/xpi-uBlock_origin/pkg-plist b/www/xpi-uBlock_origin/pkg-plist deleted file mode 100644 index 40455e6a2e2e..000000000000 --- a/www/xpi-uBlock_origin/pkg-plist +++ /dev/null @@ -1,175 +0,0 @@ -%%XPI_XPIDIR%%/1p-filters.html -%%XPI_XPIDIR%%/3p-filters.html -%%XPI_XPIDIR%%/about.html -%%XPI_XPIDIR%%/advanced-settings.html -%%XPI_XPIDIR%%/asset-viewer.html -%%XPI_XPIDIR%%/assets/assets.json -%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt -%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt -%%XPI_XPIDIR%%/assets/thirdparties/mirror1.malwaredomains.com/files/justdomains -%%XPI_XPIDIR%%/assets/thirdparties/mirror1.malwaredomains.com/files/README.md -%%XPI_XPIDIR%%/assets/thirdparties/pgl.yoyo.org/as/README.md -%%XPI_XPIDIR%%/assets/thirdparties/pgl.yoyo.org/as/serverlist -%%XPI_XPIDIR%%/assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat -%%XPI_XPIDIR%%/assets/thirdparties/www.malwaredomainlist.com/hostslist/hosts.txt -%%XPI_XPIDIR%%/assets/thirdparties/www.malwaredomainlist.com/hostslist/README.md -%%XPI_XPIDIR%%/assets/ublock/badware.txt -%%XPI_XPIDIR%%/assets/ublock/experimental.txt -%%XPI_XPIDIR%%/assets/ublock/filters.txt -%%XPI_XPIDIR%%/assets/ublock/privacy.txt -%%XPI_XPIDIR%%/assets/ublock/resources.txt -%%XPI_XPIDIR%%/assets/ublock/unbreak.txt -%%XPI_XPIDIR%%/background.html -%%XPI_XPIDIR%%/bootstrap.js -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/css/1p-filters.css -%%XPI_XPIDIR%%/css/3p-filters.css -%%XPI_XPIDIR%%/css/about.css -%%XPI_XPIDIR%%/css/advanced-settings.css -%%XPI_XPIDIR%%/css/cloud-ui.css -%%XPI_XPIDIR%%/css/common.css -%%XPI_XPIDIR%%/css/dashboard-common.css -%%XPI_XPIDIR%%/css/dashboard.css -%%XPI_XPIDIR%%/css/dyna-rules.css -%%XPI_XPIDIR%%/css/fonts/fontawesome-webfont.ttf -%%XPI_XPIDIR%%/css/fonts/OFL.txt -%%XPI_XPIDIR%%/css/legacy-toolbar-button.css -%%XPI_XPIDIR%%/css/logger-ui-inspector.css -%%XPI_XPIDIR%%/css/logger-ui.css -%%XPI_XPIDIR%%/css/popup.css -%%XPI_XPIDIR%%/css/settings.css -%%XPI_XPIDIR%%/css/whitelist.css -%%XPI_XPIDIR%%/dashboard.html -%%XPI_XPIDIR%%/document-blocked.html -%%XPI_XPIDIR%%/dyna-rules.html -%%XPI_XPIDIR%%/epicker.html -%%XPI_XPIDIR%%/frameModule.js -%%XPI_XPIDIR%%/frameScript.js -%%XPI_XPIDIR%%/frameScript0.js -%%XPI_XPIDIR%%/icon.png -%%XPI_XPIDIR%%/img/browsericons/icon16-off.svg -%%XPI_XPIDIR%%/img/browsericons/icon16.svg -%%XPI_XPIDIR%%/img/browsericons/icon24-off.svg -%%XPI_XPIDIR%%/img/browsericons/icon24.svg -%%XPI_XPIDIR%%/img/cloud.png -%%XPI_XPIDIR%%/img/help16.png -%%XPI_XPIDIR%%/img/icon_16.png -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/js/1p-filters.js -%%XPI_XPIDIR%%/js/3p-filters.js -%%XPI_XPIDIR%%/js/about.js -%%XPI_XPIDIR%%/js/advanced-settings.js -%%XPI_XPIDIR%%/js/asset-viewer.js -%%XPI_XPIDIR%%/js/assets.js -%%XPI_XPIDIR%%/js/background.js -%%XPI_XPIDIR%%/js/cloud-ui.js -%%XPI_XPIDIR%%/js/commands.js -%%XPI_XPIDIR%%/js/contentscript.js -%%XPI_XPIDIR%%/js/contextmenu.js -%%XPI_XPIDIR%%/js/cosmetic-filtering.js -%%XPI_XPIDIR%%/js/dashboard-common.js -%%XPI_XPIDIR%%/js/dashboard.js -%%XPI_XPIDIR%%/js/document-blocked.js -%%XPI_XPIDIR%%/js/dyna-rules.js -%%XPI_XPIDIR%%/js/dynamic-net-filtering.js -%%XPI_XPIDIR%%/js/hnswitches.js -%%XPI_XPIDIR%%/js/i18n.js -%%XPI_XPIDIR%%/js/logger-ui-inspector.js -%%XPI_XPIDIR%%/js/logger-ui.js -%%XPI_XPIDIR%%/js/logger.js -%%XPI_XPIDIR%%/js/messaging.js -%%XPI_XPIDIR%%/js/pagestore.js -%%XPI_XPIDIR%%/js/polyfill.js -%%XPI_XPIDIR%%/js/popup.js -%%XPI_XPIDIR%%/js/profiler.js -%%XPI_XPIDIR%%/js/redirect-engine.js -%%XPI_XPIDIR%%/js/reverselookup-worker.js -%%XPI_XPIDIR%%/js/reverselookup.js -%%XPI_XPIDIR%%/js/rpcreceiver.js -%%XPI_XPIDIR%%/js/scriptlets/cosmetic-logger.js -%%XPI_XPIDIR%%/js/scriptlets/cosmetic-off.js -%%XPI_XPIDIR%%/js/scriptlets/cosmetic-on.js -%%XPI_XPIDIR%%/js/scriptlets/cosmetic-survey.js -%%XPI_XPIDIR%%/js/scriptlets/dom-inspector.js -%%XPI_XPIDIR%%/js/scriptlets/element-picker.js -%%XPI_XPIDIR%%/js/scriptlets/load-large-media-all.js -%%XPI_XPIDIR%%/js/scriptlets/load-large-media-interactive.js -%%XPI_XPIDIR%%/js/scriptlets/subscriber.js -%%XPI_XPIDIR%%/js/settings.js -%%XPI_XPIDIR%%/js/start.js -%%XPI_XPIDIR%%/js/static-net-filtering.js -%%XPI_XPIDIR%%/js/storage.js -%%XPI_XPIDIR%%/js/tab.js -%%XPI_XPIDIR%%/js/traffic.js -%%XPI_XPIDIR%%/js/ublock.js -%%XPI_XPIDIR%%/js/udom.js -%%XPI_XPIDIR%%/js/uritools.js -%%XPI_XPIDIR%%/js/url-net-filtering.js -%%XPI_XPIDIR%%/js/utils.js -%%XPI_XPIDIR%%/js/vapi-background.js -%%XPI_XPIDIR%%/js/vapi-client.js -%%XPI_XPIDIR%%/js/vapi-common.js -%%XPI_XPIDIR%%/js/whitelist.js -%%XPI_XPIDIR%%/lib/publicsuffixlist.js -%%XPI_XPIDIR%%/lib/punycode.js -%%XPI_XPIDIR%%/lib/yamd5.js -%%XPI_XPIDIR%%/LICENSE.txt -%%XPI_XPIDIR%%/locale/ar/messages.properties -%%XPI_XPIDIR%%/locale/bg/messages.properties -%%XPI_XPIDIR%%/locale/bn/messages.properties -%%XPI_XPIDIR%%/locale/ca/messages.properties -%%XPI_XPIDIR%%/locale/cs/messages.properties -%%XPI_XPIDIR%%/locale/cv/messages.properties -%%XPI_XPIDIR%%/locale/da/messages.properties -%%XPI_XPIDIR%%/locale/de/messages.properties -%%XPI_XPIDIR%%/locale/el/messages.properties -%%XPI_XPIDIR%%/locale/en/messages.properties -%%XPI_XPIDIR%%/locale/eo/messages.properties -%%XPI_XPIDIR%%/locale/es/messages.properties -%%XPI_XPIDIR%%/locale/et/messages.properties -%%XPI_XPIDIR%%/locale/eu/messages.properties -%%XPI_XPIDIR%%/locale/fa/messages.properties -%%XPI_XPIDIR%%/locale/fi/messages.properties -%%XPI_XPIDIR%%/locale/fil/messages.properties -%%XPI_XPIDIR%%/locale/fr/messages.properties -%%XPI_XPIDIR%%/locale/fy/messages.properties -%%XPI_XPIDIR%%/locale/gl/messages.properties -%%XPI_XPIDIR%%/locale/he/messages.properties -%%XPI_XPIDIR%%/locale/hi/messages.properties -%%XPI_XPIDIR%%/locale/hr/messages.properties -%%XPI_XPIDIR%%/locale/hu/messages.properties -%%XPI_XPIDIR%%/locale/id/messages.properties -%%XPI_XPIDIR%%/locale/it/messages.properties -%%XPI_XPIDIR%%/locale/ja/messages.properties -%%XPI_XPIDIR%%/locale/ka/messages.properties -%%XPI_XPIDIR%%/locale/kn/messages.properties -%%XPI_XPIDIR%%/locale/ko/messages.properties -%%XPI_XPIDIR%%/locale/lt/messages.properties -%%XPI_XPIDIR%%/locale/lv/messages.properties -%%XPI_XPIDIR%%/locale/ml/messages.properties -%%XPI_XPIDIR%%/locale/mr/messages.properties -%%XPI_XPIDIR%%/locale/nb/messages.properties -%%XPI_XPIDIR%%/locale/nl/messages.properties -%%XPI_XPIDIR%%/locale/pl/messages.properties -%%XPI_XPIDIR%%/locale/pt-BR/messages.properties -%%XPI_XPIDIR%%/locale/pt-PT/messages.properties -%%XPI_XPIDIR%%/locale/ro/messages.properties -%%XPI_XPIDIR%%/locale/ru/messages.properties -%%XPI_XPIDIR%%/locale/sk/messages.properties -%%XPI_XPIDIR%%/locale/sl/messages.properties -%%XPI_XPIDIR%%/locale/sq/messages.properties -%%XPI_XPIDIR%%/locale/sr/messages.properties -%%XPI_XPIDIR%%/locale/sv/messages.properties -%%XPI_XPIDIR%%/locale/ta/messages.properties -%%XPI_XPIDIR%%/locale/te/messages.properties -%%XPI_XPIDIR%%/locale/tr/messages.properties -%%XPI_XPIDIR%%/locale/uk/messages.properties -%%XPI_XPIDIR%%/locale/vi/messages.properties -%%XPI_XPIDIR%%/locale/zh-CN/messages.properties -%%XPI_XPIDIR%%/locale/zh-TW/messages.properties -%%XPI_XPIDIR%%/logger-ui.html -%%XPI_XPIDIR%%/options.xul -%%XPI_XPIDIR%%/popup.html -%%XPI_XPIDIR%%/processScript.js -%%XPI_XPIDIR%%/settings.html -%%XPI_XPIDIR%%/whitelist.html diff --git a/www/xpi-unplug/Makefile b/www/xpi-unplug/Makefile deleted file mode 100644 index 138ee8be5f65..000000000000 --- a/www/xpi-unplug/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: chinsan <chinsan.tw@gmail.com> -# $FreeBSD$ - -PORTNAME= unplug -DISTVERSION= 2.054 -DISTVERSIONSUFFIX= -fx+sm -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Converts embedded media to html links - -XPI_ID= unplug@compunach -XPI_NUM= 2254 - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-unplug/distinfo b/www/xpi-unplug/distinfo deleted file mode 100644 index 9fe0d3a1b948..000000000000 --- a/www/xpi-unplug/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/unplug-2.054-fx+sm.xpi) = 27baf0faa5d17016109a01a686d762c592d8fb5e3a285515350a9f39b7eb627f -SIZE (xpi/unplug-2.054-fx+sm.xpi) = 142907 diff --git a/www/xpi-unplug/pkg-descr b/www/xpi-unplug/pkg-descr deleted file mode 100644 index f885bb68e85f..000000000000 --- a/www/xpi-unplug/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Convert embedded plug-ins to html links with this extension. This means you -have a way of avoiding installation of plug-ins and can easily download -files which are normally inside a player. - -When you click on UnPlug in the tools or context menu, it searches the page -for and tags and creates a new page with a list of the links which it found. - -WWW: http://unplug.mozdev.org/ diff --git a/www/xpi-unplug/pkg-plist b/www/xpi-unplug/pkg-plist deleted file mode 100644 index 524c55898012..000000000000 --- a/www/xpi-unplug/pkg-plist +++ /dev/null @@ -1,78 +0,0 @@ -%%XPI_XPIDIR%%/agpl-3.0.txt -%%XPI_XPIDIR%%/chrome/content/common.js -%%XPI_XPIDIR%%/chrome/content/config/config.js -%%XPI_XPIDIR%%/chrome/content/config/config.xul -%%XPI_XPIDIR%%/chrome/content/config/extern.js -%%XPI_XPIDIR%%/chrome/content/config/extern.xul -%%XPI_XPIDIR%%/chrome/content/display/download.js -%%XPI_XPIDIR%%/chrome/content/display/extern/extern.js -%%XPI_XPIDIR%%/chrome/content/display/extern/extern.xul -%%XPI_XPIDIR%%/chrome/content/display/pop/pop.js -%%XPI_XPIDIR%%/chrome/content/display/pop/pop.xul -%%XPI_XPIDIR%%/chrome/content/overlay/all.js -%%XPI_XPIDIR%%/chrome/content/overlay/firefox.js -%%XPI_XPIDIR%%/chrome/content/overlay/firefox.xul -%%XPI_XPIDIR%%/chrome/content/overlay/seamonkey.js -%%XPI_XPIDIR%%/chrome/content/overlay/seamonkey.xul -%%XPI_XPIDIR%%/chrome/content/rules.xml -%%XPI_XPIDIR%%/chrome/content/search/rules.js -%%XPI_XPIDIR%%/chrome/content/search/search.js -%%XPI_XPIDIR%%/chrome/locale/de-DE/common.dtd -%%XPI_XPIDIR%%/chrome/locale/de-DE/config.dtd -%%XPI_XPIDIR%%/chrome/locale/de-DE/extern.dtd -%%XPI_XPIDIR%%/chrome/locale/de-DE/overlay.dtd -%%XPI_XPIDIR%%/chrome/locale/de-DE/searchpage.dtd -%%XPI_XPIDIR%%/chrome/locale/de-DE/strings.txt -%%XPI_XPIDIR%%/chrome/locale/en-US/common.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/config.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/extern.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/overlay.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/searchpage.dtd -%%XPI_XPIDIR%%/chrome/locale/en-US/strings.txt -%%XPI_XPIDIR%%/chrome/locale/fr-FR/common.dtd -%%XPI_XPIDIR%%/chrome/locale/fr-FR/config.dtd -%%XPI_XPIDIR%%/chrome/locale/fr-FR/extern.dtd -%%XPI_XPIDIR%%/chrome/locale/fr-FR/overlay.dtd -%%XPI_XPIDIR%%/chrome/locale/fr-FR/searchpage.dtd -%%XPI_XPIDIR%%/chrome/locale/fr-FR/strings.txt -%%XPI_XPIDIR%%/chrome/locale/hu-HU/common.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/config.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/extern.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/overlay.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/searchpage.dtd -%%XPI_XPIDIR%%/chrome/locale/hu-HU/strings.txt -%%XPI_XPIDIR%%/chrome/locale/pl-PL/common.dtd -%%XPI_XPIDIR%%/chrome/locale/pl-PL/config.dtd -%%XPI_XPIDIR%%/chrome/locale/pl-PL/extern.dtd -%%XPI_XPIDIR%%/chrome/locale/pl-PL/overlay.dtd -%%XPI_XPIDIR%%/chrome/locale/pl-PL/searchpage.dtd -%%XPI_XPIDIR%%/chrome/locale/pl-PL/strings.txt -%%XPI_XPIDIR%%/chrome/locale/sv-SE/common.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/config.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/extern.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/overlay.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/searchpage.dtd -%%XPI_XPIDIR%%/chrome/locale/sv-SE/strings.txt -%%XPI_XPIDIR%%/chrome/skin/extern.css -%%XPI_XPIDIR%%/chrome/skin/overlay.css -%%XPI_XPIDIR%%/chrome/skin/searchpage.css -%%XPI_XPIDIR%%/chrome/skin/tango-16/applications-system.png -%%XPI_XPIDIR%%/chrome/skin/tango-16/dialog-error.png -%%XPI_XPIDIR%%/chrome/skin/tango-16/document-save-as.png -%%XPI_XPIDIR%%/chrome/skin/tango-16/edit-copy.png -%%XPI_XPIDIR%%/chrome/skin/tango-16/preferences-system.png -%%XPI_XPIDIR%%/chrome/skin/tango-16/process-stop-disabled.png -%%XPI_XPIDIR%%/chrome/skin/tango-16/process-stop.png -%%XPI_XPIDIR%%/chrome/skin/tango-16/tab-new.png -%%XPI_XPIDIR%%/chrome/skin/tango-16/window-new.png -%%XPI_XPIDIR%%/chrome/skin/tango-16/window.png -%%XPI_XPIDIR%%/chrome/skin/tango-32/dialog-information.png -%%XPI_XPIDIR%%/chrome/skin/tango-32/document-save-as.png -%%XPI_XPIDIR%%/chrome/skin/tango-32/mail-attachment.png -%%XPI_XPIDIR%%/chrome/skin/tango-32/system-search.png -%%XPI_XPIDIR%%/chrome/skin/unplug-16.png -%%XPI_XPIDIR%%/chrome/skin/unplug-24.png -%%XPI_XPIDIR%%/chrome/skin/unplug-32.png -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/defaults/preferences/unplug2.js -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-urllink/Makefile b/www/xpi-urllink/Makefile deleted file mode 100644 index fbaa5246a66c..000000000000 --- a/www/xpi-urllink/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= urllink -PORTVERSION= 2.03.3 -DISTVERSIONSUFFIX= -fx+tb -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Select a non-URL and open it in a browser window - -XPI_DISTNAME= url_link -XPI_ID= {139a120b-c2ea-41d2-bf70-542d9f063dfd} -XPI_NUM= 403 -XPI_FILES= chrome/urllink.jar chrome.manifest \ - defaults/preferences/urllink.js install.rdf -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-urllink/distinfo b/www/xpi-urllink/distinfo deleted file mode 100644 index 092b5d505e31..000000000000 --- a/www/xpi-urllink/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/url_link-2.03.3-fx+tb.xpi) = 2feeb960ff3e9d9b4666a6017ae88ced97a7710ea0507f121c2d773632b513c7 -SIZE (xpi/url_link-2.03.3-fx+tb.xpi) = 96305 diff --git a/www/xpi-urllink/pkg-descr b/www/xpi-urllink/pkg-descr deleted file mode 100644 index b5ad54bdb8e7..000000000000 --- a/www/xpi-urllink/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -URL Link is a small extension that allows you to select a non-URL in a -mail/news message or web-page, and open it in a browser window. - -For emails, it reconnects links in emails which have been broken across -several lines, and also replaces spaces with the URL character code %20 -so that you may follow emailed network 'file:' links (which it auto- -detects from Windows X: or servdir references). - -For web pages, it also allows you to select textual links/URLs in web -pages or edit boxes, and follow them as if they were real links. It -will always let you follow links and also analyses mailto: links. - -WWW: http://www.fnxweb.com/software-mozilla diff --git a/www/xpi-user_agent_switcher/Makefile b/www/xpi-user_agent_switcher/Makefile deleted file mode 100644 index 87e7fb4f75ad..000000000000 --- a/www/xpi-user_agent_switcher/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Norikatsu Shigemura <nork@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= user_agent_switcher -PORTVERSION= 0.7.3 -DISTVERSIONSUFFIX= -fx+sm -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= The User Agent Switcher extension - -XPI_NUM= 59 -XPI_ID= {e968fc70-8f95-4ab9-9e79-304de2a71ee1} -XPI_FILES= chrome.manifest \ - chrome/useragentswitcher.jar \ - install.js install.rdf \ - license.txt -XPI_DIRS= chrome - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-user_agent_switcher/distinfo b/www/xpi-user_agent_switcher/distinfo deleted file mode 100644 index f69a71975bc2..000000000000 --- a/www/xpi-user_agent_switcher/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/user_agent_switcher-0.7.3-fx+sm.xpi) = 29b95958781bd1e03d0a217a9c34f382f542f5f3769c9c7bfc0b919cc89858b8 -SIZE (xpi/user_agent_switcher-0.7.3-fx+sm.xpi) = 42336 diff --git a/www/xpi-user_agent_switcher/pkg-descr b/www/xpi-user_agent_switcher/pkg-descr deleted file mode 100644 index 2ba29e29d092..000000000000 --- a/www/xpi-user_agent_switcher/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The User Agent Switcher extension adds a menu and -a toolbar button to switch the user agent of the -browser. It is designed for Firefox, Flock and -Seamonkey, and will run on any platform that these -browsers support including Windows, Mac OS X and -Linux. - -WWW: http://chrispederick.com/work/user-agent-switcher/ diff --git a/www/xpi-vimperator/Makefile b/www/xpi-vimperator/Makefile deleted file mode 100644 index 709237596065..000000000000 --- a/www/xpi-vimperator/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: stas -# $FreeBSD$ - -PORTNAME= vimperator -PORTVERSION= 3.8.3 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Vim look and feel for Firefox - -LICENSE=MIT -LICENSE_FILE=${WRKSRC}/License.txt - -XPI_ID= vimperator@mozdev.org -XPI_NUM= 4891 - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-vimperator/distinfo b/www/xpi-vimperator/distinfo deleted file mode 100644 index 9aab5ebb2dc7..000000000000 --- a/www/xpi-vimperator/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/vimperator-3.8.3-fx.xpi) = e3b995face4e76faf8e425269d3b4b5ba343672ffc4368dc04e95b56a0538022 -SIZE (xpi/vimperator-3.8.3-fx.xpi) = 604094 diff --git a/www/xpi-vimperator/pkg-descr b/www/xpi-vimperator/pkg-descr deleted file mode 100644 index 0f1be5309385..000000000000 --- a/www/xpi-vimperator/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Vimperator is a free browser add-on for Firefox, which makes it look and behave -like the Vim text editor. It has similar key bindings, and you could call it a -modal webbrowser, as key bindings differ according to which mode you are in. - -WWW: http://vimperator.org/vimperator diff --git a/www/xpi-vimperator/pkg-plist b/www/xpi-vimperator/pkg-plist deleted file mode 100644 index d93d257802c3..000000000000 --- a/www/xpi-vimperator/pkg-plist +++ /dev/null @@ -1,97 +0,0 @@ -%%XPI_XPIDIR%%/AUTHORS -%%XPI_XPIDIR%%/License.txt -%%XPI_XPIDIR%%/NEWS -%%XPI_XPIDIR%%/TODO -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/common/content/abbreviations.js -%%XPI_XPIDIR%%/common/content/autocommands.js -%%XPI_XPIDIR%%/common/content/base.js -%%XPI_XPIDIR%%/common/content/bindings.xml -%%XPI_XPIDIR%%/common/content/bookmarks.js -%%XPI_XPIDIR%%/common/content/browser.js -%%XPI_XPIDIR%%/common/content/buffer.js -%%XPI_XPIDIR%%/common/content/buffer.xhtml -%%XPI_XPIDIR%%/common/content/commandline.js -%%XPI_XPIDIR%%/common/content/commands.js -%%XPI_XPIDIR%%/common/content/completion.js -%%XPI_XPIDIR%%/common/content/configbase.js -%%XPI_XPIDIR%%/common/content/editor.js -%%XPI_XPIDIR%%/common/content/eval.js -%%XPI_XPIDIR%%/common/content/events.js -%%XPI_XPIDIR%%/common/content/finder.js -%%XPI_XPIDIR%%/common/content/help-single.xsl -%%XPI_XPIDIR%%/common/content/help.css -%%XPI_XPIDIR%%/common/content/help.js -%%XPI_XPIDIR%%/common/content/help.xsl -%%XPI_XPIDIR%%/common/content/hints.js -%%XPI_XPIDIR%%/common/content/history.js -%%XPI_XPIDIR%%/common/content/io.js -%%XPI_XPIDIR%%/common/content/javascript.js -%%XPI_XPIDIR%%/common/content/liberator-overlay.js -%%XPI_XPIDIR%%/common/content/liberator.js -%%XPI_XPIDIR%%/common/content/liberator.xul -%%XPI_XPIDIR%%/common/content/mappings.js -%%XPI_XPIDIR%%/common/content/marks.js -%%XPI_XPIDIR%%/common/content/modes.js -%%XPI_XPIDIR%%/common/content/modules.js -%%XPI_XPIDIR%%/common/content/options.js -%%XPI_XPIDIR%%/common/content/preferences.xul -%%XPI_XPIDIR%%/common/content/quickmarks.js -%%XPI_XPIDIR%%/common/content/sanitizer.js -%%XPI_XPIDIR%%/common/content/services.js -%%XPI_XPIDIR%%/common/content/statusline.js -%%XPI_XPIDIR%%/common/content/style.js -%%XPI_XPIDIR%%/common/content/tabs.js -%%XPI_XPIDIR%%/common/content/template.js -%%XPI_XPIDIR%%/common/content/util.js -%%XPI_XPIDIR%%/common/content/x-click-but21.png -%%XPI_XPIDIR%%/common/locale/en-US/all.xml -%%XPI_XPIDIR%%/common/locale/en-US/autocommands.xml -%%XPI_XPIDIR%%/common/locale/en-US/browsing.xml -%%XPI_XPIDIR%%/common/locale/en-US/buffer.xml -%%XPI_XPIDIR%%/common/locale/en-US/cmdline.xml -%%XPI_XPIDIR%%/common/locale/en-US/developer.xml -%%XPI_XPIDIR%%/common/locale/en-US/eval.xml -%%XPI_XPIDIR%%/common/locale/en-US/gui.xml -%%XPI_XPIDIR%%/common/locale/en-US/hints.xml -%%XPI_XPIDIR%%/common/locale/en-US/insert.xml -%%XPI_XPIDIR%%/common/locale/en-US/map.xml -%%XPI_XPIDIR%%/common/locale/en-US/marks.xml -%%XPI_XPIDIR%%/common/locale/en-US/message.xml -%%XPI_XPIDIR%%/common/locale/en-US/options.xml -%%XPI_XPIDIR%%/common/locale/en-US/pattern.xml -%%XPI_XPIDIR%%/common/locale/en-US/print.xml -%%XPI_XPIDIR%%/common/locale/en-US/repeat.xml -%%XPI_XPIDIR%%/common/locale/en-US/starting.xml -%%XPI_XPIDIR%%/common/locale/en-US/styling.xml -%%XPI_XPIDIR%%/common/locale/en-US/tabs.xml -%%XPI_XPIDIR%%/common/locale/en-US/various.xml -%%XPI_XPIDIR%%/common/modules/storage.jsm -%%XPI_XPIDIR%%/common/modules/template-tag.js -%%XPI_XPIDIR%%/common/modules/template.js -%%XPI_XPIDIR%%/common/skin/liberator.css -%%XPI_XPIDIR%%/common/skin/prompt.png -%%XPI_XPIDIR%%/components/about-handler.js -%%XPI_XPIDIR%%/components/commandline-handler.js -%%XPI_XPIDIR%%/components/protocols.js -%%XPI_XPIDIR%%/content/about.html -%%XPI_XPIDIR%%/content/about_background.png -%%XPI_XPIDIR%%/content/config.js -%%XPI_XPIDIR%%/content/ignorekeys.js -%%XPI_XPIDIR%%/content/liberator.dtd -%%XPI_XPIDIR%%/content/logo.png -%%XPI_XPIDIR%%/content/tabgroup.js -%%XPI_XPIDIR%%/content/vimperator.svg -%%XPI_XPIDIR%%/content/vimperator.xul -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/locale/en-US/all.xml -%%XPI_XPIDIR%%/locale/en-US/autocommands.xml -%%XPI_XPIDIR%%/locale/en-US/browsing.xml -%%XPI_XPIDIR%%/locale/en-US/gui.xml -%%XPI_XPIDIR%%/locale/en-US/intro.xml -%%XPI_XPIDIR%%/locale/en-US/liberator.dtd -%%XPI_XPIDIR%%/locale/en-US/options.xml -%%XPI_XPIDIR%%/locale/en-US/tabs.xml -%%XPI_XPIDIR%%/locale/en-US/tutorial.xml -%%XPI_XPIDIR%%/skin/about.css -%%XPI_XPIDIR%%/skin/icon.png diff --git a/www/xpi-web_developer/Makefile b/www/xpi-web_developer/Makefile deleted file mode 100644 index 2f4b9a004b76..000000000000 --- a/www/xpi-web_developer/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: chinsan <chinsan.tw@gmail.com> -# $FreeBSD$ - -PORTNAME= web_developer -PORTVERSION= 1.2.2 -DISTVERSIONSUFFIX= -fx+sm -CATEGORIES= www - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Extension to add various web developer tools - -XPI_NUM= 60 -XPI_ID= {c45c406e-ab73-11d8-be73-000a95be3b12} - -.include "../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-web_developer/distinfo b/www/xpi-web_developer/distinfo deleted file mode 100644 index 9c8643f15863..000000000000 --- a/www/xpi-web_developer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/web_developer-1.2.2-fx+sm.xpi) = 073489c6ead86d26b204aa849633a891cf049633bcdecd9badd208957f0b2c09 -SIZE (xpi/web_developer-1.2.2-fx+sm.xpi) = 1268546 diff --git a/www/xpi-web_developer/pkg-descr b/www/xpi-web_developer/pkg-descr deleted file mode 100644 index 00a9307240fb..000000000000 --- a/www/xpi-web_developer/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Adds a menu and a toolbar with various web developer tools. - -WWW: https://addons.mozilla.org/firefox/60/ diff --git a/www/xpi-web_developer/pkg-plist b/www/xpi-web_developer/pkg-plist deleted file mode 100644 index 9390d9fdad30..000000000000 --- a/www/xpi-web_developer/pkg-plist +++ /dev/null @@ -1,264 +0,0 @@ -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/content/web-developer/about/about.css -%%XPI_XPIDIR%%/content/web-developer/about/about.html -%%XPI_XPIDIR%%/content/web-developer/about/images/favicon.png -%%XPI_XPIDIR%%/content/web-developer/about/images/logo.png -%%XPI_XPIDIR%%/content/web-developer/about/javascript/about.js -%%XPI_XPIDIR%%/content/web-developer/common/common.js -%%XPI_XPIDIR%%/content/web-developer/common/css.js -%%XPI_XPIDIR%%/content/web-developer/common/jquery.js -%%XPI_XPIDIR%%/content/web-developer/content/content.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/common.css -%%XPI_XPIDIR%%/content/web-developer/dashboard/dashboard.css -%%XPI_XPIDIR%%/content/web-developer/dashboard/edit-css.html -%%XPI_XPIDIR%%/content/web-developer/dashboard/edit-css.xul -%%XPI_XPIDIR%%/content/web-developer/dashboard/edit-html.html -%%XPI_XPIDIR%%/content/web-developer/dashboard/edit-html.xul -%%XPI_XPIDIR%%/content/web-developer/dashboard/element-information.css -%%XPI_XPIDIR%%/content/web-developer/dashboard/element-information.html -%%XPI_XPIDIR%%/content/web-developer/dashboard/element-information.xul -%%XPI_XPIDIR%%/content/web-developer/dashboard/fonts/fontawesome-webfont.eot -%%XPI_XPIDIR%%/content/web-developer/dashboard/fonts/fontawesome-webfont.svg -%%XPI_XPIDIR%%/content/web-developer/dashboard/fonts/fontawesome-webfont.ttf -%%XPI_XPIDIR%%/content/web-developer/dashboard/fonts/fontawesome-webfont.woff -%%XPI_XPIDIR%%/content/web-developer/dashboard/javascript/dashboard.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/javascript/edit-css.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/javascript/edit-html.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/javascript/element-information.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/javascript/html/common.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/javascript/html/edit-css.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/javascript/html/element-ancestors.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/javascript/html/element-information.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/javascript/html/style-information.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/javascript/html/syntax-highlight-css.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/javascript/html/syntax-highlight-html.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/javascript/style-information.js -%%XPI_XPIDIR%%/content/web-developer/dashboard/style-information.css -%%XPI_XPIDIR%%/content/web-developer/dashboard/style-information.html -%%XPI_XPIDIR%%/content/web-developer/dashboard/style-information.xul -%%XPI_XPIDIR%%/content/web-developer/dialogs/cookie.xul -%%XPI_XPIDIR%%/content/web-developer/dialogs/javascript/cookie.js -%%XPI_XPIDIR%%/content/web-developer/dialogs/javascript/message.js -%%XPI_XPIDIR%%/content/web-developer/dialogs/javascript/outline-custom-elements.js -%%XPI_XPIDIR%%/content/web-developer/dialogs/javascript/resize-window.js -%%XPI_XPIDIR%%/content/web-developer/dialogs/message.xul -%%XPI_XPIDIR%%/content/web-developer/dialogs/outline-custom-elements.xul -%%XPI_XPIDIR%%/content/web-developer/dialogs/resize-window.xul -%%XPI_XPIDIR%%/content/web-developer/dialogs/style-sheets/message.css -%%XPI_XPIDIR%%/content/web-developer/dialogs/style-sheets/outline-custom-elements.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/before.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/css/disable-browser-default-styles.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/css/use-border-box-model.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/forms/display-form-details.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/forms/outline-form-fields-without-labels.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/display-image-dimensions.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/display-image-file-sizes.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/hide-background-images.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/hide-images.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/make-images-invisible.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/outline-all-images.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/outline-background-images.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/outline-images-with-adjusted-dimensions.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/outline-images-with-empty-alt-attributes.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/outline-images-with-oversized-dimensions.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/outline-images-without-alt-attributes.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/outline-images-without-dimensions.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/images/transparent.png -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/information/display-abbreviations.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/information/display-aria-roles.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/information/display-div-dimensions.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/information/display-div-order.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/information/display-link-details.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/information/display-object-information.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/information/display-table-information.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/information/display-topographic-information.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/miscellaneous/linearize-page.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-block-level-elements-before.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-block-level-elements.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-deprecated-elements-before.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-deprecated-elements.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-floated-elements.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-frames.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-headings-before.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-headings.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-non-secure-elements.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-positioned-elements.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-table-captions.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-table-cells-before.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-table-cells.css -%%XPI_XPIDIR%%/content/web-developer/features/style-sheets/outline/outline-tables.css -%%XPI_XPIDIR%%/content/web-developer/generated/common.css -%%XPI_XPIDIR%%/content/web-developer/generated/find-broken-images.html -%%XPI_XPIDIR%%/content/web-developer/generated/find-duplicate-ids.html -%%XPI_XPIDIR%%/content/web-developer/generated/fonts/fontawesome-webfont.eot -%%XPI_XPIDIR%%/content/web-developer/generated/fonts/fontawesome-webfont.svg -%%XPI_XPIDIR%%/content/web-developer/generated/fonts/fontawesome-webfont.ttf -%%XPI_XPIDIR%%/content/web-developer/generated/fonts/fontawesome-webfont.woff -%%XPI_XPIDIR%%/content/web-developer/generated/images/favicon.png -%%XPI_XPIDIR%%/content/web-developer/generated/images/logo.png -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/beautify/beautify.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/common.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/find-broken-images.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/find-duplicate-ids.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/syntax-highlight-css.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/syntax-highlight-javascript.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-anchor-information.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-color-information.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-cookie-information.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-css.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-document-outline.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-document-size.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-form-information.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-image-information.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-javascript.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-link-information.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-meta-tag-information.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-response-headers.js -%%XPI_XPIDIR%%/content/web-developer/generated/javascript/view-responsive-layouts.js -%%XPI_XPIDIR%%/content/web-developer/generated/syntax-highlight.css -%%XPI_XPIDIR%%/content/web-developer/generated/view-anchor-information.html -%%XPI_XPIDIR%%/content/web-developer/generated/view-color-information.css -%%XPI_XPIDIR%%/content/web-developer/generated/view-color-information.html -%%XPI_XPIDIR%%/content/web-developer/generated/view-cookie-information.css -%%XPI_XPIDIR%%/content/web-developer/generated/view-cookie-information.html -%%XPI_XPIDIR%%/content/web-developer/generated/view-css.html -%%XPI_XPIDIR%%/content/web-developer/generated/view-document-outline.css -%%XPI_XPIDIR%%/content/web-developer/generated/view-document-outline.html -%%XPI_XPIDIR%%/content/web-developer/generated/view-document-size.css -%%XPI_XPIDIR%%/content/web-developer/generated/view-document-size.html -%%XPI_XPIDIR%%/content/web-developer/generated/view-form-information.css -%%XPI_XPIDIR%%/content/web-developer/generated/view-form-information.html -%%XPI_XPIDIR%%/content/web-developer/generated/view-image-information.css -%%XPI_XPIDIR%%/content/web-developer/generated/view-image-information.html -%%XPI_XPIDIR%%/content/web-developer/generated/view-javascript.css -%%XPI_XPIDIR%%/content/web-developer/generated/view-javascript.html -%%XPI_XPIDIR%%/content/web-developer/generated/view-link-information.html -%%XPI_XPIDIR%%/content/web-developer/generated/view-meta-tag-information.html -%%XPI_XPIDIR%%/content/web-developer/generated/view-response-headers.html -%%XPI_XPIDIR%%/content/web-developer/generated/view-responsive-layouts.css -%%XPI_XPIDIR%%/content/web-developer/generated/view-responsive-layouts.html -%%XPI_XPIDIR%%/content/web-developer/icons/48.png -%%XPI_XPIDIR%%/content/web-developer/icons/64.png -%%XPI_XPIDIR%%/content/web-developer/locales/locales.js -%%XPI_XPIDIR%%/content/web-developer/options/dialogs/javascript/dialogs.js -%%XPI_XPIDIR%%/content/web-developer/options/dialogs/javascript/keyboard.js -%%XPI_XPIDIR%%/content/web-developer/options/dialogs/javascript/resize.js -%%XPI_XPIDIR%%/content/web-developer/options/dialogs/javascript/responsive-layout.js -%%XPI_XPIDIR%%/content/web-developer/options/dialogs/javascript/tool.js -%%XPI_XPIDIR%%/content/web-developer/options/dialogs/javascript/view-source-with.js -%%XPI_XPIDIR%%/content/web-developer/options/dialogs/keyboard.xul -%%XPI_XPIDIR%%/content/web-developer/options/dialogs/resize.xul -%%XPI_XPIDIR%%/content/web-developer/options/dialogs/responsive-layout.xul -%%XPI_XPIDIR%%/content/web-developer/options/dialogs/tool.xul -%%XPI_XPIDIR%%/content/web-developer/options/dialogs/view-source-with.xul -%%XPI_XPIDIR%%/content/web-developer/options/html/javascript/syntax-highlight.js -%%XPI_XPIDIR%%/content/web-developer/options/html/syntax-highlight.css -%%XPI_XPIDIR%%/content/web-developer/options/html/syntax-highlight.html -%%XPI_XPIDIR%%/content/web-developer/options/javascript/options.js -%%XPI_XPIDIR%%/content/web-developer/options/options.xul -%%XPI_XPIDIR%%/content/web-developer/options/panes/advanced.xul -%%XPI_XPIDIR%%/content/web-developer/options/panes/colors.xul -%%XPI_XPIDIR%%/content/web-developer/options/panes/general.xul -%%XPI_XPIDIR%%/content/web-developer/options/panes/keyboard.xul -%%XPI_XPIDIR%%/content/web-developer/options/panes/resize.xul -%%XPI_XPIDIR%%/content/web-developer/options/panes/responsive-layouts.xul -%%XPI_XPIDIR%%/content/web-developer/options/panes/tools.xul -%%XPI_XPIDIR%%/content/web-developer/options/panes/view-source.xul -%%XPI_XPIDIR%%/content/web-developer/options/style-sheets/options.css -%%XPI_XPIDIR%%/content/web-developer/overlay/javascript/overlay.js -%%XPI_XPIDIR%%/content/web-developer/overlay/overlay.xul -%%XPI_XPIDIR%%/content/web-developer/overlay/style-sheets/overlay.css -%%XPI_XPIDIR%%/content/web-developer/preferences/preferences.js -%%XPI_XPIDIR%%/content/web-developer/storage/storage.js -%%XPI_XPIDIR%%/content/web-developer/toolbar/element-ancestors.css -%%XPI_XPIDIR%%/content/web-developer/toolbar/element-information.css -%%XPI_XPIDIR%%/content/web-developer/toolbar/html/element-ancestors.css -%%XPI_XPIDIR%%/content/web-developer/toolbar/html/element-ancestors.html -%%XPI_XPIDIR%%/content/web-developer/toolbar/html/javascript/element-ancestors.js -%%XPI_XPIDIR%%/content/web-developer/toolbar/images/logo.png -%%XPI_XPIDIR%%/content/web-developer/toolbar/javascript/element-ancestors.js -%%XPI_XPIDIR%%/content/web-developer/toolbar/line-guides.css -%%XPI_XPIDIR%%/content/web-developer/toolbar/ruler.css -%%XPI_XPIDIR%%/content/web-developer/validation/css.html -%%XPI_XPIDIR%%/content/web-developer/validation/html.html -%%XPI_XPIDIR%%/content/web-developer/validation/images/favicon.png -%%XPI_XPIDIR%%/content/web-developer/validation/validation.css -%%XPI_XPIDIR%%/defaults/preferences/defaults.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/license.txt -%%XPI_XPIDIR%%/locale/en-US/dashboard/dashboard.dtd -%%XPI_XPIDIR%%/locale/en-US/dashboard/dashboard.properties -%%XPI_XPIDIR%%/locale/en-US/dialogs/cookie.dtd -%%XPI_XPIDIR%%/locale/en-US/dialogs/cookie.properties -%%XPI_XPIDIR%%/locale/en-US/dialogs/message.dtd -%%XPI_XPIDIR%%/locale/en-US/dialogs/outline-custom-elements.dtd -%%XPI_XPIDIR%%/locale/en-US/dialogs/resize-window.dtd -%%XPI_XPIDIR%%/locale/en-US/dialogs/resize-window.properties -%%XPI_XPIDIR%%/locale/en-US/options/options.dtd -%%XPI_XPIDIR%%/locale/en-US/options/options.properties -%%XPI_XPIDIR%%/locale/en-US/overlay/overlay.dtd -%%XPI_XPIDIR%%/locale/en-US/overlay/overlay.properties -%%XPI_XPIDIR%%/locale/fr-FR/dashboard/dashboard.dtd -%%XPI_XPIDIR%%/locale/fr-FR/dashboard/dashboard.properties -%%XPI_XPIDIR%%/locale/fr-FR/dialogs/cookie.dtd -%%XPI_XPIDIR%%/locale/fr-FR/dialogs/cookie.properties -%%XPI_XPIDIR%%/locale/fr-FR/dialogs/message.dtd -%%XPI_XPIDIR%%/locale/fr-FR/dialogs/outline-custom-elements.dtd -%%XPI_XPIDIR%%/locale/fr-FR/dialogs/resize-window.dtd -%%XPI_XPIDIR%%/locale/fr-FR/dialogs/resize-window.properties -%%XPI_XPIDIR%%/locale/fr-FR/options/options.dtd -%%XPI_XPIDIR%%/locale/fr-FR/options/options.properties -%%XPI_XPIDIR%%/locale/fr-FR/overlay/overlay.dtd -%%XPI_XPIDIR%%/locale/fr-FR/overlay/overlay.properties -%%XPI_XPIDIR%%/locale/pl-PL/dashboard/dashboard.dtd -%%XPI_XPIDIR%%/locale/pl-PL/dashboard/dashboard.properties -%%XPI_XPIDIR%%/locale/pl-PL/dialogs/cookie.dtd -%%XPI_XPIDIR%%/locale/pl-PL/dialogs/cookie.properties -%%XPI_XPIDIR%%/locale/pl-PL/dialogs/message.dtd -%%XPI_XPIDIR%%/locale/pl-PL/dialogs/outline-custom-elements.dtd -%%XPI_XPIDIR%%/locale/pl-PL/dialogs/resize-window.dtd -%%XPI_XPIDIR%%/locale/pl-PL/dialogs/resize-window.properties -%%XPI_XPIDIR%%/locale/pl-PL/options/options.dtd -%%XPI_XPIDIR%%/locale/pl-PL/options/options.properties -%%XPI_XPIDIR%%/locale/pl-PL/overlay/overlay.dtd -%%XPI_XPIDIR%%/locale/pl-PL/overlay/overlay.properties -%%XPI_XPIDIR%%/locale/sv-SE/dashboard/dashboard.dtd -%%XPI_XPIDIR%%/locale/sv-SE/dashboard/dashboard.properties -%%XPI_XPIDIR%%/locale/sv-SE/dialogs/cookie.dtd -%%XPI_XPIDIR%%/locale/sv-SE/dialogs/cookie.properties -%%XPI_XPIDIR%%/locale/sv-SE/dialogs/message.dtd -%%XPI_XPIDIR%%/locale/sv-SE/dialogs/outline-custom-elements.dtd -%%XPI_XPIDIR%%/locale/sv-SE/dialogs/resize-window.dtd -%%XPI_XPIDIR%%/locale/sv-SE/dialogs/resize-window.properties -%%XPI_XPIDIR%%/locale/sv-SE/options/options.dtd -%%XPI_XPIDIR%%/locale/sv-SE/options/options.properties -%%XPI_XPIDIR%%/locale/sv-SE/overlay/overlay.dtd -%%XPI_XPIDIR%%/locale/sv-SE/overlay/overlay.properties -%%XPI_XPIDIR%%/skin/default/button.png -%%XPI_XPIDIR%%/skin/default/close.png -%%XPI_XPIDIR%%/skin/default/dashboard.png -%%XPI_XPIDIR%%/skin/default/disabled.png -%%XPI_XPIDIR%%/skin/default/menu.png -%%XPI_XPIDIR%%/skin/default/options.png -%%XPI_XPIDIR%%/skin/default/statusbar.png -%%XPI_XPIDIR%%/skin/default/toolbar.png -%%XPI_XPIDIR%%/skin/default/validation.png -%%XPI_XPIDIR%%/skin/default/web-developer.css -%%XPI_XPIDIR%%/skin/mac/button.png -%%XPI_XPIDIR%%/skin/mac/close.png -%%XPI_XPIDIR%%/skin/mac/color/button.png -%%XPI_XPIDIR%%/skin/mac/color/close.png -%%XPI_XPIDIR%%/skin/mac/color/dashboard.png -%%XPI_XPIDIR%%/skin/mac/color/disabled.png -%%XPI_XPIDIR%%/skin/mac/color/menu.png -%%XPI_XPIDIR%%/skin/mac/color/statusbar.png -%%XPI_XPIDIR%%/skin/mac/color/toolbar.png -%%XPI_XPIDIR%%/skin/mac/color/validation.png -%%XPI_XPIDIR%%/skin/mac/dashboard.png -%%XPI_XPIDIR%%/skin/mac/disabled.png -%%XPI_XPIDIR%%/skin/mac/menu.png -%%XPI_XPIDIR%%/skin/mac/options.png -%%XPI_XPIDIR%%/skin/mac/statusbar.png -%%XPI_XPIDIR%%/skin/mac/toolbar.png -%%XPI_XPIDIR%%/skin/mac/validation.png -%%XPI_XPIDIR%%/skin/mac/web-developer.css diff --git a/www/xpi-wmlbrowser/Makefile b/www/xpi-wmlbrowser/Makefile deleted file mode 100644 index efd9aefd2786..000000000000 --- a/www/xpi-wmlbrowser/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= wmlbrowser -PORTVERSION= 0.7.28 -CATEGORIES= www -MASTER_SITES= MOZDEV - -MAINTAINER= gecko@FreeBSD.org -COMMENT= WML implementation - -XPI_ID= {c4dc572a-3295-40eb-b30f-b54aa4cdc4b7} -XPI_FILES= chrome/wmlbrowser.jar components/wml-service.js defaults/preferences/prefs.js \ - install.js install.rdf chrome.manifest -XPI_DIRS= chrome components defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-wmlbrowser/distinfo b/www/xpi-wmlbrowser/distinfo deleted file mode 100644 index e5bfa576e361..000000000000 --- a/www/xpi-wmlbrowser/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/wmlbrowser-0.7.28.xpi) = 261319602aac63fd35d6d07793722be1fbda8927992ff901eac2a6bcc265564e -SIZE (xpi/wmlbrowser-0.7.28.xpi) = 96745 diff --git a/www/xpi-wmlbrowser/files/chrome.manifest b/www/xpi-wmlbrowser/files/chrome.manifest deleted file mode 100644 index b8736754b9a0..000000000000 --- a/www/xpi-wmlbrowser/files/chrome.manifest +++ /dev/null @@ -1,25 +0,0 @@ - -overlay chrome://communicator/content/pref/preftree.xul chrome://wmlbrowser/content/prefs/communicator-overlay.xul -overlay chrome://communicator/content/pref/pref.xul chrome://wmlbrowser/content/prefs/mozillaHelpOverlay.xul -overlay chrome://navigator/content/navigator.xul chrome://wmlbrowser/content/navigatorOverlay.xul -overlay chrome://browser/content/browser.xul chrome://wmlbrowser/content/browserOverlay.xul -content wmlbrowser jar:chrome/wmlbrowser.jar!/content/wmlbrowser/ - -skin wmlbrowser classic/1.0 jar:chrome/wmlbrowser.jar!/skin/wmlbrowser/ -style chrome://global/content/customizeToolbar.xul chrome://wmlbrowser/skin/browser.css - -locale wmlbrowser en-US jar:chrome/wmlbrowser.jar!/locale/en-US/wmlbrowser/ - -locale wmlbrowser fr-FR jar:chrome/wmlbrowser.jar!/locale/fr-FR/wmlbrowser/ - -locale wmlbrowser it-IT jar:chrome/wmlbrowser.jar!/locale/it-IT/wmlbrowser/ - -locale wmlbrowser sk jar:chrome/wmlbrowser.jar!/locale/sk/wmlbrowser/ - -locale wmlbrowser tr-TR jar:chrome/wmlbrowser.jar!/locale/tr-TR/wmlbrowser/ - -locale wmlbrowser el jar:chrome/wmlbrowser.jar!/locale/el/wmlbrowser/ - -locale wmlbrowser de jar:chrome/wmlbrowser.jar!/locale/de/wmlbrowser/ - -locale wmlbrowser ru-RU jar:chrome/wmlbrowser.jar!/locale/ru-RU/wmlbrowser/ diff --git a/www/xpi-wmlbrowser/pkg-descr b/www/xpi-wmlbrowser/pkg-descr deleted file mode 100644 index e4ddcacac2a6..000000000000 --- a/www/xpi-wmlbrowser/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This project is intended to try and implement as much of WML (Wireless -Markup Language) as possible in Mozilla/Firefox. The current extension -is based on Raoul's attachments to Mozilla bug 35995. - -WWW: http://wmlbrowser.mozdev.org/ diff --git a/www/xpi-xhtml-ruby-support/Makefile b/www/xpi-xhtml-ruby-support/Makefile deleted file mode 100644 index d352f6d63dca..000000000000 --- a/www/xpi-xhtml-ruby-support/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Anatoly Borodin <anatoly.borodin@gmail.com> -# $FreeBSD$ - -PORTNAME= xhtml-ruby-support -PORTVERSION= 3.0.2009060901 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= anatoly.borodin@gmail.com -COMMENT= Adds XHTML Ruby support - -XPI_DISTNAME= xhtml_ruby_support -XPI_ID= {0620B69D-7B58-416d-A92A-0198860C2757} -XPI_NUM= 1935 -XPI_FILES= chrome/rubysupport.jar chrome.manifest \ - defaults/preferences/rubysupport.js install.rdf -XPI_DIRS= chrome defaults/preferences defaults - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-xhtml-ruby-support/distinfo b/www/xpi-xhtml-ruby-support/distinfo deleted file mode 100644 index ae16490c25a3..000000000000 --- a/www/xpi-xhtml-ruby-support/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/xhtml_ruby_support-3.0.2009060901-fx.xpi) = e20978ce303bb9c92e9140730e25a203ab91608fb1cbba9c77869b34af22ec55 -SIZE (xpi/xhtml_ruby_support-3.0.2009060901-fx.xpi) = 22361 diff --git a/www/xpi-xhtml-ruby-support/pkg-descr b/www/xpi-xhtml-ruby-support/pkg-descr deleted file mode 100644 index 4e131f832181..000000000000 --- a/www/xpi-xhtml-ruby-support/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Adds XHTML Ruby support. Ruby texts will be rendered above the base texts, -as a small text. This supports both simple ruby and complex ruby of W3C spec. - -Testcases: -* http://www.w3.org/International/tests/sec-ruby-markup-1 -* http://www.aozora.gr.jp/cards/000035/files/1567_14913.html -* http://www.keishicho.metro.tokyo.jp/sikumi/pipo/music/music.htm - -WWW: http://piro.sakura.ne.jp/xul/_rubysupport.html.en diff --git a/www/xpi-xmpp4moz/Makefile b/www/xpi-xmpp4moz/Makefile deleted file mode 100644 index 370923d1c49f..000000000000 --- a/www/xpi-xmpp4moz/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= xmpp4moz -PORTVERSION= 0.5.2.2007113019 -DISTVERSIONSUFFIX= -fx+tb+fl -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Support for XMPP - -XPI_ID= xmpp4moz@hyperstruct.net -XPI_NUM= 3632 - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-xmpp4moz/distinfo b/www/xpi-xmpp4moz/distinfo deleted file mode 100644 index 04c5c1248c7d..000000000000 --- a/www/xpi-xmpp4moz/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/xmpp4moz-0.5.2.2007113019-fx+tb+fl.xpi) = 7120bbcb63cb1e7102a8ac1619c97033b7ea9cf94cf1327d3cb1a386b2491f01 -SIZE (xpi/xmpp4moz-0.5.2.2007113019-fx+tb+fl.xpi) = 93823 diff --git a/www/xpi-xmpp4moz/pkg-descr b/www/xpi-xmpp4moz/pkg-descr deleted file mode 100644 index 16a3be7e869c..000000000000 --- a/www/xpi-xmpp4moz/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -xmpp4moz is: -* A browser connector that provides rich user-to-user communication - and interaction to web applications, in real-time and without server - hacks. -* A family of high-level components to quickly build XUL-based - applications that communicate via XMPP. - -WWW: http://dev.hyperstruct.net/xmpp4moz diff --git a/www/xpi-xmpp4moz/pkg-plist b/www/xpi-xmpp4moz/pkg-plist deleted file mode 100644 index 09e6b9775388..000000000000 --- a/www/xpi-xmpp4moz/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -%%XPI_XPIDIR%%/chrome/xmpp4moz.jar -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/components/Makefile -%%XPI_XPIDIR%%/components/XMPPClientService.js -%%XPI_XPIDIR%%/components/XMPPClientSession.js -%%XPI_XPIDIR%%/components/XMPPTransport.js -%%XPI_XPIDIR%%/components/nsISAXAttributes.xpt -%%XPI_XPIDIR%%/components/nsISAXContentHandler.xpt -%%XPI_XPIDIR%%/components/nsISAXDTDHandler.xpt -%%XPI_XPIDIR%%/components/nsISAXErrorHandler.xpt -%%XPI_XPIDIR%%/components/nsISAXLexicalHandler.xpt -%%XPI_XPIDIR%%/components/nsISAXLocator.xpt -%%XPI_XPIDIR%%/components/nsISAXMutableAttributes.xpt -%%XPI_XPIDIR%%/components/nsISAXXMLFilter.xpt -%%XPI_XPIDIR%%/components/nsISAXXMLReader.xpt -%%XPI_XPIDIR%%/components/nsIXMPPClientService.idl -%%XPI_XPIDIR%%/components/nsIXMPPClientService.xpt -%%XPI_XPIDIR%%/components/nsIXMPPClientSession.idl -%%XPI_XPIDIR%%/components/nsIXMPPClientSession.xpt -%%XPI_XPIDIR%%/components/nsIXMPPTransport.idl -%%XPI_XPIDIR%%/components/nsIXMPPTransport.xpt -%%XPI_XPIDIR%%/defaults/preferences/xmpp4moz.js -%%XPI_XPIDIR%%/install.rdf diff --git a/www/xpi-yslow/Makefile b/www/xpi-yslow/Makefile deleted file mode 100644 index d3c612472f5a..000000000000 --- a/www/xpi-yslow/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Sutra Zhou <zhoushuqun@gmail.com> -# $FreeBSD$ - -PORTNAME= yslow -PORTVERSION= 3.1.0 -DISTVERSIONSUFFIX= -fx -CATEGORIES= www - -MAINTAINER= zhoushuqun@gmail.com -COMMENT= Analyzes web pages and why they are slow - -RUN_DEPENDS= xpi-firebug>=1.3.0:www/xpi-firebug - -XPI_NUM= 5369 -XPI_ID= yslow@yahoo-inc.com - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-yslow/distinfo b/www/xpi-yslow/distinfo deleted file mode 100644 index 5c78079ab950..000000000000 --- a/www/xpi-yslow/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpi/yslow-3.1.0-fx.xpi) = b9b0820448389cee05f3597070f30caa8fb85e42dce308fda490e5b4b0b5248f -SIZE (xpi/yslow-3.1.0-fx.xpi) = 197358 diff --git a/www/xpi-yslow/pkg-descr b/www/xpi-yslow/pkg-descr deleted file mode 100644 index 78914c4f79ff..000000000000 --- a/www/xpi-yslow/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -YSlow analyzes web pages and tells you why they're slow based on Yahoo's -rules for high performance web sites. - -YSlow gives you: -* Performance report card -* HTTP/HTML summary -* List of components in the page -* Tools including JSLint - -Most files comprising YSlow are licensed under the Mozilla Public License -(MPL) version 1.1, with a couple of exceptions. YSlow includes jslint by -Douglas Crockford, which is licensed under a BSD-style license. YSlow also -includes files from the Yahoo! User Interface library, which are licensed -under the BSD license. - -WWW: http://developer.yahoo.com/yslow/ diff --git a/www/xpi-yslow/pkg-plist b/www/xpi-yslow/pkg-plist deleted file mode 100644 index 0b9349019baf..000000000000 --- a/www/xpi-yslow/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/chrome/content/bindings.xml -%%XPI_XPIDIR%%/chrome/content/browser.xul -%%XPI_XPIDIR%%/chrome/content/exporter.js -%%XPI_XPIDIR%%/chrome/content/platform-ff.js -%%XPI_XPIDIR%%/chrome/content/view.js -%%XPI_XPIDIR%%/chrome/content/yslow-ff-pref.js -%%XPI_XPIDIR%%/chrome/content/yslow-firebug-net.js -%%XPI_XPIDIR%%/chrome/content/yslow-firebug.js -%%XPI_XPIDIR%%/chrome/content/yslow-firefox-net.js -%%XPI_XPIDIR%%/chrome/content/yslow-firefox.js -%%XPI_XPIDIR%%/chrome/content/yslow/ad_rules.js -%%XPI_XPIDIR%%/chrome/content/yslow/component.js -%%XPI_XPIDIR%%/chrome/content/yslow/componentSet.js -%%XPI_XPIDIR%%/chrome/content/yslow/context.js -%%XPI_XPIDIR%%/chrome/content/yslow/controller.js -%%XPI_XPIDIR%%/chrome/content/yslow/doc.js -%%XPI_XPIDIR%%/chrome/content/yslow/img/logo_32x32.png -%%XPI_XPIDIR%%/chrome/content/yslow/jslintwrapper.js -%%XPI_XPIDIR%%/chrome/content/yslow/lib/beautify.js -%%XPI_XPIDIR%%/chrome/content/yslow/lib/cssmin.js -%%XPI_XPIDIR%%/chrome/content/yslow/lib/fulljslint.js -%%XPI_XPIDIR%%/chrome/content/yslow/lib/fulljsmin.js -%%XPI_XPIDIR%%/chrome/content/yslow/lib/json2.js -%%XPI_XPIDIR%%/chrome/content/yslow/net.js -%%XPI_XPIDIR%%/chrome/content/yslow/peeler.js -%%XPI_XPIDIR%%/chrome/content/yslow/printable.css -%%XPI_XPIDIR%%/chrome/content/yslow/renderers.js -%%XPI_XPIDIR%%/chrome/content/yslow/resultset.js -%%XPI_XPIDIR%%/chrome/content/yslow/rules.js -%%XPI_XPIDIR%%/chrome/content/yslow/tabview.css -%%XPI_XPIDIR%%/chrome/content/yslow/tool.css -%%XPI_XPIDIR%%/chrome/content/yslow/tools.js -%%XPI_XPIDIR%%/chrome/content/yslow/util.js -%%XPI_XPIDIR%%/chrome/content/yslow/version.js -%%XPI_XPIDIR%%/chrome/content/yslow/yslow.css -%%XPI_XPIDIR%%/chrome/content/yslow/yslow.js -%%XPI_XPIDIR%%/chrome/content/yslowOptions.xul -%%XPI_XPIDIR%%/chrome/content/yslowOverlay.xul -%%XPI_XPIDIR%%/chrome/skin/yslow.css -%%XPI_XPIDIR%%/defaults/preferences/yslow.js -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/license.txt |