converters/rubygem-base6402: Add rubygem-base6402 0.2.0 (copied from rubygem-base64)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2025-06-13 14:02:11 +08:00
parent 9e42b93c04
commit ac0db31133
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 28 additions and 0 deletions

View File

@ -167,6 +167,7 @@
SUBDIR += recode
SUBDIR += rubygem-base32
SUBDIR += rubygem-base64
SUBDIR += rubygem-base6402
SUBDIR += rubygem-iconv
SUBDIR += rubygem-json-ld
SUBDIR += rubygem-json-ld-preloaded

View File

@ -0,0 +1,21 @@
PORTNAME= base64
PORTVERSION= 0.2.0
CATEGORIES= converters rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 02
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Encode and decode binary data using a Base64 representation
WWW= https://github.com/ruby/base64
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^0\.2\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1699774686
SHA256 (rubygem/base64-0.2.0.gem) = 0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507
SIZE (rubygem/base64-0.2.0.gem) = 8704

View File

@ -0,0 +1,3 @@
The Base64 module provides for the encoding (#encode64, #strict_encode64,
#urlsafe_encode64) and decoding (#decode64, #strict_decode64, #urlsafe_decode64)
of binary data using a Base64 representation.