Bug 169326 - New port: dns/py-publicsuffix This module allows you to get the public suffix of a domain name
Summary: New port: dns/py-publicsuffix This module allows you to get the public suffix...
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-22 16:40 UTC by Dmitry Pryadko
Modified: 2012-06-27 23:40 UTC (History)
0 users

See Also:


Attachments
file.shar (3.55 KB, text/plain)
2012-06-22 16:40 UTC, Dmitry Pryadko
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Pryadko 2012-06-22 16:40:03 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-22 16:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2012-06-23 03:11:15 UTC
Responsible Changed
From-To: freebsd-python->jgh

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-27 23:25:57 UTC
jgh         2012-06-27 22:25:42 UTC

  FreeBSD ports repository

  Modified files:
    dns                  Makefile 
  Added files:
    dns/py-publicsuffix  Makefile distinfo pkg-descr 
  Log:
  add new port: dns/py-publicsuffix
  
  This module allows you to get the public suffix of a domain name using
  the Public Suffix List from http://publicsuffix.org
  
  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.
  Accurately knowing the public suffix of a domain is useful when handling web
  browser cookies, highlighting the most important part of a domain name in a
  user interface or sorting URLs by web site
  
  WWW: http://pypi.python.org/pypi/publicsuffix/
  
  PR:     ports/169326
  Submitted by:   d.pryadko@rambler-co.ru
  
  Revision  Changes    Path
  1.157     +1 -0      ports/dns/Makefile
  1.1       +27 -0     ports/dns/py-publicsuffix/Makefile (new)
  1.1       +2 -0      ports/dns/py-publicsuffix/distinfo (new)
  1.1       +10 -0     ports/dns/py-publicsuffix/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 4 dfilter service freebsd_committer freebsd_triage 2012-06-27 23:34:09 UTC
Author: jgh (ports committer)
Date: Wed Jun 27 22:33:22 2012
New Revision: 39139
URL: http://svn.freebsd.org/changeset/doc/39139

Log:
  add Dmitry Pryadko for dns/py-publicsuffix
  
  PR:	ports/169326

Modified:
  head/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml

Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
==============================================================================
--- head/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml	Wed Jun 27 21:16:37 2012	(r39138)
+++ head/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml	Wed Jun 27 22:33:22 2012	(r39139)
@@ -2606,6 +2606,11 @@
     </listitem>
 
     <listitem>
+      <para>Dmitry Pryadko
+	<email>d.pryadko@rambler-co.ru</email></para>
+    </listitem>
+
+    <listitem>
       <para>Dmitry Semkin
 	<email>ds@tic-tac.ru</email></para>
     </listitem>
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 5 Jason Helfman freebsd_committer freebsd_triage 2012-06-27 23:34:24 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!