1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

New port: converters/rubygem-base32

Ruby extension for base32 encoding and decoding

WWW: https://rubygems.org/gems/base32/

PR:		209901
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
This commit is contained in:
Kurt Jaeger 2016-06-05 18:16:59 +00:00
parent 1cbcee3b52
commit 28a6587871
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416412
4 changed files with 23 additions and 0 deletions

View File

@ -155,6 +155,7 @@
SUBDIR += rcctools
SUBDIR += recode
SUBDIR += ruby-dump.rb
SUBDIR += rubygem-base32
SUBDIR += rubygem-bsdconv
SUBDIR += shftool
SUBDIR += showkey

View File

@ -0,0 +1,16 @@
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= base32
PORTVERSION= 0.3.2
CATEGORIES= converters rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby extension for base32 encoding and decoding
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1464340544
SHA256 (rubygem/base32-0.3.2.gem) = 532e9b19c5dd1fce281df67fc93a803ebd5d26426a93f6dda6612769bc46fe2c
SIZE (rubygem/base32-0.3.2.gem) = 8192

View File

@ -0,0 +1,3 @@
Ruby extension for base32 encoding and decoding
WWW: https://rubygems.org/gems/base32/