From owner-svn-ports-all@freebsd.org Wed Dec 5 18:50:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67B4B13246D5; Wed, 5 Dec 2018 18:50:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B5E1846A3; Wed, 5 Dec 2018 18:50:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9BB5185C7; Wed, 5 Dec 2018 18:50:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5IoUgI044851; Wed, 5 Dec 2018 18:50:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5IoUiT044848; Wed, 5 Dec 2018 18:50:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051850.wB5IoUiT044848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486717 - in head/devel: . py-interface py-py_interface X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-interface py-py_interface X-SVN-Commit-Revision: 486717 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B5E1846A3 X-Spamd-Result: default: False [-0.50 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_HAM_SHORT(-0.02)[-0.021,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:50:33 -0000 Author: sunpoet Date: Wed Dec 5 18:50:29 2018 New Revision: 486717 URL: https://svnweb.freebsd.org/changeset/ports/486717 Log: Move devel/py-interface to devel/py-py_interface - Change MASTER_SITES to CHEESESHOP - Convert to options target helper - Clean up Makefile - Update WWW Added: head/devel/py-py_interface/ - copied from r486716, head/devel/py-interface/ Deleted: head/devel/py-interface/ Modified: head/devel/Makefile head/devel/py-py_interface/Makefile head/devel/py-py_interface/pkg-descr Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Dec 5 18:50:20 2018 (r486716) +++ head/devel/Makefile Wed Dec 5 18:50:29 2018 (r486717) @@ -4656,7 +4656,6 @@ SUBDIR += py-initgroups SUBDIR += py-instant SUBDIR += py-intbitset - SUBDIR += py-interface SUBDIR += py-intervaltree SUBDIR += py-invoke SUBDIR += py-ioflo @@ -4906,6 +4905,7 @@ SUBDIR += py-pudb SUBDIR += py-py SUBDIR += py-py-ubjson + SUBDIR += py-py_interface SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules SUBDIR += py-pybind11 Modified: head/devel/py-py_interface/Makefile ============================================================================== --- head/devel/py-interface/Makefile Wed Dec 5 18:50:20 2018 (r486716) +++ head/devel/py-py_interface/Makefile Wed Dec 5 18:50:29 2018 (r486717) @@ -1,34 +1,26 @@ # Created by: Maxim Sobolev # $FreeBSD$ -PORTNAME= interface +PORTNAME= py_interface PORTVERSION= 2.2 -PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= http://www.lysator.liu.se/~tab/erlang/py_interface/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py_${PORTNAME}-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python implementation of an Erlang node LICENSE= LGPL20 -USES= python -USE_PYTHON= distutils autoplist -PYDISTUTILS_PKGNAME= py_${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/py_${PORTNAME} -# EXAMPLESDIR= ${PREFIX}/share/examples/py_${PORTNAME} +USES= python +USE_PYTHON= autoplist concurrent distutils OPTIONS_DEFINE= DOCS -DOCS_USE= PYTHON=concurrent PORTDOCS= README -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR} -# @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -# cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/devel/py-py_interface/pkg-descr ============================================================================== --- head/devel/py-interface/pkg-descr Wed Dec 5 18:50:20 2018 (r486716) +++ head/devel/py-py_interface/pkg-descr Wed Dec 5 18:50:29 2018 (r486717) @@ -25,4 +25,4 @@ o The Python node runs on Python 2.5 and Erlang R12. I 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/ +WWW: https://www.lysator.liu.se/~tab/erlang/py_interface/