Port details |
- libproxy-python Python binding for libproxy
- 0.4.17 net
=0 0.4.17Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: desktop@FreeBSD.org
 - Port Added: 2011-08-23 18:30:10
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: lang
- License: LGPL21+
- Description:
- Libproxy exists to answer the question: Given a network resource, how do I
reach it? It handles all the details, enabling you to get back to
programming.
This plug-in allows python applications to make use of libproxy.
WWW: https://libproxy.github.io/libproxy/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}libproxy-python>0:net/libproxy-python@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/libproxy-python/ && make install clean
- To add the package, run one of these commands:
- pkg install net/libproxy-python
- pkg install py38-libproxy-python
NOTE: This is a Python port. Instead of py38-libproxy-python listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-libproxy-python
- Package flavors (<flavor>: <package>)
- py38: py38-libproxy-python
- distinfo:
- TIMESTAMP = 1614342859
SHA256 (libproxy-libproxy-0.4.17_GH0.tar.gz) = 88c624711412665515e2800a7e564aabb5b3ee781b9820eca9168035b0de60a9
SIZE (libproxy-libproxy-0.4.17_GH0.tar.gz) = 95542
- Packages (timestamps in pop-ups are UTC):
- Master port: net/libproxy
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.8 : lang/python38
- cmake : devel/cmake
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- python3.8 : lang/python38
- Library dependencies:
-
- libproxy.so : net/libproxy
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- net_libproxy-python
- USES:
- python:3.6+ cmake cpe pathfix pkgconfig localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: net/libproxy |
Date | By | Description |
06 Apr 2021 14:31:07 0.4.17
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.4.15
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
22 Jun 2018 19:59:41
0.4.15
|
tcberner  |
Update net/libproxy to 0.4.15
* this release switched the build system to cmake
* move libproxy-gnome to libproxy-gnome2 for consistency
* add new slave libproxy-webkit3
* try to simplify the whole thing
* bump revisions in the dependencies
Reviewed by: gnome (kwm), mat
Differential Revision: https://reviews.freebsd.org/D15655 |
12 Dec 2017 12:40:15
0.4.12
|
antoine  |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
01 Apr 2016 14:16:20
0.4.12
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
19 Jan 2016 10:00:25
0.4.12
|
rakuco  |
Update libproxy and its slave ports to 0.4.12.
After being dormant since 2013, libproxy development picked up some steam at
the end of last year, and the project moved from Google Code to GitHub,
where its releases are also being hosted. A summary of changes between 0.4.6
and 0.4.12 can be found here:
https://github.com/libproxy/libproxy/blob/0.4.12/NEWS
The libproxy ports themselves have undergone several changes too:
* net/libproxy
- Drop a lot of patches that are no longer necessary.
- Add a few patches that I have sent upstream, and add some context to the
0.4.6 patches that are still required.
- Explicitly disable a few build options (.NET bindings, for example).
- Switch to an out-of-source CMake build (also applies to the slave (Only the first 15 lines of the commit message are shown above ) |
19 Jan 2016 09:50:10
0.4.6_1
|
rakuco  |
Modernize net/libproxy-python and fix dependencies.
In preparation for updating the libproxy ports to 0.4.12, first land some
changes that also apply to 0.4.6 and can be MFH'ed.
- Make net/libproxy a run-time dependency: we only install .py files in this
port, and they only load libproxy.so when being run. Consequently, also set
NO_ARCH=yes.
- Set NO_BUILD=yes and modernize the installation. Instead of having an empty
do-build target and invoking Python's compileall.py in post-build, do it like
most other ports and call it in post-install (this requires guarding the
post-install target in net/libproxy's Makefile).
We also pass -d to compileall.py to avoid having ${STAGEDIR} in the .pyc and
.pyo files (and shown in exception tracebacks).
- Let the port handle installation instead of defining do-install. We just need
to set INSTALL_WRKSRC appropriately to avoid installing more files than we
want.
Approved by: gnome (kwm) |
17 Jan 2016 10:29:27
0.4.6
|
rakuco  |
Update libproxy's website in the slave ports too.
Approved by: gnome (kwm) |
08 Oct 2015 15:12:22
0.4.6
|
olgeni  |
Remove trailing whitespace from Makefiles, M-X. |
08 May 2015 11:25:39
0.4.6
|
amdmi3  |
- Add empty directory to plist
Approved by: portmgr blanket |
24 Oct 2014 16:21:26
0.4.6
|
mva  |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
25 Apr 2014 23:03:46
0.4.6
|
bapt  |
Support stage |
13 Jan 2014 21:00:04
0.4.6
|
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
20 Sep 2013 22:10:25
0.4.6
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
23 Aug 2011 18:29:54
0.4.6
|
kwm  |
Update to 0.4.6. |