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:
parent
1cbcee3b52
commit
28a6587871
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416412
@ -155,6 +155,7 @@
|
||||
SUBDIR += rcctools
|
||||
SUBDIR += recode
|
||||
SUBDIR += ruby-dump.rb
|
||||
SUBDIR += rubygem-base32
|
||||
SUBDIR += rubygem-bsdconv
|
||||
SUBDIR += shftool
|
||||
SUBDIR += showkey
|
||||
|
16
converters/rubygem-base32/Makefile
Normal file
16
converters/rubygem-base32/Makefile
Normal 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>
|
3
converters/rubygem-base32/distinfo
Normal file
3
converters/rubygem-base32/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1464340544
|
||||
SHA256 (rubygem/base32-0.3.2.gem) = 532e9b19c5dd1fce281df67fc93a803ebd5d26426a93f6dda6612769bc46fe2c
|
||||
SIZE (rubygem/base32-0.3.2.gem) = 8192
|
3
converters/rubygem-base32/pkg-descr
Normal file
3
converters/rubygem-base32/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Ruby extension for base32 encoding and decoding
|
||||
|
||||
WWW: https://rubygems.org/gems/base32/
|
Loading…
Reference in New Issue
Block a user