- Add new port: textproc/R-cran-bibtex

Utility to parse a bibtex file.

  WWW: https://cran.r-project.org/web/packages/bibtex/
This commit is contained in:
TAKATSU Tomonari 2018-05-28 06:54:27 +00:00
parent f4d0db9fbe
commit 0a1610e10b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471021
4 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1527486005
SHA256 (bibtex_0.4.2.tar.gz) = 1f06ab3660c940405230ad16ff6e4ba38d4418a59cd9b16d78a4349f8b488372
SIZE (bibtex_0.4.2.tar.gz) = 89391

View File

@ -0,0 +1,3 @@
Utility to parse a bibtex file.
WWW: https://cran.r-project.org/web/packages/bibtex/