converters/rubygem-base6402: Add rubygem-base6402 0.2.0 (copied from rubygem-base64)
- Add PORTSCOUT
This commit is contained in:
parent
9e42b93c04
commit
ac0db31133
@ -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
|
||||
|
||||
21
converters/rubygem-base6402/Makefile
Normal file
21
converters/rubygem-base6402/Makefile
Normal 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>
|
||||
3
converters/rubygem-base6402/distinfo
Normal file
3
converters/rubygem-base6402/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1699774686
|
||||
SHA256 (rubygem/base64-0.2.0.gem) = 0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507
|
||||
SIZE (rubygem/base64-0.2.0.gem) = 8704
|
||||
3
converters/rubygem-base6402/pkg-descr
Normal file
3
converters/rubygem-base6402/pkg-descr
Normal 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.
|
||||
Loading…
x
Reference in New Issue
Block a user