Port details |
- odt2txt Simple converter from OpenDocument Text to plain text
- 0.5 textproc =5 0.5Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2007-01-07 07:25:55
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: unzip, pcre, libxml2, t1lib, aspell
- License: GPLv2
- WWW:
- https://github.com/dstosberg/odt2txt
- Description:
- odt2txt is a command-line tool which extracts the text out of OpenDocument Texts
produced by LibreOffice, OpenOffice, StarOffice, KOffice and others.
odt2txt can also extract text from some file formats similar to OpenDocument
Text, such as OpenOffice.org XML, which was used by OpenOffice.org version 1.x
and older StarOffice versions. To a lesser extent, odt2txt may be useful to
extract content from OpenDocument spreadsheets and OpenDocument presentations.
odt2txt is:
- small
- supports multiple output encodings
- adopts to your locale
- able to substitute common characters which the output charset does not contain
with ascii look-a-likes
- written in C, has few dependencies
- portable (runs on Linux, Mac OS X, Windows, *BSD, Cygwin, Solaris, HP-UX)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- odt2txt>0:textproc/odt2txt
- To install the port:
- cd /usr/ports/textproc/odt2txt/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/odt2txt
- pkg install odt2txt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: odt2txt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (dstosberg-odt2txt-v0.5_GH0.tar.gz) = 23a889109ca9087a719c638758f14cc3b867a5dcf30a6c90bf6a0985073556dd
SIZE (dstosberg-odt2txt-v0.5_GH0.tar.gz) = 24460
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_odt2txt
- USES:
- gmake iconv localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5 19 Jan 2020 11:11:01 |
sunpoet |
Update manpage location (r523104) |
0.5 10 Jun 2017 01:50:49 |
sunpoet |
Fix WWW |
0.5 17 Oct 2015 18:08:32 |
sunpoet |
- Add LICENSE_FILE
- Use USES=localbase |
0.5 30 May 2015 21:25:07 |
mat |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
0.5 21 Mar 2015 19:39:54 |
sunpoet |
- Update to 0.5
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Silence patch message
- Cosmetic change
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/dstosberg/odt2txt/commits/master |
0.4_2 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
0.4_2 09 Nov 2014 09:37:08 |
marino |
textproc/odt2txt: switch to github to fix fetching
While here, reset maintainership. The maintainer has not provided any
updates since taking over the port in 2011, including staging the port.
PR: 194348
Submitted by: kvedulv (de)
Approved by: (former) maintainer timeout |
0.4_1 26 Feb 2014 09:04:31 |
ehaupt |
Support staging |
0.4_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.4_1 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
0.4_1 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
0.4_1 01 Jun 2011 08:22:53 |
wen |
- Add odt2txt.1 to port
- Minor cleanups
- Pass maintainership to submitter
PR: ports/157270
Submitted by: "Alexey V. Degtyarev" <alexey@renatasystems.org> |
0.4 16 Jan 2011 00:03:03 |
gerald |
We no longer need to override ICONV_CHAR via CPPFLAGS, it is automatically
detected now. (This also avoids double quotes in CPPFLAGS. [1])
PR: 153625 [1]
Feature safe: yes |
0.4 28 Aug 2009 17:37:26 |
linimon |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
0.4 27 Jun 2008 14:00:54 |
chinsan |
- Update to 0.4 |
0.3 27 May 2007 06:50:56 |
rafan |
- Update to 0.3
PR: ports/113025
Submitted by: chinsan (maintainer) |
0.2 07 Jan 2007 07:17:21 |
rafan |
Add odt2txt 0.2, a simple (and stupid) converter from OpenDocument Text
to plain text.
PR: ports/107606
Submitted by: chinsan |