A simple (and stupid) converter from OpenDocument Text to plain text * small (size of binary is 25 KB on Linux/i386) * fast (no xml parser involved) * supports multiple output encodings, adopts to your locale * can substitute common characters which the output charset does not contain with ascii look-alikes * portable (runs on Linux, *BSD, Solaris, Windows, Cygwin) * mostly self-contained (only requirements are a POSIX-compatible regex library and an iconv implementation) * license: GPL, version 2 WWW: http://stosberg.net/odt2txt/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->rafan rafan@ wants this PRs
State Changed From-To: open->closed New port added. Thanks!
rafan 2007-01-07 07:17:21 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/odt2txt Makefile distinfo pkg-descr Log: Add odt2txt 0.2, a simple (and stupid) converter from OpenDocument Text to plain text. PR: ports/107606 Submitted by: chinsan Revision Changes Path 1.1096 +1 -0 ports/textproc/Makefile 1.1 +26 -0 ports/textproc/odt2txt/Makefile (new) 1.1 +3 -0 ports/textproc/odt2txt/distinfo (new) 1.1 +13 -0 ports/textproc/odt2txt/pkg-descr (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"