Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (cf36f3d5ca3989c5c152e87ad610ba12aab1955d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (cf36f3d5ca3989c5c152e87ad610ba12aab1955d)
  • Date: Tue, 21 Jul 2009 15:59:49 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
kde4-apps/kile4/CONFIGURE | 1 +
kde4-apps/kile4/DEPENDS | 15 +++++++++++++++
kde4-apps/kile4/DETAILS | 33
+++++++++++++++++++++++++++++++++
kde4-apps/kile4/HISTORY | 3 +++
kde4-apps/kile4/kile-2.1b1.tar.bz2.sig |binary
6 files changed, 55 insertions(+)

New commits:
commit cf36f3d5ca3989c5c152e87ad610ba12aab1955d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kile4: Added a KDE4 (La)TeX editor and shell

diff --git a/ChangeLog b/ChangeLog
index 26fdd52..7452b68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-07-21 Eric Sandall <sandalle AT sourcemage.org>
+ * kde4-apps/kile4: Added a KDE4 (La)TeX editor and shell
+
2009-07-20 Treeve Jelbert <treeve AT sourcemage.org>
* kde4-apps/kchmviewer4: new spell, based on kchmviewer

diff --git a/kde4-apps/kile4/CONFIGURE b/kde4-apps/kile4/CONFIGURE
new file mode 100755
index 0000000..3e2e1ef
--- /dev/null
+++ b/kde4-apps/kile4/CONFIGURE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/KDE_CONFIGURE
diff --git a/kde4-apps/kile4/DEPENDS b/kde4-apps/kile4/DEPENDS
new file mode 100755
index 0000000..3d4702d
--- /dev/null
+++ b/kde4-apps/kile4/DEPENDS
@@ -0,0 +1,15 @@
+source $SECTION_DIRECTORY/KDE_DEPENDS &&
+
+#depends kdebase &&
+#depends kdegraphics &&
+depends tetex &&
+
+optional_depends gnuplot \
+ "" \
+ "" \
+ "to use gnuplot front end" &&
+
+optional_depends xfig \
+ "" \
+ "" \
+ "for basic vector graphics"
diff --git a/kde4-apps/kile4/DETAILS b/kde4-apps/kile4/DETAILS
new file mode 100755
index 0000000..534e0f4
--- /dev/null
+++ b/kde4-apps/kile4/DETAILS
@@ -0,0 +1,33 @@
+ SPELL=kile4
+ VERSION=2.1b1
+ SOURCE=${SPELL/4}-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/4}-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL/4}/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ WEB_SITE=http://kile.sourceforge.net/
+ ENTERED=20090720
+ LICENSE[0]=GPL
+ KEYWORDS="tex kde"
+ SHORT="KDE4 (La)TeX editor and shell"
+cat << EOF
+Kile is a user friendly TeX/LaTeX editor for the KDE4 desktop environment.
+
+The main features are:
+ * Compile, convert and view your document with one click.
+ * Auto-completion of (La)TeX commands
+ * Templates and wizards makes starting a new document very little work.
+ * Easy insertion of many standard tags and symbols and the option to
+ define (an arbitrary number of) user defined tags.
+ * Inverse and forward search: click in the DVI viewer and jump to the
+ corresponding LaTeX line in the editor, or jump from the editor to the
+ corresponding page in the viewer.
+ * Finding chapter or sections is very easy, Kile constructs a list of all
the
+ chapter etc. in your document. You can use the list to jump to the
+ corresponding section.
+ * Collect documents that belong together into a project.
+ * Easy insertion of citations and references when using projects.
+ * Flexible and smart build system to compile your LaTeX documents.
+ * QuickPreview, preview a selected part of your document.
+ * Easy access to various help sources.
+ * Advanced editing commands.
+EOF
diff --git a/kde4-apps/kile4/HISTORY b/kde4-apps/kile4/HISTORY
new file mode 100644
index 0000000..84b14e3
--- /dev/null
+++ b/kde4-apps/kile4/HISTORY
@@ -0,0 +1,3 @@
+2009-07-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS: Created
+
diff --git a/kde4-apps/kile4/kile-2.1b1.tar.bz2.sig
b/kde4-apps/kile4/kile-2.1b1.tar.bz2.sig
new file mode 100644
index 0000000..15d422b
Binary files /dev/null and b/kde4-apps/kile4/kile-2.1b1.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (cf36f3d5ca3989c5c152e87ad610ba12aab1955d), Eric Sandall, 07/21/2009

Archive powered by MHonArc 2.6.24.

Top of Page