Port details |
- py-zope.proxy Generic Transparent Proxies
- 5.3 net
=2 5.2Version of this port present on the latest quarterly branch. - Maintainer: zope@FreeBSD.org
 - Port Added: 2011-09-23 01:35:33
- Last Update: 2024-08-07 07:46:45
- Commit Hash: 416d6ea
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python zope
- License: ZPL21
- WWW:
- https://pypi.org/project/zope.proxy/
- Description:
- Proxies are special objects which serve as mostly-transparent wrappers
around another object, intervening in the apparent behavior of the
wrapped object only when necessary to apply the policy (e.g., access
checking, location brokering, etc.) for which the proxy is responsible.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}zope.proxy>0:net/py-zope.proxy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-zope.proxy/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-zope.proxy
- pkg install py311-zope.proxy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-zope.proxy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-zope.proxy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1723016642
SHA256 (zope/zope.proxy-5.3.tar.gz) = ad24d28ebc6ade9fbebe0cc4bdc4ec50d1dee41a453e331afd2a1260be967608
SIZE (zope/zope.proxy-5.3.tar.gz) = 43176
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-zope.interface>=3.3.0 : devel/py-zope.interface@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- net_py-zope.proxy
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.3 07 Aug 2024 07:46:45
    |
Ruslan Makhmatkhanov (rm)  |
net/py-zope.proxy: update to 5.3
update to latest release that includes i386 build fix. Remove local patch. |
5.2_1 06 Aug 2024 16:10:46
    |
Ruslan Makhmatkhanov (rm)  |
net/py-zope.proxy: fix build on i386
- add upstream patch that's fixing i386 build
- strip library and convert to pep517 while here |
5.2 14 Mar 2024 12:11:11
    |
Wen Heping (wen)  |
net/py-zope.proxy: Update to 5.2 |
4.6.1 11 Feb 2024 11:48:40
    |
Piotr Kubaj (pkubaj)  |
net/py-zope.proxy: fix build on 32-bits
src/zope/proxy/_zope_proxy_proxy.c:887:5: error: incompatible function pointer
types initializing 'hashfunc' (aka 'int (*)(struct _object *)') with an
expression of type 'long (PyObject *)' (aka 'long (struct _object *)')
[-Wincompatible-function-pointer-types] |
4.6.1 16 Aug 2023 12:21:11
    |
Ruslan Makhmatkhanov (rm)  |
net/py-zope.proxy: update to 4.6.1 |
4.3.5 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.3.5 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.3.5 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.3.5 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
4.3.5 03 Jun 2021 09:30:36
    |
Ruslan Makhmatkhanov (rm)  |
net/py-zope.proxy: update to 4.3.5
PR: 256306
Reported by: amdmi3 |
4.1.3_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.1.3_1 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
4.1.3_1 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
4.1.3_1 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
4.1.3_1 08 Feb 2018 20:18:09
  |
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
4.1.3_1 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
4.1.3_1 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
4.1.3_1 24 Oct 2014 16:21:26
  |
mva  |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
4.1.3_1 10 Mar 2014 16:38:00
  |
bapt  |
Convert n* to USES=zip |
4.1.3_1 09 Feb 2014 23:40:58
  |
rm  |
- do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION |
4.1.3 23 Sep 2013 12:52:17
  |
rm  |
Tidy up zope/plone ports over the tree. Common changes:
- remove indefinite article from COMMENT
- align USE_PYDISTUTILS value in Makefile
- tab -> space change in pkg-descr:WWW
- update WWW to use https scheme in url to avoid redirect
- add trailing slash to WWW
All changes are non-functional. |
4.1.3 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
4.1.3 17 Apr 2013 18:01:53
  |
rm  |
- update to 4.1.3 to fix zope runtime after zope.security update
- trim Makefile header
- add DIST_SUBDIR as other plone/zope ports do
- add license (ZPL21)
- remove BUILD_DEPENDS - they are not used at build time
- change USE_PYTHON to just yes, because it now support both python branches
- sort pkg-plist
Reported by: Andrew Berg <bahamutzero8825@gmail.com> (via zope@ ML)
Feature safe: yes |
3.6.1_3 16 Jan 2012 10:33:34
 |
rm  |
- transfer maintainership for my zope-ports to zope@
- add them to virtual category `zope' |
3.6.1_3 10 Nov 2011 22:20:18
 |
rm  |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
3.6.1_3 29 Sep 2011 21:18:00
 |
glarkin  |
- Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR: ports/160846
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
3.6.1_2 23 Sep 2011 07:52:19
 |
wen  |
- Change PORTNAME, it fix the build of databases/zodb3 [1]
- Fix typo
- Pet portlint
Submitted by: cvs-src@yandex.ru (maintainer, via email) [1] |
3.6.1_2 23 Sep 2011 07:45:37
 |
wen  |
- Change PORTNAME, it fix the build of databases/zodb3 [1]
- Fix typo
- Pet portlint
Submitted by: cvs-src@yandex.ru (maintainer, via email) |
3.6.1 23 Sep 2011 01:35:02
 |
wen  |
- Force Repocopy Commit net/py-zopeproxy to net/py-zope.proxy |