From owner-svn-ports-head@freebsd.org Mon May 28 06:54:29 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 0E544EFE07A; Mon, 28 May 2018 06:54:29 +0000 (UTC) (envelope-from tota@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 AEBEE7F58E; Mon, 28 May 2018 06:54:28 +0000 (UTC) (envelope-from tota@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 8577C1C9B; Mon, 28 May 2018 06:54:28 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4S6sSr2006220; Mon, 28 May 2018 06:54:28 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4S6sR84006217; Mon, 28 May 2018 06:54:27 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805280654.w4S6sR84006217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 28 May 2018 06:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471021 - in head/textproc: . R-cran-bibtex X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/textproc: . R-cran-bibtex X-SVN-Commit-Revision: 471021 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.26 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: Mon, 28 May 2018 06:54:29 -0000 Author: tota Date: Mon May 28 06:54:27 2018 New Revision: 471021 URL: https://svnweb.freebsd.org/changeset/ports/471021 Log: - Add new port: textproc/R-cran-bibtex Utility to parse a bibtex file. WWW: https://cran.r-project.org/web/packages/bibtex/ Added: head/textproc/R-cran-bibtex/ head/textproc/R-cran-bibtex/Makefile (contents, props changed) head/textproc/R-cran-bibtex/distinfo (contents, props changed) head/textproc/R-cran-bibtex/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon May 28 05:40:25 2018 (r471020) +++ head/textproc/Makefile Mon May 28 06:54:27 2018 (r471021) @@ -8,6 +8,7 @@ SUBDIR += R-cran-DT SUBDIR += R-cran-R2HTML SUBDIR += R-cran-XML + SUBDIR += R-cran-bibtex SUBDIR += R-cran-brew SUBDIR += R-cran-formatR SUBDIR += R-cran-highr Added: head/textproc/R-cran-bibtex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-bibtex/Makefile Mon May 28 06:54:27 2018 (r471021) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= bibtex +DISTVERSION= 0.4.2 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Bibtex Parser + +LICENSE= GPLv2+ + +CRAN_DEPENDS= R-cran-stringr>0:textproc/R-cran-stringr +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include Added: head/textproc/R-cran-bibtex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-bibtex/distinfo Mon May 28 06:54:27 2018 (r471021) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527486005 +SHA256 (bibtex_0.4.2.tar.gz) = 1f06ab3660c940405230ad16ff6e4ba38d4418a59cd9b16d78a4349f8b488372 +SIZE (bibtex_0.4.2.tar.gz) = 89391 Added: head/textproc/R-cran-bibtex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-bibtex/pkg-descr Mon May 28 06:54:27 2018 (r471021) @@ -0,0 +1,3 @@ +Utility to parse a bibtex file. + +WWW: https://cran.r-project.org/web/packages/bibtex/