Bug 160306 - converters/py-cjkcodecs: request for marking it DEPRECATED
Summary: converters/py-cjkcodecs: request for marking it 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: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 09:40 UTC by R.Mahmatkhanov
Modified: 2011-09-01 16:10 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:40:11 UTC
cjcodecs is a part of python since 2.4. Please see:
http://www.python.org/getit/releases/2.4/highlights/:
"""The CJKCodecs collection of East Asian codecs, maintained by Hye-Shik Chang, was integrated into 2.4."""

or on CJKCodecs offsite:
http://cjkpython.berlios.de/#CJKCodecs:
"""CJKCodecs has been integrated into Python 2.4 and you will have it by default.""

The only consumer of this port is korean/gdick, that is broken and removal requested (see ports/160305)

We have no python < 2.4 in ports, so this port has no use and should be removed with message to users that they should use standard python `codecs` module instead.

tag: droppython24
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2011-09-01 14:34:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-01 16:04:16 UTC
eadler      2011-09-01 15:04:02 UTC

  FreeBSD ports repository

  Modified files:
    converters/py-cjkcodecs Makefile 
  Log:
  - Deprecate this port because its functionality is integrated into
   Python 2.4+
  
  PR:             ports/160306
  Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
  Approved by:    sahil (mentor)
  
  Revision  Changes    Path
  1.11      +3 -0      ports/converters/py-cjkcodecs/Makefile
_______________________________________________
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 Eitan Adler freebsd_committer freebsd_triage 2011-09-01 16:04:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!