Skip to Content.
Sympa Menu

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

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 (37d4bd6c92a32a8a7427fd9a9d29559aad00a9aa)
  • Date: Mon, 4 Jun 2007 20:27:19 -0500

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

ChangeLog | 3 +++
latex/latex2rtf/BUILD | 1 +
latex/latex2rtf/DEPENDS | 8 ++++++++
latex/latex2rtf/DETAILS | 18 ++++++++++++++++++
latex/latex2rtf/HISTORY | 3 +++
latex/latex2rtf/INSTALL | 2 ++
latex/latex2rtf/latex2rtf-1.9.15.tar.gz.sig |binary
7 files changed, 35 insertions(+)

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

latex2rtf: Add Tex -> MS Wordish converter

diff --git a/ChangeLog b/ChangeLog
index 8a98a2a..c509241 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-06-04 Eric Sandall <sandalle AT sourcemage.org>
+ * latex/latex2rtf: TeX to Rich Text Format (mini-MS Word) converter
+
2007-06-04 Robin Cook <rcook AT wyrms.net>
* new spell gnome2-libs/java-access-bridge

diff --git a/latex/latex2rtf/BUILD b/latex/latex2rtf/BUILD
new file mode 100755
index 0000000..445eb66
--- /dev/null
+++ b/latex/latex2rtf/BUILD
@@ -0,0 +1 @@
+make PREFIX=$INSTALL_ROOT/usr
diff --git a/latex/latex2rtf/DEPENDS b/latex/latex2rtf/DEPENDS
new file mode 100755
index 0000000..e3a172c
--- /dev/null
+++ b/latex/latex2rtf/DEPENDS
@@ -0,0 +1,8 @@
+. $SECTION_DIRECTORY/TEX_DEPENDS &&
+
+depends imagemagick &&
+
+optional_depends netpbm \
+ "--enable-images" \
+ "--disable-images" \
+ "Build Image support (almost worthless without it)"
diff --git a/latex/latex2rtf/DETAILS b/latex/latex2rtf/DETAILS
new file mode 100755
index 0000000..82023bd
--- /dev/null
+++ b/latex/latex2rtf/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=latex2rtf
+ VERSION=1.9.15
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[1]=$CTAN_URL/support/$SPELL/$SOURCE
+ SOURCE_URL[2]=http://www.ctan.org/tex-archive/support/$SPELL/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+ WEB_SITE=http://latex2rtf.sourceforge.net/
+ ENTERED=20070604
+ LICENSE[0]=GPL
+ KEYWORDS="latex doc perl"
+ SHORT="TeX parser to create Rich Text Format"
+cat << EOF
+LaTeX2rtf is a translator program which is intended to translate a LaTeX
+document (precisely: the text and a limited subset of LaTeX tags) into the
RTF
+format which can be imported by several textprocessors (including Microsoft
+Word for Windows and Word for Macintosh).
+EOF
diff --git a/latex/latex2rtf/HISTORY b/latex/latex2rtf/HISTORY
new file mode 100644
index 0000000..d0fd666
--- /dev/null
+++ b/latex/latex2rtf/HISTORY
@@ -0,0 +1,3 @@
+2007-06-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: Created
+
diff --git a/latex/latex2rtf/INSTALL b/latex/latex2rtf/INSTALL
new file mode 100755
index 0000000..b507edd
--- /dev/null
+++ b/latex/latex2rtf/INSTALL
@@ -0,0 +1,2 @@
+make install PREFIX=$INSTALL_ROOT/usr
+make install-info PREFIX=$INSTALL_ROOT/usr
diff --git a/latex/latex2rtf/latex2rtf-1.9.15.tar.gz.sig
b/latex/latex2rtf/latex2rtf-1.9.15.tar.gz.sig
new file mode 100644
index 0000000..563ba7e
Binary files /dev/null and b/latex/latex2rtf/latex2rtf-1.9.15.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (37d4bd6c92a32a8a7427fd9a9d29559aad00a9aa), Eric Sandall, 06/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page