Add textproc/fmtlatex

fmtlatex is able to put a LaTeX document into a canonical formatting form,
which is then suitable for comparing genuine content differences between
various revisions of the same document rather than just formatting differences.

WWW: https://github.com/loopspace/fmtlatex
This commit is contained in:
Mateusz Piotrowski 2020-10-04 13:29:37 +00:00
parent 4b864b7906
commit 23898ad5a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551389
4 changed files with 42 additions and 0 deletions

View File

@ -202,6 +202,7 @@
SUBDIR += fldiff
SUBDIR += flex
SUBDIR += flip
SUBDIR += fmtlatex
SUBDIR += fo-aspell
SUBDIR += foiltex
SUBDIR += fop

View File

@ -0,0 +1,33 @@
# $FreeBSD$
PORTNAME= fmtlatex
DISTVERSION= g20130930
CATEGORIES= textproc perl5
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Reformat LaTeX documents suitable for version control
LICENSE= GPLv2+
USES= perl5 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= loopspace
GH_TAGNAME= e76acd9
SHEBANG_FILES= ${PORTNAME}
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= Bugs ChangeLog
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1601816624
SHA256 (loopspace-fmtlatex-g20130930-e76acd9_GH0.tar.gz) = 3ed255dbd435b52fb68b9bb1953c3c45cf5a3e6a7593e75f604f2a10a2c41608
SIZE (loopspace-fmtlatex-g20130930-e76acd9_GH0.tar.gz) = 6539

View File

@ -0,0 +1,5 @@
fmtlatex is able to put a LaTeX document into a canonical formatting form,
which is then suitable for comparing genuine content differences between
various revisions of the same document rather than just formatting differences.
WWW: https://github.com/loopspace/fmtlatex