aboutsummaryrefslogtreecommitdiff
path: root/converters/rubygem-url_safe_base64
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-06-12 10:20:17 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-06-12 10:20:17 +0000
commit7c1d0267c125634b98da6b119a6c1b356b74a528 (patch)
treeeed80c0d42832791edbd6cf69edeacf57fc01f90 /converters/rubygem-url_safe_base64
parentf928a2ba453286a89bd0c0be659af73a3110a8dc (diff)
downloadports-7c1d0267c125634b98da6b119a6c1b356b74a528.tar.gz
ports-7c1d0267c125634b98da6b119a6c1b356b74a528.zip
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
Notes
Notes: svn path=/head/; revision=443422
Diffstat (limited to 'converters/rubygem-url_safe_base64')
-rw-r--r--converters/rubygem-url_safe_base64/Makefile18
-rw-r--r--converters/rubygem-url_safe_base64/distinfo3
-rw-r--r--converters/rubygem-url_safe_base64/pkg-descr4
3 files changed, 25 insertions, 0 deletions
diff --git a/converters/rubygem-url_safe_base64/Makefile b/converters/rubygem-url_safe_base64/Makefile
new file mode 100644
index 000000000000..a6dceb92055e
--- /dev/null
+++ b/converters/rubygem-url_safe_base64/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= url_safe_base64
+PORTVERSION= 0.2.2
+CATEGORIES= converters rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@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>
diff --git a/converters/rubygem-url_safe_base64/distinfo b/converters/rubygem-url_safe_base64/distinfo
new file mode 100644
index 000000000000..1a563567b255
--- /dev/null
+++ b/converters/rubygem-url_safe_base64/distinfo
@@ -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
diff --git a/converters/rubygem-url_safe_base64/pkg-descr b/converters/rubygem-url_safe_base64/pkg-descr
new file mode 100644
index 000000000000..6748b922b2be
--- /dev/null
+++ b/converters/rubygem-url_safe_base64/pkg-descr
@@ -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