---
name: odt2txt
version: 0.4_1
origin: textproc/odt2txt
comment: A simple converter from OpenDocument Text to plain text
arch: freebsd:9:x86:64
www: http://stosberg.net/odt2txt/
maintainer: alexey@renatasystems.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 44522
desc: |
  A simple 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/
deps:
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories: [textproc]
files:
  /usr/local/bin/odt2txt: f70fcccef4ef75c94cf508556848195f8b3f318fdb15e848a158ee02e4e8bef2
  /usr/local/man/man1/odt2txt.1.gz: e3d5423b5999fa54b6d552783a801d39b4deaa25afcfce3f84bad754aac948e0
  /usr/local/share/licenses/odt2txt-0.4_1/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/odt2txt-0.4_1/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/odt2txt-0.4_1/catalog.mk: e6c150e194b9960d6c9329ed9b823a0118bc4ecca5e911568a6a3bfac23923ec
directories:
  /usr/local/share/licenses/odt2txt-0.4_1/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
