This port is builds and runs fine, but it just don't working since yahoo changed their urls. Let me explain. gdick looks for a word in a dictionary like this: /usr/local/lib/python2.7/site-packages/gdick/YahooDict.py: 17 def search(self, word, lang='en'): 18 if lang == 'en': 19 url = "http://kr.engdic.yahoo.com/search/engdic?p=" 20 elif lang == 'ko': 21 url = "http://kr.kordic.yahoo.com/search/kordic?p=" 22 23 try: 24 data = urllib.urlopen(url+urllib.quote(word)).read() 25 print data 26 except: 27 raise ConnectException() And this urls: http://kr.engdic.yahoo.com/search/engdic?p=apple http://kr.kordic.yahoo.com/search/kordic?p=연락처 (some Korean word from README) retuns 404 error, so this port is broken and should be removed. There is no new version available and last release was 2009-07-17 so this looks like abandonware. tag: droppython24
Responsible Changed From-To: freebsd-ports-bugs->jkim I'll take it.
jkim 2011-08-31 22:30:24 UTC FreeBSD ports repository Modified files: korean/gdick Makefile distinfo pkg-descr Log: - Mark korean/gdick as IGNORE and DEPRECATED with EXPIRATION_DATE set to 2011-11-01. [1] - Update to 0.9.2 and the project URL, just in case someone wants to rescue it. PR: ports/160305 [1] Revision Changes Path 1.31 +6 -3 ports/korean/gdick/Makefile 1.12 +2 -2 ports/korean/gdick/distinfo 1.4 +1 -1 ports/korean/gdick/pkg-descr _______________________________________________ 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 Marked as IGNORE (run-time issues) and DEPRECATED with EXPIRATION_DATE set to 2011-11-01. Although it is really an abandonware, I updated it to the latest release (from 2003-12-18) and its project URL, just in case anyone wants to rescue it from the grave. Thanks!