mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
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/ PR: ports/124519 Submitted by: Ashish Shukla <wahjava at gmail.com>
This commit is contained in:
parent
369104dfd3
commit
4c04f4bdce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217149
@ -1478,6 +1478,7 @@
|
||||
SUBDIR += xpi-forecastfox
|
||||
SUBDIR += xpi-formfox
|
||||
SUBDIR += xpi-foxmarks
|
||||
SUBDIR += xpi-foxyproxy
|
||||
SUBDIR += xpi-gbrain
|
||||
SUBDIR += xpi-gmail-manager
|
||||
SUBDIR += xpi-google-notebook
|
||||
|
21
www/xpi-foxyproxy/Makefile
Normal file
21
www/xpi-foxyproxy/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: xpi-foxyproxy
|
||||
# Date created: 2008-06-12
|
||||
# Whom: Ashish Shukla <wahjava@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= foxyproxy
|
||||
PORTVERSION= 2.7.4
|
||||
DISTVERSIONSUFFIX= -fx
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= wahjava@gmail.com
|
||||
COMMENT= Advanced proxy management tool
|
||||
|
||||
XPI_DISTNAME= foxyproxy
|
||||
XPI_NUM= 2464
|
||||
XPI_ID= foxyproxy@eric.h.jung
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
3
www/xpi-foxyproxy/distinfo
Normal file
3
www/xpi-foxyproxy/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xpi/foxyproxy-2.7.4-fx.xpi) = d1b9caa14ff646e9abfe6a1c0871f6de
|
||||
SHA256 (xpi/foxyproxy-2.7.4-fx.xpi) = aea113df0c65c9ebc019faa0c144cc9d112640fcb85d442cb25dc9429bcf8724
|
||||
SIZE (xpi/foxyproxy-2.7.4-fx.xpi) = 433608
|
6
www/xpi-foxyproxy/pkg-descr
Normal file
6
www/xpi-foxyproxy/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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/
|
24
www/xpi-foxyproxy/pkg-plist
Normal file
24
www/xpi-foxyproxy/pkg-plist
Normal file
@ -0,0 +1,24 @@
|
||||
%%XPI_XPIDIR%%/LICENSE
|
||||
%%XPI_XPIDIR%%/chrome.manifest
|
||||
%%XPI_XPIDIR%%/chrome/foxyproxy.jar
|
||||
%%XPI_XPIDIR%%/chrome/icons/default/foxyproxyaboutdlg.ico
|
||||
%%XPI_XPIDIR%%/chrome/icons/default/foxyproxyaddproxydlg.ico
|
||||
%%XPI_XPIDIR%%/chrome/icons/default/foxyproxyoptions.ico
|
||||
%%XPI_XPIDIR%%/chrome/icons/default/foxyproxypatterndlg.ico
|
||||
%%XPI_XPIDIR%%/chrome/icons/default/foxyproxyquickadddlg.ico
|
||||
%%XPI_XPIDIR%%/components/autoconf.js
|
||||
%%XPI_XPIDIR%%/components/foxyproxy.js
|
||||
%%XPI_XPIDIR%%/components/manualconf.js
|
||||
%%XPI_XPIDIR%%/components/match.js
|
||||
%%XPI_XPIDIR%%/components/matchingproxy.js
|
||||
%%XPI_XPIDIR%%/components/proxy.js
|
||||
%%XPI_XPIDIR%%/components/relativeprotocolhandler.js
|
||||
%%XPI_XPIDIR%%/components/superadd.js
|
||||
%%XPI_XPIDIR%%/defaults/preferences/prefs.js
|
||||
%%XPI_XPIDIR%%/install.rdf
|
||||
@dirrm %%XPI_XPIDIR%%/defaults/preferences
|
||||
@dirrm %%XPI_XPIDIR%%/defaults
|
||||
@dirrm %%XPI_XPIDIR%%/components
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/icons/default
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/icons
|
||||
@dirrm %%XPI_XPIDIR%%/chrome
|
Loading…
Reference in New Issue
Block a user