summaryrefslogtreecommitdiff
path: root/www/libproxy
AgeCommit message (Collapse)AuthorFilesLines
2011-03-12The configure script stubbornly wants a python interpreter despitetnn1-1/+2
not using it, and despite --without-python. Pretend we have one.
2011-03-11update to 0.3.1drochner2-6/+12
changes: bugfixes
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2010-08-17- use pthread.buildlink3.mk instead of hardcoded '-lpthread' perseanb4-2/+31
discussion on tech-pkg.
2009-12-15Update to 0.3.0. Set LICENSE. Since python .py file is not installedwiz7-153/+23
even when python is enabled, comment out python dependency. New in version 0.3.0 ==================== * WARNING!!! Slight API change!!! see docs for px_proxy_factory_get_proxies() * Credentials support (see API change above) * A complete rewrite of the module manager * file:// as valid PAC URLs * Sample Mono application * Automake 1.11 shaved output * gnome backend rewrite (now w/o thread issues) * Test suite base functionality exists * Many solaris build fixes * Seamonkey support as JS pacrunner * Bugfixes * Compiles for MS Windows using Mingw
2009-09-10Roll back version 1.3 (pulling in lang/python/extension.mk). With the recentdsainty1-4/+1
-ldb4 fixes it's unlikely this there's any need or value in pulling in extension.mk any more.
2009-09-09David Sainty noticed that this pkg suffered from the spurious-db4drochner1-1/+4
syndrome too require the new Python versions and bump PKGREVISION
2009-07-08Add 26 to PYTHON_VERSIONS_ACCEPTEDabs1-2/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-4/+1
2009-04-07Pull in lang/python/extension.mk when buildlinking.dsainty1-1/+4
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.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-18This packages wants python >= 2.5.snj1-1/+3
2009-03-18ntohl etc are in POSIX, no need for _NETBSD_SOURCEdrochner2-11/+8
2009-03-18Add back a CFLAGS hack for NetBSD overlooked by me in last commit.hasso2-6/+16
2009-03-12Make it compile on DragonFly (and probably on some other systems).hasso6-69/+93
2009-03-04Import libproxy version 0.2.3.jmcneill6-0/+175
libproxy 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