Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19568/stable/main/finkinfo/graphics

Modified Files:
        pngcrush.info pngnq.info raster3d.info 
Log Message:
updates from 10.[78]


Index: pngcrush.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/pngcrush.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pngcrush.info       9 Jan 2012 20:10:48 -0000       1.2
+++ pngcrush.info       4 Jun 2013 02:07:58 -0000       1.3
@@ -1,16 +1,19 @@
 Package: pngcrush
-Version: 1.5.10
-Revision: 10
+Version: 1.7.16
+Revision: 1
 Maintainer: Ben Hines <bhi...@alumni.ucsd.edu>
 Source: mirror:sourceforge:pmt/%n-%v.tar.bz2
-Source-MD5: a659cc4d9f7cf57bbc979193a054704f
-CompileScript: make -f Makefile.gcc CC=cc LD=cc CFLAGS="-I. -O2 -Wall 
-DPNGCRUSH_COUNT_COLORS"
+Source2: mirror:sourceforge:pmt/%n-%v-HELP.txt
+Source-MD5: a51a2680f17854589c8cd56391fc84e1
+Source2-MD5: b7726b3acf4043dc8892daac1a154fb5
+CompileScript: make CFLAGS="-DPNGCRUSH_COUNT_COLORS"
 InstallScript: <<
  install -d %i/bin
  install -s -m 755 %n %i/bin/%n
- head -n 40 README.txt >> LICENSE
+ cp ../%n-%v-HELP.txt HELP.txt
+ head -n 107 pngcrush.c | tail -n 42  > LICENSE 
  <<
-DocFiles: README.txt  INSTALL.txt LICENSE
+DocFiles: ChangeLog.html HELP.txt LICENSE
 Description: Optimizer for PNG files
 DescDetail: <<
 pngcrush's main purpose is to reduce the size of the PNG IDAT datastream
@@ -20,7 +23,7 @@
 <<
 DescUsage: <<
  pngcrush [options] infile.png outfile.png
- See /sw/share/doc/pngcrush/README.txt for options.
+ See %p/share/doc/pngcrush/README.txt for options.
 <<
 License: OSI-Approved
 Homepage: http://pmt.sourceforge.net/pngcrush/

Index: raster3d.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/raster3d.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- raster3d.info       11 Apr 2012 19:51:16 -0000      1.7
+++ raster3d.info       4 Jun 2013 02:07:58 -0000       1.8
@@ -1,11 +1,11 @@
 Package: raster3d
 Version: 3.0-2
-Revision: 1
+Revision: 2
 Maintainer: None <fink-de...@lists.sourceforge.net>
 Source: http://skuld.bmsc.washington.edu/raster3d/Raster3D_%v.tar.gz
 Source-MD5: 970b85d32681dadcb51a1f882aa79eb6
-Depends: gcc46-shlibs, gd2-shlibs (>= 2.0.35-11), imagemagick (>= 6.1.8-1002), 
libtiff-shlibs
-BuildDepends: gcc46, gd2 (>= 2.0.35-11), libtiff, x11-dev
+Depends: gcc47-shlibs, gd2-shlibs (>= 2.0.35-11), imagemagick (>= 6.1.8-1002), 
libtiff-shlibs
+BuildDepends: gcc47, gd2 (>= 2.0.35-11), libtiff, x11-dev
 PatchFile: %n.patch
 PatchFile-MD5: d1d805ab955293255e6e39ea17ee443f
 PatchScript: <<

Index: pngnq.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/pngnq.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pngnq.info  17 Feb 2012 02:52:20 -0000      1.1
+++ pngnq.info  4 Jun 2013 02:07:58 -0000       1.2
@@ -1,10 +1,9 @@
 Package: pngnq
-Version: 0.5
-Revision: 2
-Source: mirror:sourceforge:%n/%n-%v-src.tar.gz
-Source-MD5: 14aff764008dfd55e816d3fe08636cb9
-SourceDirectory: %v
-License: Restrictive
+Version: 1.1
+Revision: 1
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: fdbb94d504931b50c54202b62f98aa44
+License: Restrictive/Distributable
 Homepage: http://pngnq.sourceforge.net
 Maintainer: Pierre-Henri Lavigne <yakesonchih...@aim.com>
 Description: PNG Quantizer Tool
@@ -18,27 +17,9 @@
 the color map selection. This is fast and quite accurate,
 giving good results on many types of images.
 <<
-DocFiles: INSTALL LICENSE README README.pngcomp
-BuildDepends: libpng14
+DocFiles: AUTHORS COPYING INSTALL NEWS README ChangeLog
+BuildDepends: libpng14, pkgconfig
 Depends: libpng14-shlibs
-PatchScript:<<
-  #Remove the default /usr/local
-  perl -pi -e 's,\/usr,\%p,g' Makefile
-  #Adding the missng zlib flag
-  perl -pi -e 's,\$\{shell libpng-config --ldflags\},\$\{shell libpng-config 
--ldflags\} -lz,g', Makefile
-  #Removing the gnu install param t to avoid depending coreutils
-  perl -pi -e 's,install -t \$\{BINDIR\} pngnq pngcomp,install -d 
\$\{DESTDIR\}\$\{BINDIR\} \&\& install pngnq pngcomp 
\$\{DESTDIR\}\$\{BINDIR\},g' Makefile
-  perl -pi -e 's,install -t \$\{MANDIR\} pngnq.1,install -d 
\$\{DESTDIR\}\$\{MANDIR\} \&\& install pngnq.1 \$\{DESTDIR\}\$\{MANDIR\},g' 
Makefile
-  perl -pi -e 's,install -d \$\{DOCDIR\},,g' Makefile
-  perl -pi -e 's,install -t \$\{DOCDIR\} README LICENSE README.pngcomp,install 
-d \$\{DESTDIR\}\$\{DOCDIR\} && install README LICENSE README.pngcomp 
\$\{DESTDIR\}\$\{DOCDIR\},g' Makefile
-  ### On 10.6, there's no getopt.h, and the ifdef to #include the included 
getopt.h is behind a WIN32 conditional
-  perl -pi -e 's|WIN32|__APPLE__|g' pngcomp.c
-<<
-SetCFLAGS: -D_POSIX_C_SOURCE
-CompileScript:<<
-#!/bin/bash -ev
-CFLAGS=-D_POSIX_C_SOURCE make
-<<
 InstallScript:<<
 #!/bin/bash -ev
 make install DESTDIR=%d


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to