Date: Mon, 28 May 2018 06:54:27 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> 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 Message-ID: <201805280654.w4S6sR84006217@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805280654.w4S6sR84006217>