From 0a1610e10b2a6ba8d1b64dc4a90242ab903d3efa Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Mon, 28 May 2018 06:54:27 +0000 Subject: [PATCH] - Add new port: textproc/R-cran-bibtex Utility to parse a bibtex file. WWW: https://cran.r-project.org/web/packages/bibtex/ --- textproc/Makefile | 1 + textproc/R-cran-bibtex/Makefile | 19 +++++++++++++++++++ textproc/R-cran-bibtex/distinfo | 3 +++ textproc/R-cran-bibtex/pkg-descr | 3 +++ 4 files changed, 26 insertions(+) create mode 100644 textproc/R-cran-bibtex/Makefile create mode 100644 textproc/R-cran-bibtex/distinfo create mode 100644 textproc/R-cran-bibtex/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index b3b720b6c89b..178af037b817 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/R-cran-bibtex/Makefile b/textproc/R-cran-bibtex/Makefile new file mode 100644 index 000000000000..4ffaf677b43d --- /dev/null +++ b/textproc/R-cran-bibtex/Makefile @@ -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 diff --git a/textproc/R-cran-bibtex/distinfo b/textproc/R-cran-bibtex/distinfo new file mode 100644 index 000000000000..5c051fd98bcc --- /dev/null +++ b/textproc/R-cran-bibtex/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1527486005 +SHA256 (bibtex_0.4.2.tar.gz) = 1f06ab3660c940405230ad16ff6e4ba38d4418a59cd9b16d78a4349f8b488372 +SIZE (bibtex_0.4.2.tar.gz) = 89391 diff --git a/textproc/R-cran-bibtex/pkg-descr b/textproc/R-cran-bibtex/pkg-descr new file mode 100644 index 000000000000..ff1c2d436b4a --- /dev/null +++ b/textproc/R-cran-bibtex/pkg-descr @@ -0,0 +1,3 @@ +Utility to parse a bibtex file. + +WWW: https://cran.r-project.org/web/packages/bibtex/