Bug 217910 - New port: dns/rubygem-simpleidn Easy conversion from IDNA strings to unicode strings and vice-versa
Summary: New port: dns/rubygem-simpleidn Easy conversion from IDNA strings to unicode ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-19 04:24 UTC by Douglas Thrift
Modified: 2017-03-20 03:19 UTC (History)
0 users

See Also:


Attachments
rubygem-simpleidn.diff (2.38 KB, patch)
2017-03-19 04:24 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Thrift 2017-03-19 04:24:03 UTC
Created attachment 180954 [details]
rubygem-simpleidn.diff

Added dns/rubygem-simpleidn [1].

"SimpleIDN allows easy conversion from punycode ACE (IDNA) strings to unicode UTF-8 strings and visa versa."

[1] https://github.com/mmriis/simpleidn

portlint: OK (looks fine.)
testport: OK (poudriere: 103i386, 103amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-20 00:29:34 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Mar 20 00:28:57 UTC 2017
New revision: 436526
URL: https://svnweb.freebsd.org/changeset/ports/436526

Log:
  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>

Changes:
  head/dns/Makefile
  head/dns/rubygem-simpleidn/
  head/dns/rubygem-simpleidn/Makefile
  head/dns/rubygem-simpleidn/distinfo
  head/dns/rubygem-simpleidn/pkg-descr
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-03-20 03:19:48 UTC
Committed. Thanks!