[SM-Commit] GIT changes to master grimoire by Florian Franzmann (a8eb89ed2abae2444071ef13d84f8ba77049bc2b)

Florian Franzmann scm at sourcemage.org
Wed Aug 22 18:26:39 EDT 2007


GIT changes to master grimoire by Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>:

 editors/transfig/BUILD          |    3 ---
 editors/transfig/DETAILS        |    4 ++--
 editors/transfig/HISTORY        |    4 ++++
 editors/transfig/transfig.patch |   31 -------------------------------
 4 files changed, 6 insertions(+), 36 deletions(-)

New commits:
commit a8eb89ed2abae2444071ef13d84f8ba77049bc2b
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    editors/transfig: updated to 3.2.5

diff --git a/editors/transfig/BUILD b/editors/transfig/BUILD
index 06e5432..901c93a 100755
--- a/editors/transfig/BUILD
+++ b/editors/transfig/BUILD
@@ -1,8 +1,5 @@
   sed -i "s|/local||" fig2dev/Imakefile &&
 
-  if [ "$DEVEL" == "n" ];then
-    patch -p0 < $SCRIPT_DIRECTORY/transfig.patch  
-  fi                                            &&
   xmkmf                                         &&
   make Makefiles                                &&
   make                                          
diff --git a/editors/transfig/DETAILS b/editors/transfig/DETAILS
index 5f2b989..a4c3ec3 100755
--- a/editors/transfig/DETAILS
+++ b/editors/transfig/DETAILS
@@ -5,10 +5,10 @@ if [ "$DEVEL" == "y" ];then
    SOURCE_URL[0]=ftp://epb.lbl.gov/xfig/alpha/${SOURCE}
           MD5[0]=edbca0601bfd9fef520cfa751e39a5e4
 else
-         VERSION=3.2.4
+         VERSION=3.2.5
           SOURCE=${SPELL}.${VERSION}.tar.gz
    SOURCE_URL[0]=ftp://www-epb.lbl.gov/xfig/${SOURCE}
-     SOURCE_HASH=sha512:fc89f7dc96207cb184b4d7f38fabfae1ee21c9179987b28e3cf2274aa8b7eb3cc23485d0de7415ddb242a8ec963037b20f4ce121fac1b08db4f0be0291056f1f
+     SOURCE_HASH=sha512:78577b094a985ae46238435153de02772783988ec7a96661388d1f066fac100623aba3120428cad57cc0126185433e28d3c85e1b6c3055579c94fcb2a01f5f8a
 fi
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}.${VERSION}
         WEB_SITE=http://epb.lbl.gov/xfig/
diff --git a/editors/transfig/HISTORY b/editors/transfig/HISTORY
old mode 100755
new mode 100644
index 05f20b7..641cb1f
--- a/editors/transfig/HISTORY
+++ b/editors/transfig/HISTORY
@@ -1,3 +1,7 @@
+2007-08-23 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* DETAILS, BUILD: updated to 3.2.5
+	* transfig.patch: removed
+
 2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed BUILD_API=2 and MAINTAINER.
 
diff --git a/editors/transfig/transfig.patch b/editors/transfig/transfig.patch
deleted file mode 100644
index d5ef946..0000000
--- a/editors/transfig/transfig.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- fig2dev/fig2dev.h~	2002-12-18 15:45:28.000000000 -0700
-+++ fig2dev/fig2dev.h	2003-07-15 16:33:42.000000000 -0600
-@@ -22,7 +22,7 @@
- #include <sys/file.h>
- #include <signal.h>
- #include <string.h>
--#include <varargs.h>
-+#include <stdarg.h>
- #include <pwd.h>
- #include <errno.h>
- #include <time.h>
---- fig2dev/dev/gensvg.c~	2003-07-15 16:49:40.000000000 -0600
-+++ fig2dev/dev/gensvg.c	2003-07-15 16:51:17.000000000 -0600
-@@ -692,7 +692,7 @@
-     if (t->angle != 0) {
- 	fprintf (tfp, "<g transform=\"translate(%d,%d) rotate(%d)\" >\n",
- 		 (int) (t->base_x * mag), (int) (t->base_y * mag), degrees (t->angle));
--	fprintf (tfp, "<text x=\"0\" y=\"0\" fill=\"#%6.6x\"  font-family=\"%s\" 
-+	fprintf (tfp, "<text x=\"0\" y=\"0\" fill=\"#%6.6x\"  font-family=\"%s\" \
- 		 font-style=\"%s\" font-weight=\"%s\" font-size=\"%d\" text-anchor=\"%s\" >\n",
- 		 rgbColorVal (t->color), family[(int) ceil ((t->font + 1) / 4)],
- 		 (t->font % 2 == 0 ? "normal" : "italic"),
-@@ -700,7 +700,7 @@
- 		 anchor[t->type]);
-     }
-     else
--	fprintf (tfp, "<text x=\"%d\" y=\"%d\" fill=\"#%6.6x\"  font-family=\"%s\" 
-+	fprintf (tfp, "<text x=\"%d\" y=\"%d\" fill=\"#%6.6x\"  font-family=\"%s\" \
- 		 font-style=\"%s\" font-weight=\"%s\" font-size=\"%d\" text-anchor=\"%s\" >\n",
- 		 (int) (t->base_x * mag), (int) (t->base_y * mag), rgbColorVal (t->color),
- 		 family[(int) ceil ((t->font + 1) / 4)],



More information about the SM-Commit mailing list