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
Responsible Changed From-To: freebsd-ports-bugs->eadler I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!