Created attachment 189658 [details] shar The port is a Perl utility to convert docx to txt. Builds with Poudriere on 10.3-RELEASE. Portlint -A: looks fine.
A commit references this bug: Author: swills Date: Sat Jan 5 18:05:39 UTC 2019 New revision: 489359 URL: https://svnweb.freebsd.org/changeset/ports/489359 Log: textproc/p5-docx2txt: create port docx2txt is a perl based command line utility to convert Microsoft Office(Tm) Docx documents to equivalent Text documents. Latest version supports following features during text extraction. * Character conversions (" ' < & > - ... fraction and some mathematical symbols etc.); currency characters are converted to respective names like Euro. * Capitalisation of text blocks. * Center and right justification of text fitting in a line of (configurable) 80 columns. * Horizontal ruler, line breaks, paragraphs separation, tabs * Indicating hyperlinked text along with the hyperlink. (configurable) * Handling (bullet, decimal, letter, roman) lists along with (attempt at) indentation. WWW: https://sourceforge.net/projects/docx2txt/ PR: 225113 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Changes: head/textproc/Makefile head/textproc/p5-docx2txt/ head/textproc/p5-docx2txt/Makefile head/textproc/p5-docx2txt/distinfo head/textproc/p5-docx2txt/pkg-descr head/textproc/p5-docx2txt/pkg-plist
Committed, thanks for the patch. Sorry it took so long.