Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (6f85ae75333d2f4870ef73c9a1bb3877c722c302)
  • Date: Fri, 14 Sep 2012 19:06:54 -0500

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

ChangeLog | 3 +++
editors/texworks/BUILD | 1 +
editors/texworks/DEPENDS | 7 +++++++
editors/texworks/DETAILS | 32 ++++++++++++++++++++++++++++++++
editors/texworks/HISTORY | 3 +++
5 files changed, 46 insertions(+)

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

editors/texworks: new spell, an IDE for LaTeX

diff --git a/ChangeLog b/ChangeLog
index d002c28..1e0e74e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * editors/texworks: new spell, an IDE for LaTeX
+
2012-09-14 Treeve Jelbert <treeve AT sourcemage.org>
* doc/qpdf: new spell, manipulate pdf files

diff --git a/editors/texworks/BUILD b/editors/texworks/BUILD
new file mode 100755
index 0000000..2113434
--- /dev/null
+++ b/editors/texworks/BUILD
@@ -0,0 +1 @@
+qt4_cmake_build
diff --git a/editors/texworks/DEPENDS b/editors/texworks/DEPENDS
new file mode 100755
index 0000000..9c27fc8
--- /dev/null
+++ b/editors/texworks/DEPENDS
@@ -0,0 +1,7 @@
+depends -sub CXX gcc &&
+depends hunspell &&
+depends lua51 &&
+depends poppler &&
+depends python3 &&
+depends qt4 &&
+depends zlib
diff --git a/editors/texworks/DETAILS b/editors/texworks/DETAILS
new file mode 100755
index 0000000..5d1e102
--- /dev/null
+++ b/editors/texworks/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=texworks
+ VERSION=0.4.4-r1004
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:0f22ebca59673dea0081190f5d064b856735522ee708ae79cb0ae0760c098ac539a45ae6e2a475b75a0bffd9147e1bd3185d8bd6bb710d48408524b686ea0990
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-0.4.4"
+ WEB_SITE="http://www.tug.org/texworks/";
+ LICENSE[0]=GPL
+ ENTERED=20120915
+ SHORT="a simple TeX front-end program"
+cat << EOF
+The TeXworks project is an effort to build a simple TeX front-end program
+(working environment) that will be available for all today’s major desktop
+operating systems—in particular, MS Windows (XP/Vista/7), typical GNU/Linux
+distros and other X11-based systems, as well as Mac OS X. It is deliberately
+modeled on Dick Koch’s award-winning TeXShop for Mac OS X, which is credited
+with a resurgence of TeX usage on the Mac platform.
+
+To provide a similar experience across all systems, TeXworks is based on
+cross-platform, open source tools and libraries. The Qt toolkit was chosen
+for the quality of its cross-platform user interface capabilities, with
+native “look and feel” on each platform being a realistic target. Qt
+also provides a rich application framework, facilitating the relatively
+rapid development of a usable product.
+
+The normal TeXworks workflow is PDF-centric, using pdfTeX and XeTeX as
+typesetting engines and generating PDF documents as the default formatted
+output. Although it is possible to configure a processing path based on DVI,
+newcomers to the TeX world need not be concerned with DVI at all, but can
+generally treat TeX as a system that goes directly from marked-up text files
+to ready-to-use PDF documents.
+EOF
diff --git a/editors/texworks/HISTORY b/editors/texworks/HISTORY
new file mode 100644
index 0000000..274d784
--- /dev/null
+++ b/editors/texworks/HISTORY
@@ -0,0 +1,3 @@
+2012-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (6f85ae75333d2f4870ef73c9a1bb3877c722c302), Florian Franzmann, 09/14/2012

Archive powered by MHonArc 2.6.24.

Top of Page