From owner-svn-ports-all@freebsd.org Sun Jul 8 00:05:55 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 95C54103E41C; Sun, 8 Jul 2018 00:05:55 +0000 (UTC) (envelope-from lwhsu@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 2D3C673A8B; Sun, 8 Jul 2018 00:05:55 +0000 (UTC) (envelope-from lwhsu@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 0A3A31E695; Sun, 8 Jul 2018 00:05:55 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6805sx8058577; Sun, 8 Jul 2018 00:05:54 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6805sSp058573; Sun, 8 Jul 2018 00:05:54 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201807080005.w6805sSp058573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 8 Jul 2018 00:05:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474145 - in head/graphics: . py-svgwrite X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/graphics: . py-svgwrite X-SVN-Commit-Revision: 474145 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Sun, 08 Jul 2018 00:05:55 -0000 Author: lwhsu Date: Sun Jul 8 00:05:53 2018 New Revision: 474145 URL: https://svnweb.freebsd.org/changeset/ports/474145 Log: Add graphics/py-svgwrite, Python library to create SVG drawings Added: head/graphics/py-svgwrite/ head/graphics/py-svgwrite/Makefile (contents, props changed) head/graphics/py-svgwrite/distinfo (contents, props changed) head/graphics/py-svgwrite/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Jul 7 23:40:51 2018 (r474144) +++ head/graphics/Makefile Sun Jul 8 00:05:53 2018 (r474145) @@ -946,6 +946,7 @@ SUBDIR += py-sorl-thumbnail SUBDIR += py-soya3d SUBDIR += py-stltools + SUBDIR += py-svgwrite SUBDIR += py-toyplot SUBDIR += py-traitsui SUBDIR += py-wand Added: head/graphics/py-svgwrite/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-svgwrite/Makefile Sun Jul 8 00:05:53 2018 (r474145) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= svgwrite +PORTVERSION= 1.1.12 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lwhsu@FeeeBSD.org +COMMENT= Python library to create SVG drawings + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} + +USES= python zip +USE_PYTHON= autoplist distutils + +.include Added: head/graphics/py-svgwrite/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-svgwrite/distinfo Sun Jul 8 00:05:53 2018 (r474145) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530783355 +SHA256 (svgwrite-1.1.12.zip) = 968c99f193f34f0fa7f0b3e82f49b93789c7c45cd89ce190480f16020d41ab79 +SIZE (svgwrite-1.1.12.zip) = 171947 Added: head/graphics/py-svgwrite/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-svgwrite/pkg-descr Sun Jul 8 00:05:53 2018 (r474145) @@ -0,0 +1,3 @@ +A Python library to create SVG drawings. + +WWW: http://github.com/mozman/svgwrite