BSD licensed charset/encoding converter library with more function than libiconv. (Currently, only a few codecs are supported) This port is a python wrapper for bsdconv. It install a file /usr/local/lib/python2.6/site-packages/bsdconv-3.5-py2.6.egg-info but I didnt list it in plist, just like textproc/py-xml, x11-toolkits/py-tkinter, ..etc. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Sorry the shar above missed a critical dependency This one http://security-hole.info/~buganini/ports/py-bsdconv.shar.txt is correct and builds in my tinderbox. --Buganini
Responsible Changed From-To: freebsd-python->miwi I'll take it.
State Changed From-To: open->feedback Fails to build: http://64bit.miwibox.org/index.php?action=describe_port&id=2246 http://32bit.miwibox.org/index.php?action=describe_port&id=2235
miwi 2009-10-14 14:21:58 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/py-bsdconv Makefile distinfo pkg-descr pkg-plist Log: BSD licensed charset/encoding converter library with more function than libiconv. (Currently, only a few codecs are supported) This port is a python wrapper for bsdconv. WWW: http://github.com/buganini/bsdconv/ PR: ports/139524 Submitted by: buganini at gmail.com Revision Changes Path 1.166 +1 -0 ports/converters/Makefile 1.1 +30 -0 ports/converters/py-bsdconv/Makefile (new) 1.1 +3 -0 ports/converters/py-bsdconv/distinfo (new) 1.1 +5 -0 ports/converters/py-bsdconv/pkg-descr (new) 1.1 +1 -0 ports/converters/py-bsdconv/pkg-plist (new) _______________________________________________ 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: feedback->closed Committed. Thanks!