Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (eb47b73a6fb2c236ee15fdb261f9a84da1feec88)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (eb47b73a6fb2c236ee15fdb261f9a84da1feec88)
  • Date: Sun, 4 Mar 2007 06:07:00 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 ++
editors/texmaker/BUILD | 5 ++++
editors/texmaker/DEPENDS | 1
editors/texmaker/DETAILS | 37
++++++++++++++++++++++++++++++
editors/texmaker/HISTORY | 2 +
editors/texmaker/desktop/texmaker.desktop | 10 ++++++++
6 files changed, 58 insertions(+)

New commits:
commit 4ff08e8c39a2916113e05efe82cce34f2e525522
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

editors/texmaker: new spell, a LaTeX editor

diff --git a/ChangeLog b/ChangeLog
index 4487fea..e319422 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-03-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * editors/texmaker: new spell, a LaTeX editor
+
2007-03-04 George Sherwood <george AT beernabeer.com>
* xfce/xfce4-eyes-plugin: new spell for xfce4
* xfce/thunar-thumbnailers: new plugin for thunar
diff --git a/editors/texmaker/BUILD b/editors/texmaker/BUILD
new file mode 100755
index 0000000..06da184
--- /dev/null
+++ b/editors/texmaker/BUILD
@@ -0,0 +1,5 @@
+PATH=/usr/bin/qt4:${PATH}
+LD_LIBRARY_PATH=/usr/lib/qt4:$LD_LIBRARY_PATH
+DYLD_LIBRARY_PATH=/usr/lib/qt4:$DYLD_LIBRARY_PATH
+qmake -unix PREFIX=${INSTALL_ROOT}/usr texmaker.pro &&
+make
diff --git a/editors/texmaker/DEPENDS b/editors/texmaker/DEPENDS
new file mode 100755
index 0000000..2e4e2ef
--- /dev/null
+++ b/editors/texmaker/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/editors/texmaker/DETAILS b/editors/texmaker/DETAILS
new file mode 100755
index 0000000..9c0c653
--- /dev/null
+++ b/editors/texmaker/DETAILS
@@ -0,0 +1,37 @@
+ SPELL=texmaker
+ VERSION=1.5
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://www.xm1math.net/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:a0af94cbcbb9b825b964f56b264014418719bbc46fd6d46b3f648177d3e1f297192bc31812e42f1917055eca255ae08ca492fb71a08c7f74dd4c9ff32cafd2aa
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.xm1math.net/texmaker";
+ LICENSE[0]=GPL
+ ENTERED=20070304
+ SHORT="a free LaTeX editor"
+cat << EOF
+Texmaker is a free LaTeX editor, that integrates many tools needed to develop
+documents with LaTeX, in just one application. Features:
+
+ * an unicode editor to write your LaTeX source files (syntax
highlighting,
+ undo-redo, search-replace, spell checker...)
+ * the principal LaTex tags can be inserted directly with the "LaTeX" and
+ "Math" menus
+ * 370 mathematical symbols can be inserted in just one click * wizards
+ to generate code ('Quick document', 'Quick letter', tabular,
+ tabbing and array environments)
+ * LaTeX-related programs can be launched via the "Tools" menu * the
+ standard Bibtex entry types can be inserted in the ".bib" file with
+ the "Bibliography" menu
+ * a "structure view" of the document for easier navigation of a document
+ (by
+ clicking on an item in the "Structure" frame, you can jump directly
+ to the corresponding part of your 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 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
+ * an integrated LaTeX to html conversion tool
+EOF
diff --git a/editors/texmaker/HISTORY b/editors/texmaker/HISTORY
new file mode 100644
index 0000000..ba2de6a
--- /dev/null
+++ b/editors/texmaker/HISTORY
@@ -0,0 +1,2 @@
+2007-03-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS, BUILD, HISTORYdesktop/texmaker.desktop: created
spell
diff --git a/editors/texmaker/desktop/texmaker.desktop
b/editors/texmaker/desktop/texmaker.desktop
new file mode 100644
index 0000000..eb8e566
--- /dev/null
+++ b/editors/texmaker/desktop/texmaker.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.5
+Name=texmaker
+Type=Application
+Comment=a free LaTeX editor
+Exec=texmaker
+Icon=texmaker128x128.png
+Categories=Application;Editors;LaTeX;
+Term=



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (eb47b73a6fb2c236ee15fdb261f9a84da1feec88), Florian Franzmann, 03/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page