aboutsummaryrefslogtreecommitdiff
path: root/textproc/fmtlatex
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-10-04 13:29:37 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-10-04 13:29:37 +0000
commit23898ad5a95f5586f88974a56a8baad820dec624 (patch)
tree0f830c9ea75a432805212a81543a28ce2e5b0071 /textproc/fmtlatex
parent4b864b790647daf2904ca84e048b624e5835ec5d (diff)
downloadports-23898ad5a95f5586f88974a56a8baad820dec624.tar.gz
ports-23898ad5a95f5586f88974a56a8baad820dec624.zip
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
Notes
Notes: svn path=/head/; revision=551389
Diffstat (limited to 'textproc/fmtlatex')
-rw-r--r--textproc/fmtlatex/Makefile33
-rw-r--r--textproc/fmtlatex/distinfo3
-rw-r--r--textproc/fmtlatex/pkg-descr5
3 files changed, 41 insertions, 0 deletions
diff --git a/textproc/fmtlatex/Makefile b/textproc/fmtlatex/Makefile
new file mode 100644
index 000000000000..d4c9115638a2
--- /dev/null
+++ b/textproc/fmtlatex/Makefile
@@ -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>
diff --git a/textproc/fmtlatex/distinfo b/textproc/fmtlatex/distinfo
new file mode 100644
index 000000000000..d37415388757
--- /dev/null
+++ b/textproc/fmtlatex/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1601816624
+SHA256 (loopspace-fmtlatex-g20130930-e76acd9_GH0.tar.gz) = 3ed255dbd435b52fb68b9bb1953c3c45cf5a3e6a7593e75f604f2a10a2c41608
+SIZE (loopspace-fmtlatex-g20130930-e76acd9_GH0.tar.gz) = 6539
diff --git a/textproc/fmtlatex/pkg-descr b/textproc/fmtlatex/pkg-descr
new file mode 100644
index 000000000000..e2e08580f68f
--- /dev/null
+++ b/textproc/fmtlatex/pkg-descr
@@ -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