Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1ff6b547dec559bbca39a57a4434146a58c1a020)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1ff6b547dec559bbca39a57a4434146a58c1a020)
  • Date: Fri, 19 Sep 2008 15:40:40 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

latex/texinfo/BUILD | 15 ++++++++-------
latex/texinfo/DEPENDS | 7 ++++---
latex/texinfo/DETAILS | 26 +++++++++++---------------
latex/texinfo/HISTORY | 5 +++++
latex/texinfo/INSTALL | 2 +-
5 files changed, 29 insertions(+), 26 deletions(-)

New commits:
commit 1ff6b547dec559bbca39a57a4434146a58c1a020
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

texinfo: => 4.13

diff --git a/latex/texinfo/BUILD b/latex/texinfo/BUILD
index 5d3974e..8110495 100755
--- a/latex/texinfo/BUILD
+++ b/latex/texinfo/BUILD
@@ -1,8 +1,9 @@
- [[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"
+[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"

-./configure --build=$BUILD \
- --prefix=${TRACK_ROOT}/usr \
- --infodir=${TRACK_ROOT}/usr/share/info \
- --mandir=${TRACK_ROOT}/usr/share/man \
- $OPTS &&
-make DESTDIR=$INSTALL_ROOT
+./configure --build=$BUILD \
+ --prefix="${TRACK_ROOT}/usr" \
+ --infodir="${TRACK_ROOT}/usr/share/info" \
+ --mandir="${TRACK_ROOT}/usr/share/man" \
+ $OPTS &&
+
+make DESTDIR="$INSTALL_ROOT"
diff --git a/latex/texinfo/DEPENDS b/latex/texinfo/DEPENDS
index 3714ad2..5782d91 100755
--- a/latex/texinfo/DEPENDS
+++ b/latex/texinfo/DEPENDS
@@ -1,3 +1,4 @@
-depends gnupg &&
-depends smgl-fhs &&
-suggest_depends tetex "" "" "for working texi2dvi/texi2pdf commands"
+depends gnupg &&
+depends smgl-fhs &&
+
+suggest_depends tetex "" "" "for working texi2dvi/texi2pdf commands"
diff --git a/latex/texinfo/DETAILS b/latex/texinfo/DETAILS
index d2a74e2..fb23826 100755
--- a/latex/texinfo/DETAILS
+++ b/latex/texinfo/DETAILS
@@ -1,11 +1,10 @@
SPELL=texinfo
- VERSION=4.12
+ VERSION=4.13
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.sig
- SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://www.gnu.org/software/texinfo
@@ -13,19 +12,16 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL
SECURITY_PATCH=1
KEYWORDS="doc"
- SHORT="texinfo contain utilities to work with and produce
manuals."
+ SHORT="utilities to work with and produce manuals"
cat << EOF
-texinfo - Utilities to work with and produce manuals,
-ASCII text, and on-line documentation from a single
-source file.
+texinfo - Utilities to work with and produce manuals, ASCII text, and on-line
+documentation from a single source file.

-Texinfo is a documentation system that uses a single
-source file to produce both online information and
-printed output. Instead of writing different documents
-for online presentation and another for printed work,
-you need have only one document.
+Texinfo is a documentation system that uses a single source file to produce
both
+online information and printed output. Instead of writing different documents
+for online presentation and another for printed work, you need have only one
+document.

-Texinfo can produce output in plain ASCII, HTML, its
-own hypertext format called Info, and (using TeX) DVI
-format.
+Texinfo can produce output in plain ASCII, HTML, its own hypertext format
called
+Info, and (using TeX) DVI format.
EOF
diff --git a/latex/texinfo/HISTORY b/latex/texinfo/HISTORY
index 4052fd1..e81af77 100644
--- a/latex/texinfo/HISTORY
+++ b/latex/texinfo/HISTORY
@@ -1,3 +1,8 @@
+2008-09-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.13; cleaned up; quoting paths
+ * DEPENDS: cleaned up
+ * BUILD: quoting paths; cleaned up
+
2008-04-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.12
* FINAL: removed `/usr/info' as generating path due to its
incorrectness
diff --git a/latex/texinfo/INSTALL b/latex/texinfo/INSTALL
index 2486d43..2e4bd1e 100755
--- a/latex/texinfo/INSTALL
+++ b/latex/texinfo/INSTALL
@@ -1 +1 @@
-make install DESTDIR=$INSTALL_ROOT
+make install DESTDIR="$INSTALL_ROOT"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1ff6b547dec559bbca39a57a4434146a58c1a020), Vlad Glagolev, 09/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page