1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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:
Sunpoet Po-Chuan Hsieh 2017-03-20 00:28:57 +00:00
parent 05847c62be
commit d07ce734c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436526
4 changed files with 27 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1489895050
SHA256 (rubygem/simpleidn-0.0.7.gem) = 8274c4a150c32cba1e35ad60462e147a3e3898f8ddcb5a0292fa2616c6273f93
SIZE (rubygem/simpleidn-0.0.7.gem) = 8704

View 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