aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-12-26 02:22:11 +0800
committerpetef <petef@FreeBSD.org>2001-12-26 02:22:11 +0800
commit8701d5420e6451bc231a6517e61eb15092494f2a (patch)
tree285884c70286a6d56c1804185206eabb990dbbe4 /print
parentcc211a0805c8fc162005e55c583e753f9b7df20e (diff)
downloadfreebsd-ports-gnome-8701d5420e6451bc231a6517e61eb15092494f2a.tar.gz
freebsd-ports-gnome-8701d5420e6451bc231a6517e61eb15092494f2a.tar.zst
freebsd-ports-gnome-8701d5420e6451bc231a6517e61eb15092494f2a.zip
Add xtexsh 1.4.2, Tcl/Tk-based simple TeX interface.
PR: 29630 Submitted by: Jean-Sebastien Roy <js@jeannot.org>
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/xtexsh/Makefile44
-rw-r--r--print/xtexsh/distinfo1
-rw-r--r--print/xtexsh/pkg-comment1
-rw-r--r--print/xtexsh/pkg-descr6
-rw-r--r--print/xtexsh/pkg-plist10
6 files changed, 63 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index e5cbcb1d36e6..2161a925c8bb 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -161,6 +161,7 @@
SUBDIR += xmbibtex
SUBDIR += xpp
SUBDIR += xtem
+ SUBDIR += xtexsh
SUBDIR += yatex
SUBDIR += yatex-mule
SUBDIR += yatex-xemacs
diff --git a/print/xtexsh/Makefile b/print/xtexsh/Makefile
new file mode 100644
index 000000000000..47c957225256
--- /dev/null
+++ b/print/xtexsh/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: xtexsh
+# Date created: 11 August 2001
+# Whom: Jean-Sebastien Roy <js@jeannot.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xtexsh
+PORTVERSION= 1.4.2
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.mat.univie.ac.at/pub/teschl/xtexsh/
+DISTNAME= ${PORTNAME}-1.4-2
+
+MAINTAINER= js@jeannot.org
+
+RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \
+ wish8.4:${PORTSDIR}/x11-toolkits/tk84
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-1.4
+
+USE_X_PREFIX= yes
+NO_BUILD= yes
+MAN1= xtexsh.1
+MANCOMPRESSED= yes
+
+post-patch:
+ @${PERL} -pi -e 's,/usr/bin/wish,${PREFIX}/bin/wish8.4,; \
+ s,/etc,${PREFIX}/etc,; s,bash,sh,' ${WRKSRC}/xtexsh
+
+do-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/xtexsh ${PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/xtexsh.1.gz ${PREFIX}/man/man1
+ @${INSTALL_DATA} ${WRKSRC}/xtexshrc ${PREFIX}/etc/xtexshrc
+ @${MKDIR} ${PREFIX}/share/xtexsh
+.for f in xtexsh-mini.png xtexsh.png xtexsh.desktop xtexsh.spec
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/xtexsh
+.endfor
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/index.html ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/print/xtexsh/distinfo b/print/xtexsh/distinfo
new file mode 100644
index 000000000000..cdd0185a3f80
--- /dev/null
+++ b/print/xtexsh/distinfo
@@ -0,0 +1 @@
+MD5 (xtexsh-1.4-2.tar.gz) = 93bd83523ecba9563c0a6b5d02d79a8b
diff --git a/print/xtexsh/pkg-comment b/print/xtexsh/pkg-comment
new file mode 100644
index 000000000000..0c4fc30e1e8c
--- /dev/null
+++ b/print/xtexsh/pkg-comment
@@ -0,0 +1 @@
+Tcl/Tk-based simple TeX interface
diff --git a/print/xtexsh/pkg-descr b/print/xtexsh/pkg-descr
new file mode 100644
index 000000000000..4701fc4679e3
--- /dev/null
+++ b/print/xtexsh/pkg-descr
@@ -0,0 +1,6 @@
+xtexsh - xTeX Shell by Gerald Teschlxtem
+
+The present program is a simple TeX interface for the X Window System based on
+"wish", respectively Tcl/Tk.
+
+WWW: http://www.mat.univie.ac.at/~gerald/ftp/xtexsh/
diff --git a/print/xtexsh/pkg-plist b/print/xtexsh/pkg-plist
new file mode 100644
index 000000000000..3783fd5d1bc6
--- /dev/null
+++ b/print/xtexsh/pkg-plist
@@ -0,0 +1,10 @@
+bin/xtexsh
+etc/xtexshrc
+%%PORTDOCS%%share/doc/xtexsh/README
+%%PORTDOCS%%share/doc/xtexsh/index.html
+share/xtexsh/xtexsh-mini.png
+share/xtexsh/xtexsh.desktop
+share/xtexsh/xtexsh.png
+share/xtexsh/xtexsh.spec
+@dirrm share/xtexsh
+%%PORTDOCS%%@dirrm share/doc/xtexsh
/net-p2p/bitcoin/Makefile?id=7cdcf9aed1665b5c306eb21773bdfe1e886d7103'>Update devel/protobuf to 3.6.1Sunpoet Po-Chuan Hsieh2018-12-041-1/+1 * Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-4/+0 * Update to 0.17.0 release.Alex Dupre2018-10-091-1/+1 * net-p2p/bitcoin: update to 0.16.3Kevin Bowling2018-09-301-1/+1 * A previous commit fixed the build on powerpc64.Mark Linimon2018-09-181-2/+0 * net-p2p/bitcoin: Update to 0.16.2Steve Wills2018-08-221-8/+9 * devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1 * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-301-1/+1 * Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-291-4/+6 * net-p2p/bitcoin: Upgrade from 0.16.0 to 0.16.1Vasil Dimov2018-06-251-2/+2 * Revert r473259 and r473260 which are committed by accidentSunpoet Po-Chuan Hsieh2018-06-251-1/+1 * Update to 3.6.0Sunpoet Po-Chuan Hsieh2018-06-251-1/+1 * - update to miniupnpc 2.1Dirk Meyer2018-05-091-1/+1 * devel/boost-*: update to 1.67.0Jan Beich2018-04-181-1/+1 * net-p2p/bitcoin: Add an option to use newer BDBVasil Dimov2018-03-301-8/+24 * Revert r465619 and r465623, the use of PORT_OPTIONS and option helpers isAntoine Brodin2018-03-271-14/+3 * net-p2p/bitcoin: Add an option to use newer BDBVasil Dimov2018-03-271-3/+14 * Update to 0.16.0 release and change maintainer.Alex Dupre2018-02-281-7/+10 * devel/boost-*: update to 1.66.0Jan Beich2018-01-181-1/+1 * net-p2p/bitcoin: unbreak with boost 1.66Jan Beich2017-12-261-0/+3 * Update devel/protobuf to 3.5.0Sunpoet Po-Chuan Hsieh2017-12-121-1/+1 * net-p2p/bitcoin: update to 0.15.1Steve Wills2017-11-171-1/+1 * net-p2p/bitcoin: fix typos in startup scriptVasil Dimov2017-11-081-0/+1 * net-p2p/bitcoin: Update to 0.15.0.1 [1]Steve Wills2017-10-031-3/+1 * devel/boost-*: update to 1.65.1Jan Beich2017-09-251-1/+1 * 1: upgrade to 4.0.0.Vanilla I. Shu2017-09-231-1/+1 * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-111-1/+1 * Update devel/protobuf to 3.4.0Sunpoet Po-Chuan Hsieh2017-08-161-0/+1 * net-p2p/bitcoin: Update to 0.14.2Steve Wills2017-08-121-11/+10 * - net-p2p/bitcoin: fix path error in startup script files/bitcoin.in alsoLi-Wen Hsu2017-08-021-1/+1 * Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-231-0/+2 * devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1 * Update devel/protobuf to 3.3.0Sunpoet Po-Chuan Hsieh2017-04-291-1/+1 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1 * devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2 * devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-1/+1 * Update devel/protobuf to 3.2.0Sunpoet Po-Chuan Hsieh2017-01-301-1/+1 * devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1 * - update miniupnpc to 2.0.20161216Dirk Meyer2016-12-261-1/+1 * - Update devel/protobuf to 3.1.0Sunpoet Po-Chuan Hsieh2016-12-151-1/+1 * Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.Tobias C. Berner2016-11-291-1/+1 * - Add a UID/GID for bitcoin.Marcelo Araujo2016-11-251-1/+1