pacparser 1.3.0-1build1 source package in Ubuntu

Changelog

pacparser (1.3.0-1build1) precise; urgency=low

  * No-change rebuild to drop spurious libsfgcc1 dependency on armhf.
 -- Adam Conrad <adconrad@0c3.net>   Fri, 02 Dec 2011 21:03:56 -0700

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Precise
Original maintainer:
Manu
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libs

Downloads

File Size SHA-256 Checksum
pacparser_1.3.0.orig.tar.gz 1.1 MiB 7e9c7b3a0c5d69eee8c1d6fb82ce3e605f307a029c90deb036ee468f30a49eb6
pacparser_1.3.0-1build1.debian.tar.gz 4.0 KiB 99bdbbf6fa0fad6d2f35fac8e454c5f578db56b506383ba6a2243d2d79a884d0
pacparser_1.3.0-1build1.dsc 1.2 KiB c72c3c0f8002b20e7e1cd7ee05c5d546b5133790e4542b39478089a26cb6cb8d

Available diffs

View changes file

Binary packages built by this source

libpacparser-dev: library to parse proxy auto-config files (development files)

 a library to parse proxy auto-config (PAC) files. Proxy auto-config files are
 a vastly used proxy configuration method these days. Web browsers can use a PAC
 file to determine which proxy server to use or whether to go direct for a given
 URL. PAC files are written in JavaScript and can be programmed to return
 different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL,
 source IP address, protocol, time of the day etc. PAC files introduce a lot of
 possibilities.
 .
 Needless to say, PAC files are now a widely accepted method for proxy
 configuration management and companies all over are using them in corporate
 environments. Almost all popular web browsers support PAC files. The idea
 behind pacparser is to make it easy to add this PAC file parsing capability to
 any program (C and Python supported right now).
 .
 This package contains the header files to build against the shared library.

libpacparser1: No summary available for libpacparser1 in ubuntu quantal.

No description available for libpacparser1 in ubuntu quantal.

python-pacparser: Python module to parse proxy auto-config files

 a library to parse proxy auto-config (PAC) files. Proxy auto-config files are
 a vastly used proxy configuration method these days. Web browsers can use a PAC
 file to determine which proxy server to use or whether to go direct for a given
 URL. PAC files are written in JavaScript and can be programmed to return
 different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL,
 source IP address, protocol, time of the day etc. PAC files introduce a lot of
 possibilities.
 .
 Needless to say, PAC files are now a widely accepted method for proxy
 configuration management and companies all over are using them in corporate
 environments. Almost all popular web browsers support PAC files. The idea
 behind pacparser is to make it easy to add this PAC file parsing capability to
 any program (C and Python supported right now).
 .
 This package contains the Python bindings for the shared library