Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (08a737f1ab74a1c8a15bb028ac3f67b781203612)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (08a737f1ab74a1c8a15bb028ac3f67b781203612)
  • Date: Mon, 10 Sep 2007 09:42:15 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

doc/man-pages-fr/DETAILS | 8 ++++----
doc/man-pages-fr/HISTORY | 3 +++
doc/pstoedit/DEPENDS | 13 +++++++++++--
doc/pstoedit/DETAILS | 8 ++++----
doc/pstoedit/HISTORY | 6 ++++++
graphics/graphicsmagick/DETAILS | 4 ++--
graphics/graphicsmagick/HISTORY | 3 +++
graphics/imagemagick/DEPENDS | 2 --
graphics/imagemagick/HISTORY | 3 +++
9 files changed, 36 insertions(+), 14 deletions(-)

New commits:
commit 40246ef1b80ad58da511724e0498d1001c92211b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

imagemagick - minor change

commit 0939b55d86f56c5aa045c56561b60093fc19c72f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pstoedit-3.45

commit f3b791431e6918cf6c0301bbda57c9b0d1245e03
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

graphicsmagick-1.1.8

commit 8f1d59ce333d7000374cca1a78b23aa88a9dc737
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

man-pages-fr-2.40.0

diff --git a/doc/man-pages-fr/DETAILS b/doc/man-pages-fr/DETAILS
index 0729e30..6b59982 100755
--- a/doc/man-pages-fr/DETAILS
+++ b/doc/man-pages-fr/DETAILS
@@ -1,10 +1,10 @@
SPELL=man-pages-fr
- VERSION=1.59.0
+ VERSION=2.40.0
+
SOURCE_HASH=sha512:9c70feae935cb8190b7e085547dae742e0ef500f1680c7173d9bcf44f2f0cbe23ca595e53dfb5c500cc4e197569ad61ca4d9428ef2e715e970812e90eb5652ce
ARCHIVE=off
- SOURCE=man-fr-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/man-fr-$VERSION
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://manpagesfr.free.fr/download/$SOURCE
-
SOURCE_HASH=sha512:cea7c1d54b91c69f1cdff4a060ebf5eeeeb0c766058bc2d2b6992a69bd52dd3c81942b3ebb7f028f952e8e12414b6303a78b92da54a8e24a252ad9559412a30c
WEB_SITE=http://manpagesfr.free.fr/
ENTERED=20050619
LICENSE[0]=GPL
diff --git a/doc/man-pages-fr/HISTORY b/doc/man-pages-fr/HISTORY
index f4d036e..c4c0235 100644
--- a/doc/man-pages-fr/HISTORY
+++ b/doc/man-pages-fr/HISTORY
@@ -1,3 +1,6 @@
+2007-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.40.0
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/doc/pstoedit/DEPENDS b/doc/pstoedit/DEPENDS
index d8690f8..541ba6e 100755
--- a/doc/pstoedit/DEPENDS
+++ b/doc/pstoedit/DEPENDS
@@ -1,2 +1,11 @@
-depends imagemagick &&
-depends POSTSCRIPT-INTERPRETER
+depends g++ &&
+depends pkgconfig &&
+depends POSTSCRIPT-INTERPRETER &&
+optional_depends imagemagick '--with-magick' \
+ '--without-magick' \
+ '' &&
+#optional_depends plotlib '--with-libplot' \
+# '--without-libplot'\
+# 'plotting support' &&
+optional_depends gd '' '' '' &&
+optional_depends libpng '' '' 'PNG support'
diff --git a/doc/pstoedit/DETAILS b/doc/pstoedit/DETAILS
index 71a9e6e..0d4acc0 100755
--- a/doc/pstoedit/DETAILS
+++ b/doc/pstoedit/DETAILS
@@ -1,10 +1,10 @@
SPELL=pstoedit
- VERSION=3.40
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=3.45
+
SOURCE_HASH=sha512:9f2eaff530c94c6f79d4d1a7df8258e0af619197c4e0129b5b84918eaac77e5239c35ff0eb7fc34bccb2200ef484c4ab53f0dd94a5c7173a1124c6bbb5a8ba20
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.helga-glunz.homepage.t-online.de/$SPELL/$SOURCE
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://www.pstoedit.net/pstoedit
-
SOURCE_HASH=sha512:c6f432bbf5b07ead65d71979469495ca6d6e8f205cddaf875a6b87dfa8431237b03ad885513429d7f5237b2697d11bb9e86d183ade720d0e41c6151a78fc58b0
LICENSE[0]=GPL
ENTERED=20030730
KEYWORDS="pdf postscript doc"
diff --git a/doc/pstoedit/HISTORY b/doc/pstoedit/HISTORY
index b479bc2..1db5153 100644
--- a/doc/pstoedit/HISTORY
+++ b/doc/pstoedit/HISTORY
@@ -1,3 +1,9 @@
+2007-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.41
+ new URL
+ * DEPENDS: add g++, gd, libpng, pkgconfig
+ imagemagick is optional
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/graphics/graphicsmagick/DETAILS b/graphics/graphicsmagick/DETAILS
index 603bd03..fc7916e 100755
--- a/graphics/graphicsmagick/DETAILS
+++ b/graphics/graphicsmagick/DETAILS
@@ -6,11 +6,11 @@ then

SOURCE_URL[0]=ftp://ftp.${SPELL}.org/pub/GraphicsMagick/snapshots/${SOURCE}

SOURCE_HASH=sha512:ee6cb4760f766174088275eafaf44506158bfa1665bf36ecdd0a840aa4b0b9688e032088a2a06bd7ae5abc6239b538f504c52bc1a5030ae1c905afff6568a747
else
- VERSION=1.1.7
+ VERSION=1.1.8
+
SOURCE_HASH=sha512:1f6bb6134db46e55ecdd99ed6782c2e7825e192a76cac45568aa3563f7f988bf018bc54245792bf6546e28f19ac40b2325d8b46817d729a4d501ccef361fef7a
SOURCE=GraphicsMagick-${VERSION}.tar.bz2
SOURCE_URL[0]=ftp://ftp.${SPELL}.org/pub/GraphicsMagick/${SOURCE}
SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:ec32ed20c27233998c118b9ff9578711df12b9973621673593e38177be70015cd11b3ff7e5f19139777210e4582d4200737b76fdf0ade162f42591c9449dc3e7
fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/GraphicsMagick-${VERSION}
WEB_SITE=http://www.${SPELL}.org
diff --git a/graphics/graphicsmagick/HISTORY b/graphics/graphicsmagick/HISTORY
index 5458a6c..f1920e0 100644
--- a/graphics/graphicsmagick/HISTORY
+++ b/graphics/graphicsmagick/HISTORY
@@ -1,3 +1,6 @@
+2007-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.8
+
2007-03-02 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: enabled perl optional dependency with explicitly pointed
binary location
diff --git a/graphics/imagemagick/DEPENDS b/graphics/imagemagick/DEPENDS
index b6e3665..bc1a57c 100755
--- a/graphics/imagemagick/DEPENDS
+++ b/graphics/imagemagick/DEPENDS
@@ -25,8 +25,6 @@ if [ "$(get_spell_provider $SPELL X11-LIBS)" ==
"xorg-server" ]; then
depends libxrender
fi &&

-message "If you are going to install cups, choose espgs instead of
ghostscript." &&
-
optional_depends POSTSCRIPT-INTERPRETER \
"" \
"" \
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index dcaaa33..2198c19 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,6 @@
+2007-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: remove obsolete message about espgs
+
2007-09-04 George Sherwood <george AT beernabeer.com>
* DETAILS: updated to version 6.3.5-8




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (08a737f1ab74a1c8a15bb028ac3f67b781203612), Treeve Jelbert, 09/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page