aboutsummaryrefslogtreecommitdiff
path: root/print/xtexsh
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-25 18:22:11 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-25 18:22:11 +0000
commit3701cd224f9f0316a3931232dface42a9a080b82 (patch)
treefeea3b6c03af6f6407f3ae01e6d23ac883acd7c1 /print/xtexsh
parent69447d905abb3f63c12f19a13630c0f089f0ca5c (diff)
downloadports-3701cd224f9f0316a3931232dface42a9a080b82.tar.gz
ports-3701cd224f9f0316a3931232dface42a9a080b82.zip
Add xtexsh 1.4.2, Tcl/Tk-based simple TeX interface.
PR: 29630 Submitted by: Jean-Sebastien Roy <js@jeannot.org>
Notes
Notes: svn path=/head/; revision=52166
Diffstat (limited to 'print/xtexsh')
-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
5 files changed, 62 insertions, 0 deletions
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