Add rubygem-simpleidn 0.0.7
SimpleIDN allows easy conversion from punycode ACE (IDNA) strings to unicode UTF-8 strings and visa versa. WWW: https://github.com/mmriis/simpleidn PR: 217910 Submitted by: Douglas Thrift <douglas@douglasthrift.net>
This commit is contained in:
parent
05847c62be
commit
d07ce734c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436526
@ -194,6 +194,7 @@
|
||||
SUBDIR += rubygem-net-dns
|
||||
SUBDIR += rubygem-public_suffix
|
||||
SUBDIR += rubygem-public_suffix_service
|
||||
SUBDIR += rubygem-simpleidn
|
||||
SUBDIR += samba-nsupdate
|
||||
SUBDIR += scavenge
|
||||
SUBDIR += sheerdns
|
||||
|
19
dns/rubygem-simpleidn/Makefile
Normal file
19
dns/rubygem-simpleidn/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= simpleidn
|
||||
PORTVERSION= 0.0.7
|
||||
CATEGORIES= dns rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= douglas@douglasthrift.net
|
||||
COMMENT= Easy conversion from IDNA strings to unicode strings and vice-versa
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
dns/rubygem-simpleidn/distinfo
Normal file
3
dns/rubygem-simpleidn/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1489895050
|
||||
SHA256 (rubygem/simpleidn-0.0.7.gem) = 8274c4a150c32cba1e35ad60462e147a3e3898f8ddcb5a0292fa2616c6273f93
|
||||
SIZE (rubygem/simpleidn-0.0.7.gem) = 8704
|
4
dns/rubygem-simpleidn/pkg-descr
Normal file
4
dns/rubygem-simpleidn/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
SimpleIDN allows easy conversion from punycode ACE (IDNA) strings to unicode
|
||||
UTF-8 strings and visa versa.
|
||||
|
||||
WWW: https://github.com/mmriis/simpleidn
|
Loading…
Reference in New Issue
Block a user