Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (be91dbc55e687dfc2f8c2d0d8cfd1d58c92e8f1d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (be91dbc55e687dfc2f8c2d0d8cfd1d58c92e8f1d)
  • Date: Fri, 6 Oct 2006 08:31:35 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

doc/xdvi/CONFLICTS | 1 +
doc/xdvik/BUILD | 2 ++
doc/xdvik/CONFIGURE | 8 ++++++++
doc/xdvik/CONFLICTS | 1 +
doc/xdvik/DEPENDS | 13 +++++++++++++
doc/xdvik/DETAILS | 17 +++++++++++++++++
doc/xdvik/HISTORY | 2 ++
7 files changed, 44 insertions(+)

New commits:
commit be91dbc55e687dfc2f8c2d0d8cfd1d58c92e8f1d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

added spell for xdvik

diff --git a/doc/xdvi/CONFLICTS b/doc/xdvi/CONFLICTS
new file mode 100755
index 0000000..77ce802
--- /dev/null
+++ b/doc/xdvi/CONFLICTS
@@ -0,0 +1 @@
+xdvi
diff --git a/doc/xdvik/BUILD b/doc/xdvik/BUILD
new file mode 100755
index 0000000..50d719e
--- /dev/null
+++ b/doc/xdvik/BUILD
@@ -0,0 +1,2 @@
+OPTS="$XDVIK_OPTS --with-xdvi-x-toolkit=$XDVIK_KIT --with-ps=$XDVIK_PS
--disable-multiplatform $OPTS" &&
+default_build
diff --git a/doc/xdvik/CONFIGURE b/doc/xdvik/CONFIGURE
new file mode 100755
index 0000000..8cda98f
--- /dev/null
+++ b/doc/xdvik/CONFIGURE
@@ -0,0 +1,8 @@
+config_query_list XDVIK_KIT "choose X toolkit" \
+ motif \
+ Xaw3d &&
+#configure sugests postscript being optional but that doesn't work
+#config_query_option XDVIK_PS "enable postscript rendering?" y "gs" "no" &&
+persistent_add XDVIK_PS &&
+XDVIK_PS=gs &&
+config_query_option XDVIK_OPTS "set default paper size to letter?" n
"--disable-a4" ""
diff --git a/doc/xdvik/CONFLICTS b/doc/xdvik/CONFLICTS
new file mode 100755
index 0000000..d936be1
--- /dev/null
+++ b/doc/xdvik/CONFLICTS
@@ -0,0 +1 @@
+conflicts xdvi
diff --git a/doc/xdvik/DEPENDS b/doc/xdvik/DEPENDS
new file mode 100755
index 0000000..a23aa56
--- /dev/null
+++ b/doc/xdvik/DEPENDS
@@ -0,0 +1,13 @@
+depends X11-LIBS &&
+# also depends on libxt if modular x, but that's included
+if [[ ${XDVI_KIT} == motif ]]
+then
+ depends MOTIF
+else
+ depends xaw3d
+fi &&
+optional_depends t1lib --with-system-t1lib "" "for using system t1lib" &&
+if [[ ${XDVIK_PS} == gs ]]
+then
+ depends POSTSCRIPT-INTERPRETER
+fi
diff --git a/doc/xdvik/DETAILS b/doc/xdvik/DETAILS
new file mode 100755
index 0000000..338feee
--- /dev/null
+++ b/doc/xdvik/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=xdvik
+ VERSION=22.84.10
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/xdvi/${SOURCE}
+SOURCE_HASH=sha512:288b743ceb2a259ea0143de2312cde4e6ca78b8b5b3831aef729d87e85fd0b58a6efebaea4349286bbe699179c063889b2052a1331d2b9589a674464f2899ce7
+ WEB_SITE=http://xdvi.sourceforge.net/
+ ENTERED=20060929
+ KEYWORDS="doc"
+ SHORT="xdvik: a DVI viewer for X, based on xdvi"
+cat << EOF
+Xdvik is a program for displaying DVI files (generated e.g. by Troff or TeX)
on the X window system. It is based on the regular (non-k) xdvi of the same
version number.
+ We try to track the changes in xdvi (possibly with some delay), so that any
version of xdvik has at least all the features of the `regular' xdvi with the
same version number. For updates between xdvi releases, an additional
`patchlevel' number is used, e.g. 22.74.3 for patchlevel 3 of release 22.74.
+
+Xdvik added some nice features like hyperref support...
+EOF
+
diff --git a/doc/xdvik/HISTORY b/doc/xdvik/HISTORY
new file mode 100755
index 0000000..19e5e08
--- /dev/null
+++ b/doc/xdvik/HISTORY
@@ -0,0 +1,2 @@
+2006-09-29 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, CONFIGURE, CONFLICTS, DEPENDS, DETAILS: created



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (be91dbc55e687dfc2f8c2d0d8cfd1d58c92e8f1d), Thomas Orgis, 10/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page