Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2011 08:24:55 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160305: korean/gdick: request for marking it BROKEN and DEPRECATED
Message-ID:  <201108300824.p7U8OtcF090507@red.freebsd.org>
Resent-Message-ID: <201108300830.p7U8UEYO010889@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160305
>Category:       ports
>Synopsis:       korean/gdick: request for marking it BROKEN and DEPRECATED
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 30 08:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-BETA1
>Organization:
>Environment:
9.0-BETA1 i386
>Description:
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=&#50672;&#46973;&#52376; (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
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108300824.p7U8OtcF090507>