Port details |
- py-interface Python implementation of an Erlang node
- 2.2_1 devel
=0 2.2_1Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- Port Added: 2009-07-21 00:23:58
- Last Update: 2018-12-05 18:50:30
- SVN Revision: 486717
- Also Listed In: python
- License: LGPL20
- WWW:
- http://www.lysator.liu.se/~tab/erlang/py_interface/
- Description:
- The Py-Interface is a python-implementation of an Erlang node.
The py_interface provides the possibility to create a node that may be used
for communication with other Erlang nodes.
Some characteristics:
o The Python nodes are hidden, like the Java nodes
o The Python node supports
- registering the Python node in the epmd
- sending and receiving message
- executing remote procedure calls (the rpc:call(M,F,A) mechanism)
o The Python node does currently not do:
- linking
- tracing
o The Python node translates Erlang types to Python types as far as there is a
reasonable Python counterpart. If there is not, then a class is used.
o The Python node is a single threaded callback-driven process.
o The Python node runs on Python 2.5 and Erlang R12. It may well still work
with older version of both Python and Erlang. Development started on
Python 1.5 and Erlang R7.
WWW: http://www.lysator.liu.se/~tab/erlang/py_interface/
-
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}interface>0:devel/py-interface@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-interface
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1499766252
SHA256 (py_interface-2.2.tar.gz) = a43d7d124f2e192987830baad067ea62d34c517ea0dc8b386ad2e2c4d5e52661
SIZE (py_interface-2.2.tar.gz) = 88112
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-interface-2.2_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- 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 |
2.2_1 05 Dec 2018 18:50:30 |
sunpoet |
Move devel/py-interface to devel/py-py_interface
- Change MASTER_SITES to CHEESESHOP
- Convert to options target helper
- Clean up Makefile
- Update WWW |
2.2_1 03 Dec 2018 21:20:17 |
rene |
Re-assign sobomax@'s ports after his commit bit was safekept. |
2.2_1 19 Jun 2018 02:26:55 |
yuri |
devel/py-interface: Add USE_PYTHON=concurrent when DOCS=yes
Approved by: portmgr |
2.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 ) |
2.2 11 Jul 2017 09:47:52 |
olgeni |
Update devel/py-interface to version 2.2. |
1.3 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.3 29 Dec 2014 15:43:41 |
olgeni |
License is actually LGPL20 (June 1991). |
1.3 27 Oct 2014 10:58:26 |
bapt |
Cleanup plist |
1.3 21 Oct 2014 05:52:09 |
antoine |
Unbreak |
1.3 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.3 03 Jul 2014 23:57:08 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
1.3 07 Jun 2014 17:40:36 |
olgeni |
Upgrade to version 1.3.
PR: 189672
Submitted by: olgeni
Approved by: maintainer timeout (27 days) |
1.1.1 08 May 2014 14:44:50 |
vanilla |
Support STAGEDIR.
PR: ports/188501
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ |
1.1.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.1.1 04 Oct 2011 21:09:25 |
olgeni |
Upgrade to version 1.1.1.
PR: ports/155893
Submitted by: olgeni
Approved by: maintainer timeout (180+ days) |
1.1 01 Mar 2011 12:24:20 |
sobomax |
Update to 1.1.
PR: 155103
Submitted by: Jimmy Olgeni |
1.0 06 Aug 2010 09:26:04 |
olgeni |
Upgrade to version 1.0.
Now devel/py_otp_interface and devel/py-interface are pretty much the same.
PR: ports/148842
Approved by: maintainer timeout (15 days) |
0.97 19 Jun 2010 18:47:56 |
sylvio |
- Update to 0.97
PR: ports/139934
Submitted by: myself
Approved by: maintainer timeout > 10 months
Feature safe: yes |
0.96 21 Jul 2009 00:35:26 |
sobomax |
Add PYDISTUTILS_PKGNAME to ensure proper packaging with python 2.5 and
up.
Issue reported by: QAT |
0.96 21 Jul 2009 00:23:32 |
sobomax |
Add py-interface 0.96, a Python implementation of an Erlang node. |