Path to this page:
./
www/libproxy,
Library that provides automatic proxy configuration management
Branch: pkgsrc-2009Q1,
Version: 0.2.3,
Package name: libproxy-0.2.3,
Maintainer: pkgsrc-userslibproxy is a library that provides automatic proxy configuration management.
libproxy offers the following features:
* extremely small core footprint (< 35K)
* no external dependencies within libproxy core (libproxy plugins may
have dependencies)
* only 3 functions in the stable external API
* dynamic adjustment to changing network topology
* a standard way of dealing with proxy settings across all scenarios
* a sublime sense of joy and accomplishment
Required to run:[
lang/python25]
Required to build:[
devel/gmake] [
devel/libtool-base] [
devel/autoconf] [
devel/pkg-config] [
devel/automake]
Master sites:
SHA1: 2b2b00a179740548035a1145bbae600db9b0a2ce
RMD160: c86c4f8403cb879380e101d074af469c960b5c1c
Filesize: 369.896 KB
Version history: (Expand)
- (2009-04-06) Package added to pkgsrc.se, version libproxy-0.2.3 (created)
CVS history: (Expand)
2009-04-07 16:34:23 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #2728 - requested by dsainty
libproxy: fix build of dependent packages
Revisions pulled up:
- www/libproxy/buildlink3.mk 1.3
---
Module Name: pkgsrc
Committed By: dsainty
Date: Tue Apr 7 03:14:07 UTC 2009
Modified Files:
pkgsrc/www/libproxy: buildlink3.mk
Log message:
Pull in lang/python/extension.mk when buildlinking.
Specifically, this fixes the build of dependent packages (like net/libsoup24)
under Linux, which attempt (and fail) to link in -ldb4 as requested by
${PREFIX}/lib/libproxy.la.
|