svn commit: r418871 - in head/converters: . R-cran-base64enc

TAKATSU Tomonari tota at FreeBSD.org
Thu Jul 21 12:38:12 UTC 2016


Author: tota
Date: Thu Jul 21 12:38:10 2016
New Revision: 418871
URL: https://svnweb.freebsd.org/changeset/ports/418871

Log:
  - Add new port: converters/R-cran-base64enc
  
    This package provides tools for handling base64 encoding. It is
    more flexible than the orphaned base64 package.
  
    WWW: https://cran.r-project.org/web/packages/base64enc/

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

Modified: head/converters/Makefile
==============================================================================
--- head/converters/Makefile	Thu Jul 21 11:57:41 2016	(r418870)
+++ head/converters/Makefile	Thu Jul 21 12:38:10 2016	(r418871)
@@ -4,6 +4,7 @@
     COMMENT = Character code converters
 
     SUBDIR += R-cran-RJSONIO
+    SUBDIR += R-cran-base64enc
     SUBDIR += R-cran-jsonlite
     SUBDIR += R-cran-rjson
     SUBDIR += aish

Added: head/converters/R-cran-base64enc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/converters/R-cran-base64enc/Makefile	Thu Jul 21 12:38:10 2016	(r418871)
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	base64enc
+DISTVERSION=	0.1-3
+CATEGORIES=	converters
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Tools for base64 encoding
+
+LICENSE=	GPLv2+
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/converters/R-cran-base64enc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/converters/R-cran-base64enc/distinfo	Thu Jul 21 12:38:10 2016	(r418871)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469103381
+SHA256 (base64enc_0.1-3.tar.gz) = 6d856d8a364bcdc499a0bf38bfd283b7c743d08f0b288174fba7dbf0a04b688d
+SIZE (base64enc_0.1-3.tar.gz) = 7833

Added: head/converters/R-cran-base64enc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/converters/R-cran-base64enc/pkg-descr	Thu Jul 21 12:38:10 2016	(r418871)
@@ -0,0 +1,4 @@
+This package provides tools for handling base64 encoding. It is
+more flexible than the orphaned base64 package.
+
+WWW: https://cran.r-project.org/web/packages/base64enc/


More information about the svn-ports-all mailing list