notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-interface Python implementation of an Erlang node
2.2_1 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.2_1Version of this port present on the latest quarterly branch.
Maintainer: python@FreeBSD.org search for ports maintained by this maintainer
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. http://www.lysator.liu.se/~tab/erlang/py_interface/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.2_1
05 Dec 2018 18:50:30
Revision:486717Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:486556Original commit files touched by this commit
rene search for other commits by this committer
Re-assign sobomax@'s ports after his commit bit was safekept.
2.2_1
19 Jun 2018 02:26:55
Revision:472751Original commit files touched by this commit
yuri search for other commits by this committer
devel/py-interface: Add USE_PYTHON=concurrent when DOCS=yes

Approved by:	portmgr
2.2
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
2.2
11 Jul 2017 09:47:52
Revision:445486Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-interface to version 2.2.
1.3
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
1.3
29 Dec 2014 15:43:41
Revision:375793Original commit files touched by this commit
olgeni search for other commits by this committer
License is actually LGPL20 (June 1991).
1.3
27 Oct 2014 10:58:26
Revision:371548Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.3
21 Oct 2014 05:52:09
Revision:371309Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak
1.3
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
1.3
03 Jul 2014 23:57:08
Revision:360487Original commit files touched by this commit
adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.

Approved by:	portmgr (blanket)
1.3
07 Jun 2014 17:40:36
Revision:356933Original commit files touched by this commit
olgeni search for other commits by this committer
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
Revision:353310Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.

PR:		ports/188501
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
1.1.1
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
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
Original commit files touched by this commit
olgeni search for other commits by this committer
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
Original commit files touched by this commit
sobomax search for other commits by this committer
Update to 1.1.

PR:             155103
Submitted by:   Jimmy Olgeni
1.0
06 Aug 2010 09:26:04
Original commit files touched by this commit
olgeni search for other commits by this committer
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
Original commit files touched by this commit
sylvio search for other commits by this committer
- 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
Original commit files touched by this commit
sobomax search for other commits by this committer
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
Original commit files touched by this commit
sobomax search for other commits by this committer
Add py-interface 0.96, a Python implementation of an Erlang node.

Number of commits found: 20