Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv12092

Added Files:
        pngnq.info pngtools.info prefuse.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: pngtools.info ---
Package: pngtools
Version: 0.4
Revision: 3
Depends: libpng3-shlibs (>= 1:1.2.35-2)
BuildDepends: libpng3 (>= 1:1.2.35-2)
Source: http://www.stillhq.com/%n/source/%n_0_4.tgz
Source-MD5: 81b8cbfdae3cadd42ca8635c00d319f0
SourceDirectory: %n-%v
SetCFLAGS: -Os
PatchScript: chmod +x config/install-sh
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: ABOUT AUTHORS COPYING ChangeLog NEWS README
License: GPL
Homepage: http://www.stillhq.com/pngtools/source
Maintainer: Jack Fink <jackf...@users.sourceforge.net>
Description: Useful tools for manipulating PNG images

--- NEW FILE: pngnq.info ---
Package: pngnq
Version: 0.5
Revision: 2
Source: mirror:sourceforge:%n/%n-%v-src.tar.gz
Source-MD5: 14aff764008dfd55e816d3fe08636cb9
SourceDirectory: %v
License: Restrictive
Homepage: http://pngnq.sourceforge.net
Maintainer: Pierre-Henri Lavigne <yakesonchih...@aim.com>
Description: PNG Quantizer Tool
DescDetail:<<
Pngnq is a tool for quantizing PNG images in RGBA format.

Pngnq is an adaptation by Stuart Coyle of Greg Roelf's
pnqquant using Anthony Dekker's neuquant algorithm.

The neuquant algorithm uses a neural network to optimise
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
Depends: libpng14-shlibs
PatchScript:<<
  #!/bin/sh -ev
  #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
  darwin_vers=`uname -r | cut -d. -f1`
  if test $darwin_vers = 8
  then sed -i.orig -e '/freegetopt/s|^|// |g' pngcomp.c
  fi
<<
SetCFLAGS: -D_POSIX_C_SOURCE
CompileScript:<<
#!/bin/bash -ev
CFLAGS=-D_POSIX_C_SOURCE make
<<
InstallScript:<<
#!/bin/bash -ev
make install DESTDIR=%d
<<

--- NEW FILE: prefuse.info ---
Package: prefuse
Version: 20060715
Revision: 1
License: BSD
Description: Information visualization toolkit
Homepage: http://www.prefuse.org/
Maintainer: Trevor Harmon <tre...@vocaro.com>

Type: java(1.4)

Source: mirror:sourceforge:%n/%n-beta-%v.zip
Source-MD5: 24982ff460ffda990501f5566525eff8
SourceDirectory: %n-beta

Depends: system-java (>= 1.4)
BuildDepends: system-java-dev (>= 1.4), ant-base

CompileScript: ant compiledist

InstallScript: <<

  # Copy the JavaDocs
  mkdir -p %i/share/doc/%n/api
  cp -R dist/%n-beta/doc/api/* %i/share/doc/%n/api

  # Copy the demos
  mkdir -p %i/share/%n/demos
  cp -R dist/%n-beta/demos/* %i/share/%n/demos
  cp -R dist/%n-beta/build/demos.jar %i/share/%n/

  # Copy the data
  mkdir -p %i/share/%n/data
  cp -R dist/%n-beta/data/* %i/share/%n/data

<<

JarFiles: dist/%n-beta/build/%n.jar

DocFiles: dist/%n-beta/readme.txt dist/%n-beta/license-%n.txt

DescDetail: <<
Prefuse supports a rich set of features for data modeling, visualization, and
interaction. It provides optimized data structures for tables, graphs, and
trees, a host of layout and visual encoding techniques, and support for
animation, dynamic queries, integrated search, and database connectivity.
Prefuse is written in Java, using the Java 2D graphics library, and is easily
integrated into Java Swing applications or web applets. Prefuse is licensed
under the terms of a BSD license, and can be freely used for both commercial
and non-commercial purposes.
<<


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to