summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-12-29 08:04:10 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-12-29 08:04:10 +0000
commit4fc9e4735675055e7060d512797f5da5ad687a94 (patch)
treeaad3ccb025a1df107510256c698525a93766bb76
parentThe port did not build on many systems due to conflicting and missing (diff)
add texmaker 1.0
LaTeX Development Environment
Notes
Notes: svn path=/head/; revision=96867
-rw-r--r--editors/Makefile1
-rw-r--r--editors/texmaker/Makefile33
-rw-r--r--editors/texmaker/distinfo1
-rw-r--r--editors/texmaker/pkg-descr20
-rw-r--r--editors/texmaker/pkg-plist4
5 files changed, 59 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 0fce271dafe3..e3ede22e8b48 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -170,6 +170,7 @@
SUBDIR += ted
SUBDIR += tetradraw
SUBDIR += texmacs
+ SUBDIR += texmaker
SUBDIR += textedit
SUBDIR += the
SUBDIR += thoteditor
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile
new file mode 100644
index 000000000000..34e13c024406
--- /dev/null
+++ b/editors/texmaker/Makefile
@@ -0,0 +1,33 @@
+# ex:ts=8
+# Ports collection makefile for: texmaker
+# Date created: Dec 29, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= texmaker
+PORTVERSION= 1.0
+CATEGORIES= editors
+MASTER_SITES= http://perso.club-internet.fr/pascal.brachet/texmaker/
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= LaTeX Development Environment
+
+USE_BZIP2= yes
+USE_QT_VER= 3
+
+do-build:
+ @cd ${WRKSRC} && \
+ qmake -makefile -unix "LIBS+=-lm -lqt-mt" texmaker.pro && \
+ ${SETENV} QTDIR=${X11BASE} make
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/texmaker ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/editors/texmaker/distinfo b/editors/texmaker/distinfo
new file mode 100644
index 000000000000..1296451855ad
--- /dev/null
+++ b/editors/texmaker/distinfo
@@ -0,0 +1 @@
+MD5 (texmaker_1.0.tar.bz2) = 4691a6bf9aef2b1abc48531ee44cc623
diff --git a/editors/texmaker/pkg-descr b/editors/texmaker/pkg-descr
new file mode 100644
index 000000000000..307c3a57119d
--- /dev/null
+++ b/editors/texmaker/pkg-descr
@@ -0,0 +1,20 @@
+Texmaker is a program, that integrates many tools needed to develop documents
+with LaTeX, in just one application.
+
+Features :
+ * an editor to write your LaTeX source files
+ * the principal LaTex tags can be inserted directly
+ * 370 mathematical symbols can be inserted in just one click
+ * wizards to generate code
+ * LaTeX-related programs can be launched via the "Tools" menu
+ * the standard Bibtex entry types can be inserted in the ".bib" file
+ * a "structure view" of the document for easier navigation of a document
+ * extensive LaTeX documentation
+ * in the "Messages / Log File" frame, you can see information about
+ processes and the logfile after a LaTeX compilation
+ * the "Next Latex Error" and "Previous Latex Error" commands let you reach
+ the LaTeX errors detected by Kile in the log file
+ * by clicking on the number of a line in the log file, the cursor jumps to
+ the corresponding line in the editor
+
+WWW: http://perso.club-internet.fr/pascal.brachet/texmaker/
diff --git a/editors/texmaker/pkg-plist b/editors/texmaker/pkg-plist
new file mode 100644
index 000000000000..27a29bbdf391
--- /dev/null
+++ b/editors/texmaker/pkg-plist
@@ -0,0 +1,4 @@
+bin/texmaker
+%%PORTDOCS%%%%DOCSDIR%%/latexhelp.html
+%%PORTDOCS%%%%DOCSDIR%%/usermanual.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%