From owner-svn-ports-head@freebsd.org Sun May 13 23:56:32 2018 Return-Path: Delivered-To: svn-ports-head@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 7E261FDB013; Sun, 13 May 2018 23:56:32 +0000 (UTC) (envelope-from yuri@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 335666FCD6; Sun, 13 May 2018 23:56:32 +0000 (UTC) (envelope-from yuri@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 EE84D1475E; Sun, 13 May 2018 23:56:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DNuVQC013016; Sun, 13 May 2018 23:56:31 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DNuVcb013013; Sun, 13 May 2018 23:56:31 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805132356.w4DNuVcb013013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 May 2018 23:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469839 - in head/textproc: . py-citeproc-py-styles X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . py-citeproc-py-styles X-SVN-Commit-Revision: 469839 X-SVN-Commit-Repository: ports 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.25 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: Sun, 13 May 2018 23:56:32 -0000 Author: yuri Date: Sun May 13 23:56:30 2018 New Revision: 469839 URL: https://svnweb.freebsd.org/changeset/ports/469839 Log: New port: textproc/py-citeproc-py-styles: Static resources package for citeproc-py Added: head/textproc/py-citeproc-py-styles/ head/textproc/py-citeproc-py-styles/Makefile (contents, props changed) head/textproc/py-citeproc-py-styles/distinfo (contents, props changed) head/textproc/py-citeproc-py-styles/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun May 13 23:37:33 2018 (r469838) +++ head/textproc/Makefile Sun May 13 23:56:30 2018 (r469839) @@ -1279,6 +1279,7 @@ SUBDIR += py-bugzillatools SUBDIR += py-chardet SUBDIR += py-citeproc-py + SUBDIR += py-citeproc-py-styles SUBDIR += py-cjkwrap SUBDIR += py-cloud_sptheme SUBDIR += py-colorclass Added: head/textproc/py-citeproc-py-styles/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py-styles/Makefile Sun May 13 23:56:30 2018 (r469839) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= citeproc-py-styles +DISTVERSION= 0.1.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Static resources package for citeproc-py + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.6.2:devel/py-pytest-runner@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.6.0:devel/py-lxml@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/textproc/py-citeproc-py-styles/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py-styles/distinfo Sun May 13 23:56:30 2018 (r469839) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526254803 +SHA256 (citeproc-py-styles-0.1.1.tar.gz) = 3856920968f1c5873bff2e85e4753131797f27a034c59f2b2e8dd625f1732a69 +SIZE (citeproc-py-styles-0.1.1.tar.gz) = 1809419 Added: head/textproc/py-citeproc-py-styles/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py-styles/pkg-descr Sun May 13 23:56:30 2018 (r469839) @@ -0,0 +1,5 @@ +This module is meant to be used as a static resources package, in order to +make it easy to include the required Citation Style files (.csl) when using +citeproc-py. + +WWW: https://github.com/inveniosoftware/citeproc-py-styles