Port details |
- py-pow Python OpenSSL Wrappers
- 0.7_2 security
=1 0.7_2Version of this port present on the latest quarterly branch. DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
IGNORE: is marked as broken on FreeBSD 12.0: field has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2002-02-11 11:20:24
- Last Update: 2020-01-27 17:18:16
- SVN Revision: 524265
- People watching this port, also watch:: python, p5-Time-Piece
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- Python OpenSSL Wrappers(POW) is a set of comprehensive wrappers for Python of
the OpenSSL libraries. POW will provide a 'slim' interface which will still
enable Python developers to fully utilise OpenSSL.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- 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}pow>0:security/py-pow@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-pow
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (POW-0.7.tar.gz) = c1f0228758ad2dee7186ba6ce1647abe3493c8621224f2b0046e7b7fc3311375
SIZE (POW-0.7.tar.gz) = 419919
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py27-pow-0.7_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7 ssl
- 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 |
0.7_2 27 Jan 2020 17:18:16
  |
rene  |
Remove expired ports (part 2):
2020-01-27 security/kedpm: Unmaintained, uses EOLed python27
2020-01-27 security/parano: Unmaintained, uses EOLed python27
2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27
2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27
2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27
2020-01-27 security/py-pow: Unmaintained, uses EOLed python27
2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27
2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27
2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27
2020-01-27 security/revelation: Unmaintained, uses EOLed python27
2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27
2020-01-27 security/umit: Unmaintained, uses EOLed python27
2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
0.7_2 26 Dec 2019 07:54:29
  |
antoine  |
Deprecate a few ports
With hat: portmgr |
0.7_2 07 Apr 2019 06:09:42
  |
antoine  |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
0.7_2 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 ) |
0.7_2 03 Apr 2017 17:33:49
  |
jkim  |
Remove obsolete OpenSSL hacks for IDEA crypto.
We have some hacks in the ports tree to detect or to unconditionally disable
IDEA crypto support. These hacks existed because OpenSSL in FreeBSD 9.3 and
earlier was shipped without IDEA support by default but we were allowed to
enable it via WITH_IDEA src.conf(5) option.
https://www.freebsd.org/cgi/man.cgi?query=src.conf&manpath=FreeBSD+9.3-RELEASE
Therefore, we had to implement some hacks to support three different cases,
i.e., a) 9.3 and earlier without IDEA crypto (default), b) 9.3 and earlier
with IDEA crypto (via WITH_IDEA src.conf option), and c) 10.0 and later with
unconditional IDEA support. Now we can safely remove them because 9.3 and
earlier is no longer supported.
PR: 218233
Exp-Run by: antoine
Approved by: antoine (portmgr) |
0.7_1 15 Mar 2017 14:45:31
  |
mat  |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
0.7_1 28 Oct 2016 08:02:59
  |
amdmi3  |
- Fix build |
0.7_1 13 Mar 2016 01:50:06
  |
amdmi3  |
- Switch to options helpers
- Silence patching and stripping
- Regenerate patches with `make makepatch` |
0.7_1 24 Mar 2015 13:30:59
  |
amdmi3  |
- Drop @dirrm* from plist |
0.7_1 16 Mar 2015 14:08:19
  |
amdmi3  |
- Add LICENSE
- Strip library |
0.7 10 Dec 2014 22:29:15
  |
gahr  |
- Reset maintainership of my ports |
0.7 24 Oct 2014 16:50:43
  |
mva  |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit) |
0.7 05 May 2014 11:15:53
  |
bapt  |
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak
With hat: portmgr |
0.7 16 Apr 2014 08:56:37
  |
gahr  |
- Unbreak by disabling MD2 and RC5
Reported by: pkg-fallout |
0.7 19 Feb 2014 16:36:34
  |
gahr  |
- Fix STAGEing |
0.7 14 Feb 2014 11:11:36
  |
gahr  |
- STAGE-clean |
0.7 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.7 03 Jul 2011 14:03:52
 |
ohauer  |
-remove MD5 |
0.7 22 Aug 2009 00:35:32
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.7 23 Mar 2009 20:07:44
 |
gahr  |
- Disable IDEA cipher, not included because of U.S. export restrictions
PR: 130635
Submitted by: Sam Tannous <stannous@gmail.com> |
0.7 21 Feb 2008 21:20:01
 |
gahr  |
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by: miwi (mentor) |
0.7 22 Dec 2007 00:05:50
 |
miwi  |
- Fix build with gcc 4.2
- Pass maintainership to submitter
PR: 118903
Submitted by: Pietro Cerutti <gahr@gahr.ch> |
0.7 30 Jul 2007 09:42:28
 |
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.7 10 Sep 2006 23:44:28
 |
kris  |
BROKEN on 7.0: Does not compile |
0.7 25 Nov 2005 18:01:16
 |
pav  |
- Add SHA256 |
0.7 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
0.7 20 Nov 2003 23:29:11
 |
pav  |
- Update to 0.7
- Unmark BROKEN
- Use PORTDOCS macro
PR: ports/59528
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by: adamw (mentor) |
0.6.1 16 Oct 2003 01:31:26
 |
kris  |
BROKEN on 5.x: does not compile |
0.6.1 20 Feb 2003 18:59:13
 |
knu  |
De-pkg-comment. |
0.6.1 29 Apr 2002 18:49:15
 |
ijliao  |
use USE_PYDISTUTILS |
11 Feb 2002 14:20:24
    |
ijliao  |
add py-pow 0.6.1 Python OpenSSL Wrappers |