Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2020 14:39:34 +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: r551709 - in head/textproc: . R-cran-rbibutils
Message-ID:  <202010081439.098EdYtJ023597@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Thu Oct  8 14:39:34 2020
New Revision: 551709
URL: https://svnweb.freebsd.org/changeset/ports/551709

Log:
  - Add new port: textproc/R-cran-rbibutils
  
    Converts between a number of bibliography formats, including 'BibTeX',
    'BibLaTeX' and 'Bibentry'. Includes a port of the 'bibutils' utilities
    by Chris Putnam <https://sourceforge.net/projects/bibutils/>.
    Supports all bibliography formats and character encodings implemented
    in 'bibutils'.
  
    WWW: https://cran.r-project.org/web/packages/rbibutils/

Added:
  head/textproc/R-cran-rbibutils/
  head/textproc/R-cran-rbibutils/Makefile   (contents, props changed)
  head/textproc/R-cran-rbibutils/distinfo   (contents, props changed)
  head/textproc/R-cran-rbibutils/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Oct  8 14:35:37 2020	(r551708)
+++ head/textproc/Makefile	Thu Oct  8 14:39:34 2020	(r551709)
@@ -18,6 +18,7 @@
     SUBDIR += R-cran-markdown
     SUBDIR += R-cran-openxlsx
     SUBDIR += R-cran-pystr
+    SUBDIR += R-cran-rbibutils
     SUBDIR += R-cran-readr
     SUBDIR += R-cran-readxl
     SUBDIR += R-cran-rematch

Added: head/textproc/R-cran-rbibutils/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-rbibutils/Makefile	Thu Oct  8 14:39:34 2020	(r551709)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	rbibutils
+PORTVERSION=	1.3
+CATEGORIES=	textproc
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Convert Between Bibliography Formats
+
+LICENSE=	GPLv2
+
+RUN_DEPENDS=	R-cran-xml2>0:textproc/R-cran-xml2
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/textproc/R-cran-rbibutils/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-rbibutils/distinfo	Thu Oct  8 14:39:34 2020	(r551709)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1602164385
+SHA256 (rbibutils_1.3.tar.gz) = d1d8e615fd22235d90cea14097a7970b58d2c062c15ad13e6ba980e63f0300c4
+SIZE (rbibutils_1.3.tar.gz) = 571417

Added: head/textproc/R-cran-rbibutils/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-rbibutils/pkg-descr	Thu Oct  8 14:39:34 2020	(r551709)
@@ -0,0 +1,7 @@
+Converts between a number of bibliography formats, including 'BibTeX',
+'BibLaTeX' and 'Bibentry'. Includes a port of the 'bibutils' utilities
+by Chris Putnam <https://sourceforge.net/projects/bibutils/>.
+Supports all bibliography formats and character encodings implemented
+in 'bibutils'.
+
+WWW: https://cran.r-project.org/web/packages/rbibutils/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010081439.098EdYtJ023597>