[Lunar-commits] <moonbase> texmaker: version bump and moving to doc-tools

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sat May 31 19:11:18 CEST 2008


commit a2f2a65fbd9e386cedeeed297daa43870c3a66be
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sat May 31 13:11:18 2008 -0400

    texmaker: version bump and moving to doc-tools
---
 doc-tools/texmaker/BUILD   |   20 ++++++++++++++++++++
 doc-tools/texmaker/DEPENDS |   11 +++++++++++
 doc-tools/texmaker/DETAILS |   38 ++++++++++++++++++++++++++++++++++++++
 zbeta/texmaker/BUILD       |   20 --------------------
 zbeta/texmaker/DEPENDS     |   11 -----------
 zbeta/texmaker/DETAILS     |   38 --------------------------------------
 6 files changed, 69 insertions(+), 69 deletions(-)

diff --git a/doc-tools/texmaker/BUILD b/doc-tools/texmaker/BUILD
new file mode 100644
index 0000000..34180d4
--- /dev/null
+++ b/doc-tools/texmaker/BUILD
@@ -0,0 +1,20 @@
+(
+
+  . /etc/profile.d/qt4.rc                                       &&
+
+  PATH=$QTDIR/bin:$PATH                                         &&
+  LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH                   &&
+  DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH               &&
+  export QTDIR PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH           &&
+
+  PREFIX=$QTDIR                                                 &&
+  qmake -unix PREFIX=$PREFIX texmaker.pro                       &&
+
+  make                                                          &&
+  prepare_install                                               &&
+  make install                                                  &&
+
+  echo "Icons and desktop file can be found in $PREFIX/share/textmaker"
+
+
+) > $C_FIFO 2>&1
diff --git a/doc-tools/texmaker/DEPENDS b/doc-tools/texmaker/DEPENDS
new file mode 100644
index 0000000..ada6a10
--- /dev/null
+++ b/doc-tools/texmaker/DEPENDS
@@ -0,0 +1,11 @@
+depends  qt4
+
+# strictly speaking, the packages below are not required for building and are
+# only needed by texmaker at run-time, so are they optional_depends or not?
+
+optional_depends  teTeX         ""  ""  "for TeX document processing"
+optional_depends  %GHOSTSCRIPT  ""  ""  "for conversion to HTML"
+optional_depends  aspell        ""  ""  "for spell checking documents"
+
+# lin barfs here if poppler is installed, because it conflicts with xpdf
+# optional_depends  xpdf          ""  ""  "for viewing generated PDF files"
diff --git a/doc-tools/texmaker/DETAILS b/doc-tools/texmaker/DETAILS
new file mode 100644
index 0000000..64894b8
--- /dev/null
+++ b/doc-tools/texmaker/DETAILS
@@ -0,0 +1,38 @@
+          MODULE=texmaker
+         VERSION=1.7.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://www.xm1math.net/texmaker/
+      SOURCE_VFY=sha1:055aabf865e8d9baafe2762594469cd2b7d75183
+        WEB_SITE=http://www.xm1math.net/texmaker/
+         ENTERED=20071107
+         UPDATED=20080531
+           SHORT="free cross-platform LaTeX editor"
+
+cat << EOF
+Texmaker is a free LaTeX editor, that integrates many tools needed to
+develop documents with LaTeX, in just one application. Texmaker runs on
+unix, macosx and windows systems and is released under the GPL license.
+
+Features:
+ * an unicode editor to write your LaTeX source files (with 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/zbeta/texmaker/BUILD b/zbeta/texmaker/BUILD
deleted file mode 100644
index 34180d4..0000000
--- a/zbeta/texmaker/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-(
-
-  . /etc/profile.d/qt4.rc                                       &&
-
-  PATH=$QTDIR/bin:$PATH                                         &&
-  LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH                   &&
-  DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH               &&
-  export QTDIR PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH           &&
-
-  PREFIX=$QTDIR                                                 &&
-  qmake -unix PREFIX=$PREFIX texmaker.pro                       &&
-
-  make                                                          &&
-  prepare_install                                               &&
-  make install                                                  &&
-
-  echo "Icons and desktop file can be found in $PREFIX/share/textmaker"
-
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/texmaker/DEPENDS b/zbeta/texmaker/DEPENDS
deleted file mode 100644
index ada6a10..0000000
--- a/zbeta/texmaker/DEPENDS
+++ /dev/null
@@ -1,11 +0,0 @@
-depends  qt4
-
-# strictly speaking, the packages below are not required for building and are
-# only needed by texmaker at run-time, so are they optional_depends or not?
-
-optional_depends  teTeX         ""  ""  "for TeX document processing"
-optional_depends  %GHOSTSCRIPT  ""  ""  "for conversion to HTML"
-optional_depends  aspell        ""  ""  "for spell checking documents"
-
-# lin barfs here if poppler is installed, because it conflicts with xpdf
-# optional_depends  xpdf          ""  ""  "for viewing generated PDF files"
diff --git a/zbeta/texmaker/DETAILS b/zbeta/texmaker/DETAILS
deleted file mode 100644
index c5c25c4..0000000
--- a/zbeta/texmaker/DETAILS
+++ /dev/null
@@ -1,38 +0,0 @@
-          MODULE=texmaker
-         VERSION=1.6
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://www.xm1math.net/texmaker/
-      SOURCE_VFY=sha1:8da3a6370214f97b568126439408a7774b017c1d
-        WEB_SITE=http://www.xm1math.net/texmaker/
-         ENTERED=20071107
-         UPDATED=20071107
-           SHORT="free cross-platform LaTeX editor"
-
-cat << EOF
-Texmaker is a free LaTeX editor, that integrates many tools needed to
-develop documents with LaTeX, in just one application. Texmaker runs on
-unix, macosx and windows systems and is released under the GPL license.
-
-Features:
- * an unicode editor to write your LaTeX source files (with 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


More information about the Lunar-commits mailing list