Hello, attached the shar for the new port textproc/rubygem-babosa. This port is a dependency for www/gitlab. portlint is fine. poudriere builds are fine on i386, amd64 for FreeBSD 9.3, 10.1, 10.2 and current. It is also loadable in irb. I've tested the example from the homepage: $ irb irb(main):001:0> require 'babosa' => true irb(main):002:0> "Gölcük, Turkey".to_slug.transliterate.to_s #=> "Golcuk, Turkey" => "Golcuk, Turkey" irb(main):003:0> quit Which works like explained at the homepage. Greetings, Torsten
Created attachment 165056 [details] shar with textproc/rubygem-babosa
A commit references this bug: Author: miwi Date: Sun Jan 10 07:32:42 UTC 2016 New revision: 405677 URL: https://svnweb.freebsd.org/changeset/ports/405677 Log: Babosa is a library for creating human-friendly identifiers, aka "slugs". It can also be useful for normalizing and sanitizing data. WWW: https://github.com/norman/babosa PR: 205877 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Changes: head/textproc/Makefile head/textproc/rubygem-babosa/ head/textproc/rubygem-babosa/Makefile head/textproc/rubygem-babosa/distinfo head/textproc/rubygem-babosa/pkg-descr