Bug 148855 - New port: www/rubygem-domainatrix (URL/domain parser)
Summary: New port: www/rubygem-domainatrix (URL/domain parser)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-23 08:00 UTC by Eric Freeman
Modified: 2010-08-23 05:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.00 KB, text/plain)
2010-07-23 08:00 UTC, Eric Freeman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Freeman 2010-07-23 08:00:09 UTC
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
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-08-23 05:03:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-23 05:09:04 UTC
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"
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-08-23 05:09:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!