[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics pngnq.info, 1.1, NONE pngtools.info, 1.1, NONE prefuse.info, 1.1, NONE

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv12109

Removed Files:
pngnq.info pngtools.info prefuse.info 
Log Message:
relocated to stable


--- pngtools.info DELETED ---

--- pngnq.info DELETED ---

--- prefuse.info DELETED ---


--
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


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/graphics pngnq.info, NONE, 1.1 pngtools.info, NONE, 1.1 prefuse.info, NONE, 1.1

2012-02-28 Thread David Fang
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 
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 
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 

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


[cvs] dists/10.4/stable/main/finkinfo/graphics lightlab.info,1.7,1.8

2012-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv11428

Modified Files:
lightlab.info 
Log Message:
gettext upgrade; passes build-test on 10.5 (thanks akh)


Index: lightlab.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/lightlab.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- lightlab.info   8 Jun 2011 16:17:18 -   1.7
+++ lightlab.info   29 Feb 2012 02:21:09 -  1.8
@@ -1,9 +1,9 @@
 Package: lightlab
 Version: 0.3
-Revision: 1014
+Revision: 1015
 Distribution: 10.4, 10.5
-Depends: gtk+-shlibs,gdk-pixbuf-shlibs,gnome-libs-shlibs,freeglut-shlibs
-BuildDepends: audiofile, glib, gdk-pixbuf,gnome-libs-dev,freeglut, imlib, 
esound, x11-dev, gettext-dev, gettext-bin, gettext-tools, gtk+, xmkmf (>= 
1.0.2-3)
+Depends: gtk+-shlibs,gdk-pixbuf-shlibs,gnome-libs-shlibs,freeglut-shlibs, 
libgettext8-shlibs
+BuildDepends: audiofile, glib, gdk-pixbuf,gnome-libs-dev,freeglut, imlib, 
esound, x11-dev, libgettext8-dev, gettext-bin, gettext-tools, gtk+, xmkmf (>= 
1.0.2-3)
 Source: http://www.jwz.org/%n/%n-%v.tar.gz
 Source-MD5: 0639d97b2a77c92968de4f7618f0da65
 SetLDFLAGS: -framework OpenGL -dylib_file 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib


--
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


[cvs] dists/10.4/stable/main/finkinfo/devel automake1.10.info, 1.4, 1.5 automake1.11.info, 1.3, 1.4

2012-02-28 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv11377/stable/main/finkinfo/devel

Modified Files:
automake1.10.info automake1.11.info 
Log Message:
New upstream versions of automake1.1[01] (committing this to 10.6 in agreement 
with chris)

Index: automake1.11.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/automake1.11.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- automake1.11.info   29 Jun 2010 23:42:23 -  1.3
+++ automake1.11.info   29 Feb 2012 02:19:21 -  1.4
@@ -1,9 +1,9 @@
 Package: automake1.11
-Version: 1.11.1
-Revision: 3
-Source: mirror:gnu:automake/automake-%v.tar.bz2
-Source-MD5: c2972c4d9b3e29c03d5f2af86249876f
-BuildDepends: fink (>= 0.24.12)
+Version: 1.11.3
+Revision: 1
+Source: mirror:gnu:automake/automake-%v.tar.xz
+Source-MD5: 3d72b2076eb4397ad5e9a2aace6357fd
+BuildDepends: fink (>= 0.32)
 Depends: autoconf (>= 1:2.63-1) | autoconf2.6
 Conflicts: automake, automake1.4, automake15, automake1.5, automake1.6, 
automake1.7, automake1.8, automake1.9, automake1.10
 Replaces: automake, automake1.4, automake15, automake1.5, automake1.6, 
automake1.7, automake1.8, automake1.9, automake1.10

Index: automake1.10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/automake1.10.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- automake1.10.info   29 Jun 2010 23:42:23 -  1.4
+++ automake1.10.info   29 Feb 2012 02:19:21 -  1.5
@@ -1,8 +1,8 @@
 Package: automake1.10
-Version: 1.10.2
-Revision: 4
+Version: 1.10.3
+Revision: 1
 Source: mirror:gnu:automake/automake-%v.tar.bz2
-Source-MD5: 1498208ab1c8393dcbd9afb7d06df6d5 
+Source-MD5: b8e67fb458da396bc3af7ef2b49f 
 Depends: autoconf (>= 1:2.63-1) | autoconf2.6
 Conflicts: automake, automake1.4, automake15, automake1.5, automake1.6, 
automake1.7, automake1.8, automake1.9, automake1.11
 Replaces: automake, automake1.4, automake15, automake1.5, automake1.6, 
automake1.7, automake1.8, automake1.9, automake1.11


--
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


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics lensfun.info, 1.1, NONE lensfun.patch, 1.1, NONE mpeg2vidcodec.info, 1.1, NONE mpegencode.info, 1.1, NONE mpegencode.patch, 1.1, NONE optimum.

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv7887

Removed Files:
lensfun.info lensfun.patch mpeg2vidcodec.info mpegencode.info 
mpegencode.patch optimum.info pgcedit.info pixie.info 
Log Message:
relocated to stable


--- lensfun.patch DELETED ---

--- mpeg2vidcodec.info DELETED ---

--- lensfun.info DELETED ---

--- optimum.info DELETED ---

--- mpegencode.patch DELETED ---

--- pixie.info DELETED ---

--- pgcedit.info DELETED ---

--- mpegencode.info DELETED ---


--
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


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/graphics lensfun.info, NONE, 1.1 lensfun.patch, NONE, 1.1 mpeg2vidcodec.info, NONE, 1.1 mpegencode.info, NONE, 1.1 mpegencode.patch, NONE, 1.1 optimum.in

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv7885

Added Files:
lensfun.info lensfun.patch mpeg2vidcodec.info mpegencode.info 
mpegencode.patch optimum.info pgcedit.info pixie.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: lensfun.patch ---
diff -Nurd lensfun-0.2.3/build/mak/compiler/gcc.mak 
lensfun-0.2.3-patched/build/mak/compiler/gcc.mak
--- lensfun-0.2.3/build/mak/compiler/gcc.mak2008-05-11 11:50:15.0 
-0400
+++ lensfun-0.2.3-patched/build/mak/compiler/gcc.mak2009-03-18 
16:55:53.0 -0400
@@ -72,8 +72,14 @@
 
 LINK.GCC.AR = $(GCC.AR) $(GCC.ARFLAGS) $@ $^
 LINK.GCC.EXEC = $(GCC.LD) -o $@ $(GCC.LDFLAGS) $(LDFLAGS) $1 $^ 
$(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $2
+
+ifeq ($(TARGET),mac)
+else
+RPATH.SONAME = -Wl,"-soname=$(notdir $@).$(basename $(basename $(SHARED.$3)))"
+endif
+
 define LINK.GCC.SO
-   $(GCC.LD) -o $@.$(SHARED.$3) -Wl,"-soname=$(notdir $@).$(basename 
$(basename $(SHARED.$3)))" $(GCC.LDFLAGS.SHARED) $(GCC.LDFLAGS) $(LDFLAGS) $1 
$^ $(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $2
+   $(GCC.LD) -o $@.$(SHARED.$3) $(RPATH.SONAME) $(GCC.LDFLAGS.SHARED) 
$(GCC.LDFLAGS) $(LDFLAGS) $1 $^ $(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $2
ln -fs $(notdir $@.$(SHARED.$3)) $@.$(basename $(basename $(SHARED.$3)))
ln -fs $(notdir $@.$(basename $(basename $(SHARED.$3 $@
 endef
diff -Nurd lensfun-0.2.3/build/mak/host/mac.mak 
lensfun-0.2.3-patched/build/mak/host/mac.mak
--- lensfun-0.2.3/build/mak/host/mac.mak2008-07-14 15:23:30.0 
-0400
+++ lensfun-0.2.3-patched/build/mak/host/mac.mak2009-03-18 
16:58:42.0 -0400
@@ -5,12 +5,12 @@
 # $1 - file, $2 - target dir, $3 - mode
 define SINGLE.INSTALL
if [ ! -d $2 ]; then install -m 0755 -d $2; fi
-   if [ -L $1 ]; then cp -d $1 $2$(notdir $1); else install -m $3 $1 
$2$(notdir $1); fi
+   if [ -L $1 ]; then cp -RP $1 $2$(notdir $1); else install -m $3 $1 
$2$(notdir $1); fi
 endef
 
 # $1 - directory, $2 - target dir, $3 - mode for files
 define SINGLE.INSTALLDIR
if [ ! -d $2 ]; then install -m 0755 -d $2; fi
-   cp -drP $1* $2
+   cp -RP $1* $2
find $2 -type f -print0 | xargs -0 chmod $3
 endef

--- NEW FILE: mpeg2vidcodec.info ---
Package: mpeg2vidcodec
Version: 1.2
Revision: 2
Description: The mpeg2encode and mpeg2decode programs
License: Restrictive
Homepage: http://www.mpeg.org/MPEG/MSSG/
Maintainer: Blair Zajac 

# Unpack Phase.
CustomMirror: <<
asi-ID: http://www.stttelkom.ac.id/staf/TBH/distfiles
asi-JP: http://crypto.riken.go.jp/pub/graphics/ImageMagick/delegates
asi-JP: 
http://ring.u-toyama.ac.jp/archives/graphics/ImageMagick/delegates
nam-US: http://ftp.fifi.org/ImageMagick/delegates
nam-US: http://ftp.netbsd.org/pub/pkgsrc/distfiles
nam-US: http://opendx.sdsc.edu/libs
nam-US: http://www.imagemagick.org/download/delegates
eur-CZ: http://parker.vslib.cz/MultiMedia/Video-TV/mpeg/SSG
eur-DE: http://ftp.uni-koeln.de/graph
eur-UA: http://ftp2.ua.freebsd.org/pub/FreeBSD/distfiles
<<
Source: mirror:custom:mpeg2vidcodec_v12.tar.gz
Source-MD5: 4a66565979be0818bd8a41d948943451
SourceDirectory: mpeg2

# Compile Phase.
CompileScript: make

# Install Phase.
InstallScript: <<
  install -d -m 755 %i/bin
  install -c -m 755 src/mpeg2dec/mpeg2decode %i/bin
  install -c -m 755 src/mpeg2enc/mpeg2encode %i/bin
<<
DocFiles: doc/* README

# Documentation.
DescDetail: <<
This directory contains our implementation of an ISO/IEC DIS 13818-2
codec.  It converts uncompressed video frames into MPEG-1 and MPEG-2
video coded bitstream sequences, and vice versa.

The files mpeg2enc.doc and mpeg2dec.doc in the doc/ directory contain
further information about the codec. The directory verify/ contains
a small set of verification pictures, a small bitstream, and Unix 
shell script to automatically test the output of the encoder and decoder.

Subdirectories src/mpeg2enc and src/mpeg2dec contain the source code
for the encoder and decoder, subdirectory par/ contains a couple of
example encoder parameter files for 25 and 30 frames/sec MPEG-2 and
MPEG-1 video.
<<

--- NEW FILE: lensfun.info ---
Info4: <<
Package: lensfun
Version: 0.2.3
Revision: 2
Description: Photographic lens library
License: GPL/LGPL
Maintainer: Benjamin Reed 

Depends: %N-shlibs (>= %v-%r)
BuildDepends: <<
fink (>= 0.28-1),
glib2-dev,
libpng3,
make (>= 3.81-1),
pkgconfig
<<
BuildDependsOnly: true

Source: http://download.berlios.de/%n/%n-%v.tar.bz2
Source-MD5: c5c04be4f53e3eef450ff4948d8f65b3
PatchFile: %n.patch
PatchFile-MD5: 72c31c547abb8a2ba77be61eb4595f27

SetCFLAGS: -I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include 
-I%p/include -I%p/include/libpng12
SetLDFLAGS: -L%p/lib/freetype219/lib
SetLIBS: -L%p/lib -L/usr/X11/lib -L/usr/X11R6/lib
NoSetCPPFLAGS: true

[cvs] dists/10.7/stable/main/finkinfo/devel automake1.10.info, NONE, 1.1 automake1.11.info, 1.1, 1.2

2012-02-28 Thread Chris Zubrzycki
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv3903

Modified Files:
automake1.11.info 
Added Files:
automake1.10.info 
Log Message:
updated, thanks max!

Index: automake1.11.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/automake1.11.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- automake1.11.info   20 Jul 2011 13:29:03 -  1.1
+++ automake1.11.info   29 Feb 2012 01:10:18 -  1.2
@@ -1,9 +1,9 @@
 Package: automake1.11
-Version: 1.11.1
-Revision: 3
-Source: mirror:gnu:automake/automake-%v.tar.bz2
-Source-MD5: c2972c4d9b3e29c03d5f2af86249876f
-BuildDepends: fink (>= 0.24.12)
+Version: 1.11.3
+Revision: 1
+Source: mirror:gnu:automake/automake-%v.tar.xz
+Source-MD5: 3d72b2076eb4397ad5e9a2aace6357fd
+BuildDepends: fink (>= 0.32)
 Depends: autoconf (>= 1:2.63-1) | autoconf2.6
 Conflicts: automake, automake1.4, automake15, automake1.5, automake1.6, 
automake1.7, automake1.8, automake1.9, automake1.10
 Replaces: automake, automake1.4, automake15, automake1.5, automake1.6, 
automake1.7, automake1.8, automake1.9, automake1.10

--- NEW FILE: automake1.10.info ---
Package: automake1.10
Version: 1.10.3
Revision: 1
Source: mirror:gnu:automake/automake-%v.tar.bz2
Source-MD5: b8e67fb458da396bc3af7ef2b49f 
Depends: autoconf (>= 1:2.63-1) | autoconf2.6
Conflicts: automake, automake1.4, automake15, automake1.5, automake1.6, 
automake1.7, automake1.8, automake1.9, automake1.11
Replaces: automake, automake1.4, automake15, automake1.5, automake1.6, 
automake1.7, automake1.8, automake1.9, automake1.11
Provides: automaken
ConfigureParams: --infodir=%p/share/info
CompileScript: <<
PERL=/usr/bin/perl ./configure %c
make
<<
InstallScript: make install DESTDIR=%d
InfoTest: TestScript: make check || exit 2 
DocFiles: COPYING README AUTHORS NEWS THANKS
InfoDocs: automake.info

Description: GNU Standards-compliant Makefile generator
DescDetail: <<
Automake is a tool for automatically generating `Makefile.in's from files 
called `Makefile.am'.

The goal of Automake is to remove the burden of Makefile maintenance from the 
back of the individual GNU maintainer (and put it on the back of the Automake 
maintainer).

The `Makefile.am' is basically a series of `make' macro definitions (with 
rules being thrown in occasionally). The generated `Makefile.in's are 
compliant with the GNU Makefile standards.

Automake 1.8 fails to work in a number of situations that previous Automake 
versions did, so has been renamed so that the previous version can continue to 
be made available.
<<
DescPackaging: <<
Previous versions by Christoph Pfisterer, Max Horn.
Desc adapted from debian :-)
<<
License: GPL
Maintainer: Chris Zubrzycki 
Homepage: http://www.gnu.org/software/automake/


--
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


[cvs] dists/10.4/stable/main/finkinfo/sci arpack-ng.info,1.9,1.10

2012-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv1478/10.4/stable/main/finkinfo/sci

Modified Files:
arpack-ng.info 
Log Message:
openmpi is divided up differently on < 10.7


Index: arpack-ng.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/arpack-ng.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- arpack-ng.info  28 Feb 2012 19:14:37 -  1.9
+++ arpack-ng.info  29 Feb 2012 00:54:07 -  1.10
@@ -37,7 +37,7 @@
 (%type_raw[-atlas] != .) atlas,
 fink (>=0.30.0),
 gcc%type_pkg[gcc]-compiler,
-openmpi
+openmpi-dev
 <<
 Depends: %N-shlibs (= %v-%r )
 Conflicts: %{Ni}, %{Ni}-atlas, arpack, arpack-atlas


--
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


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics lib3ds.info, 1.1, NONE

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv1432

Removed Files:
lib3ds.info 
Log Message:
relocated to stable


--- lib3ds.info DELETED ---


--
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


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/graphics lib3ds.info, NONE, 1.1 libopenraw1-shlibs.info, 1.1, 1.2 libopenraw1-shlibs.patch, 1.1, 1.2

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv1411

Modified Files:
libopenraw1-shlibs.info libopenraw1-shlibs.patch 
Added Files:
lib3ds.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: libopenraw1-shlibs.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/libopenraw1-shlibs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libopenraw1-shlibs.patch11 Jul 2011 04:08:32 -  1.1
+++ libopenraw1-shlibs.patch29 Feb 2012 00:52:54 -  1.2
@@ -1,20 +1,7 @@
-diff -Nurd -x'*~' libopenraw-0.0.8.orig/test/Makefile.in 
libopenraw-0.0.8/test/Makefile.in
 libopenraw-0.0.8.orig/test/Makefile.in 2009-05-15 16:22:08.0 
-0400
-+++ libopenraw-0.0.8/test/Makefile.in  2009-05-29 10:35:40.0 -0400
-@@ -31,10 +31,10 @@
- POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
--TESTS = fileio$(EXEEXT) ljpegtest$(EXEEXT) testunpack$(EXEEXT) \
-+TESTS = fileio$(EXEEXT)testunpack$(EXEEXT) \
-   extensions$(EXEEXT)
- check_PROGRAMS = fileio$(EXEEXT) ciffcontainertest$(EXEEXT) \
--  ljpegtest$(EXEEXT) testunpack$(EXEEXT) extensions$(EXEEXT)
-+ testunpack$(EXEEXT) extensions$(EXEEXT)
- subdir = test
- DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -257,7 +257,7 @@
+diff -Nurd -x'*~' libopenraw-0.0.9.orig/test/Makefile.in 
libopenraw-0.0.9/test/Makefile.in
+--- libopenraw-0.0.9.orig/test/Makefile.in 2011-11-13 16:04:00.0 
-0500
 libopenraw-0.0.9/test/Makefile.in  2012-01-27 14:45:26.0 -0500
+@@ -268,7 +268,7 @@
  
  EXTRA_DIST = ljpegtest1.jpg
  fileio_LDFLAGS = -L$(top_builddir)/lib/io
@@ -23,30 +10,3 @@
  fileio_SOURCES = fileio.t.c
  extensions_SOURCES = extensions.cpp
  extensions_LDFLAGS = -static $(OPENRAW_LIB)
-diff -Nurd -x'*~' libopenraw-0.0.8.orig/testsuite/Makefile.in 
libopenraw-0.0.8/testsuite/Makefile.in
 libopenraw-0.0.8.orig/testsuite/Makefile.in2009-05-15 
16:22:08.0 -0400
-+++ libopenraw-0.0.8/testsuite/Makefile.in 2009-05-29 10:23:51.0 
-0400
-@@ -33,8 +33,8 @@
- POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
--TESTS = test_xmlhandler$(EXEEXT) testsuite$(EXEEXT)
--noinst_PROGRAMS = testsuite$(EXEEXT)
-+TESTS = test_xmlhandler$(EXEEXT)
-+noinst_PROGRAMS =
- check_PROGRAMS = test_xmlhandler$(EXEEXT)
- subdir = testsuite
- DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
-diff -Nurd -x'*~' libopenraw-0.0.8.orig/testsuite/testsuite.cpp 
libopenraw-0.0.8/testsuite/testsuite.cpp
 libopenraw-0.0.8.orig/testsuite/testsuite.cpp  2009-02-21 
18:30:14.0 -0500
-+++ libopenraw-0.0.8/testsuite/testsuite.cpp   2009-05-29 04:01:13.0 
-0400
-@@ -853,7 +853,8 @@
- break;
- case 'd':
- if(optarg[0] != '/') {
--char * dir = get_current_dir_name();
-+char * dir = NULL;
-+getcwd(dir, 0);
- download_dir = dir;
- download_dir += '/';
- download_dir += optarg;

Index: libopenraw1-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/libopenraw1-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libopenraw1-shlibs.info 11 Jul 2011 04:08:32 -  1.1
+++ libopenraw1-shlibs.info 29 Feb 2012 00:52:54 -  1.2
@@ -1,10 +1,10 @@
 Package: libopenraw1-shlibs
-Version: 0.0.8
-Revision: 2
-Source: http://libopenraw.freedesktop.org/download/libopenraw-%v.tar.gz
-Source-MD5: fc26f146586a4b601326130bce6ffd88
+Version: 0.0.9
+Revision: 1
+Source: http://libopenraw.freedesktop.org/download/libopenraw-%v.tar.bz2
+Source-MD5: 3611d8aea870d25314665ef53093288e
 BuildDepends: <<
-   boost1.35.nopython,
+   boost1.46.1.cmake,
fink (>= 0.24.12),
fink-package-precedence,
glib2-dev (>= 2.22.0-1),
@@ -19,7 +19,7 @@
 <<
 GCC: 4.0
 PatchFile: %n.patch
-PatchFile-MD5: 08713a6542f094a1df3b96bbdfff000b
+PatchFile-MD5: f6c7696e31ec711de4bf197977e9110a
 PatchScript: <<
%{default_script}
find . -name Makefile.in | xargs perl -pi -e 's/-L\S+//g'
@@ -41,8 +41,8 @@
 <<
 DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
 Shlibs: <<
-   %p/lib/libopenraw.1.dylib 7.0.0 %n (>= 0.0.8-1)
-   %p/lib/libopenrawgnome.1.dylib 7.0.0 %n (>= 0.0.8-1)
+   %p/lib/libopenraw.1.dylib 8.0.0 %n (>= 0.0.9-1)
+   %p/lib/libopenrawgnome.1.dylib 8.0.0 %n (>= 0.0.9-1)
 <<
 SplitOff: <<
Package: libopenraw1-dev
@@ -55,17 +55,7 @@
lib/pkgconfig
<<
 <<
-DescPackaging: <<
-   testsuite/testsuite.cpp and test/ljpe

[cvs] dists/10.4/stable/main/finkinfo/libs eet.info, NONE, 1.1 hyena.info, NONE, 1.1 libassa3.5.5-shlibs.info, NONE, 1.1 libassa3.5.5-shlibs.patch, NONE, 1.1 libbeagle.info, NONE, 1.1 libburn.info, NO

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv1164/d/d/d/d

Added Files:
eet.info hyena.info libassa3.5.5-shlibs.info 
libassa3.5.5-shlibs.patch libbeagle.info libburn.info 
libcdk.info libcryptopp.info libdc1394.info libev.info 
libisofs.info libmxp.info libpaps0.info libpaps0.patch 
Log Message:
to stable

--- NEW FILE: libburn.info ---
Package: libburn
Version: 0.8.8
Revision: 4
Description: Library for reading and writing optical media
Depends: %N-shlibs (>= %v-%r)
BuildDepends: pkgconfig
BuildDependsOnly: true
Source: http://files.libburnia-project.org/releases/%n-%v.pl00.tar.gz
SourceDirectory: %n-%v
Source-MD5: 4a05e8501a013d74cb9078bff7b5ad75
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS CONTRIBUTORS COPYING COPYRIGHT ChangeLog NEWS README
Splitoff: <<
  Package: %N-shlibs
  Files: <<
lib/libburn.4.dylib
lib/libburn.4.53.0.dylib
  <<
  Shlibs: <<
%p/lib/libburn.4.dylib 58.0.0 %n (>= 0.8.8-2)
  <<
  DocFiles: COPYING
<<
Splitoff2: <<
  Description: Limited cdrecord compatibility wrapper for libburn
  Package: %N-bin
  Depends: %N-shlibs (>= %v-%r)
  Files: bin/cdrskin
  DocFiles: COPYING
<<
License: GPL
Homepage: http://libburnia-project.org
Maintainer: Jack Fink 
--- NEW FILE: libdc1394.info ---
Package: libdc1394
Version: 2.1.2
Revision: 4
Depends: %N-shlibs (>= %v-%r)
BuildDepends: libusb1
BuildDependsOnly: true
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: b85f1ade88d8d96688d5965ed8603d53
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Splitoff: <<
  Package: %N-shlibs
  Depends: libusb1-shlibs
  Files: <<
bin
lib/libdc1394.22.dylib
lib/libdc1394.22.1.4.dylib
  <<
  Shlibs: <<
%p/lib/libdc1394.22.dylib 24.0.0 %n (>= 2.1.2-2)
  <<
  DocFiles: COPYING
<<
License: LGPL
Homepage: http://sourceforge.net/projects/libdc1394
Maintainer: Jack Fink 
Description: Library for FireWire digital cameras
DescDetail: <<
  libdc1394 is a library that provides a high level programming
  interface for application developers who wish to control IEEE
  1394 based cameras that conform to the 1394-based Digital
  Camera Specifications (also known as the IIDC or DCAM
  Specifications)
<<

--- NEW FILE: libev.info ---
Package: libev
Version: 3.80
Revision: 4
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Conflicts: libevent1, libevent1.4, libevent2
Replaces: libevent1, libevent1.4, libevent2
Source: http://dist.schmorp.de/%n/%n-3.8.tar.gz
Source-MD5: 4897453c077056769777d43e5495ded1
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: Changes LICENSE README
Splitoff: <<
  Package: %N-shlibs
  Files: <<
lib/libev.3.dylib
lib/libev.3.0.0.dylib
  <<
  Shlibs: <<
%p/lib/libev.3.dylib 4.0.0 %n (>= 3.51-2)
  <<
  DocFiles: LICENSE
<<
Homepage: http://software.schmorp.de/pkg/libev.html
License: GPL
Maintainer: Jack Fink 
Description: High-performance event loop library


--- NEW FILE: libbeagle.info ---
Package: libbeagle
Version: 0.3.9
Revision: 3
Depends: %N-shlibs (= %v-%r)
BuildDepends: pkgconfig (>= 0.9.0-1), glib2-dev, libgettext8-dev, libiconv-dev, 
libxml2, gtk-doc
Source: mirror:gnome:sources/%n/0.3/%n-%v.tar.bz2
Source-MD5: af1e25bdfb704ee87047bc49a73fbb10
SetCFLAGS: -Os
BuildDependsOnly: true
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking --enable-gtk-doc 
--disable-python
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Splitoff: <<
  Package: %N-shlibs
  Description: Library for accessing Beagle, shared library
  Depends: glib2-shlibs, libgettext8-shlibs, libiconv, libxml2-shlibs
  Files: <<
lib/libbeagle.1.dylib
lib/libbeagle.1.0.3.dylib
  <<
  Shlibs: <<
%p/lib/libbeagle.1.dylib 2.0.0 %n (>= 0.3.5-2)
  <<
  DocFiles: COPYING
<<
Splitoff2: <<
  Package: %N-doc
  Files: share/gtk-doc
  DocFiles: COPYING
  Description: Library for accessing Beagle, documentation
<<
License: BSD
Homepage: http://beagle-project.org
Maintainer: Jack Fink 
Description: Library for accessing Beagle, dev files

--- NEW FILE: libpaps0.info ---
Package: libpaps0
Version: 0.6.8
Revision: 2
Description: UTF-8 to PostScript converter (headers)
License: GPL
Homepage: http://paps.sourceforge.net/
Maintainer: Monic Polynomial 

Source: mirror:sourceforge:paps/paps-%v.tar.gz
Source-MD5: e9508132bf27609bf2fded2bfd9cb3f1

PatchFile: %n.patch
PatchFile-MD5: d4159c379ddc6768f5744b8fdbd1ef79

BuildDepends: <<
  autoconf2.6,
  automake1.11,
  cairo (>= 1.8-3),
  expat1,
  fink (>

[cvs] dists/10.4/unstable/main/finkinfo/libs eet.info, 1.2, NONE hyena.info, 1.3, NONE libassa3.5.5-shlibs.info, 1.1, NONE libassa3.5.5-shlibs.patch, 1.1, NONE libbeagle.info, 1.5, NONE libburn.info,

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv1164/unstable/main/finkinfo/libs

Removed Files:
eet.info hyena.info libassa3.5.5-shlibs.info 
libassa3.5.5-shlibs.patch libbeagle.info libburn.info 
libcdk.info libcryptopp.info libdc1394.info libev.info 
libisofs.info libmxp.info libpaps0.info libpaps0.patch 
Log Message:
to stable

--- libburn.info DELETED ---

--- libdc1394.info DELETED ---

--- libev.info DELETED ---

--- libbeagle.info DELETED ---

--- libpaps0.info DELETED ---

--- libassa3.5.5-shlibs.patch DELETED ---

--- libisofs.info DELETED ---

--- libcryptopp.info DELETED ---

--- hyena.info DELETED ---

--- libcdk.info DELETED ---

--- libassa3.5.5-shlibs.info DELETED ---

--- libpaps0.patch DELETED ---

--- eet.info DELETED ---

--- libmxp.info DELETED ---


--
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


[cvs] dists/10.4/unstable/main/finkinfo/libs libmpfr-dev.info, 1.1, 1.2

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv32535

Modified Files:
libmpfr-dev.info 
Log Message:
val fix

Index: libmpfr-dev.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libmpfr-dev.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libmpfr-dev.info9 Apr 2006 00:01:56 -   1.1
+++ libmpfr-dev.info29 Feb 2012 00:40:14 -  1.2
@@ -7,7 +7,7 @@
 BuildDependsOnly: true
 ConfigureParams: --infodir='${prefix}/share/info'
 DocFiles: AUTHORS BUGS COPYING COPYING.LIB ChangeLog NEWS README TODO VERSION
-Description: C library for multiple-precision floating-point computations 
+Description: C multiple-precision floating-point library 
 DescDetail: <<
   The MPFR library is a C library for multiple-precision
   floating-point computations with exact rounding (also called


--
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


[cvs] dists/10.4/unstable/main/finkinfo/libs libdc1394.info,1.2,1.3

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv32148

Modified Files:
libdc1394.info 
Log Message:
make it use libusb1 deterministically, not just hope that it will
val fix

Index: libdc1394.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libdc1394.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libdc1394.info  18 Jun 2009 12:06:25 -  1.2
+++ libdc1394.info  29 Feb 2012 00:30:58 -  1.3
@@ -1,17 +1,18 @@
 Package: libdc1394
 Version: 2.1.2
-Revision: 3
+Revision: 4
 Depends: %N-shlibs (>= %v-%r)
+BuildDepends: libusb1
 BuildDependsOnly: true
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: b85f1ade88d8d96688d5965ed8603d53
 SetCFLAGS: -Os
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
-#PatchScript: perl -pi -e 's,libusb-1.0,libusb,g' configure && perl -pi -e 
"s,libusb.h,usb.h," dc1394/usb/usb.h
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog NEWS README
 Splitoff: <<
   Package: %N-shlibs
+  Depends: libusb1-shlibs
   Files: <<
 bin
 lib/libdc1394.22.dylib
@@ -25,7 +26,7 @@
 License: LGPL
 Homepage: http://sourceforge.net/projects/libdc1394
 Maintainer: Jack Fink 
-Description: Library for digital cameras connected via FireWire
+Description: Library for FireWire digital cameras
 DescDetail: <<
   libdc1394 is a library that provides a high level programming
   interface for application developers who wish to control IEEE


--
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


[cvs] dists/10.4/unstable/main/finkinfo/libs libcdk.info,1.4,1.5

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv30436

Modified Files:
libcdk.info 
Log Message:
fix URL
add -I for curses to CFLAGS to not have dereference failures

Index: libcdk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libcdk.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libcdk.info 30 Nov 2007 17:50:13 -  1.4
+++ libcdk.info 29 Feb 2012 00:12:42 -  1.5
@@ -6,7 +6,7 @@
 Source-MD5: 9aa707df4323d89a014129a20a20efd4
 NoSetLDFlags: true
 NoSetCPPFlags: true
-SetCFlags: -fno-common
+SetCFLAGS: -I%p/include -fno-common
 Depends: %N-shlibs, libncurses5-shlibs (>= 5.4-20041023-1006)
 BuildDepends: libncurses5 (>= 5.4-20041023-1006)
 CompileScript: <<
@@ -38,5 +38,5 @@
 Make shared lib
 <<
 Maintainer: None  
-Homepage: http://www.vexus.ca/CDK.html
+Homepage: http://www.vexus.ca/products/CDK/
 License: BSD


--
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


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics libwebp0.info, 1.1, NONE

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv28315

Removed Files:
libwebp0.info 
Log Message:
relocated to stable


--- libwebp0.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/graphics libwebp0.info, NONE, 1.1 libwebp2.info, NONE, 1.1 libwebp2.patch, NONE, 1.1

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv28263

Added Files:
libwebp0.info libwebp2.info libwebp2.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: libwebp0.info ---
Package: libwebp0
Version: 0.1.2
Revision: 2
Description: Library for manipulating WebP format
DescDetail: <<
WebP is a method of lossy compression that can be used on photographic
images. The degree of compression is adjustable so a user can choose
the trade-off between file size and image quality.

A WebP file consists of VP8 image data, and a container based on RIFF.
Webmasters, web developers and browser developers can use the WebP
format to create smaller, better looking images that can help make the
web faster.
<<
DescPackaging: <<
Tarball doesn't include configure script so we need to run autogen 
first.
<<
License: BSD
Homepage: http://code.google.com/speed/webp/
Maintainer: Daniel Johnson 

Source: http://webp.googlecode.com/files/libwebp-%v.tar.gz
Source-MD5: 5534f6e3c8b9f5851a9a5b56bf78f2b0

Depends: %n-shlibs (= %v-%r)
BuildDepends: <<
autoconf2.6,
automake1.11,
libjpeg8,
libpng15,
libtool2,
pkgconfig
<<
BuildDependsOnly: true
Conflicts: libwebp0, libwebp2
Replaces: libwebp0, libwebp2

ConfigureParams: <<
--disable-dependency-tracking \
--disable-static
<<

CompileScript: <<
./autogen.sh
%{default_script}
<<

InstallScript: <<
make install DESTDIR=%d
<<

DocFiles: AUTHORS ChangeLog COPYING NEWS PATENTS README

SplitOff: <<
Package: %N-shlibs

Files: lib/libwebp.*.dylib
Shlibs: <<
%p/lib/libwebp.0.dylib 1.0.0 %n (>= 0.1.2-1)
<<

DocFiles: AUTHORS ChangeLog COPYING NEWS PATENTS README
<<

SplitOff2: <<
Package: %N-bin
Description: Utilities to convert between webp and png/jpeg
DescUsage: <<
Includes utilities:
cwebp - Encodes png/jpeg to webp
dwebp - Decodes webp to png/jpeg
<<

Depends: <<
%N-shlibs (>= %v-%r),
libjpeg8-shlibs,
libpng15-shlibs
<<
Conflicts: libwebp0-bin, libwebp2-bin
Replaces: libwebp0-bin, libwebp2-bin

Files: bin share

DocFiles: AUTHORS ChangeLog COPYING NEWS PATENTS README
<<

--- NEW FILE: libwebp2.patch ---
diff -ru libwebp-0.1.3.orig/src/dsp/cpu.c libwebp-0.1.3/src/dsp/cpu.c
--- libwebp-0.1.3.orig/src/dsp/cpu.c2011-09-22 16:53:30.0 -0400
+++ libwebp-0.1.3/src/dsp/cpu.c 2012-01-26 12:54:36.0 -0500
@@ -21,7 +21,8 @@
 // SSE2 detection.
 //
 
-#if defined(__pic__) && defined(__i386__)
+// apple/darwin gcc-4.0.1 defines __PIC__, but not __pic__ with -fPIC.
+#if (defined(__pic__) || defined(__PIC__)) && defined(__i386__)
 static inline void GetCPUInfo(int cpu_info[4], int info_type) {
   __asm__ volatile (
 "mov %%ebx, %%edi\n"

--- NEW FILE: libwebp2.info ---
Package: libwebp2
Version: 0.1.3
Revision: 2
Description: Library for manipulating WebP format
DescDetail: <<
WebP is a method of lossy compression that can be used on photographic
images. The degree of compression is adjustable so a user can choose
the trade-off between file size and image quality.

A WebP file consists of VP8 image data, and a container based on RIFF.
Webmasters, web developers and browser developers can use the WebP
format to create smaller, better looking images that can help make the
web faster.
<<
DescPackaging: <<
Added upstream patch to enable building with gcc-4.0 on 10.5.
Can be removed in next version.
<<
License: BSD
Homepage: http://code.google.com/speed/webp/
Maintainer: Daniel Johnson 

Source: http://webp.googlecode.com/files/libwebp-%v.tar.gz
Source-MD5: 254d4670e14e9ed881f0536b006ab336

PatchFile: %n.patch
PatchFile-MD5: 9af8587447902338dc780744b3f63549

Depends: %n-shlibs (= %v-%r)
BuildDepends: <<
fink (>= 0.24.12),
libjpeg8,
libpng15,
pkgconfig
<<
BuildDependsOnly: true
Conflicts: libwebp0, libwebp2
Replaces: libwebp0, libwebp2

ConfigureParams: <<
--disable-dependency-tracking \
--disable-static
<<

InstallScript: <<
make install DESTDIR=%d
<<

DocFiles: AUTHORS ChangeLog COPYING NEWS PATENTS README

SplitOff: <<
Package: %N-shlibs

Files: lib/libwebp.*.dylib
Shlibs: <<
%p/lib/libwebp.2.dylib 3.0.0 %n (>= 0.1.3-1)
<<

DocFiles: AUTHORS ChangeLog COPYING NEWS PATENTS README
<<

SplitOff2: <<
Package: %N-bin
Description: Utilities to convert between webp and png/jpeg
DescUsage: <<
Includes utilities:
   

[cvs] dists/10.4/unstable/main/finkinfo/crypto gtk-sharp2.info, 1.1, NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv28213/unstable/main/finkinfo/crypto

Removed Files:
gtk-sharp2.info 
Log Message:
move latest to stable with a dbus1.3-dev and f-p-p check
Has a lot of declared deps that don't appear in dep files or at link time

--- gtk-sharp2.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/crypto gtk-sharp2.info,1.1,1.2

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv28213/d/d/d/d

Modified Files:
gtk-sharp2.info 
Log Message:
move latest to stable with a dbus1.3-dev and f-p-p check
Has a lot of declared deps that don't appear in dep files or at link time

Index: gtk-sharp2.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/gtk-sharp2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gtk-sharp2.info 1 Jul 2010 01:39:58 -   1.1
+++ gtk-sharp2.info 28 Feb 2012 23:56:53 -  1.2
@@ -1,65 +1,65 @@
 Info3: <<
 Package: gtk-sharp2
-Version: 2.12.8
+Version: 2.12.9
 Revision: 2
-Distribution: 10.4, 10.5
 Architecture: i386, powerpc
 Description: GTK+ graphical interface for Mono
 License: LGPL
 Maintainer: Benjamin Reed 
 
 Depends: <<
-   gtkhtml3.14-shlibs,
+   gtkhtml3.14-shlibs (>= 3.26.2-1),
libglade2-shlibs (>= 2.6.2-1),
-   libgnomeui2-shlibs (>= 2.20.0-1),
-   librsvg2-shlibs (>= 2.20.0-1),
-   mono (>= 2.4-1),
-   vte (>= 0.16.3-3)
+   libgnomeui2-shlibs (>= 2.24.0-1),
+   librsvg2-shlibs (>= 2.24.0-1),
+   mono (>= 2.6.1-1),
+   vte (>= 0.20.5-1)
 <<
 BuildDepends: <<
-   atk1 (>= 1.20.0-1),
+   atk1 (>= 1.26.0-1),
audiofile (>= 0.2.6-11),
-   cairo (>= 1.8.6-1),
-   dbus-dev (>= 1.2.12-1),
+   cairo (>= 1.8.8-1),
+   dbus1.3-dev,
expat1,
+   fink-package-precedence,
freetype219 (>= 2.3.7-7),
gconf2-dev (>= 2.20.1-1),
-   glib2-dev (>= 2.14.0-1),
+   glib2-dev (>= 2.18.4-1),
gnome-keyring-dev (>= 0.8.1-1),
-   gnome-vfs2-unified-dev (>= 1:2.20.0-1),
-   gtk+2-dev (>= 2.14.3-1),
-   gtkhtml3.14-dev,
-   libart2 (>= 2.3.19-1),
+   gnome-vfs2-unified-dev (>= 1:2.24.0-1),
+   gtk+2-dev (>= 2.14.7-1),
+   gtkhtml3.14-dev (>= 3.26.2-1),
+   libart2 (>= 2.3.20-1),
libbonobo2-dev (>= 2.20.0-1),
libbonoboui2-dev (>= 2.20.0-1),
-   libgettext3-dev,
+   libgettext8-dev,
libglade2 (>= 2.6.2-1),
-   libgnome2-dev (>= 2.20.0-1),
-   libgnomecanvas2-dev (>= 2.20.0-1),
-   libgnomeprint2.2-dev (>= 2.18.0-1),
-   libgnomeprintui2.2-dev (>= 2.18.0-1),
-   libgnomeui2-dev (>= 2.20.0-1),
-   libjpeg,
-   librsvg2 (>= 2.20.0-1),
+   libgnome2-dev (>= 2.24.0-1),
+   libgnomecanvas2-dev (>= 2.26.0-1),
+   libgnomeprint2.2-dev (>= 2.18.6-1),
+   libgnomeprintui2.2-dev (>= 2.18.4-1),
+   libgnomeui2-dev (>= 2.24.0-1),
+   libjpeg8,
+   librsvg2 (>= 2.24.0-1),
libxml2 (>= 2.6.32-1),
-   mono-dev (>= 2.4-1),
+   mono-dev (>= 2.6.1-1),
orbit2-dev (>= 2.14.10-1),
-   pango1-xft2-ft219-dev (>= 1.20.5-1),
-   pixman (>= 0.12.0-1),
-   pkgconfig (>= 0.22-3),
+   pango1-xft2-ft219-dev (>= 1.24.0-1),
+   pixman (>= 0.16.0-1),
+   pkgconfig (>= 0.23-1),
popt,
-   vte9-dev (>= 0.16.3-3)
+   vte9-dev (>= 0.20.5-1)
 <<
 
 Source: 
http://ftp.novell.com/pub/mono/sources/gtk-sharp212/gtk-sharp-%v.tar.bz2
-Source-MD5: 1b12a33df2ab87448848c0cc0733ca77
+Source-MD5: 2619f6cbba514f10582f8961ed84063b
 PatchScript: perl -pi -e 's,^INCLUDES =,INCLUDES = \$(BUILD_GTK_CFLAGS),' 
vte/glue/Makefile.in
 
-ConfigureParams: --mandir=%p/share/man --disable-static 
--disable-dependency-tracking lt_cv_sys_max_cmd_len=65536 
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:$PKG_CONFIG_PATH"
+ConfigureParams: --mandir=%p/share/man --disable-static 
--enable-dependency-tracking lt_cv_sys_max_cmd_len=65536 
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:$PKG_CONFIG_PATH"
 
 InstallScript: <<
 #!/bin/sh -ex
-
+   fink-package-precedence .
export MONO_PATH="%i/lib:$MONO_PATH"
make -j1 install DESTDIR="%d"
 


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs hyena.info,1.2,1.3

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv26479

Modified Files:
hyena.info 
Log Message:
gtk-sharp2 is Arch restricted, so this is too

Index: hyena.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/hyena.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hyena.info  28 Aug 2010 12:16:08 -  1.2
+++ hyena.info  28 Feb 2012 23:47:12 -  1.3
@@ -1,6 +1,7 @@
 Package: hyena
 Version: 0.2
 Revision: 2
+Architecture: i386, powerpc
 BuildDepends: <<
gtk-sharp2,
mono,


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics libdvbpsi.info, 1.1, NONE libjpeg-exif.info, 1.1, NONE libjpeg-exif.patch, 1.1, NONE liblqr1.info, 1.1, NONE liblqr1.patch, 1.1, NONE libpgf.i

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv26423

Removed Files:
libdvbpsi.info libjpeg-exif.info libjpeg-exif.patch 
liblqr1.info liblqr1.patch libpgf.info 
Log Message:
relocated to stable


--- libjpeg-exif.patch DELETED ---

--- liblqr1.patch DELETED ---

--- libpgf.info DELETED ---

--- libjpeg-exif.info DELETED ---

--- liblqr1.info DELETED ---

--- libdvbpsi.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/graphics libdvbpsi.info, NONE, 1.1 libjpeg-exif.info, NONE, 1.1 libjpeg-exif.patch, NONE, 1.1 liblqr1.info, NONE, 1.1 liblqr1.patch, NONE, 1.1 libpgf.inf

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv26393

Added Files:
libdvbpsi.info libjpeg-exif.info libjpeg-exif.patch 
liblqr1.info liblqr1.patch libpgf.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: libjpeg-exif.patch ---
diff -ru jpeg-6b/jpeglib.h jpeg-6b-patched/jpeglib.h
--- jpeg-6b/jpeglib.h   Sat Feb 21 14:48:14 1998
+++ jpeg-6b-patched/jpeglib.h   Tue Feb 25 16:49:36 2003
@@ -13,6 +13,10 @@
 #ifndef JPEGLIB_H
 #define JPEGLIB_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /*
  * First we include the configuration files that record how this
  * installation of the JPEG library is set up.  jconfig.h can be
@@ -1091,6 +1095,10 @@
 #ifdef JPEG_INTERNALS
 #include "jpegint.h"   /* fetch private declarations */
 #include "jerror.h"/* fetch error codes too */
+#endif
+
+#ifdef __cplusplus
+}
 #endif
 
 #endif /* JPEGLIB_H */
diff -urN jpeg-6b/transupp.c jpeg-6b-exif/transupp.c
--- jpeg-6b/transupp.c  1997-08-10 02:15:26.0 +0200
+++ jpeg-6b-exif/transupp.c 2001-01-08 00:25:36.0 +0100
@@ -717,6 +717,162 @@
 }
 
 
+/* Adjust Exif image parameters.
+ *
+ * We try to adjust the Tags ExifImageWidth and ExifImageHeight if possible.
+ */
+
+LOCAL(void)
+adjust_exif_parameters (JOCTET FAR * data, unsigned int length,
+   JDIMENSION new_width, JDIMENSION new_height)
+{
+  boolean is_motorola; /* Flag for byte order */
+  unsigned int number_of_tags, tagnum;
+  unsigned int firstoffset, offset;
+  JDIMENSION new_value;
+
+  if (length < 12) return; /* Length of an IFD entry */
+
+  /* Discover byte order */
+  if (GETJOCTET(data[0]) == 0x49 && GETJOCTET(data[1]) == 0x49)
+is_motorola = FALSE;
+  else if (GETJOCTET(data[0]) == 0x4D && GETJOCTET(data[1]) == 0x4D)
+is_motorola = TRUE;
+  else
+return;
+
+  /* Check Tag Mark */
+  if (is_motorola) {
+if (GETJOCTET(data[2]) != 0) return;
+if (GETJOCTET(data[3]) != 0x2A) return;
+  } else {
+if (GETJOCTET(data[3]) != 0) return;
+if (GETJOCTET(data[2]) != 0x2A) return;
+  }
+
+  /* Get first IFD offset (offset to IFD0) */
+  if (is_motorola) {
+if (GETJOCTET(data[4]) != 0) return;
+if (GETJOCTET(data[5]) != 0) return;
+firstoffset = GETJOCTET(data[6]);
+firstoffset <<= 8;
+firstoffset += GETJOCTET(data[7]);
+  } else {
+if (GETJOCTET(data[7]) != 0) return;
+if (GETJOCTET(data[6]) != 0) return;
+firstoffset = GETJOCTET(data[5]);
+firstoffset <<= 8;
+firstoffset += GETJOCTET(data[4]);
+  }
+  if (firstoffset > length - 2) return; /* check end of data segment */
+
+  /* Get the number of directory entries contained in this IFD */
+  if (is_motorola) {
+number_of_tags = GETJOCTET(data[firstoffset]);
+number_of_tags <<= 8;
+number_of_tags += GETJOCTET(data[firstoffset+1]);
+  } else {
+number_of_tags = GETJOCTET(data[firstoffset+1]);
+number_of_tags <<= 8;
+number_of_tags += GETJOCTET(data[firstoffset]);
+  }
+  if (number_of_tags == 0) return;
+  firstoffset += 2;
+
+  /* Search for ExifSubIFD offset Tag in IFD0 */
+  for (;;) {
+if (firstoffset > length - 12) return; /* check end of data segment */
+/* Get Tag number */
+if (is_motorola) {
+  tagnum = GETJOCTET(data[firstoffset]);
+  tagnum <<= 8;
+  tagnum += GETJOCTET(data[firstoffset+1]);
+} else {
+  tagnum = GETJOCTET(data[firstoffset+1]);
+  tagnum <<= 8;
+  tagnum += GETJOCTET(data[firstoffset]);
+}
+if (tagnum == 0x8769) break; /* found ExifSubIFD offset Tag */
+if (--number_of_tags == 0) return;
+firstoffset += 12;
+  }
+
+  /* Get the ExifSubIFD offset */
+  if (is_motorola) {
+if (GETJOCTET(data[firstoffset+8]) != 0) return;
+if (GETJOCTET(data[firstoffset+9]) != 0) return;
+offset = GETJOCTET(data[firstoffset+10]);
+offset <<= 8;
+offset += GETJOCTET(data[firstoffset+11]);
+  } else {
+if (GETJOCTET(data[firstoffset+11]) != 0) return;
+if (GETJOCTET(data[firstoffset+10]) != 0) return;
+offset = GETJOCTET(data[firstoffset+9]);
+offset <<= 8;
+offset += GETJOCTET(data[firstoffset+8]);
+  }
+  if (offset > length - 2) return; /* check end of data segment */
+
+  /* Get the number of directory entries contained in this SubIFD */
+  if (is_motorola) {
+number_of_tags = GETJOCTET(data[offset]);
+number_of_tags <<= 8;
+number_of_tags += GETJOCTET(data[offset+1]);
+  } else {
+number_of_tags = GETJOCTET(data[offset+1]);
+number_of_tags <<= 8;
+number_of_tags += GETJOCTET(data[offset]);
+  }
+  if (number_of_tags < 2) return;
+  offset += 2;
+
+  /* Search for ExifImageWidth and ExifImageHeight Tags in this SubIFD */
+  do {
+if (offset > length - 12) return; /* check end of data segment */
+/* Get Tag number */
+if (is_motorola) {
+  tagnum = GETJOCTET(data[offset]);
+  tagnum <<= 8;
+  tagnum += GETJOCTET(dat

[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics gocr.info, 1.1, NONE gpaint.info, 1.1, NONE gpaint.patch, 1.1, NONE gplot.info, 1.1, NONE gplot.patch, 1.1, NONE greycstoration.info, 1.1, NON

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv20161

Removed Files:
gocr.info gpaint.info gpaint.patch gplot.info gplot.patch 
greycstoration.info greycstoration.patch 
Log Message:
relocated to stable


--- greycstoration.patch DELETED ---

--- gplot.info DELETED ---

--- gpaint.patch DELETED ---

--- gplot.patch DELETED ---

--- gocr.info DELETED ---

--- greycstoration.info DELETED ---

--- gpaint.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/graphics gocr.info, NONE, 1.1 gpaint.info, NONE, 1.1 gpaint.patch, NONE, 1.1 gplot.info, NONE, 1.1 gplot.patch, NONE, 1.1 greycstoration.info, NONE, 1.1

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv20081

Added Files:
gocr.info gpaint.info gpaint.patch gplot.info gplot.patch 
greycstoration.info greycstoration.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: greycstoration.patch ---
diff -urN src/Makefile src-new/Makefile
--- src/Makefile2007-03-30 07:06:54.0 -0500
+++ src-new/Makefile2007-06-23 23:53:28.0 -0500
@@ -8,7 +8,7 @@
 
 # Define the CImg files to be compiled (name of the source file without the 
.cpp extension)
 CIMG_FILES = greycstoration \
-greycstoration4integration \
+#greycstoration4integration \
 
 # Set correct variables and paths
 CC   = g++
@@ -36,19 +36,19 @@
 CIMG_XRANDR_FLAGS = -Dcimg_use_xrandr -lXrandr
 
 # Uncomment to enable native support for PNG image files, using the PNG 
library.
-#CIMG_PNG_FLAGS = -Dcimg_use_png -lpng -lz
+CIMG_PNG_FLAGS = -Dcimg_use_png -lpng -lz
 
 # Uncomment to enable native support for JPEG image files, using the JPEG 
library.
-#CIMG_JPEG_FLAGS = -Dcimg_use_jpeg -ljpeg
+CIMG_JPEG_FLAGS = -Dcimg_use_jpeg -ljpeg
 
 # Uncomment to enable native support for TIFF image files, using the TIFF 
library.
-#CIMG_TIFF_FLAGS = -Dcimg_use_tiff -ltiff
+CIMG_TIFF_FLAGS = -Dcimg_use_tiff -ltiff
 
 # Uncomment to enable native support of most classical image file formats, 
using the Magick++ library.
 #CIMG_MAGICK_FLAGS = -Dcimg_use_magick `Magick++-config --cppflags` 
`Magick++-config --cxxflags` `Magick++-config --ldflags` `Magick++-config 
--libs`
 
 # Uncomment to enable faster Discrete Fourier Transform computation, using the 
FFTW3 library
-#CIMG_FFTW3_FLAGS = -Dcimg_use_fftw3 -lfftw3
+CIMG_FFTW3_FLAGS = -Dcimg_use_fftw3 -lfftw3 -I$(FFTW3_I) -L$(FFTW3_L)
 
 EXTRA_FLAGS = $(CIMG_X11_FLAGS) $(CIMG_STRICT_FLAGS) $(CIMG_XSHM_FLAGS) 
$(CIMG_XRANDR_FLAGS) $(CIMG_PNG_FLAGS) $(CIMG_JPEG_FLAGS) $(CIMG_TIFF_FLAGS) 
$(CIMG_MAGICK_FLAGS) $(CIMG_FFTW3_FLAGS)
 
@@ -82,7 +82,7 @@
@echo "Choose your option :"
@read CHOICE; echo; make $$CHOICE; echo; echo "> Next time, you can 
bypass the menu by typing directly 'make $$CHOICE'"; echo;
 
-all: $(CIMG_FILES) gimp
+all: $(CIMG_FILES) #gimp
 
 clean:
rm -f greycstoration4gimp *.exe *~ $(CIMG_FILES)
@@ -92,7 +92,7 @@
@echo
@echo "** Compiling 'greycstoration4gimp ($(CIMG_VERSION))' with 
'`$(CC) -v 2>&1 | grep version`'"
@echo
-   $(CC) -o greycstoration4gimp greycstoration4gimp.cpp `gimptool-2.0 
--cflags` `gimptool-2.0 --libs` -lpthread -O3
+   $(CC) -o greycstoration4gimp greycstoration4gimp.cpp `gimptool-2.0 
--cflags` `gimptool-2.0 --libs` -lpthread -Os
strip greycstoration4gimp
 # Linux/Mac OSX targets
 linux:
@@ -100,7 +100,7 @@
 dlinux:
make "ARCHFLAGS=-Dcimg_debug=2 -g $(EXTRA_FLAGS)" all
 olinux:
-   make "ARCHFLAGS=-O3 $(EXTRA_FLAGS)" all
+   make "ARCHFLAGS=-Os $(EXTRA_FLAGS)" all
 
 # Sun Solaris targets
 solaris:
@@ -108,7 +108,7 @@
 dsolaris:
make "ARCHFLAGS=-Dcimg_debug=2 -g -R$(X11PATH)/lib -lrt -lnsl -lsocket 
$(EXTRA_FLAGS)" all
 osolaris:
-   make "ARCHFLAGS=-O3 -R$(X11PATH)/lib -lrt -lnsl -lsocket 
$(EXTRA_FLAGS)" all
+   make "ARCHFLAGS=-Os -R$(X11PATH)/lib -lrt -lnsl -lsocket 
$(EXTRA_FLAGS)" all
 
 # targets with minimal dependancies
 minimal:
@@ -116,4 +116,4 @@
 dminimal:
make "ARCHFLAGS=-Dcimg_display_type=0 -Dcimg_debug=2 -g" all
 ominimal:
-   make "ARCHFLAGS=-Dcimg_display_type=0 -O3" all
+   make "ARCHFLAGS=-Dcimg_display_type=0 -Os" all

--- NEW FILE: gplot.info ---
Package: gplot
Version: 4.3
Revision: 3
Maintainer: None 
Source: ftp://ftp.psc.edu/pub/%n/%n.tar
SourceRename: %n-%v.tar
Source-MD5: 324f7ef6cf461bc9c8cc224963335952
Depends: x11
BuildDepends: fink (>= 0.24.12), x11-dev
# g77 would be needed to build the tests
NoSetLDFLAGS: true
NoSetCPPFLAGS: true
NoSourceDirectory: true
PatchFile: %n.patch
PatchFile-MD5: b2b273b74ae998f5277e2009d02f91a2
CompileScript: make
InstallScript: <<
 mkdir %i/bin
 mkdir -p %i/share/man/man1
 cp gplot %i/bin
 cp gplot.man %i/share/man/man1/gplot.1
<<
DocFiles: README.GPLOT gplot.txt
Description: Utility for processing of cgm metafiles
License: Restrictive/Distributable
Homepage: http://www.psc.edu/general/software/packages/gplot/gplot.html

--- NEW FILE: gpaint.patch ---
diff -Naur gpaint-0.2/src/util.c gpaint-0.2-patched/src/util.c
--- gpaint-0.2/src/util.c   2000-11-20 18:19:47.0 -0500
+++ gpaint-0.2-patched/src/util.c   2005-12-04 10:42:36.0 -0500
@@ -941,6 +941,7 @@
   break;
 
default:
+  break;
   
}
ibuf->mx = x;
@@ -1092,6 +1093,7 @@
   break;
  
default:
+  break;
   
}
ibuf->lx = INT_MIN;

--- NEW FILE: gplot.patch ---
diff -Nurd gplot.orig/Makefile gplot/Makefile
--- gplot.orig/Makefile 1992-10-27 07:07:42.0 -0800
+

[cvs] dists/10.4/stable/main/finkinfo/sci grass60.info,1.10,1.11

2012-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv18271

Modified Files:
grass60.info 
Log Message:
some dep cleanups (not sure the gdal "<<1.3.1" is satisfiable at all, but other 
stuff seems safe enough)


Index: grass60.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/grass60.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- grass60.info3 Oct 2011 19:29:47 -   1.10
+++ grass60.info28 Feb 2012 22:56:07 -  1.11
@@ -2,7 +2,7 @@
 Package: grass60%type_pkg[-nopgsql]
 Type: -nopgsql (boolean)
 Version: 6.0.1
-Revision: 1006
+Revision: 1007
 Architecture: powerpc
 Distribution: 10.4, 10.5
 DescPackaging: Depends on fftw, which needs g77, which doesn't compile on intel
@@ -28,11 +28,11 @@
 <<
 BuildDepends: <<
fink (>= 0.24.12),
-   libiconv-dev, readline5 (>= 5.0-1004), gettext-dev, gettext-tools, 
libogdi3,
+   libiconv-dev, proj, readline5 (>= 5.0-1004), libgettext8-dev, 
gettext-tools, libogdi3,
fftw | fftw-mpi | fftw-absoft, 
gdal-dev (<<1.3.1), 
libjpeg, libpng3, libtiff, lesstif, 
-   (%type_raw[-nopgsql] = .) postgresql80-dev (>= 8.0.6-1026) | 
(%type_raw[-nopgsql] = .) postgresql80-ssl-dev (>= 8.0.6-1026),
+   (%type_raw[-nopgsql] = .) postgresql80-unified-shlibs (>= 8.0.26-2),
tcltk-dev (>= 8.4.1-1), 
unixodbc2-nox (>= 2.2.11-1010) | unixodbc2 (>= 2.2.11-1010), 
x11, x11-dev,
@@ -117,8 +117,8 @@
   Depends: <<
fftw-shlibs | fftw-mpi-shlibs | fftw-absoft-shlibs, 
gdal-shlibs (>= 1.2.6-1005) | gdal-ssl-shlibs (>= 1.2.6-1005) | 
gdal-grass-shlibs (>= 1.2.6-1005) | gdal-nopgsql-shlibs (>= 1.2.6-1005) | 
gdal-nopgsql-grass-shlibs (>= 1.2.6-1005), 
-   proj, readline5-shlibs, gettext, libjpeg-shlibs, libpng3-shlibs, 
libtiff-shlibs, lesstif-shlibs, 
-   (%type_raw[-nopgsql] = .) postgresql80-shlibs (>= 8.0.6-1026) | 
(%type_raw[-nopgsql] = .) postgresql80-ssl-shlibs (>= 8.0.6-1026),
+   proj-shlibs, readline5-shlibs, libgettext8-shlibs, libjpeg-shlibs, 
libpng3-shlibs, libtiff-shlibs, lesstif-shlibs, 
+   (%type_raw[-nopgsql] = .) postgresql80-unified-shlibs (>= 8.0.26-2),
unixodbc2-nox-shlibs (>= 2.2.11-1010) | unixodbc2-shlibs (>= 
2.2.11-1010), 
x11-shlibs
   <<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/shells mksh.info, 1.1, 1.2

2012-02-28 Thread Andreas Gockel
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/shells
In directory 
vz-cvs-3.sog:/tmp/cvs-serv7827/10.4/stable/main/finkinfo/10.4-EOL/shells

Modified Files:
mksh.info 
Log Message:
sync with 10.7


Index: mksh.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/shells/mksh.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mksh.info   11 Jul 2011 04:08:34 -  1.1
+++ mksh.info   28 Feb 2012 21:07:04 -  1.2
@@ -1,31 +1,24 @@
-Info2: <<
-Package: mksh%type_pkg[-llvm]
-Version: 39
-Revision: 3
+Package: mksh
+Version: 40
+Revision: 4
 Description: Enhanced version of the Korn shell
-Type: -llvm (boolean)
 License: OSI-Approved
 Maintainer: Andreas Gockel 
-Distribution: (%type_raw[-llvm] = -llvm) 10.5, (%type_raw[-llvm] = -llvm) 10.6
-Replaces: mirbsdksh (<< 29.5-1), mksh, mksh-llvm
-Conflicts: mirbsdksh (<< 29.5-1), mksh, mksh-llvm
+Replaces: mirbsdksh (<< 29.5-1), mksh, mksh-cur, mksh-llvm
+Conflicts: mirbsdksh (<< 29.5-1), mksh, mksh-cur, mksh-llvm
 CustomMirror: <<
  Primary: http://www.mirbsd.org/MirOS/dist/mir/mksh/
  asi-JP: http://pub.allbsd.org/MirOS/dist/mir/mksh/
 <<
-Source: mirror:custom:mksh-R%vc.cpio.gz
+Source: mirror:custom:mksh-R%vd.cpio.gz
 SourceRename: mksh-%v-%r.cpio.gz
-Source-md5: 0c3cd172b47eefcdf9a302baa42f5092
+Source-md5: c6428401103367730a95b99284bf47dc
 NoSourceDirectory: true
 PatchScript: /bin/pax -s ',^/*mksh//*,%f/,' -zf mksh-%v-%r.cpio.gz -r
 CompileScript: <<
  #!/bin/sh -e -x
  cd %f
- if [ "%type_raw[-llvm]" == "." ]; then
-  env /bin/sh ./Build.sh -r -Q -j
- elif [ "%type_raw[-llvm]" == "-llvm" ]; then
-  env CC="$(xcode-select -print-path)/usr/bin/llvm-gcc" /bin/sh ./Build.sh -r 
-Q -combine
- fi
+ /bin/sh ./Build.sh -r -Q -j
 <<
 InstallScript: <<
 #!/bin/sh -e -x
@@ -69,4 +62,3 @@
 InfoTest: <<
  TestScript: cd %f; ./test.sh -v || exit 2
 <<
-<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/shells mksh.info,1.9,1.10

2012-02-28 Thread Andreas Gockel
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/shells
In directory vz-cvs-3.sog:/tmp/cvs-serv7664/10.4/stable/main/finkinfo/shells

Modified Files:
mksh.info 
Log Message:
sync with 10.7 version


Index: mksh.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/shells/mksh.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- mksh.info   15 Jan 2012 00:46:44 -  1.9
+++ mksh.info   28 Feb 2012 21:05:19 -  1.10
@@ -1,31 +1,24 @@
-Info2: <<
-Package: mksh%type_pkg[-llvm]
+Package: mksh
 Version: 40
-Revision: 1
+Revision: 4
 Description: Enhanced version of the Korn shell
-Type: -llvm (boolean)
 License: OSI-Approved
 Maintainer: Andreas Gockel 
-Distribution: (%type_raw[-llvm] = -llvm) 10.5, (%type_raw[-llvm] = -llvm) 10.6
 Replaces: mirbsdksh (<< 29.5-1), mksh, mksh-cur, mksh-llvm
 Conflicts: mirbsdksh (<< 29.5-1), mksh, mksh-cur, mksh-llvm
 CustomMirror: <<
  Primary: http://www.mirbsd.org/MirOS/dist/mir/mksh/
  asi-JP: http://pub.allbsd.org/MirOS/dist/mir/mksh/
 <<
-Source: mirror:custom:mksh-R%v.cpio.gz
+Source: mirror:custom:mksh-R%vd.cpio.gz
 SourceRename: mksh-%v-%r.cpio.gz
-Source-md5: 395a6c5f39c7e2afd8f6504d90ca90bd
+Source-md5: c6428401103367730a95b99284bf47dc
 NoSourceDirectory: true
 PatchScript: /bin/pax -s ',^/*mksh//*,%f/,' -zf mksh-%v-%r.cpio.gz -r
 CompileScript: <<
  #!/bin/sh -e -x
  cd %f
- if [ "%type_raw[-llvm]" == "." ]; then
-  env /bin/sh ./Build.sh -r -Q -j
- elif [ "%type_raw[-llvm]" == "-llvm" ]; then
-  env CC="$(xcode-select -print-path)/usr/bin/llvm-gcc" /bin/sh ./Build.sh -r 
-Q -c combine
- fi
+ /bin/sh ./Build.sh -r -Q -j
 <<
 InstallScript: <<
 #!/bin/sh -e -x
@@ -69,4 +62,3 @@
 InfoTest: <<
  TestScript: cd %f; ./test.sh -v || exit 2
 <<
-<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/shells mksh.info,1.1,1.2

2012-02-28 Thread Andreas Gockel
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/shells
In directory vz-cvs-3.sog:/tmp/cvs-serv7619/10.7/stable/main/finkinfo/shells

Modified Files:
mksh.info 
Log Message:
Update from upstream


Index: mksh.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/shells/mksh.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mksh.info   4 Sep 2011 20:22:05 -   1.1
+++ mksh.info   28 Feb 2012 21:04:34 -  1.2
@@ -1,6 +1,6 @@
 Package: mksh
 Version: 40
-Revision: 2
+Revision: 4
 Description: Enhanced version of the Korn shell
 License: OSI-Approved
 Maintainer: Andreas Gockel 
@@ -10,9 +10,9 @@
  Primary: http://www.mirbsd.org/MirOS/dist/mir/mksh/
  asi-JP: http://pub.allbsd.org/MirOS/dist/mir/mksh/
 <<
-Source: mirror:custom:mksh-R%vb.cpio.gz
+Source: mirror:custom:mksh-R%vd.cpio.gz
 SourceRename: mksh-%v-%r.cpio.gz
-Source-md5: afb08b65272ace550ec59b26a876a7de
+Source-md5: c6428401103367730a95b99284bf47dc
 NoSourceDirectory: true
 PatchScript: /bin/pax -s ',^/*mksh//*,%f/,' -zf mksh-%v-%r.cpio.gz -r
 CompileScript: <<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/graphics ffmpeg-0.4.20071217.info, 1.1, 1.2

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv7579

Modified Files:
ffmpeg-0.4.20071217.info 
Log Message:
sync. missing libgsm1 deps from 10.!4/stable


Index: ffmpeg-0.4.20071217.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/ffmpeg-0.4.20071217.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ffmpeg-0.4.20071217.info28 Oct 2011 20:01:32 -  1.1
+++ ffmpeg-0.4.20071217.info28 Feb 2012 21:03:15 -  1.2
@@ -4,10 +4,10 @@
 
 Package: ffmpeg
 Version: 0.4.20071217
-Revision: 12
+Revision: 13
 ###
-BuildDepends: a52dec-dev, amrnb-dev, faac-dev, freetype219, gsm, imlib2, 
lame-dev, libfaad1-dev, libogg, libtheora0, libvorbis0, libx264-dev, pkgconfig, 
sdl, xvidcore, fink (>= 0.28)
-Depends: a52dec, amrnb, faac, faad, lame, a52dec-shlibs, amrnb-shlibs, 
faac-shlibs, freetype219-shlibs, imlib2-shlibs, lame-shlibs, 
libavdevice52-shlibs, libavcodec51-shlibs, libavformat52-shlibs, 
libavutil49-shlibs, libfaad1-shlibs, libogg-shlibs, libswscale0-shlibs, 
libtheora0-shlibs, libvorbis0-shlibs, libx264-57-shlibs, sdl-shlibs, 
xvidcore-shlibs
+BuildDepends: a52dec-dev, amrnb-dev, faac-dev, freetype219, imlib2, lame-dev, 
libfaad1-dev, libgsm1-dev, libogg, libtheora0, libvorbis0, libx264-dev, 
pkgconfig, sdl, xvidcore, fink (>= 0.28)
+Depends: a52dec, amrnb, faac, faad, lame, a52dec-shlibs, amrnb-shlibs, 
faac-shlibs, freetype219-shlibs, imlib2-shlibs, lame-shlibs, 
libavdevice52-shlibs, libavcodec51-shlibs, libavformat52-shlibs, 
libavutil49-shlibs, libfaad1-shlibs, libgsm1-shlibs, libogg-shlibs, 
libswscale0-shlibs, libtheora0-shlibs, libvorbis0-shlibs, libx264-57-shlibs, 
sdl-shlibs, xvidcore-shlibs
 #BuildConflicts: libavcodec1-dev, libpostproc1, libavformat1-dev
 ###
 Source: mirror:sourceforge:fink/%n-%v.tar.gz
@@ -71,7 +71,7 @@
 ###
 SplitOff: <<
   Package: libavcodec51-shlibs
-  Depends: a52dec-shlibs, amrnb-shlibs, faac-shlibs, lame-shlibs, 
libavutil49-shlibs, libfaad1-shlibs, libogg-shlibs, libtheora0-shlibs, 
libvorbis0-shlibs, libx264-57-shlibs, xvidcore-shlibs
+  Depends: a52dec-shlibs, amrnb-shlibs, faac-shlibs, lame-shlibs, 
libavutil49-shlibs, libfaad1-shlibs, libgsm1-shlibs, libogg-shlibs, 
libtheora0-shlibs, libvorbis0-shlibs, libx264-57-shlibs, xvidcore-shlibs
   Files: <<
 lib/libavcodec.*.dylib
   <<
@@ -100,7 +100,7 @@
 <<
 SplitOff3: <<
   Package: libavformat52-shlibs
-  Depends: a52dec-shlibs, amrnb-shlibs, faac-shlibs, lame-shlibs, 
libavcodec51-shlibs, libavutil49-shlibs, libfaad1-shlibs, libogg-shlibs, 
libtheora0-shlibs, libvorbis0-shlibs, libx264-57-shlibs, xvidcore-shlibs
+  Depends: a52dec-shlibs, amrnb-shlibs, faac-shlibs, lame-shlibs, 
libavcodec51-shlibs, libavutil49-shlibs, libfaad1-shlibs, libgsm1-shlibs, 
libogg-shlibs, libtheora0-shlibs, libvorbis0-shlibs, libx264-57-shlibs, 
xvidcore-shlibs
   Files: <<
 lib/libavformat.*.dylib
   <<
@@ -129,7 +129,7 @@
 <<
 SplitOff5: <<
   Package: libavutil49-shlibs
-  Depends: a52dec-shlibs, amrnb-shlibs, faac-shlibs, lame-shlibs, 
libfaad1-shlibs, libogg-shlibs, libtheora0-shlibs, libvorbis0-shlibs, 
libx264-57-shlibs, xvidcore-shlibs
+  Depends: a52dec-shlibs, amrnb-shlibs, faac-shlibs, lame-shlibs, 
libfaad1-shlibs, libgsm1-shlibs, libogg-shlibs, libtheora0-shlibs, 
libvorbis0-shlibs, libx264-57-shlibs, xvidcore-shlibs
   Files: <<
 lib/libavutil.*.dylib
   <<
@@ -156,7 +156,7 @@
 <<
 SplitOff7: <<
   Package: libpostproc51-shlibs
-  Depends: a52dec-shlibs, amrnb-shlibs, faac-shlibs, lame-shlibs, 
libavutil49-shlibs, libfaad1-shlibs, libogg-shlibs, libtheora0-shlibs, 
libvorbis0-shlibs, libx264-57-shlibs, xvidcore-shlibs
+  Depends: a52dec-shlibs, amrnb-shlibs, faac-shlibs, lame-shlibs, 
libavutil49-shlibs, libfaad1-shlibs, libgsm1-shlibs, libogg-shlibs, 
libtheora0-shlibs, libvorbis0-shlibs, libx264-57-shlibs, xvidcore-shlibs
   Files: <<
 lib/libpostproc.*.dylib
   <<
@@ -183,7 +183,7 @@
 <<
 SplitOff9: <<
   Package: libswscale0-shlibs
-  Depends: a52dec-shlibs, amrnb-shlibs, faac-shlibs, lame-shlibs, 
libavutil49-shlibs, libfaad1-shlibs, libogg-shlibs, libtheora0-shlibs, 
libvorbis0-shlibs, libx264-57-shlibs, xvidcore-shlibs
+  Depends: a52dec-shlibs, amrnb-shlibs, faac-shlibs, lame-shlibs, 
libavutil49-shlibs, libfaad1-shlibs, libgsm1-shlibs, libogg-shlibs, 
libtheora0-shlibs, libvorbis0-shlibs, libx264-57-shlibs, xvidcore-shlibs
   Files: <<
 lib/libswscale.*.dylib
   <<
@@ -211,7 +211,7 @@
 SplitOff11: <<
   Package: libavdevice52-shlibs
   Replaces: %N (<< 0.4.20071217-6), %N-dev (<< 0.4.20071217-6)
-  Depends: xvidcore-shlibs, libx264-57-shlibs, libvorbis0-shlibs, 
libogg-shlibs, libtheora0-shlibs, lame-shlibs, libfaad1-shlibs, faac-shlibs, 
amrnb-shlibs, a52dec-shlibs, libavformat52-shlibs, libavcodec51-shlibs, 
libavutil49-shlibs
+  Depends: xvidcore-shlibs, libx264-57-shlibs, libv

[cvs] dists/10.4/unstable/main/finkinfo/libs gedcom-parse.info, 1.5, NONE gedcom-parse.patch, 1.1, NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv7413/d/d/d/d

Removed Files:
gedcom-parse.info gedcom-parse.patch 
Log Message:
to stable with dep bump

--- gedcom-parse.info DELETED ---

--- gedcom-parse.patch DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs gedcom-parse.info, NONE, 1.1 gedcom-parse.patch, NONE, 1.1

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv7413/stable/main/finkinfo/libs

Added Files:
gedcom-parse.info gedcom-parse.patch 
Log Message:
to stable with dep bump

--- NEW FILE: gedcom-parse.info ---
Package: gedcom-parse
Version: 0.90.0
Revision: 13
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 9a524d23369b4b61f11e9483c54f4199
PatchFile: %n.patch
PatchFile-MD5: 93c94163dc5a8ad41db3af576c0147a4
PatchScript: <<
%{default_script}
sed -i.bak -e 's/Mach-O dynamically linked shared library/dynamically 
linked shared library/g' ltconfig ltmain.sh utf8/ltconfig utf8/ltmain.sh
<<
Depends: %N-shlibs (= %v-%r)
BuildDepends: libiconv-dev, libgettext8-dev, fink (>= 0.24.12-1)
Recommends: gedcom-parse-bin
BuildDependsOnly: True
UpdateLibtool: true
UpdateLibtoolInDirs: utf8
NoSetLDFLAGS: true
SetLIBS: -L%p/lib -lintl
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
SplitOff: <<
  Package: %N-shlibs
  Depends: libiconv, libgettext8-shlibs
  Files: lib/libgedcom.*.dylib lib/libgedcom_gom.*.dylib 
lib/libutf8tools.*.dylib
  Shlibs: <<
%p/lib/libgedcom.0.dylib 1.0.0 %N-shlibs (>= 0.90.0-1)
%p/lib/libgedcom_gom.0.dylib 1.0.0 %N-shlibs (>= 0.90.0-1)
%p/lib/libutf8tools.0.dylib 1.0.0 %N-shlibs (>= 0.90.0-1)
  <<
  DocFiles: README COPYING 
<<
SplitOff2: <<
  Package: %N-bin
  Depends: %N-shlibs (= %v-%r), libiconv, libgettext8-shlibs
  Files: bin/gedcom-check bin/gedcom-sanitize share/gedcom-parse
  DocFiles: README COPYING 
<<
DocFiles: README COPYING AUTHORS NEWS
Description: GEDCOM parser library
DescDetail: <<
The Gedcom parser library is a C library that provides an API to
applications to parse and process arbitrary genealogy files in the
standard gedcom format.
'gedcom-parse-bin' includes gedcom-check and gedcom-sanitize for fixing
up GEDCOM files.
<<
DescPort: <<
Uses UpdateLibtool, which may still be
newer than the files in the source package.

Libtool is further updated to not break on the output
of 'file' on a 64-bit dylib. Note that it still uses
-undefined dynamic_lookup.
<<

License: LGPL
Homepage: http://gedcom-parse.sourceforge.net
Maintainer: Ben Hines 

--- NEW FILE: gedcom-parse.patch ---
--- gedcom-parse-0.90.0/gedcom/encoding_state.h.origSun Nov 16 22:17:22 2003
+++ gedcom-parse-0.90.0/gedcom/encoding_state.h Sun Nov 16 22:17:34 2003
@@ -37,8 +37,8 @@
   char terminator[MAX_TERMINATOR_LEN + 1];
 };
 
-struct encoding_state read_encoding;
-struct encoding_state write_encoding;
+extern struct encoding_state read_encoding;
+extern struct encoding_state write_encoding;
 
 void set_read_encoding(const char* charset, const char* encoding);
 void set_read_encoding_width(Encoding enc);


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics gts.info, 1.1, NONE

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv5782

Removed Files:
gts.info 
Log Message:
relocated to stable


--- gts.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/graphics gts.info, NONE, 1.1

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv5751

Added Files:
gts.info 
Log Message:
sync. w/ 10.!4/stable


--- NEW FILE: gts.info ---
Package: gts
Version: 0.7.3
Revision: 1004
Description: GNU triangulated surface library
Source: mirror:sourceforge:%n/%n-%v.tar.gz
DocFiles: AUTHORS COPYING README
Maintainer: Patrick Stein 
HomePage: http://gts.sourceforge.net/
License: LGPL
BuildDepends: glib2-dev (>= 2.12.0-1), libiconv-dev, libgettext3-dev
Depends: %n-shlibs (= %v-%r), pkgconfig
Conflicts: gts75
Replaces: gts75
BuildDependsOnly: True
Source-MD5: c02209e38229eb2abb1370dadd0020b4
PatchScript: perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' src/gts.m4
ConfigureParams: --with-glib-prefix=%p
SetCPPFLAGS: -I%p/include/glib-2.0 -I%p/lib/glib-2.0/include
SplitOff: <<
Package: %N-shlibs
Depends: glib2-shlibs (>= 2.12.0-1), libiconv, libgettext3-shlibs
Files: lib/lib%N-*.dylib
Shlibs: %p/lib/lib%N-0.7.3.dylib 4.0.0 %n (>= 0.7.3-2)
DocFiles: AUTHORS COPYING README
<<
SplitOff2: <<
Package: %N-bin
Depends: <<
%N-shlibs (= %v-%r),
glib2-shlibs (>= 2.12.0-1), libiconv, libgettext3-shlibs
<<
Files: <<
bin/gts2dxf bin/gts2oogl bin/gts2stl
bin/gtscheck bin/gtscompare bin/gtstemplate
bin/stl2gts bin/transform
<<
DocFiles: AUTHORS COPYING README
<<
DescDetail: <<
GTS stands for the GNU Triangulated Surface Library. It is an
Open Source Free Software Library intended to provide a set of
useful functions to deal with 3D surfaces meshed with interconnected
triangles. The source code is available free of charge under
the Free Software LGPL license.

The code is written entirely in C with an object-oriented
approach based mostly on the design of GTK+. Careful attention
is paid to performance related issues as the initial goal of
GTS is to provide a simple and efficient library to scientists
dealing with 3D computational surface meshes.

A brief summary of its main features:
* Simple object-oriented structure giving easy access to
topological properties.
* 2D dynamic Delaunay and constrained Delaunay triangulations.
* Robust geometric predicates (orientation, in circle) using
fast adaptive floating point arithmetic (adapted from the
fine work of Jonathan R. Shewchuk).
* Robust set operations on surfaces (union, intersection,
difference).
* Surface refinement and coarsening (multiresolution models).
* Dynamic view-independent continuous level-of-detail.
* Preliminary support for view-dependent level-of-detail.
* Bounding-boxes trees and Kd-trees for efficient point
location and collision/intersection detection.
* Graph operations: traversal, graph partitioning.
* Metric operations (area, volume, curvature ...).
* Triangle strips generation for fast rendering.
<<
DescPackaging: <<
netpbm10 is not a dependency because it is only used (if
present) during tests, not for installed files
<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs gle3.info, NONE, 1.1 gle3.patch, NONE, 1.1

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv5671/stable/main/finkinfo/libs

Added Files:
gle3.info gle3.patch 
Log Message:
to stable with %c flag addition for X

--- NEW FILE: gle3.info ---
Package: gle3
Version: 3.1.0
Revision: 1016
Description: GLE tubing and extrusion library
DescDetail: <<
GLE is a library package of C functions that draw
extruded surfaces, including surfaces of revolution,
sweeps, tubes, polycones, polycylinders and helicoids.
Generically, the extruded surface is specified with a
2D polyline that is extruded along a 3D path.  A local
coordinate system allows for additional flexibility in 
the primitives drawn.  Extrusions may be texture mapped
in a variety of ways.  The GLE library generates 3D 
triangle coordinates, lighting normal vectors and 
texture coordinates as output. GLE uses the GL or 
OpenGL API's to perform the actual rendering.
<<
DescUsage: 'man gle' for an introduction and refs to the other manpages.
DescPort: <<
Fixed references to malloc.h (malloc is in stdlib.h on OS X).

A boatload of pedantic GCC directive warnings made it difficult to
see any serious messages srcroll by, so got rid of -pedantic.

Patch generated libtool because the included template is old and
generates one which includes flags that prevent prebinding. Also add
lots of X lib flags to libgle3 linker so no undefined symbols at
link-time.

Drop -framework OpenGL so get the newer versions in /usr/X11R6/lib.
<<
Homepage: http://www.linas.org/gle/
License: OSI-Approved
Maintainer: Daniel Macks 
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink (>= 0.24.12-1), freeglut, x11-dev
BuildDependsOnly: True
Source: mirror:sourceforge:gle/gle-%v.tar.gz
Source-MD5: da5b45c6906343d4a3672c3de35513ad
PatchFile: %n.patch
PatchFile-MD5: 7c2497d0a73254c6199be5165ccc0286
PatchScript: <<
%{default_script}
  perl -pi.bak -e 's/^#include /#include /' `grep -l -r 
malloc.h .`
  perl -pi.bak -e 's|/doc/gle/|/doc/%n/|' `find . -name Makefile.in`
  perl -pi.bak -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
<<
ConfigureParams: --mandir=%p/share/man --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib --disable-dependency-tracking
SetLDFLAGS: 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
SetLIBS: -L%p/lib
CompileScript: <<
  ./configure %c
  perl -pi.bak -e 's,-undefined suppress,,g; s,-flat_namespace,,g' libtool
  make
<<
InstallScript: <<
  make install DESTDIR=%d
  rm %i/share/doc/gle3/gle-3.0.lsm
<<
# 'make install' takes care of most of the doc files (for the main package)
DocFiles: src/COPYING.src
SplitOff: <<
  Package: %N-shlibs
  Description: GLE tubing and extrusion library (runtime code)
  Depends: freeglut-shlibs, x11
  Files: lib/libgle.*.dylib
  Shlibs: %p/lib/libgle.3.dylib 5.0.0 gle3-shlibs (>= 3.1.0-13)
  DocFiles: AUTHORS COPYING doc/COPYING.artistic src/COPYING.src README
<<

--- NEW FILE: gle3.patch ---
diff -Nurd -x'*~' gle-3.1.0.orig/src/Makefile.in gle-3.1.0/src/Makefile.in
--- gle-3.1.0.orig/src/Makefile.in  2004-06-14 01:35:08.0 -0400
+++ gle-3.1.0/src/Makefile.in   2004-06-14 01:35:36.0 -0400
@@ -97,7 +97,7 @@
 INCLUDES =@X_CFLAGS@
 
 
-CFLAGS = @CFLAGS@ -Wall -pedantic -Wstrict-prototypes  -Wconversion
+CFLAGS = @CFLAGS@ -Wall  -Wstrict-prototypes  -Wconversion
 
 docdir = $(datadir)/doc/gle/
 
@@ -219,7 +219,7 @@
 maintainer-clean-libtool:
 
 libgle.la: $(libgle_la_OBJECTS) $(libgle_la_DEPENDENCIES)
-   $(LINK) -rpath $(libdir) $(libgle_la_LDFLAGS) $(libgle_la_OBJECTS) 
$(libgle_la_LIBADD) $(LIBS)
+   $(LINK) -rpath $(libdir) $(libgle_la_LDFLAGS) $(libgle_la_OBJECTS) 
$(libgle_la_LIBADD) $(LIBS) -lglut -lXi -lXext -lXmu -lGLU -lGL 
-L/usr/X11R6/lib -lXt -lX11
 
 install-GLDATA: $(GL_DATA)
@$(NORMAL_INSTALL)


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs gle3.info, 1.4, NONE gle3.patch, 1.1, NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv5671/d/d/d/d

Removed Files:
gle3.info gle3.patch 
Log Message:
to stable with %c flag addition for X

--- gle3.info DELETED ---

--- gle3.patch DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs libchm.info,1.2,NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv5471/d/d/d/d

Removed Files:
libchm.info 
Log Message:
to stable

--- libchm.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs libchm.info,NONE,1.1

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv5471/stable/main/finkinfo/libs

Added Files:
libchm.info 
Log Message:
to stable

--- NEW FILE: libchm.info ---
Package: libchm
Version: 0.40
Revision: 3
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Conflicts: kchmviewer
Source: http://www.jedrea.com/chmlib/chmlib-%v.tar.bz2
Source-MD5: 7ea49ed8c335215c1edc6fae83e6b912
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Splitoff: <<
  Package: %N-shlibs
  Files: <<
lib/libchm.0.dylib
  <<
  Shlibs: <<
%p/lib/libchm.0.dylib 1.0.0 %n (>= 0.40-2)
  <<
  DocFiles: COPYING
<<
License: LGPL
Homepage: http://www.jedrea.com/chmlib
Maintainer: Jack Fink 
Description: Library for reading MS CHM files


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/graphics feh.info, NONE, 1.1 flam3.info, NONE, 1.1 fonttools.info, NONE, 1.1 glui.info, NONE, 1.1 glui.patch, NONE, 1.1

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv5215

Added Files:
feh.info flam3.info fonttools.info glui.info glui.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: glui.patch ---
--- glui_v2_1_beta/makefile Fri Jul  9 20:38:44 1999
+++ glui_v2_1_beta-patched/makefile Sat Mar 30 21:44:28 2002
@@ -5,27 +5,27 @@
 #Change the following two lines to reflect the locations

 # of the GLUT library (.a) and includes on your system

 

-GLUT_LIB_LOCATION=/unc/walk/lib/sgi_irix

-GLUT_INC_LOCATION=/unc/walk/include

+GLUT_LIB_LOCATION=@prefix@/lib

+GLUT_INC_LOCATION=@prefix@/include

 

-CFLAGS = 

+CFLAGS = -w -I/usr/X11R6/include

 

 

 #for sgi   -- comment out the lines below to use on HP

-CC=CC -g0 -o32

+CC=g++ -Os

 #CC=gcc

 #CC=g++ -O3

 CPPFLAGS=-I${GLUT_INC_LOCATION} #-w 

-GLLIBS=-L${GLUT_LIB_LOCATION} -lglut -lGL -lGLU

+GLLIBS=-L${GLUT_LIB_LOCATION} -lglut -L/usr/X11R6/lib -lGL -lGLU

 LPATH=${GLUTPATH} 

 INCS= 

 

 

-libs = ${GLLIBS}  -lXmu -lXext -lX11 -lXi -lm #-lmalloc 

+libs = ${GLLIBS}  -lXmu -lXext -lX11 -lXi -L/usr/lib -lm #-lmalloc 

 

 LIBGLUI= -Llib -lglui

 

-All: lib/libglui.a bin/example1 bin/example2 bin/example3 bin/example4 
bin/example5

+All: libglui.a

 

 GLUI_OBJS = glui_add_controls.o glui.o glui_bitmap_img_data.o glui_bitmaps.o 
glui_button.o glui_edittext.o glui_checkbox.o glui_node.o glui_radio.o 
glui_statictext.o glui_panel.o glui_separator.o glui_spinner.o glui_control.o 
glui_column.o glui_translation.o glui_rotation.o glui_mouse_iaction.o 
glui_listbox.o glui_rollout.o arcball.o algebra3.o quaternion.o

 

@@ -49,9 +49,9 @@
@echo "Linking example5"

$(CC)  $(CFLAG) $(CPPFLAGS) $(LPATH) example5.o $(LIBGLUI) $(libs) -o 
bin/example5

 

-lib/libglui.a: $(GLUI_OBJS)

+libglui.a: $(GLUI_OBJS)

@echo "Creating library"

-   ar -r lib/libglui.a $(GLUI_OBJS)

+   ar -r libglui.a $(GLUI_OBJS)

 

 .cpp.o:

$(CC) -c $(CFLAGS) $(CPPFLAGS) $(INCS) $*.cpp


--- NEW FILE: fonttools.info ---
Package: fonttools
Version: 2.2
Revision: 0.1
HomePage: http://fonttools.sourceforge.net
License: BSD
Maintainer: Remko Troncon 
Description: Library and tools for manipulating fonts
DescDetail: <<
FontTools is a library for manipulating fonts, written in Python. It supports
TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
FontTools comes with TTX, a tool to convert OpenType and TrueType fonts to and
from XML. 
<<

Source: mirror:sourceforge:fonttools/fonttools-%v.tar.gz
Source-MD5: 639c68113cc04e8f30ae8997d6cc480a
SourceDirectory: fonttools-%v

PatchScript: <<
#!/bin/sh -ev
sed -i.bak -e 's,^from fontTools 
import,sys.path.append('\''%p/lib/%n/FontTools'\'')\
&,' Tools/ttx
<<
CompileScript: <<
/usr/bin/python setup.py build
<<
InstallScript: <<
/usr/bin/python setup.py install --prefix %p --root %d --install-lib %p/lib/%n 
--install-data %p/share
<<

DocFiles: LICENSE.txt README.txt

--- NEW FILE: feh.info ---
Package: feh
Version: 1.14.1
Revision: 2
Source: http://feh.finalrewind.org/%n-%v.tar.bz2
Source-MD5: 88817761f2fa55629f4826528df3b9e5
Depends: giblib-shlibs, imlib2-shlibs, libjpeg8-shlibs, libpng15-shlibs
BuildDepends: giblib, imlib2, libjpeg8, libpng15
SetCFLAGS: -Os
SetCC: cc -I%p/include -L%p/lib
SetLDFLAGS: -L/usr/X11R6/lib
PatchScript: perl -pi -e "s,/usr/local,%p," config.mk
CompileScript: make
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog README TODO
Homepage: https://derf.homelinux.org/~derf/projects/feh
License: BSD
Maintainer: Jack Fink 
Description: Imlib2 based image viewer
DescDetail: <<
 feh is a fast, lightweight image viewer which uses imlib2. It is
 commandline-driven and supports multiple images through slideshows,
 thumbnail browsing or multiple windows, and montages or index prints (using
 TrueType fonts to display file info). Advanced features include fast dynamic
 zooming, progressive loading, loading via HTTP (with reload support for
 watching webcams), recursive file opening (slideshow of a directory
 hierarchy), and mouse wheel/keyboard control.
<<
--- NEW FILE: glui.info ---
Package: glui
Version: 2.1
Revision: 1027
GCC: 4.0
Maintainer: None 
Source: http://www.cs.unc.edu/~rademach/%N/src/release/%N_v2_1_beta.tar.gz
Source-MD5: e8ab926ac22f3fbfe3c82f541b924496
Depends: %N-shlibs
BuildDepends: fink (>= 0.24.12-1), freeglut, x11-dev
PatchFile: %n.patch
PatchFile-MD5: cda893870e3d346f04c8489cd53df338
PatchScript: <<
 sed 's|@prefix@|%p|g' <%{PatchFile} | patch -p1
 perl -pi -e 's|friend *GLUI|friend class GLUI|g' glui.h
<<
CompileScript: make
InstallScript: <<
 mkdir -p %i/include
 mkdir -p %i/lib
 ranlib libglui.a
 (c++ -dynamiclib -o libglui.2.1.dylib -install_name %p/lib/libglui.2.dylib 
-compatibility_version 2.1 -current_version 2.1 -all_load libglui.a -L%p/lib 
-lglut -L/usr/X11R6/lib -lGL -lGLU -dylib_file 
/System/Library/Fra

[cvs] dists/10.4/unstable/main/finkinfo/libs libconfig8.info, 1.1, NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv4084/d/d/d/d

Removed Files:
libconfig8.info 
Log Message:
to stable

--- libconfig8.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs libconfig8.info,NONE,1.1

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv4084/stable/main/finkinfo/libs

Added Files:
libconfig8.info 
Log Message:
to stable

--- NEW FILE: libconfig8.info ---
Package: libconfig8
Version: 1.3.2
Revision: 1
Description: Library for manipulating configuration files
License: LGPL
Homepage: http://www.hyperrealm.com/libconfig
Maintainer: Monic Polynomial 

Source: http://www.hyperrealm.com/libconfig/libconfig-%v.tar.gz
Source-MD5: 094a82afd382aa2305c6cc3c06025c2d

BuildDependsOnly: true
Depends: %n-shlibs (= %v-%r)

GCC: 4.0
SetCFLAGS: -Os
ConfigureParams: --disable-dependency-tracking --disable-static

InstallScript: make install DESTDIR=%d

SplitOff: <<
  Package: %N-shlibs
  Description: Library for manipulating configuration files
  Files: <<
lib/libconfig.8.0.0.dylib lib/libconfig.8.dylib
lib/libconfig++.8.0.0.dylib lib/libconfig++.8.dylib
  <<
  Shlibs: <<
%p/lib/libconfig.8.dylib 9.0.0 libconfig8 (>= 1.3.2-1)
%p/lib/libconfig++.8.dylib 9.0.0 libconfig8 (>= 1.3.2-1)
  <<
  DocFiles: AUTHORS COPYING.LIB ChangeLog NEWS README TODO
<<

DocFiles: COPYING.LIB
InfoDocs: libconfig.info

DescDetail: <<
Libconfig is a simple library for manipulating structured configuration files.
The file format is more compact and more readable than XML. And unlike XML, it
is type-aware, so it is not necessary to do string parsing in application code.

Libconfig is very compact - just 38K for the stripped C shared library (less
than one-fourth the size of the expat XML parser library) and 66K for the
stripped C++ shared library. This makes it well-suited for memory-constrained
systems like handheld devices.
<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs libpoker-eval.info, NONE, 1.1

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv3988/stable/main/finkinfo/libs

Added Files:
libpoker-eval.info 
Log Message:
to stable after fixing Shlibs: field

--- NEW FILE: libpoker-eval.info ---
Package: libpoker-eval
Version: 133.0
Revision: 2
Description: Library for poker hand evaluation, dev files
License: GPL
Maintainer: Johan Euphrosine 
Depends: %n-shlibs (=%v-%r)
BuildDepends: pkgconfig
BuildDependsOnly: True
Source: http://download.gna.org/pokersource/sources/poker-eval-%v.tar.gz
Source-MD5: a0495760b99d224ac85f9f80e58c4fb5
Homepage: http://pokersource.org/poker-eval
DocFiles: COPYING
SplitOff: <<
  Package: %N-shlibs
  Description: Library for poker hand evaluation, library
  Files: lib/libpoker-eval.1.dylib lib/libpoker-eval.1.0.0.dylib
  Shlibs: %p/lib/libpoker-eval.1.dylib 2.0.0 %n (>= 133.0-1)
  DocFiles: COPYING
<<

 


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs libpoker-eval.info, 1.1, NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv3988/d/d/d/d

Removed Files:
libpoker-eval.info 
Log Message:
to stable after fixing Shlibs: field

--- libpoker-eval.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs ode1.info,NONE,1.1

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv3762/stable/main/finkinfo/libs

Added Files:
ode1.info 
Log Message:
to stable

--- NEW FILE: ode1.info ---
Package: ode1
Description: Open Dynamics Engine
Version: 0.10.1
Revision: 1

Depends: %n-shlibs (= %v-%r)
GCC: 4.0

Conflicts: ode-dev
Replaces: ode-dev

Source: mirror:sourceforge:opende/ode-%v.tar.bz2
Source-MD5: 91c396b915539a760617437d56eb1681

BuildDependsOnly: true

ConfigureParams: --enable-shared --disable-demos --disable-dependency-tracking

DocFiles: CHANGELOG.txt LICENSE.TXT README.txt

SplitOff: <<
  Package: %N-shlibs
  Files: lib/libode.1.dylib lib/libode.1.0.0.dylib
  Shlibs: %p/lib/libode.1.dylib 2.0.0 ode (>= 0.10.1-1)
  DocFiles: CHANGELOG.txt LICENSE.TXT README.txt
<<

DescDetail: <<
ODE is an open source, high performance library for simulating rigid body 
dynamics. It is fully featured, stable, mature and platform independent with 
an easy to use C/C++ API. It has advanced joint types and integrated collision 
detection with friction. ODE is useful for simulating vehicles, objects in 
virtual reality environments and virtual creatures. It is currently used in 
many computer games, 3D authoring tools and simulation tools.
<<

License: LGPL
HomePage: http://ode.org
Maintainer: Trevor Harmon 


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs ode1.info,1.1,NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv3762/d/d/d/d

Removed Files:
ode1.info 
Log Message:
to stable

--- ode1.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/graphics dvdrip-perl.info, NONE, 1.1 dvdrip-perl.patch, NONE, 1.1

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv3591

Added Files:
dvdrip-perl.info dvdrip-perl.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: dvdrip-perl.patch ---
--- dvdrip-0.98.8-orig/lib/Video/DVDRip/Project.pm  2006-08-16 
21:34:38.0 +0200
+++ dvdrip-0.98.8-new/lib/Video/DVDRip/Project.pm   2007-02-25 
13:33:28.0 +0100
@@ -372,6 +372,10 @@
 
 my $dvd_device = $self->dvd_device;
 
+   if ( $dvd_device !~ m/^\/dev\// ) {
+   return $dvd_device; 
+   } 
+
 my $dvd_mount_point
 = $self->get_mount_dir_from_mtab( $dvd_device,  "/etc/mtab" )
 || $self->get_mount_dir_from_mtab( $dvd_device, "/etc/fstab" );
--- dvdrip-0.98.8-orig/lib/Video/DVDRip/Config.pm 2006-08-20 
12:56:01.0 +0200
+++ dvdrip-0.98.8/lib/Video/DVDRip/Config.pm   2007-03-27 
20:14:15.0 +0200
@@ -19,6 +19,7 @@
 use FileHandle;
 use Data::Dumper;
 use Carp;
+use POSIX;
 
 sub config { shift->{config}   }
 

--- NEW FILE: dvdrip-perl.info ---
Info2: <<

Package: dvdrip-perl-%type_pkg[perl]
Version: 0.98.10
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5

Type: perl(5.8.1 5.8.6 5.8.8)

Depends:  perl%type_pkg[perl]-core, transcode (>= 1.0.0), imagemagick (>= 
6.2.8), mplayer (>=1.0rc2),  gtk2-pm%type_pkg[perl], 
locale-textdomain-pm%type_pkg[perl], event-pm%type_pkg[perl], 
anyevent-pm%type_pkg[perl], event-rpc-pm%type_pkg[perl], 
event-execflow-pm%type_pkg[perl], gtk2-ex-formfactory-pm%type_pkg[perl], 
mjpegtools, ogmtools
BuildDepends: fink (>= 0.24.12)

Source: http://www.exit1.org/dvdrip/dist/dvdrip-%v.tar.gz 
Source-MD5: 368ce6bc8d6c641d41e126d447ca76b2
PatchFile: dvdrip-perl.patch
PatchFile-MD5: fcc67db55c03cb471d7cecf276aca714

Conflicts: %{ni}581, %{ni}584, %{ni}586, %{ni}588
Replaces: %{ni}581, %{ni}584, %{ni}586, %{ni}588

DocFiles: Changes COPYRIGHT Credits README TODO

Description: GUI DVD ripper and transcoder

UpdatePOD: true

DescDetail: <<
dvd::rip is a full featured DVD copy program written in Perl. It
provides an easy to use but feature-rich Gtk+ GUI to control almost
all aspects of the ripping and transcoding process. It uses the widely
known video processing swissknife transcode and many other Open Source
tools.

In the Storage tab, the mount point of an already mounted DVD has to be
selected using the "dvd image directory" browser., e.g. /Volumes/SHREK.
In the RIP Title tab, "Open DVD tray" and "Close DVD tray" do not work.
In the Transcode tab, only the ffmpeg transcoder is supported.
<<

DescPort: <<
As device nodes such as /dev/dvd are not commonly used on mac os x, using
the mount point of a mounted dvd makes sense to me. The patch lets dvdrip
use the "dvd_device" as "dvd_mount_point" if it does not start with "/dev/".
<<

DescPackaging: <<
dvd::rip uses fping in cluster mode but it's configure script does not
detect it yet, therefore this dependency is not added yet: fping (>= 2.4)

In maintainer mode, a perl test call xwininfo which fails. 
<<

License: Artistic
Homepage: http://www.exit1.org/dvdrip/
Maintainer: Matthias Ringwald 

<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci shapelib.info, NONE, 1.1 shapelib.patch, NONE, 1.1

2012-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv3572

Added Files:
shapelib.info shapelib.patch 
Log Message:
forgot to commit this in recent ->stable sweep


--- NEW FILE: shapelib.patch ---
diff -ruN shapelib-1.3.0b1-orig/Makefile shapelib-1.3.0b1/Makefile
--- shapelib-1.3.0b1-orig/Makefile  2007-12-14 05:27:13.0 +0900
+++ shapelib-1.3.0b1/Makefile   2010-03-23 16:54:03.0 +0900
@@ -11,17 +11,8 @@
 
 all:   shpcreate shpadd shpdump shprewind dbfcreate dbfadd dbfdump shptest
 
-shpopen.o: shpopen.c shapefil.h
-   $(CC) $(CFLAGS) -c shpopen.c
-
-shptree.o: shptree.c shapefil.h
-   $(CC) $(CFLAGS) -c shptree.c
-
-dbfopen.o: dbfopen.c shapefil.h
-   $(CC) $(CFLAGS) -c dbfopen.c
-
-safileio.o:safileio.c shapefil.h
-   $(CC) $(CFLAGS) -c safileio.c
+.c.o: .h
[...4357 lines suppressed...]
+If FILE is a libtool library, all the files associated with it are deleted.
+Otherwise, only FILE itself is deleted using RM."
+  ;;
+
+*)
+  $echo "$modename: invalid operation mode \`$mode'" 1>&2
+  $echo "$help" 1>&2
+  exit 1
+  ;;
+esac
+
+echo
+$echo "Try \`$modename --help' for more information about other modes."
+
+exit 0
+
+# Local Variables:
+# mode:shell-script
+# sh-indentation:2
+# End:

--- NEW FILE: shapelib.info ---
Info2: <<
Package: shapelib
Version: 1.3.0b1
Revision: 1
License: LGPL
Maintainer: BABA Yoshihiko 
Homepage: http://shapelib.maptools.org
Description: Shape Library binaries
DescDetail: <<
  The Shapefile C Library provides the ability to write simple
C programs for reading, writing and updating (to a limited extent)
ESRI Shapefiles, and the associated attribute file (.dbf).
<<
Depends: <<
  %n-shlibs (=%v-%r)
<<
BuildDepends: <<
  fink (>= 0.28)
<<
Source: http://download.osgeo.org/shapelib/%n-%v.tar.gz
Source-MD5: b8da228374611880ab52179b70c72f16
PatchFile: %n.patch
PatchFile-MD5: 6b0d7739de563781dd9b944e43e13978

CompileScript: <<
  cp /usr/bin/glibtool libtool
  make
  make lib PREFIX=%p
  install_name_tool -id "%p/lib/libshp.1.0.1.dylib" .libs/libshp.1.dylib
<<

InstallScript: <<
  mkdir -p %i/bin
  cp shpcreate shpadd shpdump shprewind dbfcreate dbfadd dbfdump shptest %i/bin/
  chmod 555 %i/bin/*
  make lib_install DEST_DIR=%i
<<
DocFiles: web/*.html ChangeLog HOWTO-RELEASE LICENSE.LGPL README


SplitOff: <<
  Package: %N-shlibs
  Description: Shapefile Library
  Files: lib/libshp.1.0.1.dylib
  Shlibs: %p/lib/libshp.1.0.1.dylib 2.0.0 %n (>= 1.3.0b1-1)
  DocFiles: web/*.html ChangeLog HOWTO-RELEASE LICENSE.LGPL README
<<
SplitOff2: <<
  Package: %N-dev
  Description: Shape Library headers
  BuildDependsOnly: true
  Depends: <<
%N-shlibs (=%v-%r)
  <<
  Files: include/libshp/shapefil.h lib/libshp.1.dylib lib/libshp.dylib 
lib/libshp.a lib/libshp.la
  Shlibs: <<
!%p/lib/libshp.1.dylib
!%p/lib/libshp.dylib
  <<
  DocFiles: web/*.html ChangeLog HOWTO-RELEASE LICENSE.LGPL README
<<

<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs pcrs0.info, 1.4, NONE pcrs0.patch, 1.1, NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv3483/d/d/d/d

Removed Files:
pcrs0.info pcrs0.patch 
Log Message:
to stable with dep bumps and UMBJ: false

--- pcrs0.info DELETED ---

--- pcrs0.patch DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs pcrs0.info, NONE, 1.1 pcrs0.patch, NONE, 1.1

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv3483/stable/main/finkinfo/libs

Added Files:
pcrs0.info pcrs0.patch 
Log Message:
to stable with dep bumps and UMBJ: false

--- NEW FILE: pcrs0.info ---

## Fink package generated from pcrs0.xml.

## Initial setup
##
Package: pcrs0
Version: 0.0.3
Revision: 1
Description: Perl-compatible regexp based substitutions
License: LGPL
Maintainer: Nigel Stanger 
##

## Dependencies
##
BuildDepends: autoconf (>= 2.60-1), libpcre1, fink (>= 0.24.12-1)
Depends: %N-shlibs (= %v-%r)
Replaces: %N-shlibs (<< 0.0.3-1)
BuildDependsOnly: true
##

## Unpack phase
##
Source: http://www.oesterhelt.org/pcrs/pcrs-%v-src.tar.gz
Source-MD5: a6070f22f7eee5637c14342b71b36ff5
SourceDirectory: pcrs-%v
##

## Patch phase
##
PatchFile: %n.patch
PatchFile-MD5: e340606225fad4ab794ce7d771d2c39e
##

## Compile phase
##
UseMaxBuildJobs: false
ConfigureParams: --with-pcre=%p --mandir='${prefix}/share/man'
CompileScript: <<
  autoconf
  ./configure %c
  make
<<
##

## Install phase
##
DocFiles: INSTALL LICENSE.txt Makefile pcrsed.c
#
# Start of SplitOff for %N-shlibs
#
SplitOff: <<
  Package: %N-shlibs
  Depends: libpcre1-shlibs
  Files: lib/libpcrs.%v.dylib lib/libpcrs.0.dylib
  Shlibs: %p/lib/libpcrs.0.dylib 0.0.0 %n (>= 0.0.2-1)
  DocFiles: INSTALL LICENSE.txt
<<
#
# End of SplitOff for %N-shlibs
#
##

## Additional data
##
DescDetail: <<
  PCRS is a small library, written as a supplement to the PCRE library,
  that implements regex based substitution with the syntax and semantics
  of Perl's s/// operator. Source code for a small demo program (pcrsed)
  is included with the documentation.
<<
DescPort: <<
  Added aclocal.m4 in order to include the AC_caolan_CHECK_PACKAGE macro
  (available from GNU Autoconf Macro Archive
  ). This provides the
  --with-LIB=DIR option to configure so we can force it to look for pcre
  in /sw/lib.

  Patched configure.in to use AC_caolan_CHECK_PACKAGE instead of
  AC_CHECK_LIB when looking for pcre.

  The LIBS variable is coming out of configure as -lpcre -lpcre for some
  reason, but that shouldn't make any difference, so I see no pressing
  need to fix it.

  Patched Makefile.in:

* Added INCLUDEDIR = @includedir@, and added install for pcrs.h ->
  $(prefix)/include.
* Removed -pedantic from CFLAGS.
* Changed -shared to -dynamiclib in LIBFLAGS.
* Changed -fPIC to -fno-common.
* Added $(LDFLAGS) and -L. -lpcrs to pcrsed target. Removed
  unnecessary pcrsed recompile from install target.
* Switched to Darwin shared library conventions:
  * libpcrs.so.0.0.2 => libpcrs.0.0.2.dylib
  * -install_name $(prefix)/libpcrs.0.dylib
  * -current_version 0.0.2
* Note: compatibility_version has been left to default to 0, because
  you can't explicitly tell it to be 0 (curse these difficult version
  numbers!)
* Added installs for bin, lib, include and man directories.
* Added link to libpcrs.0.dylib.
* Fixed targets so that it doesn't recompile everything
  unnecessarily when you "make install" (replaced phony targets with
  actual ones).
<<
DescPackaging: <<
  Added a copy of the LGPL, as for some reason it wasn't included in the
  distribution, even though it says it should be there in pcrs.c!

  Put a copy of pcrsed.c and the Makefile in DocFiles because it's
  intended as a demo. Type "make pcrsed" in the documentation directory
  to build the demo.
<<
Homepage: http://www.oesterhelt.org/pcrs/
##
##
##

--- NEW FILE: pcrs0.patch ---
diff -Naur pcrs0-base/LICENSE.txt pcrs0-patched/LICENSE.txt
--- pcrs0-base/LICENSE.txt  Thu Jan  1 12:00:00 1970
+++ pcrs0-patched/LICENSE.txt   Tue Mar 11 22:35:24 2003
@@ -0,0 +1,504 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+  Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+   Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Lesser General Public L

[cvs] dists/10.4/stable/main/finkinfo/libs tre.info, NONE, 1.1 tre.patch, NONE, 1.1

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv2042/stable/main/finkinfo/libs

Added Files:
tre.info tre.patch 
Log Message:
to stable with dep bump and add missing Bdep

--- NEW FILE: tre.info ---
Package: tre
Version: 0.7.5
Revision: 3
Source: http://www.laurikari.net/%n/%n-%v.tar.bz2
Source-MD5: e72e5c94008865cf720992a0b25d6e89
BuildDepends: <<
fink (>= 0.24.12),
libgettext8-dev
<<
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
PatchFile: %n.patch
PatchFile-MD5: 16e2c3a478ae1e7c4a7825f079a6d15a
SetCFLAGS: -Os -Wall
ConfigureParams: --enable-debug --disable-dependency-tracking
InstallScript: <<
make install DESTDIR=%d
mkdir -p %i/share/doc/%n
install -m0644 doc/*.css doc/*.html %i/share/doc/%n
<<
DocFiles: ABOUT-NLS AUTHORS COPYING.LESSER ChangeLog LICENSE NEWS README THANKS 
TODO
SplitOff: <<
Package: tre-shlibs
Depends: <<
 libgettext8-shlibs,
 libiconv
<<
Files: <<
lib/libtre.4.*
share/locale
<<
Shlibs: %p/lib/libtre.4.dylib 7.0.0 %n (>= 0.7.5-1)
DocFiles: ABOUT-NLS AUTHORS COPYING.LESSER ChangeLog LICENSE NEWS 
README THANKS TODO
<<
SplitOff2: <<
Package: tre-agrep
Depends: <<
%N-shlibs (>= %v-%r),
libgettext8-shlibs,
libiconv
<<
Conflicts: agrep
Replaces: agrep
Files: <<
bin
share/man
<<
DocFiles: ABOUT-NLS AUTHORS COPYING.LESSER ChangeLog LICENSE NEWS 
README THANKS TODO
Description: TRE-based implementation of "agrep" command
<<
DescUsage: <<
libtre masks several reg*() symbols from libSystem. This
package is not necessarily ABI-compatible with the system lib
so you should make sure you are getting the one you want and
the the correct headers and libs (-I and -L ordering, etc) if
you use it.
<<
DescPort: <<
Localization of the lib seems broken (not setting domain?).
<<
Description: POSIX-compliant regexp matching library
License: LGPL
Maintainer: Daniel Macks 
Homepage: http://www.laurikari.net/tre

--- NEW FILE: tre.patch ---
diff -Nurd -x'*~' tre-0.7.5.orig/configure tre-0.7.5/configure
--- tre-0.7.5.orig/configure2006-12-10 01:04:32.0 -0500
+++ tre-0.7.5/configure 2009-03-29 13:05:09.0 -0400
@@ -9502,7 +9502,7 @@
   fi
   INTL_MACOSX_LIBS=
   if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test 
$gt_cv_func_CFLocaleCopyCurrent = yes; then
-INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+INTL_MACOSX_LIBS="-Wl,-framework,CoreFoundation"
   fi
 
 
diff -Nurd -x'*~' tre-0.7.5.orig/doc/agrep.1.in tre-0.7.5/doc/agrep.1.in
--- tre-0.7.5.orig/doc/agrep.1.in   2006-12-09 15:33:37.0 -0500
+++ tre-0.7.5/doc/agrep.1.in2009-03-29 13:09:48.0 -0400
@@ -172,6 +172,9 @@
 .PP
 .I PATTERN
 is a POSIX extended regular expression (ERE) with the TRE extensions.
+See \fB@prefix@/share/doc/tre/tre-syntax.html\fR in the \fBtre\fR
+package for full documentation of the regular-expression language.
+
 .SH "REPORTING BUGS"
 Report bugs to the TRE mailing list
 .BR "" < tre-gene...@lists.laurikari.net >.


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs tre.info, 1.2, NONE tre.patch, 1.1, NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv2042/d/d/d/d

Removed Files:
tre.info tre.patch 
Log Message:
to stable with dep bump and add missing Bdep

--- tre.info DELETED ---

--- tre.patch DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs mm.info,NONE,1.1

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv1410/stable/main/finkinfo/libs

Added Files:
mm.info 
Log Message:
to stable with Shlibs: field

--- NEW FILE: mm.info ---
Package: mm
Version: 1.2.1
Revision: 1
Maintainer: Brian Mastenbrook 
Source: ftp://ftp.ossp.org/pkg/lib/%n/%n-%v.tar.gz
Source-MD5: 0ddd4c20d803cfda3dc585b8a5de708b
CompileScript: <<
 ./configure --prefix=%p --mandir=%p/share/man
 make
<<
Depends: %N-shlibs (=%v-%r)
BuildDependsOnly: True
InstallScript: make install DESTDIR=%d
SplitOff: <<
  Package: %N-shlibs
  Replaces: %N (<= 1.2.1-1)
  Files: lib/libmm.*.dylib
  Shlibs: <<
%p/lib/libmm.12.dylib 13.0.0 %n (>= 1.2.1-1)
  <<
  DocFiles: README LICENSE ChangeLog PORTING THANKS
<<
DocFiles: README LICENSE ChangeLog PORTING THANKS
Description: Library for portable shared memory
License: BSD


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs mm.info,1.1,NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv1410/d/d/d/d

Removed Files:
mm.info 
Log Message:
to stable with Shlibs: field

--- mm.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sound xmms-gdancer.info, 1.7, NONE

2012-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory vz-cvs-3.sog:/tmp/cvs-serv32675/10.4-unstable/main/finkinfo/sound

Removed Files:
xmms-gdancer.info 
Log Message:
xmms-gdancer to stable (build-tested on ppc thanks akh!) with gettext 
dep-upgrade (no other deps checked for sanity)
S: --


--- xmms-gdancer.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sound xmms-gdancer.info, NONE, 1.1

2012-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound
In directory vz-cvs-3.sog:/tmp/cvs-serv32675/10.4-stable/main/finkinfo/sound

Added Files:
xmms-gdancer.info 
Log Message:
xmms-gdancer to stable (build-tested on ppc thanks akh!) with gettext 
dep-upgrade (no other deps checked for sanity)
S: --


--- NEW FILE: xmms-gdancer.info ---
Package: xmms-gdancer
Version: 0.4.5
Revision: 1015
Distribution: 10.4, 10.5
Source: http://figz.com/gdancer/files/gdancer-%v.tar.gz
Source-MD5: fac7425d97910bd9d9001769082bd52f
BuildDepends: libiconv-dev, libjpeg, libtiff, netpbm, audiofile, db3 (>= 
3.3.11-1027), esound (>= 0.2.38-1), glib, gtk+ (>= 1.2.10-20), orbit-dev (>= 
0.5.17-15), readline5, gal19 (>= 0.19.2-23), gdk-pixbuf (>= 0.18.0-12), giflib, 
imlib (>= 1.9.14-14), libogg, libvorbis0, bonobo-dev (>= 1.0.20-13), 
control-center-dev (>= 1.4.0.5-16), gconf-dev (>= 1.0.9-21), glibwww (>= 
0.2-14), gnome-core-dev (>= 1.4.1-15), gnome-libs-dev (>= 1.4.2-19), 
gnome-print-dev (>= 0.36-11), gtkhtml-dev (>= 1.0.2-16), oaf-dev (>= 
0.6.10-22), guile-dev, libmikmod, libwww, libxml, popt, libglade (>= 0.17-13), 
gnome-vfs-dev (>= 1.0.5-29) | gnome-vfs-ssl-dev (>= 1.0.5-29), libgettext8-dev, 
gettext-bin, gettext-tools, x11-dev, xmms
Depends: xmms-bin, libgettext8-shlibs
InstallScript: <<
make install DESTDIR=%d 
<<
DocFiles: AUTHORS COPYING NEWS README README.themes TODO
Description: XMMS plugin featuring dancing characters
DescDetail: <<
GDancer is a visualization plugin for XMMS which animates the lovable cartoon 
character Space Ghost to your favorite MP3s. You can also have other 
characters 
through many themes.
<<
DescUsage: <<
Select gdancer in the visualization plugins pane of xmms.
Get more themes at http://figz.com/gdancer/themes.php - Once you download a 
theme 
untar it into the ~/.xmms/gdancer_themes/ directory, for more information 
read the 
README.themes file that comes with gdancer. After installation, right click 
on the character
to select a new theme.
<<
License: GPL
Maintainer: Ben Hines 
Homepage: http://figz.com/gdancer/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics exiftags.info, 1.1, NONE

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv27671

Removed Files:
exiftags.info 
Log Message:
relocated to stable


--- exiftags.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/graphics exiftags.info, NONE, 1.1

2012-02-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv27669

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


--- NEW FILE: exiftags.info ---
Package: exiftags
Version: 1.01
Revision: 2
Description: Parser for EXIF image metadata
License: BSD
Maintainer: None 
Source: http://johnst.org/sw/%n/%n-%v.tar.gz
Source-MD5: 9d5bce968fdde2dc24ba49c0024dc0cc
PatchScript: <<
#!/bin/sh -ev
/usr/bin/perl -pi -e 's,/usr/local,%p,g' Makefile
/usr/bin/perl -pi -e 's,\$\(datadir\)/man,\$\(datadir\)/share/man,g' Makefile
/usr/bin/sed '/cp exiftags exifcom/i \
\   /usr/bin/install -d \$\(bindir\) \$\(mandir)/man1 \
' Makefile > foo ; /bin/mv foo Makefile
<<
CompileScript: /usr/bin/make -w
InstallScript: /usr/bin/make -w install DESTDIR=%d
DocFiles: CHANGES README
Homepage: http://johnst.org/sw/exiftags/
DescDetail: <<
The exiftags utility parses a specified JPEG file or, by default, its standard 
input, looking for a JPEG APP1 section containing Exif (Exchangeable Image 
File) image metadata. The properties contained in these data are then printed 
to the standard output. Digital cameras typically add Exif data to the image 
files they produce, containing information about the camera and digitized 
image.

The program supports a variety of cameras, and includes additional support for 
a portion of the maker notes for Asahi (Pentax), Canon, Casio, Fuji, Leica, 
Minolta, Nikon, Olympus, Panasonic, and Sanyo cameras. Currently this program 
runs under Windows and Unix-like operating systems.

Two included companion utilities, exifcom and exiftime, perform functions on 
specific tags. exifcom displays and writes the UserComment Exif tag that some 
cameras include in the image metadata they create. This program is useful for 
recording caption or location information in the image file itself.

exiftime displays and adjusts the image's Exif date and time tags. 
Additionally, the utility can list each file in ascending order by date and 
time, suitable for use in further image processing (e.g., production of a Web 
catalog) when filename ordering is not useful. 
<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci arpack-ng.info,1.8,1.9

2012-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv26557/10.4/stable/main/finkinfo/sci

Modified Files:
arpack-ng.info 
Log Message:
Fix extra % sign.


Index: arpack-ng.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/arpack-ng.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- arpack-ng.info  28 Feb 2012 16:01:32 -  1.8
+++ arpack-ng.info  28 Feb 2012 19:14:37 -  1.9
@@ -28,7 +28,7 @@
 Homepage:  http://forge.scilab.org/index.php/p/arpack-ng/
 License: BSD
 
-Source: http://forge.scilab.org/upload/%{Ni}/files/%{%Ni}_%v.tar.gz
+Source: http://forge.scilab.org/upload/%{Ni}/files/%{Ni}_%v.tar.gz
 Source-MD5: 942a866c306ab6986f3f4fe59ac4b13e
 
 SourceDirectory: %{Ni}_%v


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/gecko2/scripts checkrsyncmirrors.pl,1.2,1.3

2012-02-28 Thread Andreas Gockel
Update of /cvsroot/fink/experimental/gecko2/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv23751/experimental/gecko2/scripts

Modified Files:
checkrsyncmirrors.pl 
Log Message:
move to /sw
use $basepath
report used rsync mirror file


Index: checkrsyncmirrors.pl
===
RCS file: /cvsroot/fink/experimental/gecko2/scripts/checkrsyncmirrors.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- checkrsyncmirrors.pl5 Sep 2010 08:56:14 -   1.2
+++ checkrsyncmirrors.pl28 Feb 2012 18:47:05 -  1.3
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-my $basepath = '/sw64';
+my $basepath = '/sw';
 
 my $mirror_FH;
 my $timestamp_FH;
@@ -17,7 +17,8 @@
 my $mirrorname;
 my @mirrornameparts;
 
-open($mirror_FH, '<', "/sw/fink/mirror/rsync") || die "Could not open rsync 
mirrors file\n";
+print "Using: $basepath/lib/fink/mirror/rsync\n";
+open($mirror_FH, '<', "$basepath/lib/fink/mirror/rsync") || die "Could not 
open rsync mirrors file\n";
 while (<$mirror_FH>) {
if($_ =~ /(^...-..: |Primary: )(rsync:\/\/.*)/) {
$mirror = $2;


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/kde fitz.info, 1.2, NONE kdoodle.info, 1.1, NONE kflocks.info, 1.2, NONE klogic.info, 1.3, NONE ksudoku.info, 1.8, NONE ksudoku.patch, 1.2, NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory vz-cvs-3.sog:/tmp/cvs-serv14290/unstable/main/finkinfo/kde

Removed Files:
fitz.info kdoodle.info kflocks.info klogic.info ksudoku.info 
ksudoku.patch 
Log Message:
to stable with fixes

--- klogic.info DELETED ---

--- ksudoku.patch DELETED ---

--- fitz.info DELETED ---

--- ksudoku.info DELETED ---

--- kdoodle.info DELETED ---

--- kflocks.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/kde fitz.info, NONE, 1.1 kdoodle.info, NONE, 1.1 kflocks.info, NONE, 1.1 klogic.info, NONE, 1.1 ksudoku.info, NONE, 1.1 ksudoku.patch, NONE, 1.1

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/kde
In directory vz-cvs-3.sog:/tmp/cvs-serv14290/d/d/d/d

Added Files:
fitz.info kdoodle.info kflocks.info klogic.info ksudoku.info 
ksudoku.patch 
Log Message:
to stable with fixes

--- NEW FILE: klogic.info ---
Package: klogic
# 1.65 is latest release for KDE3, but upstream has put it behind an 
un-curlable URL
Version: 1.63
Revision: 1005
Source: http://www.a-rostin.de/%n/Version/%n-%v.tar.gz
Depends: kdelibs3-unified (>= 3.5-1), freetype219-shlibs, x11, x11-shlibs, 
libgettext8-shlibs, fontconfig2-shlibs
BuildDepends: autoconf, freetype219, fontconfig2-dev, kdelibs3-unified-dev (>= 
3.5-1), libart2, libidn, libpng14, qt3 (>= 3.3.5-1026), x11-dev, libiconv-dev, 
libxml2-bin, libjpeg8, arts-dev, gettext-tools, libgettext8-dev
Recommends: kdebase3-unified (>= 3.5-1)
GCC: 4.0
Maintainer: Jack Fink 
Homepage: http://www.a-rostin.de/
License: GPL
Description: KDE - Digital circuit simulation
Source-MD5: 83b6b6eb200466a9860d28132d16
PatchScript: perl -pi -e "s,doc/HTML,doc/kde,g;s,-g -O,-O,g;s,-O2,-Os,g;" 
configure
SetLDFLAGS: -L%{p}/lib/freetype219/lib -L%{p}/lib/fontconfig2/lib 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
SetCPPFLAGS: -I%{p}/lib/freetype219/include -I%{p}/lib/fontconfig2/include
ConfigureParams: --mandir=%{i}/share/man --with-extra-includes=%{p}/include 
--with-extra-libs=%{p}/lib --disable-dependency-tracking 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
DocFiles: AUTHORS COPYING ChangeLog INSTALL README TODO

--- NEW FILE: ksudoku.patch ---
diff -urd ksudoku-0.4/CMakeLists.txt ksudoku-0.4.fixed/CMakeLists.txt
--- ksudoku-0.4/CMakeLists.txt  2007-02-14 16:45:28.0 +0100
+++ ksudoku-0.4.fixed/CMakeLists.txt2007-07-15 05:03:16.0 +0200
@@ -15,7 +15,11 @@
 add_definitions(${QT_DEFINITIONS} ${KDE3_DEFINITIONS})
 
 # tell cmake where to search for libraries:
-link_directories(${KDE3_LIB_DIR})
+link_directories(
+   ${KDE3_LIB_DIR}
+   @FINKPREFIX@/lib/qt3/lib
+   /usr/X11R6/lib
+)
 
 IF(DEBUG)
ADD_DEFINITIONS(-DDEBUG -ggdb -O)
@@ -24,7 +28,7 @@
 # tell cmake where to search for Qt/KDE headers:
 include_directories(
${KDE3_INCLUDE_DIR}
-   ${QT_INCLUDE_DIR}
+   ${QT_INCLUDE_DIR} /usr/X11R6/include
${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/src/gui
${CMAKE_SOURCE_DIR}/src/gui/views
diff -urd ksudoku-0.4/src/CMakeLists.txt ksudoku-0.4.fixed/src/CMakeLists.txt
--- ksudoku-0.4/src/CMakeLists.txt  2007-03-17 14:50:01.0 +0100
+++ ksudoku-0.4.fixed/src/CMakeLists.txt2007-07-15 12:38:11.0 
+0200
@@ -19,7 +19,8 @@
 
 target_link_libraries(ksudoku
ksudoku_gui ksudoku_views ksudoku_export ksudoku_draw ksudoku_logic
-   ${QT_AND_KDECORE_LIBRARIES} kdeui kio kdeprint GL GLU knewstuff
+   ${QT_AND_KDECORE_LIBRARIES} kdeui kio DCOP kdeprint GL GLU knewstuff 
qt-mt qui kdecore kdefx
+iconv
 )
 
 set(BIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/bin)
diff -urd ksudoku-0.4/src/gui/CMakeLists.txt 
ksudoku-0.4.fixed/src/gui/CMakeLists.txt
--- ksudoku-0.4/src/gui/CMakeLists.txt  2007-02-13 00:04:32.0 +0100
+++ ksudoku-0.4.fixed/src/gui/CMakeLists.txt2007-07-15 12:41:56.0 
+0200
@@ -29,5 +29,7 @@
 
 kde3_add_executable(ksudoku_client ${ksudoku_client_SRCS})
 
-target_link_libraries(ksudoku_client ${QT_AND_KDECORE_LIBRARIES} kdeui)
+target_link_libraries(ksudoku_client ${QT_AND_KDECORE_LIBRARIES} kdeui
+kdefx kdecore qt-mt qui DCOP
+)
 
diff -ur ksudoku-0.4/src/logic/skgraph.h ksudoku-0.4/src/logic/skgraph.h
--- ksudoku-0.4/src/logic/skgraph.h 2007-03-17 14:01:10.0 +0100
+++ ksudoku-0.4/src/logic/skgraph.h 2008-03-06 22:16:47.0 +0100
@@ -128,11 +128,11 @@
std::vector linksLeft;//I use standard library because i want the 
core algorithm to be no dependent on qt/kde
 public:
//TODO use this one also in puzzle.h line 80
-   uint index(uint x, uint y, uint z = 0) 
+   unsigned int index(unsigned int x, unsigned int y, unsigned int z = 0) 
{
return (x*sizeY() + y)*sizeZ() + z;
}
-   uint get_x(int index)
+   unsigned int get_x(int index)
{
int y=get_y(index);
if(sizeX()==0) return 0;
@@ -141,14 +141,14 @@
index-=y;
return index/sizeY();
}
-   uint get_y(int index)
+   unsigned int get_y(int index)
{
if(sizeY()==0) return 0;
index-=get_z(index);
index/=sizeZ();
return index%sizeY();
}
-   uint get_z(int index)
+   unsigned int get_z(int index)
{
if(sizeZ()==0) return 0; //TODO error
return index%sizeZ();

--- NEW FILE: fitz.info ---
Package: fitz
Version: 0.4
Revision:

[cvs] dists/10.4/unstable/main/finkinfo/utils doodle.info,1.4,NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv11441/unstable/main/finkinfo/utils

Removed Files:
doodle.info 
Log Message:
to stable with dep updates

--- doodle.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/utils doodle.info,NONE,1.1

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv11441/d/d/d/d

Added Files:
doodle.info 
Log Message:
to stable with dep updates

--- NEW FILE: doodle.info ---
Package: doodle
Version: 0.6.7
Revision: 8
Depends: bzip2-shlibs, libdoodle-shlibs, libextractor-shlibs, 
libgettext8-shlibs, libiconv, libtool2-shlibs, gamin-shlibs
BuildDepends: bzip2-dev, libiconv-dev, libtool2, libextractor, libgettext8-dev, 
pkgconfig, gettext-tools, gamin-dev
Source: http://www.gnunet.org/%n/download/%n-%v.tar.gz
Source-MD5: 99296fcdb0b577a05c79d398224126e9
SetCFLAGS: -Os
UseMaxBuildJobs: false
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking
PatchScript: perl -pi -e "s,fdatasync,fsync," src/doodle/tree.c
InstallScript: make install DESTDIR=%d
DocFiles: ABOUT-NLS AUTHORS COPYING ChangeLog NEWS PLATFORMS README
Splitoff: <<
  Package: libdoodle-shlibs
  Files: <<
lib/libdoodle.1.dylib
lib/libdoodle.1.1.1.dylib
share/man/man3
  <<
  Shlibs: <<
%p/lib/libdoodle.1.dylib 3.0.0 %n (>= 0.6.7-2)
  <<
  DocFiles: COPYING
<<
Splitoff2: <<
Package: libdoodle-dev
Depends: libdoodle-shlibs (= %v-%r)
BuildDependsOnly: true
Files: <<
lib/libdoodle.dylib
lib/libdoodle.*a
include
lib/pkgconfig
<<
DocFiles: COPYING
<<
Homepage: http://gnunet.org/doodle
License: GPL
Maintainer: Jack Fink 
Description: Desktop search engine
DescDetail: <<
It searches your hard drive for files using pattern matching on 
meta-data.
It extracts file-format specific meta-data using libextractor and 
builds a
suffix tree to index the files. The index can then be searched rapidly. 
It is
similar to locate, but can take advantage of information such as ID3 
tags.
It is possible to do full-text indexing using the appropriate 
libextractor
plugins.
<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs libextractor.info, 1.6, NONE

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv11349/unstable/main/finkinfo/libs

Removed Files:
libextractor.info 
Log Message:
to stable with dep updates

--- libextractor.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs libextractor.info, NONE, 1.1

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv11349/d/d/d/d

Added Files:
libextractor.info 
Log Message:
to stable with dep updates

--- NEW FILE: libextractor.info ---
Package: libextractor
Version: 0.5.22
Revision: 1003
GCC: 4.0
Depends: %N-shlibs (= %v-%r)
BuildDepends: bzip2-dev, libflac8-dev, libgettext8-dev, libogg, libvorbis0, 
mpeg2dec-dev, pkgconfig, gettext-tools, libtool2, qt3, glib2-dev, fink (>= 0.28)
BuildDependsOnly: true
Source: ftp://ftp.gnu.org/gnu/%n/%n-%v.tar.gz
Source-MD5: f6d6ea1264a471189eee99728b983c4e
SetCXXFLAGS: -Os
UseMaxBuildJobs: false
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking --with-qt=%p/lib/qt3 
--enable-exiv2 --enable-xpdf --enable-printable
InstallScript: make install DESTDIR=%d
DocFiles: ABOUT-NLS AUTHORS COPYING ChangeLog NEWS PLATFORMS README* TODO
InfoDocs: extractor.info
Splitoff: <<
  Package: %N-shlibs
  Depends: bzip2-shlibs, libflac8, libgettext8-shlibs, libogg-shlibs, 
libvorbis0-shlibs, mpeg2dec-shlibs, libiconv, libtool2-shlibs
  Files: <<
lib/libextractor.1.dylib
lib/libextractor_common.0.dylib
lib/libextractor/*.so
lib/libextractor/*.0.dylib
share/locale
  <<
  Shlibs: <<
%p/lib/libextractor.1.dylib 3.0.0 %n (>= 0.5.21-1003)
!%p/lib/libextractor_common.0.dylib
!%p/lib/libextractor/libextractor_pdf.0.dylib
  <<
  DocFiles: COPYING
<<
Splitoff2: <<
Package: %N-bin
Depends: %N-shlibs (= %v-%r)
Files: <<
bin
share/man/man1
<<
DocFiles: COPYING
<<
License: GPL
Homepage: http://www.gnu.org/software/libextractor
Maintainer: Jack Fink 
Description: Extract metadata from arbitrary-type files
DescDetail: <<
libextractor is a library used to extract meta-data from files of 
arbitrary
type. It is designed to use helper-libraries to perform the actual
extraction, and to be trivially extendable by linking against external
extractors for additional file types.
 The goal is to provide developers of file-sharing networks or
WWW-indexing bots with a universal library to obtain simple keywords
to match against queries. libextractor contains a shell-command 
"extract"
that, similar to the well-known "file" command, can extract meta-data 
from
a file and print the results to stdout.
<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci arpack-ng.info,1.7,1.8

2012-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv7506/10.4/stable/main/finkinfo/sci

Modified Files:
arpack-ng.info 
Log Message:
Fix download for arpack-ng-atlas


Index: arpack-ng.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/arpack-ng.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- arpack-ng.info  27 Feb 2012 22:16:42 -  1.7
+++ arpack-ng.info  28 Feb 2012 16:01:32 -  1.8
@@ -28,7 +28,7 @@
 Homepage:  http://forge.scilab.org/index.php/p/arpack-ng/
 License: BSD
 
-Source: http://forge.scilab.org/upload/%{Ni}/files/%n_%v.tar.gz
+Source: http://forge.scilab.org/upload/%{Ni}/files/%{%Ni}_%v.tar.gz
 Source-MD5: 942a866c306ab6986f3f4fe59ac4b13e
 
 SourceDirectory: %{Ni}_%v


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci arpack-ng.info,1.6,1.7

2012-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv7506/10.7/stable/main/finkinfo/sci

Modified Files:
arpack-ng.info 
Log Message:
Fix download for arpack-ng-atlas


Index: arpack-ng.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/arpack-ng.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- arpack-ng.info  27 Feb 2012 22:16:42 -  1.6
+++ arpack-ng.info  28 Feb 2012 16:01:32 -  1.7
@@ -28,7 +28,7 @@
 Homepage:  http://forge.scilab.org/index.php/p/arpack-ng/
 License: BSD
 
-Source: http://forge.scilab.org/upload/%{Ni}/files/%n_%v.tar.gz
+Source: http://forge.scilab.org/upload/%{Ni}/files/%{Ni}_%v.tar.gz
 Source-MD5: 942a866c306ab6986f3f4fe59ac4b13e
 
 SourceDirectory: %{Ni}_%v


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci netcdf7-gfortran.info, 1.3, 1.4 netcdf7.info, 1.3, 1.4

2012-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv7344/10.4/stable/main/finkinfo/sci

Modified Files:
netcdf7-gfortran.info netcdf7.info 
Log Message:
Make sure nc-config is executable


Index: netcdf7-gfortran.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/netcdf7-gfortran.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- netcdf7-gfortran.info   25 Feb 2012 17:01:13 -  1.3
+++ netcdf7-gfortran.info   28 Feb 2012 15:56:00 -  1.4
@@ -1,7 +1,7 @@
 Info4: <<
 Package: netcdf7-gfortran
 Version: 4.1.3
-Revision: 7
+Revision: 8
 BuildDependsOnly: True
 Maintainer: Alexander Hansen 
 BuildDepends: hdf5.7, gcc46, fink-package-precedence, netcdf7 (>= %v-4), 
libcurl4, szip
@@ -57,6 +57,7 @@
if [ "$1" != "upgrade" ]
then update-alternatives --install %p/bin/nc-config nc-config 
%p/bin/nc-config-nc7g 100
fi
+   chmod a+x %p/bin/nc-config
 <<
 PreRmScript: <<
if [ "$1" = "remove" ]

Index: netcdf7.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/netcdf7.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- netcdf7.info25 Feb 2012 17:01:13 -  1.3
+++ netcdf7.info28 Feb 2012 15:56:00 -  1.4
@@ -1,6 +1,6 @@
 Package: netcdf7
 Version: 4.1.3
-Revision: 4
+Revision: 5
 BuildDependsOnly: true
 GCC: 4.0
 Maintainer: Alexander Hansen 
@@ -60,8 +60,9 @@
 <<
 PostInstScript: <<
if [ "$1" != "upgrade" ]
-   then update-alternatives --install %p/bin/nc-config nc-config 
%p/bin/nc-config-nc7 50
+   then update-alternatives --install %p/bin/nc-config nc-config 
%p/bin/nc-config-nc7g 100
fi
+   chmod a+x %p/bin/nc-config
 <<
 PreRmScript: <<
if [ "$1" = "remove" ]


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci netcdf7-gfortran.info, 1.10, 1.11 netcdf7.info, 1.5, 1.6

2012-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv7344/10.7/stable/main/finkinfo/sci

Modified Files:
netcdf7-gfortran.info netcdf7.info 
Log Message:
Make sure nc-config is executable


Index: netcdf7-gfortran.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/netcdf7-gfortran.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- netcdf7-gfortran.info   25 Feb 2012 17:01:14 -  1.10
+++ netcdf7-gfortran.info   28 Feb 2012 15:56:00 -  1.11
@@ -1,7 +1,7 @@
 Info4: <<
 Package: netcdf7-gfortran
 Version: 4.1.3
-Revision: 7
+Revision: 8
 BuildDependsOnly: True
 Maintainer: Alexander Hansen 
 BuildDepends: hdf5.7, gcc46, fink-package-precedence, netcdf7 (>= %v-4), 
libcurl4, szip
@@ -57,6 +57,7 @@
if [ "$1" != "upgrade" ]
then update-alternatives --install %p/bin/nc-config nc-config 
%p/bin/nc-config-nc7g 100
fi
+   chmod a+x %p/bin/nc-config
 <<
 PreRmScript: <<
if [ "$1" = "remove" ]

Index: netcdf7.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/netcdf7.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- netcdf7.info25 Feb 2012 17:01:14 -  1.5
+++ netcdf7.info28 Feb 2012 15:56:00 -  1.6
@@ -1,6 +1,6 @@
 Package: netcdf7
 Version: 4.1.3
-Revision: 4
+Revision: 5
 BuildDependsOnly: true
 GCC: 4.0
 Maintainer: Alexander Hansen 
@@ -51,8 +51,9 @@
 <<
 PostInstScript: <<
if [ "$1" != "upgrade" ]
-   then update-alternatives --install %p/bin/nc-config nc-config 
%p/bin/nc-config-nc7 50
+   then update-alternatives --install %p/bin/nc-config nc-config 
%p/bin/nc-config-nc7g 100
fi
+   chmod a+x %p/bin/nc-config
 <<
 PreRmScript: <<
if [ "$1" = "remove" ]


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/sci gsl-oct.info, 1.3, NONE mapping-oct.info, 1.1, NONE multicore-oct.info, 1.1, NONE xraylib-gfortran.info, 1.1, NONE xraylib-oct.info, 1.1, NONE xray

2012-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/sci
In directory 
vz-cvs-3.sog:/tmp/cvs-serv5425/10.4/unstable/main/finkinfo/10.4-EOL/sci

Removed Files:
gsl-oct.info mapping-oct.info multicore-oct.info 
xraylib-gfortran.info xraylib-oct.info xraylib-python.info 
xraylib.info 
Log Message:
Octave-3.6.1 variants.
Update Licenses
Some 10.4-EOL cleanup
New upstream xcircuit
New Homepage for libdap10


--- multicore-oct.info DELETED ---

--- xraylib.info DELETED ---

--- xraylib-oct.info DELETED ---

--- mapping-oct.info DELETED ---

--- xraylib-gfortran.info DELETED ---

--- xraylib-python.info DELETED ---

--- gsl-oct.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci lpsolve-octave.info, 1.22, 1.23

2012-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv5425/10.4/unstable/main/finkinfo/sci

Modified Files:
lpsolve-octave.info 
Log Message:
Octave-3.6.1 variants.
Update Licenses
Some 10.4-EOL cleanup
New upstream xcircuit
New Homepage for libdap10


Index: lpsolve-octave.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/lpsolve-octave.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- lpsolve-octave.info 25 Jan 2012 17:28:03 -  1.22
+++ lpsolve-octave.info 28 Feb 2012 15:50:37 -  1.23
@@ -4,7 +4,7 @@
 Revision: 3
 ## It is probably prudent to rev-up and change the next line whenever octave 
or lpsolve go to a new version
 ## (to quickly check things are OK after a change, run from within octave the 
files in %p/share/doc/lpsolve-octave/examples)
-Type: octave (3.6.0), maj (5.5)
+Type: octave (3.6.0 3.6.1), maj (5.5)
 
 BuildDepends: fftw3, hdf5.7, libncurses5, lpsolve%type_raw[maj]-dev (>= %v-1), 
readline5
 Depends: <<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/graphics libavcodec53-shlibs.info, 1.5, 1.6

2012-02-28 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv28361

Modified Files:
libavcodec53-shlibs.info 
Log Message:
ffmpeg release 0.8.10

Index: libavcodec53-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/libavcodec53-shlibs.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- libavcodec53-shlibs.info8 Jan 2012 16:39:07 -   1.5
+++ libavcodec53-shlibs.info28 Feb 2012 14:03:06 -  1.6
@@ -1,5 +1,5 @@
 Package: libavcodec53-shlibs
-Version: 0.8.9
+Version: 0.8.10
 Revision: 1
 ###
 BuildDepends: <<
@@ -52,7 +52,7 @@
 <<
 ###
 Source: http://ffmpeg.org/releases/ffmpeg-%v.tar.bz2
-Source-MD5: 001d4e81008b02099cec28924aa11257
+Source-MD5: e64d6362df6a1aafb02e8458efd30d72
 ###
 PatchScript: <<
   #!/bin/sh -ev


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs