From owner-svn-ports-head@FreeBSD.ORG Tue Mar 17 01:37:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41221514; Tue, 17 Mar 2015 01:37:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11E187BE; Tue, 17 Mar 2015 01:37:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2H1bXMi061445; Tue, 17 Mar 2015 01:37:33 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2H1bWZ6061436; Tue, 17 Mar 2015 01:37:32 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201503170137.t2H1bWZ6061436@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 17 Mar 2015 01:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381457 - in head/graphics: . py-plotly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2015 01:37:34 -0000 Author: vanilla Date: Tue Mar 17 01:37:31 2015 New Revision: 381457 URL: https://svnweb.freebsd.org/changeset/ports/381457 QAT: https://qat.redports.org/buildarchive/r381457/ Log: Add py-plotly 1.6.12, plotting library for collaborative, interactive, publication-quality graphs. PR: 198630 Submitted by: jjachuf@gmail.com Added: head/graphics/py-plotly/ head/graphics/py-plotly/Makefile (contents, props changed) head/graphics/py-plotly/distinfo (contents, props changed) head/graphics/py-plotly/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Mar 16 23:04:40 2015 (r381456) +++ head/graphics/Makefile Tue Mar 17 01:37:31 2015 (r381457) @@ -838,6 +838,7 @@ SUBDIR += py-paint SUBDIR += py-pillow SUBDIR += py-pivy + SUBDIR += py-plotly SUBDIR += py-png SUBDIR += py-poppler SUBDIR += py-poppler-qt4 Added: head/graphics/py-plotly/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-plotly/Makefile Tue Mar 17 01:37:31 2015 (r381457) @@ -0,0 +1,19 @@ +# Created by: jjachuf@gmail.com +# $FreeBSD$ + +PORTNAME= plotly +PORTVERSION= 1.6.12 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jjachuf@gmail.com +COMMENT= Plotting library for collaborative, interactive, publication-quality graphs + +LICENSE= BSD2CLAUSE + +# Python3 ready +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/graphics/py-plotly/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-plotly/distinfo Tue Mar 17 01:37:31 2015 (r381457) @@ -0,0 +1,2 @@ +SHA256 (plotly-1.6.12.tar.gz) = f0639a076fa0ebbacd0ee978bc8f1396cf453f8f0c5d7cc7b1e33cd2a944cdd7 +SIZE (plotly-1.6.12.tar.gz) = 456562 Added: head/graphics/py-plotly/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-plotly/pkg-descr Tue Mar 17 01:37:31 2015 (r381457) @@ -0,0 +1,4 @@ +It was tested with cpython, jython, ironpython and pypy. +n plotting library for collaborative, interactive, publication-quality graphs. + +WWW: https://plot.ly/python/