Bug 225113 - [NEW PORT] textproc/p5-docx2txt: Utility to convert Docx documents to equivalent Text documents
Summary: [NEW PORT] textproc/p5-docx2txt: Utility to convert Docx documents to equival...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-12 17:39 UTC by Piotr Kubaj
Modified: 2019-01-05 18:06 UTC (History)
2 users (show)

See Also:


Attachments
shar (2.62 KB, text/plain)
2018-01-12 17:39 UTC, Piotr Kubaj
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2018-01-12 17:39:01 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-05 18:05:51 UTC
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
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-01-05 18:06:28 UTC
Committed, thanks for the patch. Sorry it took so long.