Bug 107606

Summary: [NEW PORT] textproc/odt2txt: A simple (and stupid) converter from OpenDocument Text to plain text
Product: Ports & Packages Reporter: chinsan <chinsan>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
odt2txt-0.2.shar none

Description chinsan freebsd_committer freebsd_triage 2007-01-06 05:30:15 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-06 05:30:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

rafan@ wants this PRs
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2007-01-07 07:17:25 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-01-07 07:17:27 UTC
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"