Implements a Proxy detection (WPAD) interface for Linux, Mac OSX and Windows. Offers a GUI for manual proxy settings and automatic WPAD detection. The GUI is based on QT.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
15 years ago
|
Source: proxyface
|
||
|
Priority: extra
|
||
|
Maintainer: Marc Wäckerlin <marc@waeckerlin.org>
|
||
|
Build-Depends: debhelper (>= 7), autotools-dev
|
||
|
Standards-Version: 3.8.1
|
||
|
Section: libs
|
||
|
Homepage: https://dev.marc.waeckerlin.org/projects/proxyface
|
||
|
|
||
|
Package: proxyface-dev
|
||
|
Section: libdevel
|
||
|
Architecture: any
|
||
|
Depends: proxyface (= ${binary:Version})
|
||
|
Description: C++ WPAD Interface for all Operating Systems
|
||
|
Implements a Proxy detection (WPAD) interface for Linux, Mac OSX and
|
||
|
Windows. Offers a GUI for manual proxy settings and automatic WPAD
|
||
|
detection. Makes use of http://code.google.com/p/libproxy/ on Linux
|
||
|
and Mac OSX, and uses WinHTTP on Windows. The GUI is based on QT4.
|
||
|
.
|
||
|
For more details, see: https://dev.marc.waeckerlin.org/projects/proxyface
|
||
|
|
||
|
Package: proxyface1
|
||
|
Section: libs
|
||
|
Architecture: any
|
||
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||
|
Description: C++ WPAD Interface for all Operating Systems
|
||
|
Implements a Proxy detection (WPAD) interface for Linux, Mac OSX and
|
||
|
Windows. Offers a GUI for manual proxy settings and automatic WPAD
|
||
|
detection. Makes use of http://code.google.com/p/libproxy/ on Linux
|
||
|
and Mac OSX, and uses WinHTTP on Windows. The GUI is based on QT4.
|
||
|
.
|
||
|
For more details, see: https://dev.marc.waeckerlin.org/projects/proxyface
|