Drop devel/py_otp_interface in favor of devel/py-interface, which
has a better structure.
This commit is contained in:
parent
31ec501540
commit
968d0f9df9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258846
2
MOVED
2
MOVED
@ -4468,3 +4468,5 @@ mail/moztraybiff|mail/mail-notification|2010-08-03|Depends on obsolete Thunderbi
|
||||
deskutils/lightning-xpi|deskutils/lightning|2010-08-03|Depends on obsolete Thunderbird 2.0
|
||||
sysutils/zfSnap|sysutils/zfsnap|2010-08-03|Change name to lower case
|
||||
mail/lightning|deskutils/lightning|2010-08-03|Upstream development discontinued
|
||||
mail/lightning|deskutils/lightning|2010-08-03|Upstream development discontinued
|
||||
devel/py_otp_interface|devel/py-interface|2010-08-06|Duplicate py-interface port has better distutils handling
|
||||
|
@ -2849,7 +2849,6 @@
|
||||
SUBDIR += py-zopeInterface
|
||||
SUBDIR += py-zopeevent
|
||||
SUBDIR += py-zopetesting
|
||||
SUBDIR += py_otp_interface
|
||||
SUBDIR += pybaz
|
||||
SUBDIR += pychecker
|
||||
SUBDIR += pycount
|
||||
|
@ -1,45 +0,0 @@
|
||||
# New ports collection makefile for: py_otp_interface
|
||||
# Date Created: 10 November 2002
|
||||
# Whom: olgeni@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= py_otp_interface
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://www.lysator.liu.se/~tab/erlang/py_interface/
|
||||
DISTNAME= py_interface-${PORTVERSION}
|
||||
DIST_SUBDIR= erlang
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= A native Python implementation of an Erlang/OTP node
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
OTP_LIBS= __init__ erl_async_conn erl_common erl_epmd \
|
||||
erl_eventhandler erl_node erl_node_conn erl_opts \
|
||||
erl_term
|
||||
OTP_DOCS= COPYING.LIB README
|
||||
|
||||
do-build:
|
||||
@${PYTHON_CMD} -m compileall ${WRKSRC}
|
||||
@${PYTHON_CMD} -O -m compileall ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PYTHON_SITELIBDIR}/py_interface
|
||||
@for FILE in ${OTP_LIBS}; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/py_interface/$${FILE}.py? ${PYTHON_SITELIBDIR}/py_interface; \
|
||||
done
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR};
|
||||
.endif
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@for FILE in ${OTP_DOCS}; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/$${FILE} ${DOCSDIR}; \
|
||||
done
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (erlang/py_interface-1.0.tar.gz) = 39a937bcb620d796bfa698cd7c0385c9
|
||||
SHA256 (erlang/py_interface-1.0.tar.gz) = 289eb321e6bdfed73cf0e57c5a592439d89d18859cecdb9db08205eb9e9a5f6b
|
||||
SIZE (erlang/py_interface-1.0.tar.gz) = 72013
|
@ -1,5 +0,0 @@
|
||||
Native Python implementation of an Erlang/OTP hidden node. It can
|
||||
talk to R7, R8 and R9 nodes, supports sending and receiving messages,
|
||||
RPC calls and EPMD registration.
|
||||
|
||||
WWW: http://www.lysator.liu.se/~tab/erlang/py_interface/
|
@ -1,40 +0,0 @@
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_async_conn.pyc
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_async_conn.pyo
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_common.pyc
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_common.pyo
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_epmd.pyc
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_epmd.pyo
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_eventhandler.pyc
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_eventhandler.pyo
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_node.pyc
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_node.pyo
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_node_conn.pyc
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_node_conn.pyo
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_opts.pyc
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_opts.pyo
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_term.pyc
|
||||
%%PYTHON_SITELIBDIR%%/py_interface/erl_term.pyo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_test_erl_node_pingpong.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_epmd.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_epmd.pyc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_epmd.pyo
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node.pyc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node.pyo
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_conn.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_conn.pyc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_conn.pyo
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_pingpong.erl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_pingpong.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_pingpong.pyc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_pingpong.pyo
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_tk_1.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_tk_1.pyc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_tk_1.pyo
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/py_interface
|
Loading…
Reference in New Issue
Block a user