diff options
author | tota <tota@FreeBSD.org> | 2018-05-28 14:54:27 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2018-05-28 14:54:27 +0800 |
commit | 884e20e1a3ace6594361618d209de62a0b661a75 (patch) | |
tree | 3de6988d10388a9f4386b5af146e3316d115460f /textproc | |
parent | b264d83da98b9f9529a796df95a3d83c5fafa1ef (diff) | |
download | freebsd-ports-gnome-884e20e1a3ace6594361618d209de62a0b661a75.tar.gz freebsd-ports-gnome-884e20e1a3ace6594361618d209de62a0b661a75.tar.zst freebsd-ports-gnome-884e20e1a3ace6594361618d209de62a0b661a75.zip |
- Add new port: textproc/R-cran-bibtex
Utility to parse a bibtex file.
WWW: https://cran.r-project.org/web/packages/bibtex/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/R-cran-bibtex/Makefile | 19 | ||||
-rw-r--r-- | textproc/R-cran-bibtex/distinfo | 3 | ||||
-rw-r--r-- | textproc/R-cran-bibtex/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
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 <bsd.port.mk> 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/ |