Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21908/main/finkinfo/graphics

Modified Files:
        optipng.info sng.info 
Added Files:
        sng.patch 
Log Message:
Movings lots of my packages to stable (I didn't get much feedback on most -- 
but also no complaints)

Index: optipng.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/optipng.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- optipng.info        20 Jan 2006 20:12:53 -0000      1.1
+++ optipng.info        25 Feb 2007 13:52:53 -0000      1.2
@@ -1,15 +1,31 @@
+# DISCLAIMER: Max Horn is the sole maintainer of this package.
+# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
+# Preferably, send a patch to me instead of making changes yourself!
+# If that is not possible due to extra urgency, at least send me a mail.
+#
+# Explanation: I am sick and tired of getting back to my packages and
+# discovering that people have messed with it. I am then forced to
+# retrace their steps, find out who, when and why did make a certain
+# change etc. -- i.e. it makes my life as maintainer harder.
+# Furthermore, as maintainer I am responsible for problems caused by my
+# packages. But I am not willing to take responsibility for something I
+# did not do. In particular, for changes that other people introduced
+# behind my back, no matter how good and noble their intentions were. As
+# such, I may see myself forced to drop responsibility for (and hence,
+# maintainership of) the affected package.
+
 Package: optipng
-Version: 0.4.8
+Version: 0.5.4
 Revision: 1
 Maintainer: Max Horn <[EMAIL PROTECTED]>
-Source: http://www.cs.toronto.edu/~cosmin/pngtech/%n/%n-%v.tar.gz
-Source-MD5: 0f3648f06a389d7bbb1e6bf309581b6a
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 8d989971e674a06b55e17fc5b70c41aa
 CompileScript: cd src && make -f scripts/gcc.mak
 InstallScript: <<
   /usr/bin/install -d -m 755 %i/bin
   /usr/bin/install -c -m 755 src/optipng %i/bin
 <<
-DocFiles: README doc/CAVEAT doc/DESIGN doc/FEATURES doc/HISTORY doc/LICENSE 
doc/TODO doc/USAGE
+DocFiles: *.txt doc/*.txt doc/*.html
 Description: Optimizer for PNG files
 DescDetail: <<
 OptiPNG is a PNG optimizer that recompresses the image files
@@ -22,4 +38,4 @@
 Builds and (statically) links its own modified versions of zlib and libpng.
 <<
 License: OSI-Approved
-Homepage: http://www.cs.toronto.edu/~cosmin/pngtech/optipng/
+Homepage: http://optipng.sourceforge.net/

--- NEW FILE: sng.patch ---
--- sng-1.0.2/sngd.c.bak        2005-04-03 17:13:49.000000000 -0700
+++ sng-1.0.2/sngd.c    2005-04-03 17:14:14.000000000 -0700
@@ -30,8 +30,8 @@
 };
 
 static char *current_file;
-static png_structp png_ptr;
-static png_infop info_ptr;
+png_structp png_ptr;
+png_infop info_ptr;
 
 /*****************************************************************************
  *

Index: sng.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/sng.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sng.info    20 Jan 2006 20:12:53 -0000      1.1
+++ sng.info    25 Feb 2007 13:52:53 -0000      1.2
@@ -1,16 +1,29 @@
+# DISCLAIMER: Max Horn is the sole maintainer of this package.
+# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
+# Preferably, send a patch to me instead of making changes yourself!
+# If that is not possible due to extra urgency, at least send me a mail.
+#
+# Explanation: I am sick and tired of getting back to my packages and
+# discovering that people have messed with it. I am then forced to
+# retrace their steps, find out who, when and why did make a certain
+# change etc. -- i.e. it makes my life as maintainer harder.
+# Furthermore, as maintainer I am responsible for problems caused by my
+# packages. But I am not willing to take responsibility for something I
+# did not do. In particular, for changes that other people introduced
+# behind my back, no matter how good and noble their intentions were. As
+# such, I may see myself forced to drop responsibility for (and hence,
+# maintainership of) the affected package.
+
 Package: sng
 Version: 1.0.2
-Revision: 1
-Architecture: powerpc
+Revision: 2
 Maintainer: Max Horn <[EMAIL PROTECTED]>
-Homepage: http://sng.sourceforge.net/
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 7bcbab5d60435da9aa106f3da926c049
-BuildDepends: libpng3, gcc3.3
+BuildDepends: libpng3
 Depends: libpng3-shlibs
+Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man
-SetCC: gcc-3.3
-SetCXX: g++-3.3
 InstallScript: make install DESTDIR=%d
 DocFiles: README INSTALL ChangeLog COPYING NEWS AUTHORS
 Description: Markup language for representing PNG contents
@@ -25,5 +38,6 @@
  SNG is implemented by a compiler/decompiler called sng that
  losslessly translates between SNG and PNG
 <<
-License: OSI-Approved
 DescPort: Uses autoconf. Provided under the libpng/zlib license.
+License: OSI-Approved
+Homepage: http://sng.sourceforge.net/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to