aboutsummaryrefslogtreecommitdiff
path: root/dns/rubygem-public_suffix_service
Commit message (Collapse)AuthorAgeFilesLines
* - Remove blank line between NO_ARCH and USE_RUBYSunpoet Po-Chuan Hsieh2015-07-061-1/+0
| | | | Notes: svn path=/head/; revision=391473
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-292-1/+4
| | | | | | | - Update GitHub repository link Notes: svn path=/head/; revision=335226
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-10-261-1/+0
| | | | Notes: svn path=/head/; revision=331721
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - Add RG link to pkg-descrSunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325564
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-211-5/+1
| | | | Notes: svn path=/head/; revision=325163
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* - Update to 0.9.1Sunpoet Po-Chuan Hsieh2011-12-263-5/+5
| | | | | | | | | - Fix WWW links in pkg-descr Changes: https://github.com/weppos/public_suffix_service/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=288038
* - Point at the homepage consistently as defined by rubygems.orgPhilip M. Gollucci2011-12-201-3/+3
| | | | Notes: svn path=/head/; revision=287683
* - Fix CATEGORIES: it should be rubygems, not rubySunpoet Po-Chuan Hsieh2011-11-161-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285929
* - Add rubygem-public_suffix_service 0.9.0Sunpoet Po-Chuan Hsieh2011-11-103-0/+39
Public Suffix Service is a Ruby domain name parser based on the Public Suffix List. The Public Suffix Service is a cross-vendor initiative to provide an accurate list of domain name suffixes. The Public Suffix Service is an initiative of the Mozilla Project, but is maintained as a community resource. It is available for use in any software, but was originally created to meet the needs of browser manufacturers. A "public suffix" is one under which Internet users can directly register names. Some examples of public suffixes are ".com", ".co.uk" and "pvt.k12.wy.us". The Public Suffix List is a list of all known public suffixes. WWW: http://www.simonecarletti.com/code/public_suffix_service/ WWW: https://github.com/weppos/public_suffix_service WWW: https://rubygems.org/gems/public_suffix_service Notes: svn path=/head/; revision=285410