[SM-Commit] GIT changes to master grimoire by Andraž Levstik (34175f82e45a89865e5c6780c2c85c5223bfeb7f)

Andraž Levstik scm at sourcemage.org
Tue Aug 10 04:34:16 EDT 2010


GIT changes to master grimoire by Andraž Levstik <ruskie+2054d253 at codemages.net>:

 devel/pkgconfig/DETAILS |    2 -
 devel/pkgconfig/HISTORY |    3 +
 doc/dvipng/DETAILS      |   86 +++++++++++++++++++++++++-----------------------
 doc/dvipng/HISTORY      |    3 +
 libs/tbb/DETAILS        |    4 +-
 libs/tbb/HISTORY        |    3 +
 6 files changed, 58 insertions(+), 43 deletions(-)

New commits:
commit 34175f82e45a89865e5c6780c2c85c5223bfeb7f
Author: Andraž Levstik <ruskie+2054d253 at codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 at codemages.net>

    tbb: fixup DOCS

commit c4df2addc9af89cb20ccbe8294ee4ef71602c04c
Author: Andraž Levstik <ruskie+2054d253 at codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 at codemages.net>

    dvipng: fixup long description, removed dosnewlines

commit aa885f6b73fd094372338f83417d3a4825b18a92
Author: Andraž Levstik <ruskie+2054d253 at codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 at codemages.net>

    pkgconfig: don't try to run a subshell in the description

diff --git a/devel/pkgconfig/DETAILS b/devel/pkgconfig/DETAILS
index 3e376bf..7c58683 100755
--- a/devel/pkgconfig/DETAILS
+++ b/devel/pkgconfig/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/pkg-config-$VERSION
 cat << EOF
 pkg-config is a helper tool used when compiling applications and libraries. 
 It helps you insert the correct compiler options on the command line so an 
-application can use  gcc -o test test.c `pkg-config --libs --cflags glib-2.0` 
+application can use  gcc -o test test.c 'pkg-config --libs --cflags glib-2.0' 
 for instance, rather than hard-coding values on where to find glib (or other 
 libraries). It is language-agnostic, so it can be used for defining the 
 location of documentation tools, for instance.
diff --git a/devel/pkgconfig/HISTORY b/devel/pkgconfig/HISTORY
index 2a65a90..6a29c2d 100644
--- a/devel/pkgconfig/HISTORY
+++ b/devel/pkgconfig/HISTORY
@@ -1,3 +1,6 @@
+2010-08-10 Andraž "ruskie" Levstik <ruskie+f03a580f at codemages.net>
+	* DETAILS: let's not try running a subshell in description
+
 2010-06-17 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 0.25
 
diff --git a/doc/dvipng/DETAILS b/doc/dvipng/DETAILS
index a035338..033e1fd 100755
--- a/doc/dvipng/DETAILS
+++ b/doc/dvipng/DETAILS
@@ -10,45 +10,51 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
         KEYWORDS=""
            SHORT="This program makes PNG and/or GIF graphics from DVI files"
 cat << EOF
-dvipng 
 ****** 
 
 This program makes PNG and/or GIF graphics from DVI
-files as obtained 
 from TeX and its relatives. 
 
-   If GIF support is enabled, GIF output is chosen by using the 
-`dvigif' binary or with the `--gif' option. 
 
-   It is intended to produce anti-aliased screen-resolution images as 
+dvipng
+This program makes PNG and/or GIF graphics from DVI
+files as obtained from TeX and its relatives.
+
+If GIF support is enabled, GIF output is chosen by using the
+'dvigif' binary or with the '--gif' option.
+
+It is intended to produce anti-aliased screen-resolution images as
 fast as is possible. The target audience is people who need to generate
-
 and regenerate many images again and again. The primary target is the 
-preview-latex (X)Emacs package, a package to preview formulas from 
 within
-(X)Emacs. Yes, you get to see your formulas in the (X)Emacs 
 buffer, see
-`http://www.gnu.org/software/auctex/preview-latex.html'. 
 
-   Another example is WeBWorK, an internet-based method for delivering 
-homework problems to students over the internet, giving students 
-instant feedback as to whether or not their answers are correct, see 
-`http://webwork.math.rochester.edu'. 
 
-   A more recent addition to the dvipng-using applications out there is 
-MediaWiki, the software behind Wikipedia and many other wikis out 
-there. Dvipng is used to render mathematical formulae from version 
 1.8.0
-of MediaWiki, see `http://www.mediawiki.org'. 
 
-   Other applications may also benefit, like web applications as 
-latex2html and WYSIWYG editors like LyX. 
 
 Benefits of dvipng 
-================== 
 
-   The benefits of `dvipng'/`dvigif' include 
-
-   * Speed. It is a very fast bitmap-rendering code for DVI files, which 
-     makes it suitable for generating large amounts of images 
 on-the-fly,
-     as needed in preview-latex, WeBWorK and others. 
-
-   * It does not read the postamble, so it can be started before TeX 
-     finishes. There is a `--follow' switch that makes dvipng wait at 
-     end-of-file for further output, unless it finds the POST marker 
 that
-     indicates the end of the DVI. 
-
-   * Interactive query of options. dvipng can read options interactively 
-     through stdin, and all options are usable. It is even possible to 
-     change the input file through this interface. 
-
-   * Supports PK, VF, PostScript Type1, and TrueType fonts, subfonts 
-     (i.e., as used in CJK-LaTeX), color specials, and inclusion of 
-     PostScript, PNG, JPEG or GIF images. 
-
-   * and more... 
+and regenerate many images again and again. The primary target is the
+preview-latex (X)Emacs package, a package to preview formulas from within
+(X)Emacs. Yes, you get to see your formulas in the (X)Emacs buffer, see
+'http://www.gnu.org/software/auctex/preview-latex.html'.
+
+Another example is WeBWorK, an internet-based method for delivering
+homework problems to students over the internet, giving students
+instant feedback as to whether or not their answers are correct, see
+'http://webwork.math.rochester.edu'.
+
+A more recent addition to the dvipng-using applications out there is
+MediaWiki, the software behind Wikipedia and many other wikis out
+there. Dvipng is used to render mathematical formulae from version 1.8.0
+of MediaWiki, see 'http://www.mediawiki.org'.
+
+Other applications may also benefit, like web applications as
+latex2html and WYSIWYG editors like LyX. Benefits of dvipng
+==================
+The benefits of 'dvipng'/'dvigif' include
+
+   * Speed. It is a very fast bitmap-rendering code for DVI files, which
+     makes it suitable for generating large amounts of images on-the-fly,
+     as needed in preview-latex, WeBWorK and others.
+
+   * It does not read the postamble, so it can be started before TeX
+     finishes. There is a '--follow' switch that makes dvipng wait at
+     end-of-file for further output, unless it finds the POST marker that
+     indicates the end of the DVI.
+
+   * Interactive query of options. dvipng can read options interactively
+     through stdin, and all options are usable. It is even possible to
+     change the input file through this interface.
+
+   * Supports PK, VF, PostScript Type1, and TrueType fonts, subfonts
+     (i.e., as used in CJK-LaTeX), color specials, and inclusion of
+     PostScript, PNG, JPEG or GIF images.
+
+   * and more...
 EOF
diff --git a/doc/dvipng/HISTORY b/doc/dvipng/HISTORY
index 7996a6c..2d2364c 100644
--- a/doc/dvipng/HISTORY
+++ b/doc/dvipng/HISTORY
@@ -1,3 +1,6 @@
+2010-08-10 Andraž "ruskie" Levstik <ruskie+f03a580f at codemages.net>
+	* DETAILS: removed dos newlines
+
 2009-07-29 Andraž "ruskie" Levstik <ruskie+f03a580f at codemages.net>
 	* DEPENDS, DETAILS: spell created
 
diff --git a/libs/tbb/DETAILS b/libs/tbb/DETAILS
index e3212a5..045c542 100755
--- a/libs/tbb/DETAILS
+++ b/libs/tbb/DETAILS
@@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}${VERSION}oss
          ENTERED=20090925
       LICENSE[0]=GPL
         KEYWORDS="threading intel"
-            DOCS=doc examples
+            DOCS="doc examples"
            SHORT="Intels threading building blocks library"
 cat << EOF
-Intel� Threading Building Blocks (TBB) offers a rich and complete approach to
+Intel? Threading Building Blocks (TBB) offers a rich and complete approach to
 expressing parallelism in a C++ program. It is a library that helps you take
 advantage of multi-core processor performance without having to be a threading
 expert. Threading Building Blocks is not just a threads-replacement library. It
diff --git a/libs/tbb/HISTORY b/libs/tbb/HISTORY
index abd4d67..d154c22 100644
--- a/libs/tbb/HISTORY
+++ b/libs/tbb/HISTORY
@@ -1,3 +1,6 @@
+2010-08-10 Andraž "ruskie" Levstik <ruskie+f03a580f at codemages.net>
+	* DETAILS: quote DOCS
+
 2010-04-12 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 30_20100310
 	* BUILD: add -j parameter to make



More information about the SM-Commit mailing list