Quick rubygem port of this lib: http://www.pauldix.net/2009/12/parse-domains-from-urls-easily-with-domainatrix.html The Domainatrix library is used for parsing domain names, canonicalizing URLs, and a few other things. It uses the list of domain names from the Public Suffix List to know what constitutes a subdomain, domain, and public suffix. (Has one warning because of a long 80+ URL in pkg-descr) How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
pgollucci 2010-08-23 04:08:54 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/rubygem-domainatrix Makefile distinfo pkg-descr Log: The Domainatrix library is used for parsing domain names, canonicalizing URLs, and a few other things. It uses the list of domain names from the Public Suffix List to know what constitutes a subdomain, domain, and public suffix. WWW: http://github.com/pauldix/domainatrix PR: ports/148855 Submitted by: Eric Freeman <freebsdports at chillibear.com> Revision Changes Path 1.2666 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/rubygem-domainatrix/Makefile (new) 1.1 +3 -0 ports/www/rubygem-domainatrix/distinfo (new) 1.1 +6 -0 ports/www/rubygem-domainatrix/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!