svn commit: r443422 - in head/converters: . rubygem-url_safe_base64

Torsten Zuehlsdorff tz at FreeBSD.org
Mon Jun 12 10:20:18 UTC 2017


Author: tz
Date: Mon Jun 12 10:20:17 2017
New Revision: 443422
URL: https://svnweb.freebsd.org/changeset/ports/443422

Log:
  New port: rubygem-url_safe_base64
  
  Converts strings to/from a slightly modified base64 that contains only url-safe
  characters
  
  WWW: https://github.com/joenoon/url_safe_base64

Added:
  head/converters/rubygem-url_safe_base64/
  head/converters/rubygem-url_safe_base64/Makefile   (contents, props changed)
  head/converters/rubygem-url_safe_base64/distinfo   (contents, props changed)
  head/converters/rubygem-url_safe_base64/pkg-descr   (contents, props changed)
Modified:
  head/converters/Makefile

Modified: head/converters/Makefile
==============================================================================
--- head/converters/Makefile	Mon Jun 12 10:14:08 2017	(r443421)
+++ head/converters/Makefile	Mon Jun 12 10:20:17 2017	(r443422)
@@ -160,6 +160,7 @@
     SUBDIR += rubygem-base32
     SUBDIR += rubygem-bsdconv
     SUBDIR += rubygem-po_to_json
+    SUBDIR += rubygem-url_safe_base64
     SUBDIR += shftool
     SUBDIR += showkey
     SUBDIR += ta2as

Added: head/converters/rubygem-url_safe_base64/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/converters/rubygem-url_safe_base64/Makefile	Mon Jun 12 10:20:17 2017	(r443422)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	url_safe_base64
+PORTVERSION=	0.2.2
+CATEGORIES=	converters rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Converts strings to/from base64 that contains only url-safe characters
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/converters/rubygem-url_safe_base64/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/converters/rubygem-url_safe_base64/distinfo	Mon Jun 12 10:20:17 2017	(r443422)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1497262640
+SHA256 (rubygem/url_safe_base64-0.2.2.gem) = ff2bb6fb63fc5fa34dbab2c2f9199e0b8edf76de6c77e30a3595f07a95a7faf1
+SIZE (rubygem/url_safe_base64-0.2.2.gem) = 7168

Added: head/converters/rubygem-url_safe_base64/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/converters/rubygem-url_safe_base64/pkg-descr	Mon Jun 12 10:20:17 2017	(r443422)
@@ -0,0 +1,4 @@
+Converts strings to/from a slightly modified base64 that contains only url-safe
+characters
+
+WWW: https://github.com/joenoon/url_safe_base64


More information about the svn-ports-all mailing list