* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* use stable url for ncurses
* some whitespace fixes
Remaining md5sums either didn't download or
didn't pass checksum tests.
docx2txt is a perl based conversion tool to convert docx files to plain
text. It simplifies comparing the content of docx files a lot.
Its usage is simple:
docx2txt.pl [infile.docx|-|-h] [outfile.txt|-]
docx2txt.pl < infile.docx
docx2txt.pl < infile.docx > outfile.txt
Signed-off-by: Matthias Aßhauer <mha1993@live.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>