Bug 160305 - korean/gdick: request for marking it BROKEN and DEPRECATED
Summary: korean/gdick: request for marking it BROKEN and DEPRECATED
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: Jung-uk Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 09:30 UTC by R.Mahmatkhanov
Modified: 2011-08-31 23:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description R.Mahmatkhanov 2011-08-30 09:30:12 UTC
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
Comment 1 Jung-uk Kim freebsd_committer freebsd_triage 2011-08-31 23:17:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jkim

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-31 23:30:33 UTC
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"
Comment 3 Jung-uk Kim freebsd_committer freebsd_triage 2011-08-31 23:34:42 UTC
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!