Port details |
- py-twistedCore Asynchronous networking framework for Python (Core Module)
- 15.2.1 devel
=25 15.2.1Version of this port present on the latest quarterly branch.
- DEPRECATED: Use devel/py-twisted instead
This port expired on: 2017-09-30
- Maintainer: python@FreeBSD.org
- Port Added: 2005-04-15 04:50:15
- Last Update: 2017-09-30 10:15:38
- SVN Revision: 450958
- People watching this port, also watch:: pcre, gmake, expat, libiconv
- Also Listed In: net python
- License: MIT
- WWW:
- http://twistedmatrix.com/
- Description:
- Twisted is an asynchronous networking framework written in python. It is used
by most of the servers, clients and protocols that are part of other Twisted
projects.
- twisted.cred, a pluggable authentication system for servers;
- twisted.enterprise, an asynchronous adapter of Python DB-API 2.0 database
interfaces;
- twisted.internet, the Twisted event loop;
- twisted.manhole, a debugging service;
- twisted.persisted, a collection of object persistence systems
- twisted.protocols, a collection of simple network protocols and helper
utilities;
- twisted.python, a set of Twisted programming abstractions;
- twisted.spread, a network transport, serializer and object broker;
- twisted.trial, a unit-testing framework; and
WWW: http://twistedmatrix.com/
-
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}twistedCore>0:devel/py-twistedCore@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-twistedCore
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (TwistedCore-15.2.1.tar.bz2) = 42efb31330e09b5ffdb8caf735fdb925692c6cfdc03ab7ad25104c3dc41154bb
SIZE (TwistedCore-15.2.1.tar.bz2) = 1179442
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-zope.interface>=3.6.0 : devel/py-zope.interface
- py27-setuptools>0 : devel/py27-setuptools
- python2.7 : lang/python27
- python2 : lang/python2
- Runtime dependencies:
-
- py27-zope.interface>=3.6.0 : devel/py-zope.interface
- py27-service_identity>=0 : security/py-service_identity
- py27-setuptools>0 : devel/py27-setuptools
- python2.7 : lang/python27
- python2 : lang/python2
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Build
-
Deleted ports which required this port:
- 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:
- ===> The following configuration options are available for py27-twistedCore-15.2.1:
VERIFY=on: Server (SNI) and Service Verification Support (RFC6125+)
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2 tar:bzip2
- 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 |
15.2.1 30 Sep 2017 10:15:38 |
sunpoet |
Remove devel/py-twistedCore |
15.2.1 20 Aug 2017 12:27:37 |
sunpoet |
Mark DEPRECATED and set EXPIRATION_DATE to 2017-09-30 |
15.2.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
15.2.1 10 Jun 2015 16:45:13 |
sunpoet |
- Do not silence installation message
- Fix typo
- Cosmetic change |
15.2.1 09 Jun 2015 18:29:44 |
sunpoet |
- Update to 15.2.1
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.2.1/twisted/topfiles/NEWS |
15.1.0 21 Apr 2015 18:40:22 |
sunpoet |
- Update to 15.1.0
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.1.0/twisted/topfiles/NEWS |
15.0.0_1 21 Feb 2015 03:28:16 |
koobs |
devel/py-twistedCore: Create OPTION for service_identity
service_identity is an optional dependency that hasn't yet been added
to setup.py upstream as an extras_require [1]
Create a VERIFY option to make the dependency optional, as it adds
a decent number [~9] of subsequent dependencies that aren't needed
in most cases.
Set the VERIFY option to be a OPTIONS_DEFAULT *for now* since a few
consumers (and their ports) bail out with an error if its not installed
(deluge) [2].
For these cases, the port should instead depend on service_identity
directly, as in www/calendarserver.
While I'm here:
- Strip shared libraries
- Tweak COMMENT
[1] http://twistedmatrix.com/trac/ticket/3696
[2] http://svnweb.freebsd.org/ports?view=revision&revision=375833
Approved by: python (hat) |
15.0.0 18 Feb 2015 16:24:33 |
sunpoet |
- Update to 15.0.0
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/topfiles/NEWS |
14.0.0_1 30 Dec 2014 13:36:20 |
rm |
devel/py-twistedCore: add dependency on security/py-service_identity
- add dependency on security/py-service_identity. It fixes this warning
when running deluge, for example:
"""
/usr/local/lib/python2.7/site-packages/twisted/internet/_sslverify.py:184:
UserWarning: You do not have the service_identity module installed.
Without the service_identity module and a recent enough pyOpenSSL tosupport it,
Twisted can perform only rudimentary TLS client hostnameverification.
Many valid certificate/hostname mappings may be rejected.
verifyHostname, VerificationError = _selectVerifyImplementation()
"""
- define LICENSE_FILE
- update comment
- bump PORTREVISION because of dependency change |
14.0.0 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
14.0.0 06 Jul 2014 18:51:59 |
sunpoet |
- Update to 14.0.0
- Use PYDISTUTILS_AUTOPLIST
- Use USES=tar:bzip2
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-14.0.0/twisted/topfiles/NEWS |
13.2.0 13 Jan 2014 21:00:04 |
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) |
13.2.0 28 Nov 2013 16:08:34 |
lwhsu |
- Support STAGEDIR |
13.2.0 15 Nov 2013 20:53:14 |
sunpoet |
- Update to 13.2.0
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/topfiles/NEWS |
13.1.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
13.1.0 07 Sep 2013 16:15:18 |
sunpoet |
- Update to 13.1.0
- Add my LOCAL to MASTER_SITES
- Remove leading indefinite article from COMMENT
- Remove outdated post-patch:
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/topfiles/NEWS |
12.1.0_1 29 Aug 2013 04:10:12 |
sunpoet |
- Use single space after WWW: |
12.1.0_1 13 Jul 2012 08:12:35 |
sunpoet |
- Use REINPLACE_CMD instead of patch file |
12.1.0_1 03 Jul 2012 17:46:11 |
rm |
- add patch to fix import of twisted/internet/gtk2reactor.py (to fix runtime of
net-p2p/deluge at least) [1]
- remove BUILD_DEPENDS and LICENSE_FILE
- strict to python 2.x only
- tab twiddling
- bump PORTREVISION
Reported by: many (via python@) [1] |
12.1.0 23 Jun 2012 12:36:04 |
sunpoet |
- Fix PLIST |
12.1.0 11 Jun 2012 16:09:52 |
sunpoet |
- Update to 12.1.0
Changes:
http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.1.0/twisted/topfiles/NEWS |
12.0.0 28 Mar 2012 19:37:31 |
sunpoet |
- Update to 12.0.0
- Pass maintainership to python@
Changes:
http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.0.0/twisted/topfiles/NEWS
PR: ports/165730
Submitted by: sunpoet (myself)
Approved by: Neal Nelson <neal@nicandneal.net> (maintainer)
Feature safe: yes |
11.0.0_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
11.0.0_1 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> |
11.0.0 07 Sep 2011 09:27:54 |
sbz |
- Update to 11.0.0
- Update MASTER_SITES
- Add LICENSE
Reviewed by: lwhsu@
Approved by: jadawin@ (mentor) |
10.1.0 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
10.1.0 24 Aug 2010 02:08:45 |
lwhsu |
- Update to 10.1.0
PR: ports/149784
Submitted by: lwhsu
Approved by: Neal Nelson <neal AT nelson.name> (maintainer) |
9.0.0 07 Feb 2010 09:34:28 |
lwhsu |
- Update to 9.0.0
PR: ports/140937
Submitted by: wen |
8.2.0 31 Jan 2009 09:53:11 |
lwhsu |
- Update py-twisted-* to 8.2.0
- turn devel/py-twisted into a meta port.
- Update USE_TWISTED{,_BUILD,_RUN} in bsd.python.mk:
* Remove flow, pair, xish, which are deprecated
(but still update them to latest release in the tree)
* Remove USE_TWISTED=13 (no port uses this)
* Fix typos in twisted components _DEPENDS
PR: ports/130001
Submitted by: lwhsu
Approved by: maintainer timeout |
2.5.0_2 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
2.5.0_2 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 |
2.5.0_2 26 Mar 2007 05:33:17 |
clsung |
- install man pages
- bump PORTREVISION
PR: ports/110706
Submitted by: maintainer (Neal Nelson) |
2.5.0_1 13 Feb 2007 16:31:03 |
nivit |
- Changed py-zopeInterface path in BUILD_DEPENDS
- Bumped PORTREVISION
PR: ports/109023
Submitted by: nivit
Approved by: Neal Nelson <neal at nelson.name> (maintainer) |
2.5.0 12 Jan 2007 21:15:30 |
miwi |
- Update to 2.5.0
PR: 107840
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer |
2.4.0 30 May 2006 15:44:30 |
clsung |
- update to 2.4.0
PR: 98147
Submitted by: maintainer (Neal Nelson) |
2.2.0 05 Apr 2006 17:45:26 |
mezz |
Update to 2.2.0.
PR: ports/93342
Submitted by: Neal Nelson <neal@nelson.name> (maintainer) |
2.1.0_1 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.1.0_1 29 Nov 2005 18:58:07 |
flz |
- Fix permissions.
PR: ports/89042
Submitted by: lioux
Approved by: maintainer timeout (2 weeks) |
2.1.0 16 Oct 2005 10:21:14 |
lioux |
Update to 2.1.0
Approved by: maintainer |
2.0.1 12 Oct 2005 12:31:09 |
lioux |
Fix CONFLICTS against devel/py-twisted |
2.0.1 27 May 2005 21:29:56 |
pat |
Update to 2.0.1
PR: ports/81547
Submitted by: maintainer |
2.0.0_1 19 Apr 2005 08:32:03 |
flz |
- Fix BUILD_DEPENDS.
Reported by: krismail |
2.0.0_1 15 Apr 2005 11:16:30 |
flz |
- Register CONFLICTS. |
2.0.0 15 Apr 2005 04:49:12 |
flz |
- Add py-twistedCore, Twisted Asynchronous networking framework.
PR: ports/79920
Submitted by: Neal Nelson <neal@nelson.name> |