From 49a5a858a351680e412b9a6540bd7517c08835b6 Mon Sep 17 00:00:00 2001 From: olgeni Date: Fri, 6 Aug 2010 09:28:20 +0000 Subject: Drop devel/py_otp_interface in favor of devel/py-interface, which has a better structure. --- devel/Makefile | 1 - devel/py_otp_interface/Makefile | 45 ---------------------------------------- devel/py_otp_interface/distinfo | 3 --- devel/py_otp_interface/pkg-descr | 5 ----- devel/py_otp_interface/pkg-plist | 40 ----------------------------------- 5 files changed, 94 deletions(-) delete mode 100644 devel/py_otp_interface/Makefile delete mode 100644 devel/py_otp_interface/distinfo delete mode 100644 devel/py_otp_interface/pkg-descr delete mode 100644 devel/py_otp_interface/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index cc80a11f98a1..28baf0d887c9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2849,7 +2849,6 @@ SUBDIR += py-zopeInterface SUBDIR += py-zopeevent SUBDIR += py-zopetesting - SUBDIR += py_otp_interface SUBDIR += pybaz SUBDIR += pychecker SUBDIR += pycount diff --git a/devel/py_otp_interface/Makefile b/devel/py_otp_interface/Makefile deleted file mode 100644 index 9a1141a3b0df..000000000000 --- a/devel/py_otp_interface/Makefile +++ /dev/null @@ -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 diff --git a/devel/py_otp_interface/distinfo b/devel/py_otp_interface/distinfo deleted file mode 100644 index 952c296ecc51..000000000000 --- a/devel/py_otp_interface/distinfo +++ /dev/null @@ -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 diff --git a/devel/py_otp_interface/pkg-descr b/devel/py_otp_interface/pkg-descr deleted file mode 100644 index 3b69db9bc19e..000000000000 --- a/devel/py_otp_interface/pkg-descr +++ /dev/null @@ -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/ diff --git a/devel/py_otp_interface/pkg-plist b/devel/py_otp_interface/pkg-plist deleted file mode 100644 index 36eeb152615c..000000000000 --- a/devel/py_otp_interface/pkg-plist +++ /dev/null @@ -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 -- cgit