[cvs] experimental/dazjorz/finkinfo apt.info, 1.6, 1.7 apt.patch, 1.4, 1.5

2011-07-26 Thread Sjors Gielen
Update of /cvsroot/fink/experimental/dazjorz/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv31853

Modified Files:
apt.info apt.patch 
Log Message:
Set VERSIONER_PERL_PREFER_32_BIT to "yes" or "no" in apt depending on the value 
in the apt build script. This fixes Perl in fink-virtual-pkgs load the Fink 
modules, so it can detect stuff. Earlier, it would only return a hardcoded 
darwin and macosx response; this fixes Apt not detecting stuff like x11 and 
system-java and wanting to remove a lot of packages...


Index: apt.patch
===
RCS file: /cvsroot/fink/experimental/dazjorz/finkinfo/apt.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- apt.patch   7 Jun 2011 15:43:39 -   1.4
+++ apt.patch   26 Jul 2011 10:07:03 -  1.5
@@ -1,6 +1,6 @@
 diff -Nurd apt-0.7.25.3/apt-inst/contrib/extracttar.cc 
apt-0.7.25.3-patched/apt-inst/contrib/extracttar.cc
 --- apt-0.7.25.3/apt-inst/contrib/extracttar.cc2010-02-01 
20:44:40.0 +0100
-+++ apt-0.7.25.3-patched/apt-inst/contrib/extracttar.cc2011-06-07 
17:08:38.0 +0200
 apt-0.7.25.3-patched/apt-inst/contrib/extracttar.cc2011-07-26 
11:02:34.0 +0200
 @@ -148,6 +148,18 @@
 return true;
  }
@@ -33,7 +33,7 @@
  StrToNum(Tar->Major,Itm.Major,sizeof(Tar->Major),8) == false ||
 diff -Nurd apt-0.7.25.3/apt-inst/deb/dpkgdb.cc 
apt-0.7.25.3-patched/apt-inst/deb/dpkgdb.cc
 --- apt-0.7.25.3/apt-inst/deb/dpkgdb.cc2010-02-01 20:44:40.0 
+0100
-+++ apt-0.7.25.3-patched/apt-inst/deb/dpkgdb.cc2011-06-07 
17:08:38.0 +0200
 apt-0.7.25.3-patched/apt-inst/deb/dpkgdb.cc2011-07-26 
11:02:34.0 +0200
 @@ -24,6 +24,7 @@
  #include 
  #include 
@@ -44,7 +44,7 @@
  #include 
 diff -Nurd apt-0.7.25.3/apt-pkg/aptconfiguration.cc 
apt-0.7.25.3-patched/apt-pkg/aptconfiguration.cc
 --- apt-0.7.25.3/apt-pkg/aptconfiguration.cc   2010-02-01 20:44:40.0 
+0100
-+++ apt-0.7.25.3-patched/apt-pkg/aptconfiguration.cc   2011-06-07 
17:08:38.0 +0200
 apt-0.7.25.3-patched/apt-pkg/aptconfiguration.cc   2011-07-26 
11:02:34.0 +0200
 @@ -36,8 +36,8 @@
_config->CndSet("Acquire::CompressionTypes::gz","gzip");
  
@@ -58,8 +58,8 @@
std::string const overrideOrder = 
_config->Find("Acquire::CompressionTypes::Order","");
 diff -Nurd apt-0.7.25.3/apt-pkg/contrib/fink.cc 
apt-0.7.25.3-patched/apt-pkg/contrib/fink.cc
 --- apt-0.7.25.3/apt-pkg/contrib/fink.cc   1970-01-01 01:00:00.0 
+0100
-+++ apt-0.7.25.3-patched/apt-pkg/contrib/fink.cc   2011-06-07 
17:08:38.0 +0200
-@@ -0,0 +1,84 @@
 apt-0.7.25.3-patched/apt-pkg/contrib/fink.cc   2011-07-26 
11:46:28.0 +0200
+@@ -0,0 +1,87 @@
 +/* FINK LOCAL begin */
 +#include 
 +#include 
@@ -133,6 +133,9 @@
 +  /* Finally link the buffer into the macosx_version struct. */
 +  macosx_version.version = buffer;
 +  
++  /* Set Perl versioning architecture for fink-virtual-pkgs script. */
++  setenv("VERSIONER_PERL_PREFER_32_BIT","@PERLARCH32@", 1);
++
 +BAIL:
 +  // Release all of the CF objects we're responsible for.
 +  if (fileURL)
@@ -146,7 +149,7 @@
 +/* FINK LOCAL end */
 diff -Nurd apt-0.7.25.3/apt-pkg/contrib/macros.h 
apt-0.7.25.3-patched/apt-pkg/contrib/macros.h
 --- apt-0.7.25.3/apt-pkg/contrib/macros.h  2010-02-01 20:44:40.0 
+0100
-+++ apt-0.7.25.3-patched/apt-pkg/contrib/macros.h  2011-06-07 
17:08:38.0 +0200
 apt-0.7.25.3-patched/apt-pkg/contrib/macros.h  2011-07-26 
11:02:34.0 +0200
 @@ -24,12 +24,6 @@
  #define MAX(x,y) _max(x,y)
  #endif
@@ -172,7 +175,7 @@
  #define likely(x)   __builtin_expect (!!(x), 1)
 diff -Nurd apt-0.7.25.3/apt-pkg/contrib/mmap.cc 
apt-0.7.25.3-patched/apt-pkg/contrib/mmap.cc
 --- apt-0.7.25.3/apt-pkg/contrib/mmap.cc   2010-02-01 20:44:40.0 
+0100
-+++ apt-0.7.25.3-patched/apt-pkg/contrib/mmap.cc   2011-06-07 
17:08:38.0 +0200
 apt-0.7.25.3-patched/apt-pkg/contrib/mmap.cc   2011-07-26 
11:02:34.0 +0200
 @@ -172,6 +172,13 @@
return;
  
@@ -189,7 +192,7 @@
 int Map = MAP_PRIVATE | MAP_ANONYMOUS;
 diff -Nurd apt-0.7.25.3/apt-pkg/contrib/netrc.cc 
apt-0.7.25.3-patched/apt-pkg/contrib/netrc.cc
 --- apt-0.7.25.3/apt-pkg/contrib/netrc.cc  2010-02-01 20:44:40.0 
+0100
-+++ apt-0.7.25.3-patched/apt-pkg/contrib/netrc.cc  2011-06-07 
17:08:38.0 +0200
 apt-0.7.25.3-patched/apt-pkg/contrib/netrc.cc  2011-07-26 
11:02:34.0 +0200
 @@ -160,10 +160,18 @@
  {
char login[64] = "";
@@ -236,7 +239,7 @@
  }
 diff -Nurd apt-0.7.25.3/apt-pkg/deb/debsystem.cc 
apt-0.7.25.3-patched/apt-pkg/deb/debsystem.cc
 --- apt-0.7.25.3/apt-pkg/deb/debsystem.cc  2010-02-01 20:44:40.0 
+0100
-+++ apt-0.7.25.3-patched/apt-pkg/deb/debsystem.cc  2011-06-07 
17:08:38.0 +0200
 apt-0.7.25.3-patched/ap

[cvs] dists/10.7/stable/main/finkinfo/devel yasm.info,NONE,1.1

2011-07-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv10111

Added Files:
yasm.info 
Log Message:
to 10.7 w/ maintainer OK

--- NEW FILE: yasm.info ---
Package: yasm
Version: 1.1.0
Revision: 1
Source: http://www.tortall.net/projects/%n/releases/%n-%v.tar.gz
Source-MD5: 8392e5f2235c2c2a981e1a633f2698cb
Maintainer: Michael Roitzsch 
Homepage: http://www.tortall.net/projects/yasm/
License: BSD
Description: Modular Assembler Project 
DescDetail: <<
YASM is a complete rewrite of the NASM assembler under the "new" BSD License
(some portions are currently under the GNU Lesser General Public License
(LGPL)). Yasm currently supports the x86 and AMD64 instruction sets, accepts
NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Win32,
and Win64 object formats, and generates source debugging information in
STABS, DWARF 2, and CodeView 8 formats.
<<
DocFiles: ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING ChangeLog GNU_GPL-2.0 
GNU_LGPL-2.0 NEWS README
BuildDepends: libgettext8-dev, libiconv-dev, gettext-tools, xmlto
Depends: libgettext8-shlibs, libiconv
ConfigureParams: --mandir=%i/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking 
CompileScript: <<
#! /bin/sh -ev
./configure %c
make
<<
InfoTest: <<
TestScript: make check || exit 2
<<
SplitOff: <<
  Package: %n-dev
  BuildDependsOnly: True
  Files: include lib/libyasm.a
  Description: Development libraries for %n
  DocFiles: ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING ChangeLog 
GNU_GPL-2.0 GNU_LGPL-2.0 NEWS README
<<


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/libs libx264-115-shlibs.info, NONE, 1.1

2011-07-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv13417/libs

Added Files:
libx264-115-shlibs.info 
Log Message:
move latest libx264-N to 10.7

--- NEW FILE: libx264-115-shlibs.info ---
Package: libx264-115-shlibs
Version: 0.0.20110517
Revision: 3
###
BuildDepends: x11-dev, fink (>= 0.24.12-1), yasm (>= 0.8.0-1)
Depends: x11
###
Source: 
ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20110517-2245.tar.bz2
SourceDirectory: x264-snapshot-20110517-2245
Source-MD5: d397fa1bd50e96ba310c8ea25b5e1a73
###
#PatchFile: %n.patch
#PatchFile-MD5: e19f27c355fca4b2493f9250c8668151
###
DocFiles: AUTHORS COPYING
###
NoSetCFLAGS: true
ConfigureParams: <<
--enable-shared \
--disable-lavf \
--disable-swscale \
--enable-visualize \
--enable-pic \
--host=%m-apple-darwin`uname -r`
<<
###
InstallScript: <<
  make install DESTDIR=%d
<<
###
Shlibs: %p/lib/libx264.115.dylib 0.0.0 %n (>= 0.0.20110517-1)
###
SplitOff: <<
  Package: x264
  Depends: libx264-115-shlibs (>= %v-%r), x11
  Files: <<
bin
share
  <<
  DocFiles: AUTHORS COPYING
<<
SplitOff2: <<
  Package: libx264-115-dev
  Depends: libx264-115-shlibs (>= %v-%r)
  Conflicts: libx264-dev, libx264-98-dev, libx264-115-dev
  Replaces: libx264-dev, libx264-98-dev, libx264-115-dev
  BuildDependsOnly: true
  Files: <<
include
lib/libx264.dylib
lib/pkgconfig
  <<
  DocFiles: AUTHORS COPYING
<<
###
Description: Encoding H264/AVC video streams
DescDetail: <<
  x264 is a free library for encoding H264/AVC video streams
<<
DescPackaging: <<
Starting with library version -98-, the -dev splitoff is named to match the 
-shlibs splitoff.  In version -57-, the dev splitoff was simply named 
libx264-dev, and this generated much confusion for the dependency engine.

Static library removed beginning with library version -115-.
<<
###
License: GPL
Maintainer: Hanspeter Niederstrasser 
Homepage: http://www.videolan.org/developers/x264.html


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 classicladder.info, NONE, 1.1 classicladder.patch, NONE, 1.1

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv5991

Added Files:
classicladder.info classicladder.patch 
Log Message:
Works on 10.7
New upstream

--- NEW FILE: classicladder.info ---
Package: classicladder
Version: 0.9.001
Revision: 1
Maintainer: Alexander Hansen 
Description: Free ladder logic simulator in C
Source: mirror:sourceforge:%n/%n-%v.zip
Source-MD5: 56488efc90b2f4b90b840873db80ce2e
SourceDirectory:%n
Depends: <<
atk1-shlibs (>= 1.20.0-1), cairo-shlibs (>= 1.8.10-3), gtk+2-shlibs 
(>=2.18.9-5), 
pango1-xft2-ft219-shlibs (>= 1.22.0-3), glib2-shlibs (>= 2.14.0-1),
freetype219-shlibs(>= 2.3.7-7), fontconfig2-shlibs (>= 2.8.0-4),
x11
<<
BuildDepends: <<
glitz, cairo (>= 1.8.10-3), fontconfig2-dev (>= 2.8.0-4), freetype219 (>= 
2.3.7-7), 
gtk+2-dev (>=2.18.9-5), x11-dev, atk1 (>= 1.20.0-1), pango1-xft2-ft219-dev (>= 
1.22.0-3), 
pixman (>= 0.10.0-1), glib2-dev (>= 2.14.0-1), 
pkgconfig (>= 0.21-1),  fink (>= 0.24.12),
x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: a015776931525d99cf6ed7e5abc6e7fd
CompileScript: <<
#!/bin/sh -ev
export 
PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
make
<<
InstallScript: << 
make install PREFIX=%i
/usr/bin/install -d %i/share/classicladder/projects_examples
/usr/bin/install %b/projects_examples/* 
%i/share/classicladder/projects_examples/
<<
License: LGPL
DocFiles: README.txt HISTORY.txt lesserGPL.txt TODO.txt
DescDetail:<<
Classic Ladder is coded 100% in C. 
It can be used for educational purposes or anything you want... 
The graphical user interface uses GTK(2). 

The following elements are implemented :
*   Booleans elements
*   Rising / falling edges
*   Timers
*   Monostables
*   Counters
*   Compare via arithmetic expressions
*   Booleans outputs
*   Set / Reset coils
*   Jumps
*   Operate via arithmetic expressions

There is a full editor for rungs
You can:
*   add a rung after the current rung.
*   insert a rung before the current rung.
*   modify the current rung.
*   delete the current rung.
When editing, use the pointer of the toolbar if you want only to modify 
properties, else select the element you want to place in the rung. 

Note:  I/O support is disabled, so it can only be used for simulation on OS X.
<< 
DescPackaging: <<
Install example files in %p/share.
<< 
DescPort: <<
I/O support disabled even on Intels, as it's apparently Linux-centric.
<<
HomePage: http://http://sites.google.com/site/classicladder/
--- NEW FILE: classicladder.patch ---
diff -Naur classicladder/Makefile classicladder.patched//Makefile
--- classicladder/Makefile  2011-01-02 11:29:02.0 -0500
+++ classicladder.patched//Makefile 2011-02-12 15:13:53.0 -0500
@@ -29,7 +29,7 @@
 ifndef WINDOWS
 # Comment if you do not want the I/O access (not x86 platform)
 # Used in the hardware.c file.
-MAKE_IO_ACCESS = 1
+#MAKE_IO_ACCESS = 1
 endif
 
 # Uncomment if you want to debug a 'segmentation fault' with gdb or KDbg for 
example... ;-)
@@ -60,8 +60,8 @@
 INCLUDEDIR=${PREFIX}/include
 
 ifdef GTK_INTERFACE
-OWN_CFLAGS = -Wall `pkg-config gtk+-2.0 --cflags` `pkg-config pango --cflags` 
`pkg-config gthread-2.0 --cflags` -DGTK_INTERFACE -DGTK2
-OWN_LIBS += `pkg-config gtk+-2.0 --cflags --libs` `pkg-config pango --cflags 
--libs` `pkg-config gthread-2.0 --cflags --libs`
+OWN_CFLAGS = -Wall `pkg-config --cflags fontconfig` `pkg-config gtk+-2.0 
--cflags` `pkg-config pango --cflags` `pkg-config gthread-2.0 --cflags` 
-DGTK_INTERFACE -DGTK2
+OWN_LIBS += `pkg-config --cflags --libs fontconfig` `pkg-config gtk+-2.0 
--cflags --libs` `pkg-config pango --cflags --libs` `pkg-config gthread-2.0 
--cflags --libs`
 ###ifdef GNOME_PRINT
 ###OWN_CFLAGS += `pkg-config --cflags libgnomeprintui-2.2` -DGNOME_PRINT_USE
 ###OWN_LIBS += `pkg-config --libs libgnomeprintui-2.2`


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/games lincity-ng.info,NONE,1.1

2011-07-26 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/games
In directory vz-cvs-3.sog:/tmp/cvs-serv11922/games

Added Files:
lincity-ng.info 
Log Message:
Updated and moved to 10.7

--- NEW FILE: lincity-ng.info ---
Package: lincity-ng
Version: 2.0
Revision: 1
Maintainer: Matthias Neeracher 
BuildDepends: <<
  libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, jam,
  sdl, sdl-mixer, sdl-image, sdl-ttf, sdl-gfx13, physfs, libxml2
<<
Depends: <<
 libgettext3-shlibs, libiconv,
 sdl-shlibs, sdl-mixer-shlibs, sdl-image-shlibs, sdl-ttf-shlibs, 
 sdl-gfx13-shlibs, physfs-shlibs, libxml2-shlibs
<<
Source: http://download.berlios.de/%n/%n-%v.tar.bz2
Source-MD5: 1bd0f58e0f2b131d70044f4230600ed1
ConfigureParams: --with-apple-opengl-framework
CompileScript:<<
./configure %c
jam
<<
InstallScript:<<
prefix=%i jam install 
<<
Description: City Simulation Game
DescPort: <<
At the moment, SDL on 10.7 does not yet support full screen mode. 
Use windowed mode for this game.
<<
License: GPL
Homepage: http://lincity-ng.berlios.de/wiki/index.php/Main_Page



--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/libs/perlmods class-inspector-pm.info, NONE, 1.1 cocoa-growl-pm.info, NONE, 1.1 devel-ppport-pm.info, NONE, 1.1 file-find-rule-pm.info, NONE, 1.1 file-sharedir-pm

2011-07-26 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv13650

Added Files:
class-inspector-pm.info cocoa-growl-pm.info 
devel-ppport-pm.info file-find-rule-pm.info 
file-sharedir-pm.info number-compare-pm.info parent-pm.info 
test-distribution-pm.info test-portability-files-pm.info 
text-glob-pm.info xsloader-pm.info 
Log Message:
Move cocoa-growl-pm and deps to 10.7.

--- NEW FILE: parent-pm.info ---
Package: parent-pm
Version: 0.225
Revision: 1
Type: perl
Source: mirror:cpan:authors/id/C/CO/CORION/parent-%v.tar.gz
Source-MD5: cd8a62a28b3fa1c6d43973a9cb6b7796

PatchScript: perl -0 -pe's/^.*=head\d\s+(LICENSE.*)$/$1/is;s/=head1 .*//is' 
lib/parent.pm > LICENSE

DocFiles: Changes LICENSE
UpdatePOD: true

DescDetail: <<
Nearly identical to the perl core "base" package
<<
Description: ISA relationship with base classes
License: Artistic/GPL
Homepage: http://search.cpan.org/dist/parent
Maintainer: Daniel Macks 

--- NEW FILE: number-compare-pm.info ---
Package: number-compare-pm
Version: 0.01
Revision: 1
Source: mirror:cpan:authors/id/R/RC/RCLAMP/Number-Compare-%v.tar.gz
Source-MD5: 519a4434e35033e9bd034d27cd2fd299
Type: perl
UpdatePOD: true
PatchScript: perl -0 -pe's/^.*=head\d (COPYRIGHT.*?)(=head\d.*|)$/$1/s' 
Compare.pm > COPYRIGHT
DocFiles: Changes MANIFEST COPYRIGHT
DescPackaging: <<
Former maintainer: Chris Dolan 
<<
License: Artistic/GPL
Description: Numeric comparisons for KB, MB, GB
Maintainer: None 
Homepage: http://search.cpan.org/dist/Number-Compare

--- NEW FILE: devel-ppport-pm.info ---
Info3: <<
Package: devel-ppport-pm%type_pkg[perl]
Version: 3.19
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_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6
Description: Perl/Pollution/Portability
Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
License: Artistic
Maintainer: Benjamin Reed 

Depends: perl%type_pkg[perl]-core
BuildDepends: fink (>= 0.29.7-1)

Source: mirror:cpan:modules/by-module/Devel/Devel-PPPort-%v.tar.gz
Source-MD5: f835f18c0c4e9bfcdc371e6747e06f15

UseMaxBuildJobs: true

UpdatePOD: true
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes README

Homepage: http://search.cpan.org/dist/Devel-PPPort
<<


--- NEW FILE: cocoa-growl-pm.info ---
Info2: <<
Package: cocoa-growl-pm%type_pkg[perl]
Version: 0.05
Revision: 1
Distribution: (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 588) 10.6, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] 
= 5123) 10.7
License: Artistic/GPL
Description: Growl module using Growl.framework
Maintainer: Daniel Johnson 
Homepage: http://search.cpan.org/dist/Cocoa-Growl/

Source: mirror:cpan:authors/id/T/TY/TYPESTER/Cocoa-Growl-%v.tar.gz
Source-MD5: 2d97562b838a4ec89dfc17c193aeedba

Type: perl (5.8.8 5.10.0 5.12.3)
UpdatePOD: true

DocFiles: Changes LICENSE README

Depends: <<
file-sharedir-pm%type_pkg[perl],
growl,
parent-pm,
perl%type_pkg[perl]-core,
uri-pm%type_pkg[perl],
xsloader-pm%type_pkg[perl] (>= 0.10-1)
<<
BuildDepends: <<
devel-ppport-pm%type_pkg[perl] (>= 3.19-1),
extutils-parsexs-pm (>= 2.2206-1),
fink (>= 0.20.3)
<<

InfoTest: TestDepends: test-simple-pm%type_pkg[perl] (>= 0.96-1)

InstallScript: <<
  %{default_script}
  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
<<

--- NEW FILE: text-glob-pm.info ---
Info2: <<
Package: text-glob-pm
Version: 0.08
Revision: 1
Description: Match globbing patterns against text
Type: perl
License: Artistic
Maintainer: Benjamin Reed 

BuildDepends: system-perl

Source: mirror:cpan:modules/by-module/Text/Text-Glob-%v.tar.gz
Source-MD5: 39a1a3e890cd5d3f51a707579098bc1c
SourceDirectory: Text-Glob-%v

UseMaxBuildJobs: true

UpdatePOD: true
DocFiles: Changes MANIFEST* README

Homepage: http://search.cpan.org/dist/Text-Glob
DescDetail: <<
Text::Glob implements glob(3) style matching that can be used to
match against text, rather than fetching names from a filesystem.
If you want to do full file globbing use the File::Glob module
instead.
<<
<<


--- NEW FILE: test-portability-files-pm.info ---
Info2: <<
Package: test-portability-files-pm
Version: 0.05
Revision: 2
###
BuildDepends: fink (>= 0.25)
###
Source: mirror:cpan:authors/id/S/SA/SAPER/Test-Portability-Files-%v.tar.gz
Source-MD5: 2ede77af4d3b82ffb39cd28fda6857e5
###
Type: perl
UpdatePOD: true
###
InfoTest: <<
  TestScript: make test || exit 2
  TestDepends: test-pod-pm, test-pod-coverage-pm
<<
###
DocFiles: Changes LICENSE* README
###
Description: Check file names portability
DescDetail: <<
  This module is 

[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods beaker-py.info, NONE, 1.1 mako-py.info, NONE, 1.1 markupsafe-py.info, NONE, 1.1 pytools-py.info, NONE, 1.1

2011-07-26 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv17488

Added Files:
beaker-py.info mako-py.info markupsafe-py.info pytools-py.info 
Log Message:
Move to 10.7.


--- NEW FILE: mako-py.info ---
Info2: <<

Package: mako-py%type_pkg[python]
Version: 0.4.1

Revision: 1
Homepage: http://pypi.python.org/pypi/Mako
Maintainer: Kurt Schwehr 
Type: python (2.6 2.7 3.1)
Depends: python%type_pkg[python], beaker-py%type_pkg[python], 
markupsafe-py%type_pkg[python]
BuildDepends: distribute-py%type_pkg[python]

Source: http://www.makotemplates.org/downloads/Mako-%v.tar.gz
Source-MD5: c69bceb23c832b74075f438408fea118

CompileScript: <<
  #!/bin/bash -ev
  if [ "%type_pkg[python]" -ge "31" ]; then
2to3-%type_raw[python] -w --no-diffs mako test
  fi
  python%type_raw[python] setup.py build 
<<

InstallScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py install --root=%d
  mv %i/bin/mako-render{,%type_raw[python]}
<<

PostInstScript: <<
 update-alternatives --install %p/bin/mako-render mako-render 
%p/bin/mako-render%type_raw[python] %type_pkg[python] 
<<
PreRmScript: <<
 update-alternatives --remove mako-render %p/bin/mako-render%type_raw[python]
<<

DocFiles: <<
  CHANGES
  PKG-INFO
  LICENSE
  README
  doc
<<

License: BSD
Description: Python templating language
DescDetail: <<
A super-fast templating language that borrows the best ideas from the
existing templating languages.

Mako is a template library written in Python. It provides a familiar,
non-XML syntax which compiles into Python modules for maximum
performance. Mako's syntax and API borrows from the best ideas of many
others, including Django templates, Cheetah, Myghty, and
Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server
Page) language, which refines the familiar ideas of componentized
layout and inheritance to produce one of the most straightforward and
flexible models available, while also maintaining close ties to Python
calling and scoping semantics.
<<


# Info2
<<

--- NEW FILE: markupsafe-py.info ---
Info2: <<

Package: markupsafe-py%type_pkg[python]
Version: 0.15

Revision: 1
Homepage: http://pypi.python.org/pypi/MarkupSafe
Maintainer: Kurt Schwehr 
Type: python (2.6 2.7 3.1 3.2)
Depends: python%type_pkg[python], beaker-py%type_pkg[python]
BuildDepends: distribute-py%type_pkg[python]

Source: http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%v.tar.gz
Source-MD5: 4e7c4d965fe5e033fa2d7bb7746bb186

CompileScript: <<
  #!/bin/bash -ev

# Appears to not need 2to3
#  if [ "%type_pkg[python]" -ge "31" ]; then
#2to3-%type_raw[python] -w --no-diffs markupsafe
#  fi
  python%type_raw[python] setup.py build 
<<

InstallScript: <<
  python%type_raw[python] setup.py install --root=%d
<<

DocFiles: <<
  AUTHORS
  LICENSE
  PKG-INFO
  MANIFEST.in
  README.rst
<<

License: BSD
Description: XML/HTML/XHTML Markup safe string
DescDetail: <<
Implements a unicode subclass that supports HTML strings.

If you want to make an object unicode that is not yet unicode but
don't want to lose the taint information, you can use the soft_unicode
function.

Objects can customize their HTML markup equivalent by overriding the
__html__ function.

Since MarkupSafe 0.10 there is now also a separate escape function
called escape_silent that returns an empty string for None for
consistency with other systems that return empty strings for None when
escaping (for instance Pylons' webhelpers).

If you also want to use this for the escape method of the Markup
object, you can create your own subclass.
<<


# Info2
<<

--- NEW FILE: beaker-py.info ---
Info2: <<

Package: beaker-py%type_pkg[python]
Version: 1.5.4

Revision: 1
Homepage: http://pypi.python.org/pypi/Beaker/
Maintainer: Kurt Schwehr 
Type: python (2.6 2.7 3.1 3.2)
Depends: python%type_pkg[python]
BuildDepends: distribute-py%type_pkg[python]

Source: http://pypi.python.org/packages/source/B/Beaker/Beaker-%v.tar.gz
Source-MD5: de84e759dc0b8eb4ac177d3e2512

CompileScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py build 
<<

InstallScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py install --root=%d
<<

DocFiles: <<
  CHANGELOG
  LICENSE
  PKG-INFO
<<

License: BSD
Description: Session and cachine with WSGI middleware
DescDetail: <<
As a general caching library, Beaker can handle storing for various
times any Python object that can be pickled with optional back-ends on
a fine-grained basis.

Beaker was built largely on the code from MyghtyUtils, then refactored
and extended with database support.

Beaker includes Cache and Session WSGI middleware to ease integration
with WSGI capable frameworks, and is automatically used by Pylons.

* Multiple reader/single writer lock system to avoid duplicate
  simultaneous cache creation
* Cache back-ends include dbm, file, memory, memcached, and database
  (Using SQLAlchemy for multiple-db vendor support)
* Signed cookie's to prevent session hijacking/

[cvs] dists/10.7/stable/main/finkinfo/net squid-unified.info, NONE, 1.1 squid-unified.patch, NONE, 1.1

2011-07-26 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv24521

Added Files:
squid-unified.info squid-unified.patch 
Log Message:
to 10.7 (and new upstream)

--- NEW FILE: squid-unified.info ---
Info4: <<
Package: squid-unified
Version: 3.1.14
Revision: 1
Epoch: 1
Description: Proxy caching server
License: GPL
Maintainer: Benjamin Reed 

Depends: daemonic
BuildDepends: <<
fink (>= 0.29.7-1),
openssl100-dev
<<
Replaces: <<
squid (<< %v-%r),
squid-ssl (<< %v-%r)
<<

Source: http://www.squid-cache.org/Versions/v3/3.1/squid-%v.tar.bz2
Source-MD5: 8f82a451b04c3bf3c29202c548d2f2dd
PatchFile: squid-unified.patch
PatchFile-MD5: 1a782a775681ea4f36a387bf4be0c682

SetCPPFLAGS: -I%p/include
SetLDFLAGS: -L%p/lib
SetLIBS: -L%p/lib
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
NoSetLIBS: true
UseMaxBuildJobs: true
ConfigureParams: <<
--disable-dependency-tracking \
--disable-shared \
--enable-static \
\
--enable-async-io \
--enable-auth \
--enable-basic-auth-helpers \
--enable-disk-io \
--enable-carp \
--enable-delay-pools \
--enable-digest-auth-helpers \
--enable-external-acl-helpers \
--enable-htcp \
--enable-icap-client \
--enable-icmp \
--enable-ipfw-transparent \
--enable-kqueue \
--enable-negotiate-auth-helpers \
--enable-ntlm-auth-helpers \
--enable-referer-log \
--enable-removal-policies \
--enable-snmp \
--enable-ssl \
--enable-useragent-log \
--enable-x-accelerator-vary \
\
--disable-poll \
--disable-arp-acl \
\
--with-aio \
--with-large-files \
--with-openssl=%p/lib/openssl \
--with-pthreads \
\
--mandir=%p/share/man \
--libexecdir=%p/sbin
<<
CompileScript: <<
#!/bin/sh -ex
#   darwin_vers=`uname -r | cut -d. -f1`
#   if [ "$darwin_vers" = 11 ]; then
#   export CC=gcc-4.2
#   export CXX=g++-4.2
#   fi

perl -pi -e "s,newLength < 0 \|\| ,," src/String.cci
perl -pi -e "s,class AuthUserHashPointer,struct AuthUserHashPointer," 
src/auth/Gadgets.h
perl -pi -e "s,class AuthUserHashPointer,struct AuthUserHashPointer," 
src/auth/User.h
perl -pi -e "s,s->s = host,(s->s = host)," src/cache_cf.cc
#   perl -pi -e "s,if (crlfBeg > 0),// if (crlfBeg > 0)," 
src/ChunkedCodingParser.cc
#   perl -pi -e "s|; //theTrailer.append|// ; //theTrailer.append|" 
src/ChunkedCodingParser.cc

export lt_cv_sys_max_cmd_len=65536
./configure %c
make DEFAULT_SWAP_DIR=%p/var/cache/squid 
DEFAULT_LOG_PREFIX=%p/var/log/squid DEFAULT_MIB_PATH=%p/share/doc/%n 
DEFAULT_PID_FILE=%p/var/run/squid.pid
<<

InstallScript: <<
make -j1 install DESTDIR=%d DEFAULT_SWAP_DIR=%p/var/cache/squid 
DEFAULT_LOG_PREFIX=%p/var/log/squid DEFAULT_MIB_PATH=%p/share/doc/%n 
DEFAULT_PID_FILE=%p/var/run/squid.pid
install -d -m 755 -o nobody %i/var/cache/squid
install -d -m 755 -o nobody %i/var/log/squid
install -d -m 755 %i/share/doc/%n
mv %i/share/mib.txt %i/share/doc/%n/mib.txt
install -d -m 755 %i/etc
cp src/squid.conf.default %i/etc/squid.conf
cp src/mime.conf.default %i/etc/mime.conf
cp tools/cachemgr.conf %i/etc/cachemgr.conf
<<
DocFiles: CO* CREDITS ChangeLog QUICKSTART README* RELEASENOTES* SPONSORS
SplitOff: <<
Package: squid
Depends: <<
%N (= %e:%v-%r),
fink-obsolete-packages
<<
Description: OBSOLETE use package 'squid-unified' instead
DocFiles: CONTRIBUTORS COPYING COPYRIGHT CREDITS ChangeLog INSTALL 
QUICKSTART README RELEASENOTES.html SPONSORS
<<
SplitOff2: <<
Package: squid-ssl
Depends: <<
%N (= %e:%v-%r),
fink-obsolete-packages
<<
Description: OBSOLETE use package 'squid-unified' instead
DocFiles: CONTRIBUTORS COPYING COPYRIGHT CREDITS ChangeLog INSTALL 
QUICKSTART README RELEASENOTES.html SPONSORS
<<

PostInstScript: <<
if [ ! -d %p/var/cache/squid/00 ]; then
chown -R nobody "%p/var/cache/squid" "%p/var/log/squid"
%p/sbin/squid -z || :
fi
<<
PreRmScript: <<
# clean up the old one
daemonic remove squid >/dev/null 2>&1 || :

if [ $1 != "upgrade" ]; then
# remove the daemonic entry if we're uninstalling
daemonic remove squid-unified
fi
<<
ConfFiles: <<
%p/etc/cachemgr.conf
%p/etc/mime.conf
%p/etc/squid.conf
<<
DaemonicFile: <<

Squid proxy cache
Squid proxy cache


%p/sbin/squid
%p/etc/squid.conf
%p/var/run/squid.pid



<<

Homepage: http://www.squid-cache.org/
DescDetail: <<
Squid is a high-performance proxy caching server for Web clients,
supporting FTP, gopher, and HTTP data objects. Unlike traditional
caching software, Squid handles all requests in a single,
non-blocking, I/O-driven process. Squid keeps meta data and especially
hot objects cached in RAM, caches DNS lookups, supports non-blocking
DNS lookups, and implements negative caching of failed requests.
<<
DescPackaging: <<
The only changes made to the default configuration is to enable local
access to the squid proxy (ie,

[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods regex-py.info, NONE, 1.1

2011-07-26 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv26364

Added Files:
regex-py.info 
Log Message:
Move to 10.7.


--- NEW FILE: regex-py.info ---
Info2: <<
Package: regex-py%type_pkg[python]
Version: 0.1.20110627
Revision: 1
Type: python (2.6 2.7 3.1 3.2)
Description: Alternate regular expr. module, to replace re
DescDetail: <<
regex is an alternative to the re package in the Python standard
library. It is intended to act as a drop in replacement, and one day to
replace re. regex is supported on Python 2.5, 2.6, 2.7 and 3.1.
<<
Maintainer: Daniel Johnson 
License: OSI-Approved
Homepage: http://pypi.python.org/pypi/regex

Source: mirror:custom:r/regex/regex-%v.tar.gz
Source-MD5: 919a6be3260edb7099ffeeaff886e1e1

Depends: python%type_pkg[python]
BuildDepends: fink (>= 0.24.12)

CompileScript: %p/bin/python%type_raw[python] setup.py build

InfoTest: <<
TestScript: <<
#!/bin/bash -ev
export PYTHONPATH=`ls -d %b/build/lib*`

let pyversion="%type_pkg[python]"
if [ $pyversion -ge 31 ]; then
testdir="Python3";
else
testdir="Python2";
fi

%p/bin/python%type_raw[python] $testdir/test_regex.py || exit 2
<<
<<

InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d

DocFiles: PKG-INFO README Python2/Features.html

CustomMirror: <<
eur-NL: http://a.pypi.python.org/packages/source/
nam-US: http://b.pypi.python.org/packages/source/
eur-DE: http://c.pypi.python.org/packages/source/
eur-DE: http://d.pypi.python.org/packages/source/
eur-DE: http://e.pypi.python.org/packages/source/
eur-DE: http://f.pypi.python.org/packages/source/
<<
<<


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/libs/pythonmods six-py.info, NONE, 1.1

2011-07-26 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv30084

Added Files:
six-py.info 
Log Message:
Move to 10.7.


--- NEW FILE: six-py.info ---
Info2: <<
Package: six-py%type_pkg[python]
Version: 1.0.0
Revision: 1
Type: python (2.6 2.7 3.1 3.2)
Description: Python 2 and 3 compatibility utilities
DescDetail: <<
Six is a Python 2 and 3 compatibility library. It provides utility
functions for smoothing over the differences between the Python
versions with the goal of writing Python code that is compatible on
both Python versions. See the documentation for more information on
what is provided.

Online documentation is at http://packages.python.org/six/.
<<
Maintainer: Daniel Johnson 
License: BSD
Homepage: http://pypi.python.org/pypi/six

Source: mirror:custom:s/six/six-%v.tar.gz
Source-MD5: 37c7ff036fdff2b1bb8d55e49ccb3b44

Depends: python%type_pkg[python]
BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]

CompileScript: %p/bin/python%type_raw[python] setup.py build

# Upstream stopped including test files. :(
#InfoTest: <<
#   TestDepends: py-py%type_pkg[python], pytest-py%type_pkg[python]
#   TestScript: %p/bin/py.test-%type_raw[python] six/test || exit 2
#<<

InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d

DocFiles: LICENSE PKG-INFO README documentation

CustomMirror: <<
eur-NL: http://a.pypi.python.org/packages/source/
nam-US: http://b.pypi.python.org/packages/source/
eur-DE: http://c.pypi.python.org/packages/source/
eur-DE: http://d.pypi.python.org/packages/source/
eur-DE: http://e.pypi.python.org/packages/source/
eur-DE: http://f.pypi.python.org/packages/source/
<<
<<


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/sound libcelt0.2-shlibs.info, NONE, 1.1

2011-07-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sound
In directory vz-cvs-3.sog:/tmp/cvs-serv31886

Added Files:
libcelt0.2-shlibs.info 
Log Message:
to 10.7

--- NEW FILE: libcelt0.2-shlibs.info ---
Package: libcelt0.2-shlibs
Version: 0.11.2
Revision: 1
Description: Ultra-low delay audio codec
License: BSD
Maintainer: Hanspeter Niederstrasser 
BuildDepends: pkgconfig (>= 0.9.0-1), libogg (>= 1.1.4-1)
Source: http://downloads.xiph.org/releases/celt/celt-%v.tar.gz
Source-MD5: 8620bbe4f54595adc4b32f52e995f4d5
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
--disable-static
InfoTest: <<
TestScript: make check || exit 2
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
Shlibs: <<
%p/lib/libcelt0.2.dylib 3.0.0 %n (>= 0.11.1-1)
<<
Splitoff: <<
  Package: celt
  Depends: <<
%N (= %v-%r),
libogg-shlibs (>= 1.1.4-1)
  <<
  Files: <<
bin
  <<
  DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
<<
Splitoff2: <<
  Package: libcelt0.2-dev
  Depends: %N (= %v-%r)
  BuildDependsOnly: true
  Conflicts: celt-dev, libcelt0.2-dev
  Replaces: celt-dev, libcelt0.2-dev
  Files: <<
include
lib/pkgconfig
lib/libcelt0.dylib
lib/libcelt0.la
  <<
  DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
<<
Homepage: http://www.celt-codec.org
DescDetail: <<
 CELT stands for "Constrained Energy Lapped Transform". It applies
 some of the CELP principles, but does everything in the frequency
 domain, which removes some of the limitations of CELP. CELT is
 suitable for both speech and music and currently features: 
  Ultra-low latency (typically from 3 to 9 ms) 
  Full audio bandwidth (>20kHz; sample rates from 32 kHz to 96 kHz)
  Support for both speech and music
  A quality/bitrate trade-off competitive with widely used high delay codecs
  Stereo support
  Packet loss concealment
  Constant bit-rates from 32 kbps to 128 kbps and above
  A fixed-point version of the encoder and decoder
 The CELT codec is meant to bridge the gap between Vorbis and Speex
 for applications where both high quality audio and low delay are desired.
<<


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/libs/pythonmods stgit-py.info, NONE, 1.1

2011-07-26 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv32035

Added Files:
stgit-py.info 
Log Message:
Move to 10.7.


--- NEW FILE: stgit-py.info ---
Info2: <<
Package: stgit-py%type_pkg[python]
Version: 0.15
Revision: 1
Type: python (2.6 2.7)
Description: Maintain a patch series on top of Git
DescDetail: <<
StGit is a Python application providing similar functionality to Quilt
(i.e. pushing/popping patches to/from a stack) on top of Git. These
operations are performed using Git commands and the patches are stored
as Git commit objects, allowing easy merging of the StGit patches into
other repositories using standard Git functionality.
<<
Maintainer: Daniel Johnson 
License: GPL2+
Homepage: http://procode.org/stgit/

Source: http://download.gna.org/stgit/stgit-%v.tar.gz
Source-MD5: a4721b2a5f529cf5450109f9fcb4db19

Depends: python%type_pkg[python], git

CompileScript: <<
make PYTHON=%p/bin/python%type_raw[python] prefix=%p
<<

InfoTest: <<
TestScript: <<
make -k test PYTHON=%p/bin/python%type_raw[python] prefix=%p 
GIT_SKIP_TESTS="t1000.4 t1000.7 t1000.12 t1800.16 t3200 t3300 t4100.4 t4100.5 
t4100.6 t4100.8 t4100.9"
<<
TestSuiteSize: large
<<

InstallScript: <<
make install PYTHON=%p/bin/python%type_raw[python] prefix=%p DESTDIR=%d
/bin/mv %i/bin/stg %i/bin/stg-py%type_pkg[python]
/bin/mv %i/share/stgit %i/share/%n
<<

DocFiles: AUTHORS COPYING PKG-INFO README RELEASENOTES TODO

PostInstScript: <<
update-alternatives --install %p/bin/stg stg 
%p/bin/stg-py%type_pkg[python] %type_pkg[python]
<<

PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove stg %p/bin/stg-py%type_pkg[python]
fi
<<
<<


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/download srcdist.en.php,1.33,1.34

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/download
In directory vz-cvs-3.sog:/tmp/cvs-serv32349

Modified Files:
srcdist.en.php 
Log Message:
Update download instructions.

Index: srcdist.en.php
===
RCS file: /cvsroot/fink/web/download/srcdist.en.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- srcdist.en.php  19 Apr 2011 14:03:49 -  1.33
+++ srcdist.en.php  26 Jul 2011 14:12:49 -  1.34
@@ -12,33 +12,44 @@
 
 
-OS 10.6 and earlier:
+OS 10.4 and later:
 
 The source tarball contains the fink package manager.  After you
 have installed it, you will be able to get package descriptions and patches.
 It will use these to download the source code from the original distribution
 sites or the Fink project's mirrors and build them on your local machine.
 
-fink-0.29.21 was officially released on 2011-03-24.
+The current version, fink-0.31.0, was officially released on
+2011-07-20.
 
 
-http://downloads.sourceforge.net/fink/fink-0.29.21.tar.gz"; 
onClick="pageTracker._trackPageview('/downloads/FinkSOURCE');">fink-0.29.21 
- 1179K, .tar.gz format
+ 
+10.5-10.7: http://downloads.sourceforge.net/fink/fink-0.31.0.tar.gz";
+onClick="pageTracker._trackPageview('/downloads/FinkSOURCE');"> fink-0.31.0
+- 2484K, .tar.gz format
+ 
+ 
+10.4:  http://downloads.sourceforge.net/fink/fink-0.30.2.tar.gz";
+onClick="pageTracker._trackPageview('/downloads/FinkSOURCE');"> fink-0.30.2
+- 1188K, .tar.gz format
+ 
 
 
-You will also need to install the Xcode Tools (c.f. the Quick Start page),
-but earlier than Xcode 4.
+You will also need to install an appropriate version of the Xcode Tools
+(c.f. the Quick Start page) for your operating
+system.
 
 Unpack the tar.gz archive if this hasn't been done automatically, e.g.
 via
 
-tar -xvzf fink-0.29.21.tar.gz
+tar -xvzf fink-0.31.0.tar.gz
 
 or
 
-tar -xvf fink-0.29.21.tar
+tar -xvf fink-0.31.0.tar
 
 if it has already been partially unpacked, in a terminal window.  Then, in a
-terminal window, change to the resulting fink-0.29.21 directory, and
+terminal window, change to the resulting fink-0.31.0 directory, and
 use
 
 ./bootstrap


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/graphics libvpx.info,NONE,1.1

2011-07-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv32600

Added Files:
libvpx.info 
Log Message:
to 10.7 with owner OK

--- NEW FILE: libvpx.info ---
Package: libvpx
Version: 0.9.6
Revision: 3
Description: WebM VP8 Codec SDK
DescPackaging: <<
Only contains headers and static library. Doesn't make shared libs.
<<
License: BSD
Homepage: http://www.webmproject.org/
Maintainer: Daniel Johnson 

Source: http://webm.googlecode.com/files/%n-v%v.tar.bz2
Source-MD5: 383f3f07a76099682abb43f79b692b72

PatchScript: <<
perl -pi -e 's/-isysroot.*sdk//g' build/make/configure.sh
perl -pi -e 's/USE_POSIX_MMAP 0/USE_POSIX_MMAP 1/' vpxenc.c
<<

BuildDepends: (%m != powerpc) yasm
BuildDependsOnly: true

NoSetCPPFLAGS: true
NoSetLDFLAGS: true

CompileScript: <<
#!/bin/bash -ev

let version=`uname -r | cut -d . -f 1`
if [ $version -gt 9 ]; then
let version=9
fi

if [ "%m" = "powerpc" ]; then
./configure %c --target=ppc32-darwin${version}-gcc
elif [ "%m" = "i386" ]; then
if [ $version = "8" ]; then
./configure %c --target=x86-darwin${version}-gcc 
--disable-postproc
else
./configure %c --target=x86-darwin${version}-gcc
fi
else
./configure %c --target=%m-darwin${version}-gcc
fi
make
<<

InstallScript: <<
make install DESTDIR=%d
chmod 0644 %i/include/vpx/*
<<

DocFiles: AUTHORS CHANGELOG LICENSE README PATENTS

SplitOff: <<
Package: %N-bin
Files: bin

DocFiles: AUTHORS CHANGELOG LICENSE README PATENTS
<<


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/libs/pythonmods bzr-fastimport-py.info, NONE, 1.1

2011-07-26 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv1442

Added Files:
bzr-fastimport-py.info 
Log Message:
Move to 10.7.


--- NEW FILE: bzr-fastimport-py.info ---
Info2: <<
Package: bzr-fastimport-py%type_pkg[python]
Version: 0.10.0
Revision: 1
Type: python (2.6 2.7)
Description: Back-end for fast data importing into bzr
DescDetail: <<
%n alows data from various VCSes to be imported into Bazaar.
<<
DescUsage: <<
Run "bzr help fastimport" for usage information.

Mercurial and Subversion importing is available by default.
To import from CVS, install "cvs2svn-py%type_pkg[python]".
To import from git, install "git".
To import from monotone, install "monotone".
To import from Darcs, install "darcs".
Importing from Perforce is also supported, but you're on
your own getting that.
<<
DescPackaging: <<
Can't run tests without first installing.

To run tests, "fink install testtools-py%type_pkg[python]"
and then "bzr selftest fastimport" after installing this package.
<<
Maintainer: Daniel Johnson 
License: GPL2+
Homepage: http://wiki.bazaar.canonical.com/BzrFastImport

Source: http://launchpadlibrarian.net/65867056/bzr-fastimport-%v.tar.gz
Source-MD5: ed9dba180cd73e5fc312bc75c30a56d1

Depends: <<
bzr-py%type_pkg[python] (>= 2.3.3-1),
mercurial-py%type_pkg[python],
python-fastimport-py%type_pkg[python],
python%type_pkg[python],
svn-swig-py%type_pkg[python]
<<
BuildDepends: fink (>= 0.24.12)
Recommends: cvs2svn-py%type_pkg[python], monotone, git

CompileScript: %p/bin/python%type_raw[python] setup.py build

InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d

DocFiles: COPYING.txt NEWS README.txt doc/notes.txt
<<


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/download srcdist.en.php,1.34,1.35

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/download
In directory vz-cvs-3.sog:/tmp/cvs-serv1436/web/download

Modified Files:
srcdist.en.php 
Log Message:
Clarify

Index: srcdist.en.php
===
RCS file: /cvsroot/fink/web/download/srcdist.en.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- srcdist.en.php  26 Jul 2011 14:12:49 -  1.34
+++ srcdist.en.php  26 Jul 2011 14:17:15 -  1.35
@@ -24,12 +24,12 @@
 
 
  
-10.5-10.7: http://downloads.sourceforge.net/fink/fink-0.31.0.tar.gz";
+For OS 10.5-10.7, use http://downloads.sourceforge.net/fink/fink-0.31.0.tar.gz";
 onClick="pageTracker._trackPageview('/downloads/FinkSOURCE');"> fink-0.31.0
 - 2484K, .tar.gz format
  
  
-10.4:  http://downloads.sourceforge.net/fink/fink-0.30.2.tar.gz";
+For OS 10.4, use http://downloads.sourceforge.net/fink/fink-0.30.2.tar.gz";
 onClick="pageTracker._trackPageview('/downloads/FinkSOURCE');"> fink-0.30.2
 - 1188K, .tar.gz format
  


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/download index.en.php,1.27,1.28

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/download
In directory vz-cvs-3.sog:/tmp/cvs-serv3826

Modified Files:
index.en.php 
Log Message:
Modernize.

Index: index.en.php
===
RCS file: /cvsroot/fink/web/download/index.en.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- index.en.php10 Nov 2009 00:52:29 -  1.27
+++ index.en.php26 Jul 2011 14:26:55 -  1.28
@@ -22,20 +22,15 @@
 
 
 
-10.6 users:  There is not currently a binary installer, and you will need 
to follow the source install instructions instead.
+10.6 and 10.7 users:  There is not currently a binary installer, and you 
will
+need to follow the source install instructions 
instead.
 10.5 users:  
 Download the installer disk image:
 http://prdownloads.sourceforge.net/fink/Fink-"; . 
$fink_version . "-PowerPC-Installer.dmg?download", "Fink " . $fink_version . " 
Binary Installer (PowerPC)", "/downloads/FinkPPC")   ?> - 
 http://prdownloads.sourceforge.net/fink/Fink-"; . 
$fink_version . "-Intel-Installer.dmg?download",   "Fink " . $fink_version . " 
Binary Installer (Intel)",   "/downloads/FinkINTEL") ?> - 
-(10.4 users - use  http://prdownloads.sourceforge.net/fink/Fink-0.8.1-PowerPC-Installer.dmg?download";>Fink
+10.4 users - use  http://prdownloads.sourceforge.net/fink/Fink-0.8.1-PowerPC-Installer.dmg?download";>Fink
 0.8.1 (PowerPC) or http://prdownloads.sourceforge.net/fink/Fink-0.8.1-Intel-Installer.dmg?download";>Fink
 0.8.1 (Intel))
-(10.3 users - use  http://prdownloads.sourceforge.net/fink/Fink-0.7.2-Installer.dmg?download";>Fink
-0.7.2)
-(10.2 users - use  http://prdownloads.sourceforge.net/fink/Fink-0.6.4-Installer.dmg?download";>Fink
-0.6.4)
-(10.1 users - use http://prdownloads.sourceforge.net/fink/Fink-0.4.1-installer.dmg?download";>Fink
-0.4.1)
 
 
 
@@ -110,39 +105,39 @@
   Recommended Developer Tools versions by OS
   
 
-  10.5
-  Xcode 3.0 or 3.1
+10.7
 
 
-  10.4 on Intel
-  Xcode 2.5
+10.6
+Xcode 3.2.6 or Xcode 4.1
 
 
-  10.4 on PowerPC
-  Xcode 2.5, and the Xcode Legacy Tools (for packages that need 
gcc3.1 or gcc2.95 to build)
+  10.5
+  Xcode 3.1.4
 
 
-  10.3
-  Xcode 1.5 and the November 2004 gcc3.3 updater
+  10.4 on Intel
+  Xcode 2.5
 
 
-  10.2
-  December 2002 Developer Tools and August 2003 gcc3.3 
updater
+  10.4 on PowerPC
+  Xcode 2.5
 
   
 
 X11
   Almost all of the applications on Fink that have graphical user 
interfaces (GUIs) require some flavor of X11 (since most were originally 
developed on platforms that only had that as a GUI option).
-  Apple provides its own X11 distribution for OS 10.3, 10.4, and 10.5.  
This is
+  Apple provides its own X11 distribution.  This is
 the easiest option with which to get started.  They have elected to split it 
into two parts:
   
 The X11User package contains everything you need just to 
run Apple's X11.  It is available on your OS install media for 10.3, 10.4, and 
10.5 as an
  optional install.
 The
 X11SDK
-package contains the development headers.  You need this if you want to build 
anything from source that uses X11.  This package is available as part of the 
Xcode Tools, and installed by default with Xcode 2.x and 3.x
+package contains the development headers.  You need this if you want to build 
anything from source that uses X11.  This package is available as part of the 
Xcode Tools, and installed by default with Xcode 2.x and later.
 The 2006 X11 Update for 10.4 (available via Software Update or 
manual download) is supported.
-All official updates for X11 on 10.5 are supported, as well as the 
community X11 update from macosxforge.org .
+All official updates for X11 on 10.5 - 10.7 are supported.
+The community X11 distribution from macosxforge.org is only 
supported on 10.5.
 
 Once you've installed X11 Fink should automatically register it.  If you're 
having problems check out the http://www.finkproject.org/faq/usage-packages.php?phpLang=en#apple-x11-wants-xfree86";>FAQ
 entry on X11 installation problems
 Further information


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/download index.en.php,1.28,1.29

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/download
In directory vz-cvs-3.sog:/tmp/cvs-serv5212

Modified Files:
index.en.php 
Log Message:
Oops

Index: index.en.php
===
RCS file: /cvsroot/fink/web/download/index.en.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- index.en.php26 Jul 2011 14:26:55 -  1.28
+++ index.en.php26 Jul 2011 14:29:16 -  1.29
@@ -106,6 +106,7 @@
   
 
 10.7
+Xcode 4.1
 
 
 10.6


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/download index.en.php,1.29,1.30

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/download
In directory vz-cvs-3.sog:/tmp/cvs-serv5767

Modified Files:
index.en.php 
Log Message:
Cleanup

Index: index.en.php
===
RCS file: /cvsroot/fink/web/download/index.en.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- index.en.php26 Jul 2011 14:29:16 -  1.29
+++ index.en.php26 Jul 2011 14:32:24 -  1.30
@@ -138,7 +138,8 @@
 package contains the development headers.  You need this if you want to build 
anything from source that uses X11.  This package is available as part of the 
Xcode Tools, and installed by default with Xcode 2.x and later.
 The 2006 X11 Update for 10.4 (available via Software Update or 
manual download) is supported.
 All official updates for X11 on 10.5 - 10.7 are supported.
-The community X11 distribution from macosxforge.org is only 
supported on 10.5.
+The Xquartz X11 distribution from
+http://www.finkproject.org/faq/usage-packages.php?phpLang=en#apple-x11-wants-xfree86";>FAQ
 entry on X11 installation problems
 Further information


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/download index.en.php,1.30,1.31

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/download
In directory vz-cvs-3.sog:/tmp/cvs-serv6064

Modified Files:
index.en.php 
Log Message:
D'oh!

Index: index.en.php
===
RCS file: /cvsroot/fink/web/download/index.en.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- index.en.php26 Jul 2011 14:32:24 -  1.30
+++ index.en.php26 Jul 2011 14:34:11 -  1.31
@@ -139,7 +139,7 @@
 The 2006 X11 Update for 10.4 (available via Software Update or 
manual download) is supported.
 All official updates for X11 on 10.5 - 10.7 are supported.
 The Xquartz X11 distribution from
-macosforge.org is only supported on 
10.5.
 
 Once you've installed X11 Fink should automatically register it.  If you're 
having problems check out the http://www.finkproject.org/faq/usage-packages.php?phpLang=en#apple-x11-wants-xfree86";>FAQ
 entry on X11 installation problems
 Further information


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/download index.en.php,1.31,1.32

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/download
In directory vz-cvs-3.sog:/tmp/cvs-serv7534

Modified Files:
index.en.php 
Log Message:
More changes.


Index: index.en.php
===
RCS file: /cvsroot/fink/web/download/index.en.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- index.en.php26 Jul 2011 14:34:11 -  1.31
+++ index.en.php26 Jul 2011 14:37:17 -  1.32
@@ -131,8 +131,8 @@
   Apple provides its own X11 distribution.  This is
 the easiest option with which to get started.  They have elected to split it 
into two parts:
   
-The X11User package contains everything you need just to 
run Apple's X11.  It is available on your OS install media for 10.3, 10.4, and 
10.5 as an
- optional install.
+The X11User package contains everything you need just to 
run Apple's X11.  It is available on your OS install media for 10.4 as an
+ optional install, and is installed by default on 10.5 and later.
 The
 X11SDK
 package contains the development headers.  You need this if you want to build 
anything from source that uses X11.  This package is available as part of the 
Xcode Tools, and installed by default with Xcode 2.x and later.


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/sound lame.info,NONE,1.1

2011-07-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sound
In directory vz-cvs-3.sog:/tmp/cvs-serv9951

Added Files:
lame.info 
Log Message:
to 10.7

--- NEW FILE: lame.info ---
Package: lame
Version: 3.98.4
Revision: 1
Maintainer: Jack Fink 
BuildDepends: libncurses5
Depends: %N-shlibs (= %v-%r), libncurses5-shlibs
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 8e9866ad6b570c6c95c8cba48060473f
ConfigureParams: --enable-mp3rtp --mandir=%p/share/man --libexecdir=%p/lib 
--disable-dependency-tracking
InfoTest: <<
TestScript: make test || exit 2
<<
InstallScript: make install DESTDIR=%d
SetCPPFLAGS: -Os
SplitOff: <<
 Package: %N-shlibs
 Replaces: %N (<< 3.97-1)
 Files: lib/libmp3lame.0.0.0.dylib lib/libmp3lame.0.dylib
 Shlibs: %p/lib/libmp3lame.0.dylib 1.0.0 %n (>= 3.97-1)
 DocFiles: COPYING
<<
SplitOff2: <<
 Package: %N-dev
 Replaces: %N (<< 3.97.1)
 BuildDependsOnly: true
 Depends: %N-shlibs (= %v-%r)
 Files: lib/libmp3lame.dylib lib/libmp3lame.la lib/libmp3lame.a include
 DocFiles: COPYING
<<
#
DocFiles: API COPYING ChangeLog DEFINES HACKING INSTALL* LICENSE README* 
STYLEGUIDE TODO USAGE
Description: MP3 encoder and graphical frame analyzer
DescDetail: <<
 LAME (LAME Ain't an MP3 Encoder) is a research project for learning about
 and improving MP3 encoding technology. LAME includes a mp3 encoding
 library, simple front end application, a much-improved psycho-acoustic
 model (GPSYCHO), and a graphical frame analyzer (MP3x). Please note that
 any commercial use (including distributing the LAME encoding engine in a
 free encoder) may require a patent license from Thomson Multimedia.
<<
DescPackaging: <<
 Previous versions by Sylvain Cuaz.

 - gtk is required for mp3x for brhist (VBR bitrate histogram)
 - license has been changed from LGPL to Restrictive, pending further
   clarification of the patent issue
<<
License: Restrictive
Homepage: http://lame.sourceforge.net


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/graphics xvidcore.info, NONE, 1.1 xvidcore.patch, NONE, 1.1

2011-07-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv13742

Added Files:
xvidcore.info xvidcore.patch 
Log Message:
to 10.7

--- NEW FILE: xvidcore.patch ---
--- xvidcore/build/generic/configure.orig   2009-05-28 13:13:31.0 
-0400
+++ xvidcore/build/generic/configure2011-02-22 16:38:01.0 -0500
@@ -1319,7 +1319,7 @@
 API_MAJOR="4"
 API_MINOR="2"
 
-minimum_yasm_minor_version=8
+minimum_yasm_major_version=1
 minimum_nasm_minor_version=0
 minimum_nasm_major_version=2
 nasm_prog="nasm"
@@ -3977,14 +3977,14 @@
if test "$ac_yasm" = "yes" ; then
 echo "$as_me:$LINENO: checking for yasm version" 
>&5
 echo $ECHO_N "checking for yasm version... $ECHO_C" >&6
-   yasm_minor=`$yasm_prog --version | cut -d '.' -f 2 | cut -d ' ' -f 1`
-   if test -z $yasm_minor ; then
-  yasm_minor=-1
+   yasm_major=`$yasm_prog --version | head -n 1 | cut -d '.' -f 1 | cut -d 
' ' -f 2`
+   if test -z $yasm_major ; then
+  yasm_major=-1
fi
-   echo "$as_me:$LINENO: result: $yasm_minor" >&5
-echo "${ECHO_T}$yasm_minor" >&6
+   echo "$as_me:$LINENO: result: $yasm_major" >&5
+echo "${ECHO_T}$yasm_major" >&6
 
- if test "$yasm_minor" -lt "$minimum_yasm_minor_version" ; 
then
+ if test "$yasm_major" -lt "$minimum_yasm_major_version" ; 
then
  { echo "$as_me:$LINENO: WARNING: yasm version is too old" >&5
 echo "$as_me: WARNING: yasm version is too old" >&2;}
else

--- xvidcore/src/xvid.c.orig2009-02-28 00:13:41 -0600
+++ xvidcore/src/xvid.c 2009-02-28 00:13:45 -0600
@@ -32,6 +32,17 @@
   #include 
 #endif
 
+#if defined(__APPLE__) && defined(__MACH__)
+#  include 
+#  include 
+#  ifdef MAX
+#undef MAX
+#  endif
+#  ifdef MIN
+#undef MIN
+#  endif
+#endif
+
 #include "xvid.h"
 #include "decoder.h"
 #include "encoder.h"
@@ -677,10 +682,29 @@
info->num_threads = siSysInfo.dwNumberOfProcessors; /* number of 
_logical_ cores */
   }
 
-#else
+#elif defined(__APPLE__) && defined(__MACH__)
+
+  {
+size_t len;
+intmib[2], ncpu;
+
+mib[0] = CTL_HW;
+mib[1] = HW_NCPU;
+len= sizeof(ncpu);
+if (sysctl(mib, 2, &ncpu, &len, NULL, 0) == 0)
+  info -> num_threads = ncpu;
+else
+  info -> num_threads = 1;
+  }
+
+#elif defined(_SC_NPROCESSORS_CONF)
 
   info->num_threads = sysconf(_SC_NPROCESSORS_CONF);   
 
+#else
+
+  info->num_threads = 1;
+
 #endif
 
return 0;

--- NEW FILE: xvidcore.info ---
Package: xvidcore
Version: 1.3.2
Revision: 1
BuildDependsOnly: True
###
Conflicts: xvid
Replaces: xvid
BuildDepends: <<
fink (>= 0.24.12),
yasm (>= 1.1.0-1)
<<
Depends: %N-shlibs (= %v-%r)
###
Source: http://downloads.xvid.org/downloads/%n-%v.tar.gz
Source-MD5: 87c8cf7b69ebed93c2d82ea5709d098a
SourceDirectory: xvidcore
###
### patch fixes misguided yasm version detection.  Fixes are present in 
xvid-1.3RC1
# PatchFile: %n.patch
# PatchFile-MD5: cdd3227f6477e3b0a7e9e4d78d1f6d95
PatchScript: <<
#!/bin/sh -ev
# %{default_script}
perl -pi -e 's, \-freduce\-all\-givs,,' build/generic/configure
### yasm on x86_64 is still building i386, and this causes unhappiness 
when creating libraries
if [ "%m" = "x86_64" ]; then
perl -pi -e 's|\$\{AFLAGS\}" -DARCH_IS_X86_64"|\$\{AFLAGS\}" -m 
amd64 -DARCH_IS_X86_64"|g;' build/generic/configure
fi
# said test doesn't exist anywhere in source -- fangism
sed -i.orig -e '/yv12_to_bgra_altivec_c/,/ERROR/d' examples/xvid_bench.c
<<
###
ConfigureParams: (%m = x86_64) --build=x86_64-apple-darwin (%m = x86_64) 
--host=x86_64-apple-darwin
CompileScript: <<
#!/bin/sh -ev
cd ./build/generic
./configure %c
make -w
<<
InfoTest: <<
TestScript: <<
#!/bin/sh -ev
## There is no actual test suite, so TestScript just runs the 
examples given
## in examples/README.  If they complete successfully, it is 
assumed that
## the library is working correctly.
cd %b/examples
make -w
bzip2 -dc cactus.pgm.bz2 | ./xvid_encraw -type 1 || exit 2
bzip2 -d cactus.pgm.bz2 || exit 2
./xvid_encraw -type 1 -i cactus.pgm -save || exit 2
./xvid_encraw -type 1 -i cactus.pgm -o my_xvid_example.m4v 
-stats || exit 2
./xvid_decraw -i my_xvid_example.m4v -d || exit 2
cat my_xvid_example.m4v | ./xvid_decraw || exit 2
./xvid_bench || exit 2
<< 
<<
InstallScript: <<
#!/bin/sh -ev
cd ./build/generic
make install DESTDIR=%d
mv %i/lib/libxvidcore.4.dylib %i/lib/libxvidcore.4.2.0.dylib
ln -s %p/lib/libxvidcore.4.2.0.dylib %i/lib/libxvidcore.4.dylib
ln -s %p/lib/libxvidcore.4.dylib %i/lib/libxvidcore.dylib
<<
###
DocFiles: AUTHORS ChangeLog ChangeLog-1.0 LICENSE README TODO doc
###
SplitO

[cvs] web/xml/news news.en.xml,1.137,1.138

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/xml/news
In directory vz-cvs-3.sog:/tmp/cvs-serv15931

Modified Files:
news.en.xml 
Log Message:
New news

Index: news.en.xml
===
RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- news.en.xml 25 Jul 2011 13:15:54 -  1.137
+++ news.en.xml 26 Jul 2011 15:03:22 -  1.138
@@ -2,7 +2,37 @@
 
 
   $Id$
+ 
   
+2011-07-20
+Fink and Lion--updated.
+
+  OS X 10.7 "Lion" was released on July 20, 2011.  We want to let Fink
+  users know what to expect if updating.
+First, the fink 
+program itself will not run  on a system which has
+been upgraded to Lion.  However, it will be possible to use the
+dpkg program to extract a list of the Fink packages
+which had been installed under 10.6, so that they can be reinstalled
+under 10.7.  Use
+dpkg --get-selections | cut -f1 > fink_packages.txt
+to extract the packages, and
+cat fink_packages.txt | xargs fink install
+once you have installed Fink for 10.7.
+To upgrade fink after upgrading to Lion, one will have to bootstrap
+Fink again, using a tarball for fink-0.31.0 or later.
+Second, due to lots of changes under the hood, there currently are many 
fewer
+Fink packages which build under 10.7 as opposed to 10.6.
+Thus, even if you've extracted a list of Fink packages which had
+been installed under 10.6, some of them may not yet be installable under
+10.7.  We are currently creating a database showing which packages
+can be successfully installed under 10.7, and work is ongoing to add 
packages.
+10.7 introduces several drastic changes to how the system works. While this 
may
+cause a slight delay in full Fink functionality in the short term, it will
+make Fink work better in the future.
+
+  
+ 
 2011-07-16
 Fink and Lion.
 


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/news index.en.php, 1.141, 1.142 news.en.inc, 1.136, 1.137 news.en.rdf, 1.167, 1.168 news.rdf, 1.300, 1.301

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/news
In directory vz-cvs-3.sog:/tmp/cvs-serv17424/web/news

Modified Files:
index.en.php news.en.inc news.en.rdf news.rdf 
Log Message:
News update

Index: news.en.inc
===
RCS file: /cvsroot/fink/web/news/news.en.inc,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- news.en.inc 16 Jul 2011 23:00:52 -  1.136
+++ news.en.inc 26 Jul 2011 15:05:33 -  1.137
@@ -1,4 +1,28 @@
-2011-07-16: 
Fink and Lion.
+2011-07-20: Fink and 
Lion--updated.
+  OS X 10.7 "Lion" was released on July 20, 2011.  We want to let Fink
+  users know what to expect if updating.
+First, the fink 
+program itself will not run  on a system which has
+been upgraded to Lion.  However, it will be possible to use the
+dpkg program to extract a list of the Fink packages
+which had been installed under 10.6, so that they can be reinstalled
+under 10.7.  Use
+dpkg --get-selections | cut -f1 > fink_packages.txt
+to extract the packages, and
+cat fink_packages.txt | xargs fink install
+once you have installed Fink for 10.7.
+To upgrade fink after upgrading to Lion, one will have to bootstrap
+Fink again, using a tarball for fink-0.31.0 or later.
+Second, due to lots of changes under the hood, there currently are many 
fewer
+Fink packages which build under 10.7 as opposed to 10.6.
+Thus, even if you've extracted a list of Fink packages which had
+been installed under 10.6, some of them may not yet be installable under
+10.7.  We are currently creating a database showing which packages
+can be successfully installed under 10.7, and work is ongoing to add 
packages.
+10.7 introduces several drastic changes to how the system works. While this 
may
+cause a slight delay in full Fink functionality in the short term, it will
+make Fink work better in the future.
+2011-07-16: Fink and 
Lion.
   Apple has announced that OS X 10.7 "Lion" will be released 
 in July.  We want to let Fink users know what to expect when Lion is 
 released.
@@ -30,9 +54,4 @@
   It is likely that this will be the last version that supports OS 
10.4.
   It is planned to release it to stable soon.
   Update, 2011-07-15:   It has been added to stable.
-2011-06-28: fink-0.30.1 
released.
-  fink-0.30.1 was released to the unstable tree on 28 
June, 2011.
-  This is a minor update which properly recognizes OS 10.6.8.
-  It is planned to release it to stable soon.
-  Update, 2011-07-02:   It has been added to stable.
 

Index: news.rdf
===
RCS file: /cvsroot/fink/web/news/news.rdf,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- news.rdf16 Jul 2011 23:00:52 -  1.300
+++ news.rdf26 Jul 2011 15:05:34 -  1.301
@@ -5,8 +5,63 @@
 http://fink.sourceforge.net/news/
 Fink Project News
 en
-2011-07-16T18:59:24-04:00
+2011-07-26T11:04:30-04:00
 mailto:fink-c...@lists.sourceforge.net"/>
+http://fink.sourceforge.net/news/#2011-07-20%20Fink%20and%20Lion--updated.";>
+  Fink and Lion--updated.
+  
http://fink.sourceforge.net/news/#2011-07-20%20Fink%20and%20Lion--updated.
+  
http://fink.sourceforge.net/news/#2011-07-20%20Fink%20and%20Lion--updated.
+  
+  OS X 10.7 "Lion" was released on July 20, 2011.  We want to let Fink
+  users know what to expect if updating.
+First, the fink 
+program itself will not run  on a system which has
+been upgraded to Lion.  However, it will be possible to use the
+dpkg program to extract a list of the Fink packages
+which had been installed under 10.6, so that they can be reinstalled
+under 10.7.  Use
+dpkg --get-selections | cut -f1 > fink_packages.txt
+to extract the packages, and
+cat fink_packages.txt | xargs fink install
+once you have installed Fink for 10.7.
+To upgrade fink after upgrading to Lion, one will have to bootstrap
+Fink again, using a tarball for fink-0.31.0 or later.
+Second, due to lots of changes under the hood, there currently are many 
fewer
+Fink packages which build under 10.7 as opposed to 10.6.
+Thus, even if you've extracted a list of Fink packages which had
+been installed under 10.6, some of them may not yet be installable under
+10.7.  We are currently creating a database showing which packages
+can be successfully installed under 10.7, and work is ongoing to add 
packages.
+10.7 introduces several drastic changes to how the system works. While this 
may
+cause a slight delay in full Fink functionality in the short term, it will
+make Fink work better in the future.
+
+  
+  OS X 10.7 "Lion" was released on July 20, 2011.  We want to let Fink
+  users know what to expect if updating.
+First, the fink 
+program itself will not run  on a system which has
+been upgraded to Lion.  However, it will be possible to use the
+dpkg program to extract a list 

[cvs] web/xml/news news.en.xml,1.138,1.139

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/xml/news
In directory vz-cvs-3.sog:/tmp/cvs-serv18110/news

Modified Files:
news.en.xml 
Log Message:
Formatting fix

Index: news.en.xml
===
RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- news.en.xml 26 Jul 2011 15:03:22 -  1.138
+++ news.en.xml 26 Jul 2011 15:10:15 -  1.139
@@ -19,8 +19,8 @@
 to extract the packages, and
 cat fink_packages.txt | xargs fink install
 once you have installed Fink for 10.7.
-To upgrade fink after upgrading to Lion, one will have to bootstrap
-Fink again, using a tarball for fink-0.31.0 or later.
+To upgrade Fink after upgrading to Lion, one will have to bootstrap
+Fink again, using a tarball for fink-0.31.0 or later.
 Second, due to lots of changes under the hood, there currently are many 
fewer
 Fink packages which build under 10.7 as opposed to 10.6.
 Thus, even if you've extracted a list of Fink packages which had


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] scripts/installer/dmg/doc/x11 x11.en.html,1.34,1.35

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/scripts/installer/dmg/doc/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv19702/scripts/installer/dmg/doc/x11

Modified Files:
x11.en.html 
Log Message:
Update

Index: x11.en.html
===
RCS file: /cvsroot/fink/scripts/installer/dmg/doc/x11/x11.en.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- x11.en.html 25 Jul 2011 13:15:55 -  1.34
+++ x11.en.html 26 Jul 2011 15:14:09 -  1.35
@@ -26,7 +26,7 @@
 describe the current situation and the many options you have to use
 X11 with or without Fink.
 
-  Contents1 
Introduction1.1 What is 
X11?1.2 What is Mac OS 
X?1.3 What is Darwin?1.4 What is XFree86?1.5 What is X.org?1.6 What is XQuartz?1.7 Client and Server1.8 What does rootless mean?1.9 What is a window manager?1.10 What are Quartz/Aqua, Gnome, and 
KDE?2 History2.1 The early days2.2 XonX forms2.3 To root or not to root2.4 Apple's X11 
distributions3 Getting and 
Installing X113.1 Apple's 
Distribution3.2 Using X11 via 
Fink3.3 The Official 
Binaries3.4 The Official 
Source3.5 The Latest 
Development Source3.6 
Replacing X113.7 Fink package 
summary4 Starting 
X114.1 Darwin4.2 Mac OS X + XFree86 4.x.y4.3 Starting X.org4.4 Starting Apple's X114.5 The applex11tools package4.6 The .xinitrc File4.7 OroborOSX5 Xtools5.1 
Installing Xtools5.2 Running 
Xtools5.3 OpenGL 
Notes6 Other X11 
Possibilities6.1 VNC6.2 WiredX6.3 
eXodus7 Troubleshooting 
XFree867.1 When I launch 
XDarwin, it quits
+  Contents1 
Introduction1.1 What is 
X11?1.2 What is Mac OS 
X?1.3 What is Darwin?1.4 What is XFree86?1.5 What is Xtools?1.6 Client and Server1.7 What does rootless mean?1.8 What is a window manager?1.9 What are Quartz/Aqua, Gnome, and 
KDE?2 History2.1 The early days2.2 XonX forms2.3 To root or not to root3 Getting and Installing X113.1 Installing X11 via Fink3.2 Apple's Binaries3.3 The Official Binaries3.4 The Official Source3.5 The Latest Development 
Source3.6 Replacing 
X113.7 Fink package 
summary4 Starting 
X114.1 Darwin4.2 Mac OS X + XFree86 4.x.y4.3 Starting X.org4.4 Starting Apple's X114.5 The applex11tools package4.6 The .xinitrc File4.7 OroborOSX5 Xtools5.1 
Installing Xtools5.2 Running 
Xtools5.3 OpenGL 
Notes6 Other X11 
Possibilities6.1 VNC6.2 WiredX6.3 
eXodus7 Troubleshooting 
XFree867.1 When I launch 
XDarwin, it quits
 or crashes almost immediately7.2 Black 
icons in the GNOME panel or in the
 menu of a GNOME application7.3 The 
keyboard doesn't work in XFree867.4 
The Backspace key doesn't work7.5 
"Warning: locale not supported by C library"8 Usage Tips8.1 
Launching X11 apps from Terminal.app8.2 
Launching Aqua apps from an xterm8.3 
Copy and Paste1 
Introduction
 
@@ -78,32 +78,18 @@
 It was initially developed to run on Intel x86 PCs, hence the name.
 Nowadays, it runs on many architectures and operating systems,
 including OS/2, Darwin, Mac OS X and Windows.
-  
-   
-Apple's X11 distributions on 10.2, 10.3 and 10.4 are derived from XFree86.
-  
-
-1.5 What is X.org?
-  
-  
-http://www.x.org/wiki/";>X.org is an open source implementation
-of X11, and a successor to XFree86.  It has supplanted XFree86 in most places.
-  
-  
-Apple's X11 distributions on 10.5 and 10.6 are derived from X.org, as is http://xquartz.macosforge.org/trac/wiki";>
-XQuartz.
-  
-
-1.6 What is XQuartz?
-  
-  
-http://xquartz.macosforge.org/trac/wiki";>
-XQuartz is an X11 distribution for 10.5 and 10.6 which contains newer 
features
-than does the stock X11.  On 10.5, XQuartz replaces the system's X11 
distribution,
-whereas on 10.6 Xquartz and the system's X11 distribution coexist.
-  
-
- 1.7 Client and Server
+
+
+1.5 What is Xtools?
+  
+  
+Xtools is a product of http://www.tenon.com/";>Tenon
+Intersystems.
+It is a version of X11 for Mac OS X, based on XFree86.  
+
+Note:  Development apparently stopped sometime before OS 10.3 was 
released.
+
+1.6 Client and Server
   
   
 X11 has a client-server architecture.
@@ -123,7 +109,7 @@
 program, not the machine hidden in your wardrobe.
 
 
-1.8 What does rootless mean?
+1.7 What does rootless mean?
   
   
 A little background:
@@ -158,7 +144,7 @@
 "rootless".  It is the most comfortable way to use X11 on Mac OS X.
 
 
-1.9 What is a window manager?
+1.8 What is a window manager?
   
   
 In most graphical environments the look of window frames (title bar,
@@ -186,7 +172,7 @@
 
   
 
-1.10 What are Quartz/Aqua, Gnome, and 
KDE?
+1.9 What are Quartz/Aqua, Gnome, and 
KDE?
   
   
 They are desktop environments, and there are many others.  Their purpose 
@@ -302,43 +288,57 @@
 version had been completely integrated into the main XFree86 distribution.
 
 
-2.4 Apple's X11 
distributions
- 
-  
-On January 7, 2003, Apple released a beta version of its own custom X11
-implementation for OS 10.2.
-It was based 

[cvs] web/doc/x11 history.en.php, 1.24, 1.25 index.en.php, 1.29, 1.30 inst-xfree86.en.php, 1.24, 1.25 intro.en.php, 1.24, 1.25 x11.en.html, 1.36, 1.37

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/doc/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv19702/web/doc/x11

Modified Files:
history.en.php index.en.php inst-xfree86.en.php intro.en.php 
x11.en.html 
Log Message:
Update

Index: history.en.php
===
RCS file: /cvsroot/fink/web/doc/x11/history.en.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- history.en.php  25 Jul 2011 13:15:56 -  1.24
+++ history.en.php  26 Jul 2011 15:14:09 -  1.25
@@ -84,36 +84,6 @@
 version had been completely integrated into the main XFree86 distribution.
 
 
-2.4 Apple's X11 distributions
- 
-  
-On January 7, 2003, Apple released a beta version of its own custom X11
-implementation for OS 10.2.
-It was based on XFree86-4.2 and included Quartz rendering and accelerated
-OpenGL.
-A new version was released on February 10, 2003 with additional features
-and bugfixes.
-A third release (i.e. Beta 3) was made on March 17, 2003 with
-further additional features and bugfixes.
-  
-  
-On October 24, 2003, Apple released Panther (10.3), which included the first
-release version of their X11 distribution, based on XFree86-4.3.
-  
-  
-On April 29, 2005, Apple released Tiger (10.4), which included a release 
version
-of Apple's X11 distribution based on XFree86-4.4.
-  
-  
-On October 26, 2007, Apple released Leopard (10.5), which included a release 
version
-of Apple's X11 distribution based on X.org-7.2.  
-
-  
-On August 28, 2009, Apple released Snow Leopard (10.6), which included a 
release version
-of Apple's X11 distribution based on X.org-7.2.  
-  
-  
-
   :
 3. Getting and Installing X11
 

Index: intro.en.php
===
RCS file: /cvsroot/fink/web/doc/x11/intro.en.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- intro.en.php25 Jul 2011 13:15:56 -  1.24
+++ intro.en.php26 Jul 2011 15:14:10 -  1.25
@@ -57,32 +57,18 @@
 It was initially developed to run on Intel x86 PCs, hence the name.
 Nowadays, it runs on many architectures and operating systems,
 including OS/2, Darwin, Mac OS X and Windows.
-  
-   
-Apple's X11 distributions on 10.2, 10.3 and 10.4 are derived from XFree86.
-  
-
-1.5 What is X.org?
-  
-  
-http://www.x.org/wiki/";>X.org is an open source implementation
-of X11, and a successor to XFree86.  It has supplanted XFree86 in most places.
-  
-  
-Apple's X11 distributions on 10.5 and 10.6 are derived from X.org, as is http://xquartz.macosforge.org/trac/wiki";>
-XQuartz.
-  
-
-1.6 What is XQuartz?
-  
-  
-http://xquartz.macosforge.org/trac/wiki";>
-XQuartz is an X11 distribution for 10.5 and 10.6 which contains newer 
features
-than does the stock X11.  On 10.5, XQuartz replaces the system's X11 
distribution,
-whereas on 10.6 Xquartz and the system's X11 distribution coexist.
-  
-
- 1.7 Client and Server
+
+
+1.5 What is Xtools?
+  
+  
+Xtools is a product of http://www.tenon.com/";>Tenon
+Intersystems.
+It is a version of X11 for Mac OS X, based on XFree86.  
+
+Note:  Development apparently stopped sometime before OS 10.3 was 
released.
+
+1.6 Client and Server
   
   
 X11 has a client-server architecture.
@@ -102,7 +88,7 @@
 program, not the machine hidden in your wardrobe.
 
 
-1.8 What does rootless mean?
+1.7 What does rootless mean?
   
   
 A little background:
@@ -137,7 +123,7 @@
 "rootless".  It is the most comfortable way to use X11 on Mac OS X.
 
 
-1.9 What is a window manager?
+1.8 What is a window manager?
   
   
 In most graphical environments the look of window frames (title bar,
@@ -165,7 +151,7 @@
 
   
 
-1.10 What are Quartz/Aqua, Gnome, and KDE?
+1.9 What are Quartz/Aqua, Gnome, and KDE?
   
   
 They are desktop environments, and there are many others.  Their purpose 

Index: index.en.php
===
RCS file: /cvsroot/fink/web/doc/x11/index.en.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- index.en.php25 Jul 2011 13:15:56 -  1.29
+++ index.en.php26 Jul 2011 15:14:09 -  1.30
@@ -16,7 +16,7 @@
 X11 with or without Fink.
 
   
-   1 Introduction1.1 What is X11?1.2 What is Mac OS X?1.3 What is Darwin?1.4 What is XFree86?1.5 What is X.org?1.6 What is XQuartz?1.7 Client and Server1.8 What does rootless 
mean?1.9 What is a window 
manager?1.10 What are 
Quartz/Aqua, Gnome, and KDE?2 History2.1 The early days2.2 XonX forms2.3 To root or not to 
root2.4 Apple's 
X11 distributions3 Getting and Installing 
X113.1 
Apple's Distribution3.2 
Using X11 via Fink3.3 The Official 
Binaries3.4 
The Official Source3.5 The Latest Development 
Source3.6 
Repla

[cvs] dists/10.7/stable/main/finkinfo/utils dejagnu.info,1.1,1.2

2011-07-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv24488/utils

Modified Files:
dejagnu.info 
Log Message:
make install multi-cpu safe.  build is ok

Index: dejagnu.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/dejagnu.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dejagnu.info21 Jul 2011 17:50:48 -  1.1
+++ dejagnu.info26 Jul 2011 15:30:09 -  1.2
@@ -6,7 +6,7 @@
 BuildDepends: tcltk
 Depends: expect
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
-InstallScript: make install DESTDIR=%d
+InstallScript: make -j1 install DESTDIR=%d
 DocFiles: NEWS README COPYING TODO ChangeLog* AUTHORS
 License: GPL   
 Description: Framework for testing other programs


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/utils clamav.info,1.54,1.55

2011-07-26 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv27749

Modified Files:
clamav.info 
Log Message:
Upstream patch release. Switch to gcc46.

Index: clamav.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/clamav.info,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- clamav.info 14 Jun 2011 11:15:01 -  1.54
+++ clamav.info 26 Jul 2011 15:38:08 -  1.55
@@ -1,6 +1,6 @@
 Info3: <<
 Package: clamav
-Version: 0.97.1
+Version: 0.97.2
 Revision: 11
 
 Description: Clam Anti-Virus scanner
@@ -49,7 +49,7 @@
 Homepage: http://www.clamav.net/
 License: GPL
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 4f3fb74ff1098c25eef8e10721478c29
+Source-MD5: cb2d78b4790fdfca3b2390d7ce82f0b7
 
 BuildConflicts: clamav2-dev, clamav3-dev, clamav4-dev, clamav5-dev, clamav6-dev
 BuildDepends: <<
@@ -59,7 +59,7 @@
   libiconv-dev,
   libncurses5,
   libtool2,
-  gcc45
+  gcc46
 <<
 Depends: <<
   clamav7-shlibs (=%v-%r),
@@ -108,7 +108,7 @@
   Package: clamav7-shlibs
   Depends: <<
 bzip2-shlibs,
-gcc45-shlibs,
+gcc46-shlibs,
 libiconv,
 libtool2-shlibs
   <<


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 numpy-py.info, 1.2, 1.3 scientificpython-py.info, 1.2, 1.3 scipy-py.info, 1.1, 1.2

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv28144

Modified Files:
numpy-py.info scientificpython-py.info scipy-py.info 
Log Message:
Remove unsupported pyversions

Index: scipy-py.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/scipy-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scipy-py.info   24 Jul 2011 10:58:18 -  1.1
+++ scipy-py.info   26 Jul 2011 15:41:18 -  1.2
@@ -6,7 +6,7 @@
 Revision: 2
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Maintainer: Sebastien Maret 
-Type: python (2.4 2.5 2.6 2.7)
+Type: python (2.6 2.7)
 Depends: numpy-py%type_pkg[python] (>= 1.3.0-2), python%type_pkg[python], 
fftw3-shlibs, gcc46-shlibs, x11-shlibs
 BuildDepends: fink (>= 0.24.12), fftw3, gcc46, djbfft (>= 0.76-3), x11-dev, 
swig, suitesparse
 Source: mirror:sourceforge:scipy/scipy-%v.tar.gz

Index: numpy-py.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/numpy-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- numpy-py.info   24 Jul 2011 08:08:48 -  1.2
+++ numpy-py.info   26 Jul 2011 15:41:18 -  1.3
@@ -4,7 +4,7 @@
 Revision: 4
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Maintainer: Sebastien Maret 
-Type: python (2.4 2.5 2.6 2.7)
+Type: python (2.6 2.7)
 Depends: python%type_pkg[python], nose-py%type_pkg[python]
 BuildDepends: fink (>= 0.24.12)
 Source: mirror:sourceforge:numpy/numpy-%v.tar.gz

Index: scientificpython-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/scientificpython-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- scientificpython-py.info24 Jul 2011 22:55:52 -  1.2
+++ scientificpython-py.info26 Jul 2011 15:41:18 -  1.3
@@ -4,7 +4,7 @@
 Version: 2.9.1
 Revision: 1
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
-Type: python (2.3 2.4 2.5 2.6 2.7)
+Type: python (2.6 2.7)
 Maintainer: Kurt Schwehr 
 Depends: <<
libdap9-shlibs,


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/net mtr.info,1.1,1.2

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv32191

Modified Files:
mtr.info 
Log Message:
close here-doc

Index: mtr.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/mtr.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mtr.info23 Jul 2011 06:18:36 -  1.1
+++ mtr.info26 Jul 2011 15:55:42 -  1.2
@@ -67,3 +67,4 @@
 <<
 Homepage: http://www.bitwizard.nl/mtr/
 License: GPL
+<<
\ No newline at end of file


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink ChangeLog, 1.1728, 1.1729 PkgVersion.pm, 1.667, 1.668

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/fink/perlmod/Fink
In directory vz-cvs-3.sog:/tmp/cvs-serv1465/perlmod/Fink

Modified Files:
ChangeLog PkgVersion.pm 
Log Message:
Hanspeter N. :  MaxBuildJobs turned on by default.

Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.667
retrieving revision 1.668
diff -u -d -r1.667 -r1.668
--- PkgVersion.pm   11 Jul 2011 17:33:16 -  1.667
+++ PkgVersion.pm   26 Jul 2011 16:02:08 -  1.668
@@ -5183,7 +5183,8 @@
}
 
# UseMaxBuildJobs: true overrides SetNoMAKEFLAGS
-   if ($self->param_boolean('UseMaxBuildJobs') && 
$config->has_param('MaxBuildJobs')) {
+   # If UseMaxBuildJobs is absent or set to True, turn on MaxBuildJobs
+   if ((!$self->has_param('UseMaxBuildJobs') || 
$self->param_boolean('UseMaxBuildJobs')) && $config->has_param('MaxBuildJobs')) 
{
my $mbj = $config->param('MaxBuildJobs');
if ($mbj =~ /^\d+$/  && $mbj > 0) {
if (defined $script_env{'MAKEFLAGS'}) {

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1728
retrieving revision 1.1729
diff -u -d -r1.1728 -r1.1729
--- ChangeLog   20 Jul 2011 14:15:15 -  1.1728
+++ ChangeLog   26 Jul 2011 16:02:07 -  1.1729
@@ -1,3 +1,7 @@
+2011-07-26 Hanspeter Niederstrasser  
+
+   * PkgVersion.pm:  Turn MaxBuildJobs on by default.
+
 2011-07-20  Dave Morrison  
 
* Bootstrap.pm: 10.7 gets its own tree


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/dazjorz/finkinfo apt.info,1.7,1.8

2011-07-26 Thread Sjors Gielen
Update of /cvsroot/fink/experimental/dazjorz/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv5591

Modified Files:
apt.info 
Log Message:
Forgot to rev-up


Index: apt.info
===
RCS file: /cvsroot/fink/experimental/dazjorz/finkinfo/apt.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- apt.info26 Jul 2011 10:07:03 -  1.7
+++ apt.info26 Jul 2011 16:12:06 -  1.8
@@ -1,6 +1,6 @@
 Package: apt
 Version: 0.7.25.3
-Revision: 9
+Revision: 10
 GCC: 4.0
 BuildDepends: fink (>= 0.24.12), libtool2, docbook-xsl
 Depends: %N-inst4-shlibs (= %v-%r), %N-pkg1-shlibs (= %v-%r), dpkg (>= 
1.15.5.6-9)


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/graphics graphicsmagick.info, NONE, 1.1

2011-07-26 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv9231

Added Files:
graphicsmagick.info 
Log Message:
Move to 10.7.


--- NEW FILE: graphicsmagick.info ---
Package: graphicsmagick
Version: 1.3.12
Revision: 1
Description: Swiss army knife of image processing
DescDetail: <<
GraphicsMagick is the swiss army knife of image processing. Comprised
of 337K lines of C and C++ code, it provides a robust and efficient
collection of tools and libraries which support reading, writing, and
manipulating an image in over 88 major formats including important
formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, PNM, and TIFF.
GraphicsMagick supports huge images on systems that support large
files, and has been tested with gigapixel-size images. GraphicsMagick
can create new images on the fly, making it suitable for building
dynamic Web applications. GraphicsMagick may be used to resize, rotate,
sharpen, color reduce, or add special effects to an image and save the
result in the same or differing image format. Image processing
operations are available from the command line, as well as through C,
C++, Perl, Tcl, Ruby, or Windows COM programming interfaces. With some
modification, language extensions for ImageMagick may be used.

GraphicsMagick is originally derived from ImageMagick 5.5.2 but has
been completely independent of the ImageMagick project since then.
Since the fork from ImageMagick in 2002, many improvements have been
made (see news) by many authors using an open development model but
without breaking the API or utilities operation.
<<
DescPackaging: <<
Builds with OpenMP support on 10.6, but a couple of the tests fail,
so explictly disable OpenMP everywhere.
<<
Homepage: http://www.graphicsmagick.org/
License: BSD
Maintainer: Daniel Johnson 

Source: mirror:sourceforge:%n/GraphicsMagick-%v.tar.bz2
Source-MD5: 55182f371f82d5f9367bce04e59bbf25

BuildDepends: <<
bzip2-dev,
freetype219,
lcms,
libiconv-dev,
libjasper.1,
libjbig,
libjpeg8,
libpng14,
libtiff,
libtool2,
libxml2,
x11-dev
<<
Depends: <<
%N-shlibs (= %v-%r)
<<

SetCFLAGS: -Os
SetCXXFLAGS: -Os
GCC: 4.0
UseMaxBuildJobs: true

PatchScript: <<
perl -pi -e 's,\@CFLAGS\@,,; s,\@MAGICK_API_LDFLAGS\@,-L%p/lib,; 
s,\@MAGICK_API_LIBS\@,-lGraphicsMagick,' magick/GraphicsMagick-config.in
perl -pi -e 's,\@CXXFLAGS\@,,; s,\@MAGICK_API_LDFLAGS\@,-L%p/lib,; 
s,\@MAGICK_API_LIBS\@,,' Magick++/bin/GraphicsMagick++-config.in
<<

ConfigureParams: <<
--x-includes=/usr/X11R6/include \
--x-libraries=/usr/X11R6/lib \
--disable-dependency-tracking \
--enable-shared \
--disable-static \
--enable-magick-compat \
--disable-openmp \
--with-modules \
--with-quantum-depth=16 \
--without-perl \
--without-wmf
<<

CompileScript: <<
#!/bin/bash -ev
# This bit enables stripping unused libs on 10.5 and later.
let version=`uname -r | cut -f 1 -d .`
if [ $version -ge 9 ]; then
export LDFLAGS="$LDFLAGS -Wl,-dead_strip_dylibs"
fi

%{default_script}
<<

InfoTest: <<
TestScript: <<
# hald-clut-identity.sh and hald-clut-transform.sh fail under 
10.6
# when OpenMP is used. 
make check || exit 2
<<
<<

InstallScript: <<
make install DESTDIR=%d
#No need for dependency_libs in .la files if not building static libs
perl -pi -e "s/dependency_libs=.*$/dependency_libs=''/" %i/lib/*.la 
%i/lib/GraphicsMagick-%v/modules-Q16/coders/*.la 
%i/lib/GraphicsMagick-%v/modules-Q16/filters/*.la
<<

SplitOff: <<
Package: %N-shlibs

Depends: <<
bzip2-shlibs,
freetype219-shlibs,
ghostscript | ghostscript-nox,
lcms-shlibs,
libjasper.1-shlibs,
libjbig-shlibs,
libjpeg8-shlibs,
libpng14-shlibs,
libtiff-shlibs,
libtool2-shlibs,
libxml2-shlibs,
x11-shlibs
<<

# These packages will be used if present, but GraphicsMagick will work 
without them.
Suggests: <<
autotrace-bin,
dcraw,
gnuplot | gnuplot-nogtk | gnuplot-nox,
graphviz,
hp2xx,
libwmf-bin,
mpeg2vidcodec,
transfig-graphicx
<<

Files: <<
lib/GraphicsMagick-%v
lib/libGraphicsMagick.3.dylib
lib/libGraphicsMagick++.3.dylib
lib/libGraphicsMagickWan

[cvs] dists/10.7/stable/main/finkinfo/devel djbfft.info,1.1,1.2

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv11504

Modified Files:
djbfft.info 
Log Message:
explicitly create %i/include

Index: djbfft.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/djbfft.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- djbfft.info 24 Jul 2011 01:15:11 -  1.1
+++ djbfft.info 26 Jul 2011 16:31:27 -  1.2
@@ -26,6 +26,7 @@
 <<
 InstallScript: <<
 #! /bin/sh -ev
+/usr/bin/install -d %i/include
 make setup check
 ranlib %i/lib/*.a
 <<


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/languages distribute-py.info, 1.1, 1.2

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv11728/languages

Modified Files:
distribute-py.info 
Log Message:
Don't want to forget about these--kill nonexistent pyversions

Index: distribute-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/distribute-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- distribute-py.info  24 Jul 2011 22:49:52 -  1.1
+++ distribute-py.info  26 Jul 2011 16:32:44 -  1.2
@@ -1,6 +1,6 @@
 Info2: << 
 Package: distribute-py%type_pkg[python]
-Type: python (2.4 2.5 2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2)
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
 Version: 0.6.19
 Revision: 1


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/libs/pythonmods nose-py.info, 1.4, 1.5

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv11728/libs/pythonmods

Modified Files:
nose-py.info 
Log Message:
Don't want to forget about these--kill nonexistent pyversions

Index: nose-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/nose-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- nose-py.info26 Jul 2011 00:04:46 -  1.4
+++ nose-py.info26 Jul 2011 16:32:45 -  1.5
@@ -6,7 +6,7 @@
 Revision: 1
 Homepage: http://code.google.com/p/python-nose/
 Maintainer: Kurt Schwehr 
-Type: python (2.4 2.5 2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2)
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
 Depends: python%type_pkg[python], distribute-py%type_pkg[python]
 BuildDepends: distribute-py%type_pkg[python]


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/x11 pmw-py.info,1.1,1.2

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv11728/x11

Modified Files:
pmw-py.info 
Log Message:
Don't want to forget about these--kill nonexistent pyversions

Index: pmw-py.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11/pmw-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pmw-py.info 24 Jul 2011 01:15:12 -  1.1
+++ pmw-py.info 26 Jul 2011 16:32:45 -  1.2
@@ -4,7 +4,7 @@
 Version: 1.3.2
 Revision: 1003
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
-Type: python (2.3 2.4 2.5 2.6 2.7)
+Type: python (2.6 2.7)
 Source: mirror:sourceforge:pmw/Pmw.%v.tar.gz
 Source-MD5: 7f30886fe9885ab3cf85dac6ce1fbda5
 SourceDirectory: Pmw.%v/src


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/libs opengl-py.info,1.1,1.2

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv11728/libs

Modified Files:
opengl-py.info 
Log Message:
Don't want to forget about these--kill nonexistent pyversions

Index: opengl-py.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/opengl-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- opengl-py.info  24 Jul 2011 01:15:12 -  1.1
+++ opengl-py.info  26 Jul 2011 16:32:45 -  1.2
@@ -3,7 +3,7 @@
 Version: 3.0.1
 Revision: 1
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-Type: -nox (boolean), python (2.4 2.5 2.6 2.7)
+Type: -nox (boolean), python (2.6 2.7)
 BuildDepends: <<
  fink (>= 0.24.12),
  swig (>= 1.3.20),


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/utils launch.info,NONE,1.1

2011-07-26 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv22418/utils

Added Files:
launch.info 
Log Message:
Builds on 10.7 with minor modifications

--- NEW FILE: launch.info ---
Package: launch
Version: 1.1
Revision: 1004
Source: http://web.sabi.net/nriley/software/%n-%v.tar.gz 
Source-MD5: bcd5179d5b519248a717aa73f3819e00
PatchScript: <<
ls -la
perl -pi.bak -e 's#10.4#10.5#g' launch.xcodeproj/project.pbxproj 
perl -ni -e 'print unless /SDKROOT/' launch.xcodeproj/project.pbxproj 
if [ "%m" = "x86_64" ]; then perl -pi -e 's/i386/x86_64/' 
launch.xcodeproj/project.pbxproj; fi
<<
CompileScript: <<
#!/bin/csh -efv
 if (-r /usr/bin/xcodebuild) then
   /usr/bin/xcodebuild
 else
   /usr/bin/pbxbuild
 endif
 head -n 17 main.c > LICENSE
<<
InstallScript: << 
 strip build/%n
 mkdir %i/bin
 install -c build/%n %i/bin
 mkdir -p %i/share/man/man1
 chmod a+r %n.1
 cp %n.1 %i/share/man/man1/
<<
DocFiles: README VERSION LICENSE
Description: Replacement for OS X "open" command
DescDetail: <<
launch is a replacement for "open" which:
* Opens URLs, directly or in your preferred helper application.
* Lets you specify applications by their four-char creator (e.g. 'ToyS') or 
Java-style
 bundle ID (e.g. com.apple.scripteditor), both of which allow you to move or 
rename an app.
* Asks applications to print documents, something the OS X Finder is missing.
* Launches applications in the background, or launches Carbon applications in 
Classic.
* Shows info about any item on disk, including its file type, creator, data 
and resource fork sizes, dates and bundle ID.
<<
DescPackaging: <<
macosx/dpkg dependency should be added when that code is working.
<<
License: BSD
Maintainer: Ben Hines 
Homepage: http://web.sabi.net/nriley/software/


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/text ghostscript.info,1.1,1.2

2011-07-26 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv22418/text

Modified Files:
ghostscript.info 
Log Message:
Builds on 10.7 with minor modifications

Index: ghostscript.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/ghostscript.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ghostscript.info22 Jul 2011 03:24:18 -  1.1
+++ ghostscript.info26 Jul 2011 17:06:17 -  1.2
@@ -1,4 +1,5 @@
 Package: ghostscript
+Type: -nox (boolean)
 Version: 9.02
 Revision: 3
 Description: Interpreter for PostScript and PDF
@@ -6,14 +7,23 @@
 Source-MD5: 86cc3a0509c0d96a641d58879d54274b
 PatchFile: %n.patch
 PatchFile-MD5: 593b3183e34b7cc76b981d912503ca9a
-Depends: x11, x11-shlibs, ghostscript-fonts, libiconv, libtiff-shlibs, 
libpaper1-shlibs, libpng15-shlibs, libjpeg8-shlibs, libjasper.1-shlibs, 
fontconfig2-shlibs, libidn-shlibs
-BuildDepends: fink (>= 0.24.12), x11-dev, libiconv-dev, libtiff, 
libpaper1-dev, libpng15, libjpeg8, libjasper.1, fontconfig2-dev, libidn
+Depends: <<
+  ghostscript-fonts, libiconv, libtiff-shlibs, libpaper1-shlibs, 
libpng15-shlibs, libjpeg8-shlibs, libjasper.1-shlibs, fontconfig2-shlibs, 
libidn-shlibs,
+  (%type_raw[-nox] = .) x11, x11-shlibs
+<<
+BuildDepends: <<
+  fink (>= 0.24.12), libiconv-dev, libtiff, libpaper1-dev, libpng15, libjpeg8, 
libjasper.1, fontconfig2-dev, libidn,
+  x11-dev
+<<
 BuildConflicts: lcms
-Conflicts: ghostscript-nox, ghostscript6, ghostscript6-nox, system-ghostscript8
-Replaces: ghostscript-nox, ghostscript6, ghostscript6-nox, system-ghostscript8
+Conflicts: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
system-ghostscript8
+Replaces: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
system-ghostscript8
 License: Restrictive/Distributable
 UseMaxBuildJobs: True
-ConfigureParams: --mandir=%p/share/man --disable-compile-inits --disable-cups 
--disable-gtk 
+ConfigureParams: <<
+  (%type_raw[-nox] = -nox) --without-x \
+  --mandir=%p/share/man --disable-compile-inits --disable-cups --disable-gtk
+<<
 CompileScript: <<
 #!/bin/sh -ev
 mv zlib zlib_local


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/text ghostscript.info,1.2,1.3

2011-07-26 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv23788/text

Modified Files:
ghostscript.info 
Log Message:
Back out ghostscript patch which was not ready for consumption yet

Index: ghostscript.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/ghostscript.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ghostscript.info26 Jul 2011 17:06:17 -  1.2
+++ ghostscript.info26 Jul 2011 17:08:01 -  1.3
@@ -1,5 +1,4 @@
 Package: ghostscript
-Type: -nox (boolean)
 Version: 9.02
 Revision: 3
 Description: Interpreter for PostScript and PDF
@@ -7,23 +6,14 @@
 Source-MD5: 86cc3a0509c0d96a641d58879d54274b
 PatchFile: %n.patch
 PatchFile-MD5: 593b3183e34b7cc76b981d912503ca9a
-Depends: <<
-  ghostscript-fonts, libiconv, libtiff-shlibs, libpaper1-shlibs, 
libpng15-shlibs, libjpeg8-shlibs, libjasper.1-shlibs, fontconfig2-shlibs, 
libidn-shlibs,
-  (%type_raw[-nox] = .) x11, x11-shlibs
-<<
-BuildDepends: <<
-  fink (>= 0.24.12), libiconv-dev, libtiff, libpaper1-dev, libpng15, libjpeg8, 
libjasper.1, fontconfig2-dev, libidn,
-  x11-dev
-<<
+Depends: x11, x11-shlibs, ghostscript-fonts, libiconv, libtiff-shlibs, 
libpaper1-shlibs, libpng15-shlibs, libjpeg8-shlibs, libjasper.1-shlibs, 
fontconfig2-shlibs, libidn-shlibs
+BuildDepends: fink (>= 0.24.12), x11-dev, libiconv-dev, libtiff, 
libpaper1-dev, libpng15, libjpeg8, libjasper.1, fontconfig2-dev, libidn
 BuildConflicts: lcms
-Conflicts: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
system-ghostscript8
-Replaces: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
system-ghostscript8
+Conflicts: ghostscript-nox, ghostscript6, ghostscript6-nox, system-ghostscript8
+Replaces: ghostscript-nox, ghostscript6, ghostscript6-nox, system-ghostscript8
 License: Restrictive/Distributable
 UseMaxBuildJobs: True
-ConfigureParams: <<
-  (%type_raw[-nox] = -nox) --without-x \
-  --mandir=%p/share/man --disable-compile-inits --disable-cups --disable-gtk
-<<
+ConfigureParams: --mandir=%p/share/man --disable-compile-inits --disable-cups 
--disable-gtk 
 CompileScript: <<
 #!/bin/sh -ev
 mv zlib zlib_local


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 ccpnmr-py.info, NONE, 1.1 ccpnmr-py.patch, NONE, 1.1

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv24434

Added Files:
ccpnmr-py.info ccpnmr-py.patch 
Log Message:
Works on 10.7

--- NEW FILE: ccpnmr-py.patch ---
diff -uNr ccpnmr/bin/analysis ccpnmr.patched/bin/analysis
--- ccpnmr/bin/analysis 1969-12-31 19:00:00.0 -0500
+++ ccpnmr.patched/bin/analysis 2011-07-25 18:38:53.0 -0400
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+export MallocLogFile=/dev/null
+
+if [ ${SSH_TTY} ]; then
+export LIBGL_ALWAYS_INDIRECT=1
+fi
+
+@PREFIX@/bin/python2.X -i -O 
@PREFIX@/lib/python2.X/site-packages/ccpnmr/ccpnmr2.1/python/ccpnmr/analysis/AnalysisGui.py
 $1 $2 $3 $4 $5
diff -uNr ccpnmr/bin/dataShifter ccpnmr.patched/bin/dataShifter
--- ccpnmr/bin/dataShifter  1969-12-31 19:00:00.0 -0500
+++ ccpnmr.patched/bin/dataShifter  2011-07-25 18:38:53.0 -0400
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+export MallocLogFile=/dev/null
+
+if [ ${SSH_TTY} ]; then
+export LIBGL_ALWAYS_INDIRECT=1
+fi
+
+@PREFIX@/bin/python2.X -O 
@PREFIX@/lib/python2.X/site-packages/ccpnmr/ccpnmr2.1/python/ccpnmr/format/gui/DataShifter.py
diff -uNr ccpnmr/bin/formatConverter ccpnmr.patched/bin/formatConverter
--- ccpnmr/bin/formatConverter  1969-12-31 19:00:00.0 -0500
+++ ccpnmr.patched/bin/formatConverter  2011-07-25 18:38:53.0 -0400
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+export MallocLogFile=/dev/null
+
+if [ ${SSH_TTY} ]; then
+export LIBGL_ALWAYS_INDIRECT=1
+fi
+
+@PREFIX@/bin/python2.X -O 
@PREFIX@/lib/python2.X/site-packages/ccpnmr/ccpnmr2.1/python/ccpnmr/format/gui/FormatConverter.py
 $1 $2
diff -uNr ccpnmr/bin/pipe2azara ccpnmr.patched/bin/pipe2azara
--- ccpnmr/bin/pipe2azara   1969-12-31 19:00:00.0 -0500
+++ ccpnmr.patched/bin/pipe2azara   2011-07-25 18:38:53.0 -0400
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+export MallocLogFile=/dev/null
+
+if [ ${SSH_TTY} ]; then
+export LIBGL_ALWAYS_INDIRECT=1
+fi
+
+@PREFIX@/bin/python2.X -O 
@PREFIX@/lib/python2.X/site-packages/ccpnmr/ccpnmr2.1/python/ccpnmr/analysis/NmrPipeData.py
 $1 $2 $3
diff -uNr ccpnmr/bin/updateAll ccpnmr.patched/bin/updateAll
--- ccpnmr/bin/updateAll1969-12-31 19:00:00.0 -0500
+++ ccpnmr.patched/bin/updateAll2011-07-25 18:38:53.0 -0400
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+export MallocLogFile=/dev/null
+
+if [ ${SSH_TTY} ]; then
+export LIBGL_ALWAYS_INDIRECT=1
+fi
+
+@PREFIX@/bin/python2.X -i -O 
@PREFIX@/lib/python2.X/site-packages/ccpnmr/ccpnmr2.1/python/ccpnmr/update/UpdateAuto.py
diff -uNr ccpnmr/bin/updateCheck ccpnmr.patched/bin/updateCheck
--- ccpnmr/bin/updateCheck  1969-12-31 19:00:00.0 -0500
+++ ccpnmr.patched/bin/updateCheck  2011-07-25 18:38:53.0 -0400
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+export MallocLogFile=/dev/null
+
+if [ ${SSH_TTY} ]; then
+export LIBGL_ALWAYS_INDIRECT=1
+fi
+
+@PREFIX@/bin/python2.X -i -O 
@PREFIX@/lib/python2.X/site-packages/ccpnmr/ccpnmr2.1/python/ccpnmr/update/UpdatePopup.py
diff -uNr ccpnmr/ccpnmr2.1/c/ccp/structure/Makefile 
ccpnmr.patched/ccpnmr2.1/c/ccp/structure/Makefile
--- ccpnmr/ccpnmr2.1/c/ccp/structure/Makefile   2010-08-11 12:41:43.0 
-0400
+++ ccpnmr.patched/ccpnmr2.1/c/ccp/structure/Makefile   2011-07-25 
18:38:53.0 -0400
@@ -40,11 +40,11 @@
$(GLOBAL_DIR)/py_tk_handler.$(OBJ_SUFFIX) \
$(GLOBAL_DIR)/py_tk_util.$(OBJ_SUFFIX)
 
-ALL_INCLUDE_FLAGS = $(GLOBAL_INCLUDE_FLAGS) $(PYTHON_INCLUDE_FLAGS) \
+ALL_INCLUDE_FLAGS = $(GL_INCLUDE_FLAGS) $(GLOBAL_INCLUDE_FLAGS) 
$(PYTHON_INCLUDE_FLAGS) \
$(X11_INCLUDE_FLAGS) \
-   $(TCL_INCLUDE_FLAGS) $(TK_INCLUDE_FLAGS) $(GL_INCLUDE_FLAGS)
+   $(TCL_INCLUDE_FLAGS) $(TK_INCLUDE_FLAGS)
 
-ALL_LIB_FLAGS = $(X11_LIB_FLAGS) $(TCL_LIB_FLAGS) $(TK_LIB_FLAGS) 
$(GL_LIB_FLAGS)
+ALL_LIB_FLAGS = $(GL_LIB_FLAGS) $(X11_LIB_FLAGS) $(TCL_LIB_FLAGS) 
$(TK_LIB_FLAGS)
 
 ALL_LIB = $(GL_LIB) $(TK_LIB) $(TCL_LIB) $(X11_LIB) $(MATH_LIB)
 
diff -uNr ccpnmr/ccpnmr2.1/c/ccpnmr/analysis/Makefile 
ccpnmr.patched/ccpnmr2.1/c/ccpnmr/analysis/Makefile
--- ccpnmr/ccpnmr2.1/c/ccpnmr/analysis/Makefile 2010-08-11 12:41:43.0 
-0400
+++ ccpnmr.patched/ccpnmr2.1/c/ccpnmr/analysis/Makefile 2011-07-25 
18:38:53.0 -0400
@@ -55,11 +55,11 @@
$(GLOBAL_DIR)/py_tk_handler.$(OBJ_SUFFIX) \
$(GLOBAL_DIR)/py_tk_util.$(OBJ_SUFFIX)
 
-ALL_INCLUDE_FLAGS = $(GLOBAL_INCLUDE_FLAGS) $(PYTHON_INCLUDE_FLAGS) \
+ALL_INCLUDE_FLAGS = $(GL_INCLUDE_FLAGS) $(GLOBAL_INCLUDE_FLAGS) 
$(PYTHON_INCLUDE_FLAGS) \
$(X11_INCLUDE_FLAGS) \
-   $(TCL_INCLUDE_FLAGS) $(TK_INCLUDE_FLAGS) $(GL_INCLUDE_FLAGS)
+   $(TCL_INCLUDE_FLAGS) $(TK_INCLUDE_FLAGS)
 
-ALL_LIB_FLAGS = $(X11_LIB_FLAGS) $(TCL_LIB_FLAGS) $(TK_LIB_FLAGS) 
$(GL_LIB_FLAGS)
+ALL_LIB_FLAGS = $(GL_LIB_FLAGS) $(X11_LIB_FLAGS) $(TCL_LIB_FLAGS) 
$(TK_LIB_FLAGS)
 
 ALL_LIB = $(GL_LIB) $(TK_LIB) $(TCL_LIB) $(X11_LIB) $(MATH_LIB)
 
diff -uNr ccpnmr/ccpnmr2.1/c/environment-opengl.txt 
ccpnmr.patched/ccpnmr2.1/c/environment-ope

[cvs] dists/10.7/stable/main/finkinfo/utils clamav.info,NONE,1.1

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv27852

Added Files:
clamav.info 
Log Message:
Works on 10.7

--- NEW FILE: clamav.info ---
Info3: <<
Package: clamav
Version: 0.97.2
Revision: 11

Description: Clam Anti-Virus scanner
DescDetail: <<
 Clam AntiVirus is a GPL anti-virus toolkit for UNIX, designed 
 especially for e-mail scanning on mail gateways. It provides 
 a number of utilities including a flexible and scalable multi-
 threaded daemon, a command line scanner and advanced tool for 
 automatic database updates. The core of the package is an 
 anti-virus engine available in a form of shared library.
<<
DescUsage: <<
 'clamscan' scans the current working directory for known
 viruses. See 'man clamscan' for details.

 For virus updates, run 'freshclam' from a shell prompt
 or in a cron script.
<<
DescPackaging: <<
 clamscan requires a user named 'clamav' to run in
 superuser mode regardless of how it was built. (Important when
 running the post-build tests because fink runs as root).

 During the test the virus database isn't actually installed yet so
 the one in the build directory is specified.

 The database directory %i/var/db/%n must be owned by the 'clamav'
 user. This requires a change of the owner during the build.
 Therefore, we cannot build as 'nobody'.

 Version 0.92 and later cannot be build with the standard compiler
 from Apple, as configure complains about a compiler bug:
   checking for gcc bug PR28045... configure: error: 
   your compiler has gcc PR28045 bug, use a different compiler, 
   see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28045

 Original package maintainer was Carsten Klapp
 .
<<
DescPort: <<
 Install virus databases into %p/var/db/clamav instead of default
 %p/share/clamav; %p/share is for static data.
<<

Maintainer: Remi Mommsen 
Homepage: http://www.clamav.net/
License: GPL
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: cb2d78b4790fdfca3b2390d7ce82f0b7

BuildConflicts: clamav2-dev, clamav3-dev, clamav4-dev, clamav5-dev, clamav6-dev
BuildDepends: <<
  fink (>= 0.24.12),
  bzip2,
  bzip2-dev,
  libiconv-dev,
  libncurses5,
  libtool2,
#  gcc46
<<
Depends: <<
  clamav7-shlibs (=%v-%r),
  libncurses5-shlibs
<<

PatchScript: <<
 %{default_script}
 /usr/bin/sed -i'.bak' 's/LC_AGE=1/LC_AGE=0/g' configure*
<<

#SetCC: %p/bin/gcc-4
#SetCXX: %p/bin/g++-4
CompileScript: <<
 #!/bin/sh -ev
 export PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig
 export CFLAGS=-O3
 ./configure --prefix=%p --mandir=%p/share/man --with-dbdir=%p/var/db/%n \
 --sysconfdir=%p/etc --disable-dependency-tracking --disable-clamav
 make
<<
InstallScript: <<
 #!/bin/sh -ev
 /usr/bin/make install DESTDIR=%d

 for configfile in clamav-milter.conf clamd.conf freshclam.conf ; do
   /usr/bin/sed -e "s/^Example/#Example/" -e "s:^#PidFile /var/run:PidFile 
/var/run:" \
  -e "s:#LocalSocket /tmp/:LocalSocket /tmp/:" \
  etc/$configfile > %i/etc/$configfile
 done

 /usr/bin/install -d -m 755 %i/share/doc/%n
 /bin/mv docs/* %i/share/doc/%n
 (cd %i/share/doc/%n; /bin/rm -R Makefile Makefile.am Makefile.in man) || exit 1
 /usr/bin/install -d -m 755 %i/share/doc/%n/test/
 /bin/cp -r test/* %i/share/doc/%n/test/

 #Remove CVS directories
 /usr/bin/find %i -name "CVS" -type d -depth -exec rm -rf \{\} \;
<<
ConfFiles: %p/etc/clamav-milter.conf %p/etc/freshclam.conf
DocFiles: AUTHORS BUGS COPYING ChangeLog FAQ NEWS README UPGRADE

SplitOff: <<
  Description: Shared libraries for ClamAV
  Package: clamav7-shlibs
  Depends: <<
bzip2-shlibs,
gcc46-shlibs,
libiconv,
libtool2-shlibs
  <<
  InstallScript: <<
/usr/bin/install -d -m 755 %i/lib
/bin/mv %I/lib/libclamav.7.dylib %i/lib
/bin/mv %I/lib/libclamunrar.7.dylib %i/lib
  <<
  Shlibs: <<
%p/lib/libclamav.7.dylib  8.0.0 %n (>= 0.95-1)
%p/lib/libclamunrar.7.dylib   8.0.0 %n (>= 0.95-1)
  <<
<<
SplitOff2: <<
  Description: ClamAV daemon
  DescDetail: <<
Installs and runs the ClamAV daemon using the daemonic package.
  <<
  DescUsage: <<
In order to use the clamd daemon, you need to call 'clamdscan'
(note the d in contrast to the standard 'clamscan'
command).

You might want to edit %p/etc/clamd.conf to suit your
needs. Additionally, enable 'NotifyClamd' in
%p/etc/freshclam.conf such that the ClamAV daemon gets notified
about virus definition updates.
  <<
  Package: clamav-daemon
  Depends: <<
clamav,
daemonic
  <<
  Files: <<
etc/clamd.conf
bin/clamdscan
sbin/clamd
  << 
  ConfFiles: %p/etc/clamd.conf
  DaemonicName: clamav
  DaemonicFile: <<
 
   ClamAV
   ClamAV anti-virus daemon
   
 %p/sbin/clamd
 %p/etc/clamd.conf
 /var/run/clamd.pid

 
  <<
  PostInstScript: <<
daemonic enable clamav
/Library/StartupItems/daemonic-clamav/daemonic-clamav start
  << 
  PreRmScript: <<
# deamonic knows nothing about 'stop'
#/Libr

[cvs] dists/10.7/stable/main/finkinfo/utils launch.info,1.1,NONE

2011-07-26 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv27962/utils

Removed Files:
launch.info 
Log Message:
launch package does not work yet

--- launch.info DELETED ---


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 ccpnmr-py.info, 1.20, 1.21 ccpnmr-py.patch, 1.10, 1.11

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv1996

Modified Files:
ccpnmr-py.info ccpnmr-py.patch 
Log Message:
New upstream from maintainer.

Index: ccpnmr-py.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/ccpnmr-py.patch,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ccpnmr-py.patch 23 Apr 2009 22:19:45 -  1.10
+++ ccpnmr-py.patch 26 Jul 2011 17:48:42 -  1.11
@@ -1,181 +1,124 @@
-diff -urN ccpnmr.orig/bin/analysis ccpnmr/bin/analysis
 ccpnmr.orig/bin/analysis   1970-01-01 01:00:00.0 +0100
-+++ ccpnmr/bin/analysis2005-12-23 20:42:39.0 +
-@@ -0,0 +1,9 @@
-+#!/bin/sh
-+
-+export MallocLogFile=/dev/null
-+
-+if [ ${SSH_TTY} ]; then
-+export LIBGL_ALWAYS_INDIRECT=1
-+fi
-+
-+@PREFIX@/bin/python2.X -i -O 
@PREFIX@/lib/python2.X/site-packages/ccpnmr/ccpnmr2.0/python/ccpnmr/analysis/AnalysisGui.py
 $1 $2 $3 $4 $5
-diff -urN ccpnmr.orig/bin/formatConverter ccpnmr/bin/formatConverter
 ccpnmr.orig/bin/formatConverter1970-01-01 01:00:00.0 +0100
-+++ ccpnmr/bin/formatConverter 2005-12-23 20:44:06.0 +
-@@ -0,0 +1,9 @@
-+#!/bin/sh
-+
-+export MallocLogFile=/dev/null
-+
-+if [ ${SSH_TTY} ]; then
-+export LIBGL_ALWAYS_INDIRECT=1
-+fi
-+
-+@PREFIX@/bin/python2.X -O 
@PREFIX@/lib/python2.X/site-packages/ccpnmr/ccpnmr1.0/python/ccpnmr/format/gui/FormatConverter.py
 $1 $2
-diff -urN ccpnmr.orig/bin/pipe2azara ccpnmr/bin/pipe2azara
 ccpnmr.orig/bin/pipe2azara 1970-01-01 01:00:00.0 +0100
-+++ ccpnmr/bin/pipe2azara  2005-12-23 20:44:06.0 +
-@@ -0,0 +1,9 @@
-+#!/bin/sh
-+
-+export MallocLogFile=/dev/null
-+
-+if [ ${SSH_TTY} ]; then
-+export LIBGL_ALWAYS_INDIRECT=1
-+fi
-+
-+@PREFIX@/bin/python2.X -O 
@PREFIX@/lib/python2.X/site-packages/ccpnmr/ccpnmr1.0/python/ccpnmr/analysis/NmrPipeData.py
 $1 $2 $3
-diff -urN ccpnmr.orig/ccpnmr2.0/c/environment-opengl.txt 
ccpnmr/ccpnmr1.0/c/environment-opengl.txt
 ccpnmr.orig/ccpnmr2.0/c/environment-opengl.txt 1970-01-01 
01:00:00.0 +0100
-+++ ccpnmr/ccpnmr2.0/c/environment-opengl.txt  2005-12-23 21:37:59.0 
+
-@@ -0,0 +1,44 @@
-+#Environment file for use with fink to build ccpnmr suite - environment.txt
-+
-+CC = gcc
-+
-+MALLOC_FLAG = -DDO_NOT_HAVE_MALLOC
-+FPIC_FLAG = -fPIC
-+CFLAGS = -O3 $(MALLOC_FLAG) $(FPIC_FLAG) -fno-common -ffast-math -mtune=970 
-maltivec
-+
-+GL_FLAG = -DUSE_GL_TRUE
-+#GL_FLAG = -DUSE_GL_FALSE
-+
-+#GLUT_NEED_INIT =
-+GLUT_NEED_INIT = -DNEED_GLUT_INIT
-+#GLUT_NOT_IN_GL = -DGLUT_IN_OWN_DIR
-+GLUT_FLAG = $(GLUT_NEED_INIT) $(GLUT_NOT_IN_GL)
-+
-+SHARED_FLAGS = -L@PREFIX@/lib -bundle -bundle_loader @PREFIX@/bin/python2.X 
"-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
-+
-+MATH_LIB = -lm
-+
-+X11_DIR = /usr/X11R6
-+X11_LIB = -lX11 -lXext
-+X11_INCLUDE_FLAGS = -I$(X11_DIR)/include
-+X11_LIB_FLAGS = -L$(X11_DIR)/lib
-+
-+TCL_DIR = @PREFIX@
-+TCL_LIB = -ltcl
-+TCL_INCLUDE_FLAGS = -I$(TCL_DIR)/include
-+TCL_LIB_FLAGS = -L$(TCL_DIR)/lib
-+
-+TK_DIR = @PREFIX@
-+TK_LIB = -ltk
-+TK_INCLUDE_FLAGS = -I$(TK_DIR)/include
-+TK_LIB_FLAGS = -L$(TK_DIR)/lib
-+
-+PYTHON_DIR = @PREFIX@
-+PYTHON_LIB = 
-+PYTHON_INCLUDE_FLAGS = -I$(PYTHON_DIR)/include/python2.X
-+PYTHON_LIB_FLAGS = -L@PREFIX@/lib/python2.X/config -lpython2.X
-+
-+GL_DIR = /usr/X11R6
-+GL_LIB = -lfreeglut -lGLU -lGL
-+GL_INCLUDE_FLAGS = -I$(GL_DIR)/include -I@PREFIX@/include
-+GL_LIB_FLAGS = -L$(GL_DIR)/lib -L@PREFIX@/lib
-diff -urN ccpnmr.orig/ccpnmr2.0/c/ccp/structure/Makefile 
ccpnmr/ccpnmr1.0/c/ccp/structure/Makefile
 ccpnmr.orig/ccpnmr2.0/c/ccp/structure/Makefile 2006-01-13 
21:52:17.0 +
-+++ ccpnmr/ccpnmr2.0/c/ccp/structure/Makefile  2006-01-13 21:56:46.0 
+
-@@ -35,11 +35,11 @@
-   $(GLOBAL_DIR)/py_ps_handler.o \
-   $(GLOBAL_DIR)/py_tk_handler.o
- 
--ALL_INCLUDE_FLAGS = $(GLOBAL_INCLUDE_FLAGS) $(PYTHON_INCLUDE_FLAGS) \
-+ALL_INCLUDE_FLAGS = $(GL_INCLUDE_FLAGS) $(GLOBAL_INCLUDE_FLAGS) 
$(PYTHON_INCLUDE_FLAGS) \
-   $(X11_INCLUDE_FLAGS) \
--  $(TCL_INCLUDE_FLAGS) $(TK_INCLUDE_FLAGS) $(GL_INCLUDE_FLAGS)
-+  $(TCL_INCLUDE_FLAGS) $(TK_INCLUDE_FLAGS)
- 
--ALL_LIB_FLAGS = $(X11_LIB_FLAGS) $(TCL_LIB_FLAGS) $(TK_LIB_FLAGS) 
$(GL_LIB_FLAGS)
-+ALL_LIB_FLAGS = $(GL_LIB_FLAGS) $(X11_LIB_FLAGS) $(TCL_LIB_FLAGS) 
$(TK_LIB_FLAGS)
- 
- ALL_LIB = $(GL_LIB) $(TK_LIB) $(TCL_LIB) $(X11_LIB) $(MATH_LIB)
- 
-diff -urN ccpnmr.orig/ccpnmr2.0/c/ccpnmr/analysis/Makefile 
ccpnmr/ccpnmr1.0/c/ccpnmr/analysis/Makefile
 ccpnmr.orig/ccpnmr2.0/c/ccpnmr/analysis/Makefile   2006-01-13 
21:52:45.0 +
-+++ ccpnmr/ccpnmr2.0/c/ccpnmr/analysis/Makefile2006-01-13 
21:57:29.0 +
-@@ -40,11 +40,11 @@
-   $(GLOBAL_

[cvs] dists/10.7/stable/main/finkinfo/libs szip.info,NONE,1.1

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv5273

Added Files:
szip.info 
Log Message:
Works on 10.7.

--- NEW FILE: szip.info ---
Package: szip
Version: 2.1
Revision: 2
Maintainer: None 
Source: http://www.hdfgroup.org/ftp/lib-external/szip/%v/src/szip-%v.tar.gz
Source-MD5: 63894a65bc470011fd2049f3ca65d2bf
Depends: %N-shlibs (>= %v-%r)
BuildDependsOnly: true
SplitOff: <<
 Package: %N-shlibs
 Files: lib/libsz.*.dylib
 Shlibs: %p/lib/libsz.2.dylib 3.0.0 %n (>= 2.0-2)
 DocFiles: COPYING INSTALL README 
<<
SetCPPFLAGS: -fno-common
DocFiles: COPYING INSTALL README 
Description: Freeware portable lossless compression
License: Restrictive/Distributable
Homepage: http://www.hdfgroup.org/doc_resource/SZIP/


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo gmp.info, 1.24, 1.25 gmp5.info, 1.18, 1.19

2011-07-26 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv5823

Modified Files:
gmp.info gmp5.info 
Log Message:
install -j1


Index: gmp5.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/gmp5.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- gmp5.info   22 Jul 2011 17:55:07 -  1.18
+++ gmp5.info   26 Jul 2011 17:57:30 -  1.19
@@ -80,7 +80,7 @@
 InstallScript: <<
   #!/bin/sh -ev
   cd build
-  make DESTDIR=%d install
+  make -j1 DESTDIR=%d install
   #Move .la and symlinks to %p/%lib so packages don't need tricks to find them.
   mv %i/%lib/gmp5/libgmp.la %i/%lib
   mv %i/%lib/gmp5/libgmpxx.la %i/%lib

Index: gmp.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/gmp.info,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- gmp.info15 Jul 2011 20:08:52 -  1.24
+++ gmp.info26 Jul 2011 17:57:30 -  1.25
@@ -79,7 +79,7 @@
 InstallScript: <<
   #!/bin/sh -ev
   cd build
-  make DESTDIR=%d install
+  make -j1 DESTDIR=%d install
 <<
 DocFiles: COPYING COPYING.LIB README
 InfoDocs: gmp.info


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/utils launch.info,1.2,1.3

2011-07-26 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv7170/utils

Added Files:
launch.info 
Log Message:
Move to 10.7, take 2

--- NEW FILE: launch.info ---
Package: launch
Version: 1.1
Revision: 1004
Distribution: 10.7
Source: http://web.sabi.net/nriley/software/%n-%v.tar.gz 
Source-MD5: bcd5179d5b519248a717aa73f3819e00
PatchScript: <<
ls -la
perl -pi -e 's#10.4#10.7#g' launch.xcodeproj/project.pbxproj 
perl -ni -e 'print unless /SDKROOT/' launch.xcodeproj/project.pbxproj 
perl -pi -e 's/i386/x86_64/' launch.xcodeproj/project.pbxproj
<<
CompileScript: <<
#!/bin/csh -efv
 /usr/bin/xcodebuild -UsePerConfigurationBuildLocations=NO SYMROOT=.
 head -n 17 main.c > LICENSE
<<
InstallScript: << 
 strip %n
 mkdir %i/bin
 install -c %n %i/bin
 mkdir -p %i/share/man/man1
 chmod a+r %n.1
 cp %n.1 %i/share/man/man1/
<<
DocFiles: README VERSION LICENSE
Description: Replacement for OS X "open" command
DescDetail: <<
launch is a replacement for "open" which:
* Opens URLs, directly or in your preferred helper application.
* Lets you specify applications by their four-char creator (e.g. 'ToyS') or 
Java-style
 bundle ID (e.g. com.apple.scripteditor), both of which allow you to move or 
rename an app.
* Asks applications to print documents, something the OS X Finder is missing.
* Launches applications in the background, or launches Carbon applications in 
Classic.
* Shows info about any item on disk, including its file type, creator, data 
and resource fork sizes, dates and bundle ID.
<<
DescPackaging: <<
macosx/dpkg dependency should be added when that code is working.
<<
License: BSD
Maintainer: Ben Hines 
Homepage: http://web.sabi.net/nriley/software/


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/libs gmp.info, 1.1, 1.2 gmp5.info, 1.1, 1.2 gmp5.patch, 1.1, 1.2

2011-07-26 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv7745

Modified Files:
gmp.info gmp5.info gmp5.patch 
Log Message:
gmp5: upstream patch for division bug (infrequent)
gmp, gmp5: make -j1 install, for UseMaxBuildJobs


Index: gmp5.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/libs/gmp5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gmp5.info   11 Jul 2011 04:05:44 -  1.1
+++ gmp5.info   26 Jul 2011 18:02:40 -  1.2
@@ -1,7 +1,7 @@
 Info4: <<
 Package: gmp5%type_pkg[-64bit]
 Version: 5.0.2
-Revision: 1
+Revision: 2
 GCC: 4.0
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
@@ -10,7 +10,7 @@
 Source2: http://www.csl.cornell.edu/~fang/sw/gmp-trunk-20110131-config.guess
 Source2-MD5: d526c73bbb512808aa4e871937dd6fa4
 PatchFile: %{ni}.patch
-PatchFile-MD5: 61b8e6d474d97eb38cf65ccceed9003d
+PatchFile-MD5: 5e2d7de9993a24aee6ad146b844fb6a3
 Depends: <<
   %N-shlibs (= %v-%r),
   libgmpxx5%type_pkg[-64bit]-shlibs (= %v-%r),
@@ -37,6 +37,7 @@
   sed 's|corei[a-z]*|corei|g' ../gmp-trunk-*-config.guess > ./config.guess
   chmod +x ./config.guess
 <<
+UseMaxBuildJobs: true
 CompileScript: <<
 #! /bin/sh -ev
  mkdir build
@@ -79,7 +80,7 @@
 InstallScript: <<
   #!/bin/sh -ev
   cd build
-  make DESTDIR=%d install
+  make -j1 DESTDIR=%d install
   #Move .la and symlinks to %p/%lib so packages don't need tricks to find them.
   mv %i/%lib/gmp5/libgmp.la %i/%lib
   mv %i/%lib/gmp5/libgmpxx.la %i/%lib
@@ -129,6 +130,9 @@
  Since gmp5, static libraries have been removed in favor of shared-only.
 <<
 DescPort: <<
+ gmp5-5.0.2-2: includes patch for low probability division bug in
+   mpn/generic/dcpi1_bdiv_q.c
+
  Older notes:
 
  Patch from Ben Hines to build libgmpxx, as of vers. 4.1-2.  As of vers.

Index: gmp.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/libs/gmp.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gmp.info11 Jul 2011 04:05:44 -  1.1
+++ gmp.info26 Jul 2011 18:02:40 -  1.2
@@ -39,6 +39,7 @@
   sed 's|corei[a-z]*|core2|g' ../gmp-trunk-*-config.guess > ./config.guess
   chmod +x ./config.guess
 <<
+UseMaxBuildJobs: true
 CompileScript: <<
 #! /bin/sh -ev
  mkdir build
@@ -78,7 +79,7 @@
 InstallScript: <<
   #!/bin/sh -ev
   cd build
-  make DESTDIR=%d install
+  make -j1 DESTDIR=%d install
 <<
 DocFiles: COPYING COPYING.LIB README
 InfoDocs: gmp.info

Index: gmp5.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/libs/gmp5.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gmp5.patch  11 Jul 2011 04:05:44 -  1.1
+++ gmp5.patch  26 Jul 2011 18:02:40 -  1.2
@@ -24,3 +24,15 @@
  EOF
  echo "Test program:" >&5
  cat conftest.c >&5
+diff -r 03ed209dd7ef -r 538dfce27f41 mpn/generic/dcpi1_bdiv_q.c
+--- a/mpn/generic/dcpi1_bdiv_q.c   Thu Jun 16 12:22:24 2011 +0200
 b/mpn/generic/dcpi1_bdiv_q.c   Fri Jul 15 13:43:41 2011 +0200
+@@ -130,7 +129,7 @@
+   qn = nn - qn;
+   while (qn > dn)
+   {
+-mpn_sub_1 (np + dn, np + dn, qn, cy);
++mpn_sub_1 (np + dn, np + dn, qn - dn, cy);
+ cy = mpn_dcpi1_bdiv_qr_n (qp, np, dp, dn, dinv, tp);
+ qp += dn;
+ np += dn;


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 gmp.info, 1.29, 1.30 gmp5.info, 1.12, 1.13 gmp5.patch, 1.1, 1.2

2011-07-26 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv9398

Modified Files:
gmp.info gmp5.info gmp5.patch 
Log Message:
gmp5: upstream patch for division bug (infrequent)
gmp, gmp5: make -j1 install, for UseMaxBuildJobs


Index: gmp5.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/gmp5.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gmp5.info   3 Jun 2011 23:28:16 -   1.12
+++ gmp5.info   26 Jul 2011 18:03:44 -  1.13
@@ -1,7 +1,7 @@
 Info4: <<
 Package: gmp5%type_pkg[-64bit]
 Version: 5.0.2
-Revision: 1
+Revision: 2
 GCC: 4.0
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
@@ -10,7 +10,7 @@
 Source2: http://www.csl.cornell.edu/~fang/sw/gmp-trunk-20110131-config.guess
 Source2-MD5: d526c73bbb512808aa4e871937dd6fa4
 PatchFile: %{ni}.patch
-PatchFile-MD5: 61b8e6d474d97eb38cf65ccceed9003d
+PatchFile-MD5: 5e2d7de9993a24aee6ad146b844fb6a3
 Depends: <<
   %N-shlibs (= %v-%r),
   libgmpxx5%type_pkg[-64bit]-shlibs (= %v-%r),
@@ -37,6 +37,7 @@
   sed 's|corei[a-z]*|corei|g' ../gmp-trunk-*-config.guess > ./config.guess
   chmod +x ./config.guess
 <<
+UseMaxBuildJobs: true
 CompileScript: <<
 #! /bin/sh -ev
  mkdir build
@@ -79,7 +80,7 @@
 InstallScript: <<
   #!/bin/sh -ev
   cd build
-  make DESTDIR=%d install
+  make -j1 DESTDIR=%d install
   #Move .la and symlinks to %p/%lib so packages don't need tricks to find them.
   mv %i/%lib/gmp5/libgmp.la %i/%lib
   mv %i/%lib/gmp5/libgmpxx.la %i/%lib
@@ -129,6 +130,9 @@
  Since gmp5, static libraries have been removed in favor of shared-only.
 <<
 DescPort: <<
+ gmp5-5.0.2-2: includes patch for low probability division bug in
+   mpn/generic/dcpi1_bdiv_q.c
+
  Older notes:
 
  Patch from Ben Hines to build libgmpxx, as of vers. 4.1-2.  As of vers.

Index: gmp.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/gmp.info,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- gmp.info26 Apr 2011 17:43:04 -  1.29
+++ gmp.info26 Jul 2011 18:03:44 -  1.30
@@ -39,6 +39,7 @@
   sed 's|corei[a-z]*|core2|g' ../gmp-trunk-*-config.guess > ./config.guess
   chmod +x ./config.guess
 <<
+UseMaxBuildJobs: true
 CompileScript: <<
 #! /bin/sh -ev
  mkdir build
@@ -78,7 +79,7 @@
 InstallScript: <<
   #!/bin/sh -ev
   cd build
-  make DESTDIR=%d install
+  make -j1 DESTDIR=%d install
 <<
 DocFiles: COPYING COPYING.LIB README
 InfoDocs: gmp.info

Index: gmp5.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/gmp5.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gmp5.patch  19 May 2011 18:11:10 -  1.1
+++ gmp5.patch  26 Jul 2011 18:03:44 -  1.2
@@ -24,3 +24,15 @@
  EOF
  echo "Test program:" >&5
  cat conftest.c >&5
+diff -r 03ed209dd7ef -r 538dfce27f41 mpn/generic/dcpi1_bdiv_q.c
+--- a/mpn/generic/dcpi1_bdiv_q.c   Thu Jun 16 12:22:24 2011 +0200
 b/mpn/generic/dcpi1_bdiv_q.c   Fri Jul 15 13:43:41 2011 +0200
+@@ -130,7 +129,7 @@
+   qn = nn - qn;
+   while (qn > dn)
+   {
+-mpn_sub_1 (np + dn, np + dn, qn, cy);
++mpn_sub_1 (np + dn, np + dn, qn - dn, cy);
+ cy = mpn_dcpi1_bdiv_qr_n (qp, np, dp, dn, dinv, tp);
+ qp += dn;
+ np += dn;


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/libs gmp5.info, 1.1, 1.2 gmp5.patch, 1.1, 1.2

2011-07-26 Thread David Fang
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv9912

Modified Files:
gmp5.info gmp5.patch 
Log Message:
gmp5: upstream patch for division bug (infrequent)
gmp5: make -j1 install, for UseMaxBuildJobs


Index: gmp5.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/gmp5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gmp5.info   20 Jul 2011 23:10:01 -  1.1
+++ gmp5.info   26 Jul 2011 18:05:34 -  1.2
@@ -1,16 +1,16 @@
 Info4: <<
 Package: gmp5%type_pkg[-64bit]
 Version: 5.0.2
-Revision: 1
+Revision: 2
 GCC: 4.0
 Type: -64bit (boolean)
-# Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
+Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
 Source: mirror:gnu:gmp/gmp-%v.tar.gz
 Source-MD5: 87e73447afdc2ca5cefd987da865da51
 Source2: http://www.csl.cornell.edu/~fang/sw/gmp-trunk-20110131-config.guess
 Source2-MD5: d526c73bbb512808aa4e871937dd6fa4
 PatchFile: %{ni}.patch
-PatchFile-MD5: 61b8e6d474d97eb38cf65ccceed9003d
+PatchFile-MD5: 5e2d7de9993a24aee6ad146b844fb6a3
 Depends: <<
   %N-shlibs (= %v-%r),
   libgmpxx5%type_pkg[-64bit]-shlibs (= %v-%r),
@@ -37,6 +37,7 @@
   sed 's|corei[a-z]*|corei|g' ../gmp-trunk-*-config.guess > ./config.guess
   chmod +x ./config.guess
 <<
+UseMaxBuildJobs: true
 CompileScript: <<
 #! /bin/sh -ev
  mkdir build
@@ -79,7 +80,7 @@
 InstallScript: <<
   #!/bin/sh -ev
   cd build
-  make DESTDIR=%d install
+  make -j1 DESTDIR=%d install
   #Move .la and symlinks to %p/%lib so packages don't need tricks to find them.
   mv %i/%lib/gmp5/libgmp.la %i/%lib
   mv %i/%lib/gmp5/libgmpxx.la %i/%lib
@@ -129,6 +130,9 @@
  Since gmp5, static libraries have been removed in favor of shared-only.
 <<
 DescPort: <<
+ gmp5-5.0.2-2: includes patch for low probability division bug in
+   mpn/generic/dcpi1_bdiv_q.c
+
  Older notes:
 
  Patch from Ben Hines to build libgmpxx, as of vers. 4.1-2.  As of vers.

Index: gmp5.patch
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/gmp5.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gmp5.patch  20 Jul 2011 23:10:01 -  1.1
+++ gmp5.patch  26 Jul 2011 18:05:35 -  1.2
@@ -24,3 +24,15 @@
  EOF
  echo "Test program:" >&5
  cat conftest.c >&5
+diff -r 03ed209dd7ef -r 538dfce27f41 mpn/generic/dcpi1_bdiv_q.c
+--- a/mpn/generic/dcpi1_bdiv_q.c   Thu Jun 16 12:22:24 2011 +0200
 b/mpn/generic/dcpi1_bdiv_q.c   Fri Jul 15 13:43:41 2011 +0200
+@@ -130,7 +129,7 @@
+   qn = nn - qn;
+   while (qn > dn)
+   {
+-mpn_sub_1 (np + dn, np + dn, qn, cy);
++mpn_sub_1 (np + dn, np + dn, qn - dn, cy);
+ cy = mpn_dcpi1_bdiv_qr_n (qp, np, dp, dn, dinv, tp);
+ qp += dn;
+ np += dn;


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/devel djbfft.info,1.2,1.3

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv13888

Modified Files:
djbfft.info 
Log Message:
Earlier failure was due to a race condition.  Apply more robust fix.

Index: djbfft.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/djbfft.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- djbfft.info 26 Jul 2011 16:31:27 -  1.2
+++ djbfft.info 26 Jul 2011 18:16:20 -  1.3
@@ -26,7 +26,6 @@
 <<
 InstallScript: <<
 #! /bin/sh -ev
-/usr/bin/install -d %i/include
-make setup check
+MAKEFLAGS=-j1 make setup check
 ranlib %i/lib/*.a
 <<


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/devel djbfft.info,1.3,1.4

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv14095

Modified Files:
djbfft.info 
Log Message:
Better syntax

Index: djbfft.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/djbfft.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- djbfft.info 26 Jul 2011 18:16:20 -  1.3
+++ djbfft.info 26 Jul 2011 18:17:39 -  1.4
@@ -26,6 +26,6 @@
 <<
 InstallScript: <<
 #! /bin/sh -ev
-MAKEFLAGS=-j1 make setup check
+make -j1 setup check
 ranlib %i/lib/*.a
 <<


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 hdf5-18.info,1.11,1.12

2011-07-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv18036

Modified Files:
hdf5-18.info 
Log Message:
Fix description

Index: hdf5-18.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/hdf5-18.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- hdf5-18.info15 Jul 2011 21:04:24 -  1.11
+++ hdf5-18.info26 Jul 2011 20:13:59 -  1.12
@@ -14,7 +14,7 @@
 installed in %p/lib/%N/(include|lib) due to file overlap with 
 hdf5-shlibs.
 We continue to maintain upgrade compatibility symlinks there.  
-Specifying a versioned BuildDepends: hdf5-18-gfortran (>=1.8.5-patch1-1) 
+Specifying a versioned BuildDepends: hdf5-18 (>=1.8.5-patch1-1) 
 avoids the necessity of pointing builds to %p/lib/%N.
 <<
 Conflicts: hdf5, hdf5.7


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 etl.info, 1.1, 1.2

2011-07-26 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-serv25610

Modified Files:
etl.info 
Log Message:
also validated for powerpc-darwin8


Index: etl.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics/etl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- etl.info11 Jul 2011 04:05:42 -  1.1
+++ etl.info27 Jul 2011 00:16:58 -  1.2
@@ -1,7 +1,7 @@
 Package: etl
-Version: 0.04.13
+Version: 0.04.14
 Revision: 1
-Source-MD5: d52253adeb219d2fa554cbd744dfff29
+Source-MD5: 7cb91905cbe07af327340aeba2226c06
 
 Maintainer: Hisashi T Fujinaka 
 


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/net avahi-ui.info, 1.8, 1.9 avahi-ui.patch, 1.2, 1.3 libavahi-glib1-dev.info, 1.8, 1.9

2011-07-26 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv24517

Modified Files:
avahi-ui.info avahi-ui.patch libavahi-glib1-dev.info 
Log Message:
new version (bindings now in sync with underlying avahi library)


Index: avahi-ui.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/avahi-ui.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- avahi-ui.patch  12 Jun 2009 15:25:21 -  1.2
+++ avahi-ui.patch  27 Jul 2011 00:17:00 -  1.3
@@ -1,34 +1,34 @@
-diff -Nurd avahi-0.6.25/avahi-discover-standalone/Makefile.in 
avahi-0.6.25-new/avahi-discover-standalone/Makefile.in
 avahi-0.6.25/avahi-discover-standalone/Makefile.in 2009-04-13 
21:57:14.0 -0400
-+++ avahi-0.6.25-new/avahi-discover-standalone/Makefile.in 2009-06-12 
11:06:48.0 -0400
-@@ -80,9 +80,7 @@
- avahi_discover_standalone_OBJECTS =  \
-   $(am_avahi_discover_standalone_OBJECTS)
- am__DEPENDENCIES_1 =
--@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@avahi_discover_standalone_DEPENDENCIES = 
../avahi-common/libavahi-common.la \
--@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   ../avahi-glib/libavahi-glib.la \
--@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   ../avahi-core/libavahi-core.la \
-+@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@avahi_discover_standalone_DEPENDENCIES = \
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   $(am__DEPENDENCIES_1) \
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   $(am__DEPENDENCIES_1) \
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   $(am__DEPENDENCIES_1)
-@@ -360,9 +358,9 @@
- 
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@avahi_discover_standalone_LDADD = \
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   $(AM_LDADD) \
--@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   ../avahi-common/libavahi-common.la \
--@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   ../avahi-glib/libavahi-glib.la \
--@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   ../avahi-core/libavahi-core.la  \
-+@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   -lavahi-common \
-+@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   -lavahi-glib \
-+@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   -lavahi-core  \
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   $(GLIB20_LIBS) $(GTK20_LIBS) 
$(GLADE20_LIBS)
- 
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@interfaces_DATA = $(interfaces)
-diff -Nurd avahi-0.6.25/avahi-glib/Makefile.in 
avahi-0.6.25-new/avahi-glib/Makefile.in
 avahi-0.6.25/avahi-glib/Makefile.in2009-04-13 21:57:14.0 
-0400
-+++ avahi-0.6.25-new/avahi-glib/Makefile.in2009-06-12 11:06:48.0 
-0400
-@@ -87,7 +87,7 @@
+diff -Nurd avahi-0.6.30/avahi-discover-standalone/Makefile.in 
avahi-0.6.30-new/avahi-discover-standalone/Makefile.in
+--- avahi-0.6.30/avahi-discover-standalone/Makefile.in 2011-04-03 
18:10:45.0 -0400
 avahi-0.6.30-new/avahi-discover-standalone/Makefile.in 2011-07-26 
19:58:21.0 -0400
+@@ -97,9 +97,7 @@
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@am__DEPENDENCIES_2 = 
$(am__DEPENDENCIES_1)
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@am__DEPENDENCIES_3 = 
$(am__DEPENDENCIES_1) \
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@  $(am__DEPENDENCIES_1)
+-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_DEPENDENCIES = 
../avahi-common/libavahi-common.la \
+-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   ../avahi-glib/libavahi-glib.la \
+-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   ../avahi-core/libavahi-core.la \
++@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_DEPENDENCIES = \
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   $(am__DEPENDENCIES_2) \
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   $(am__DEPENDENCIES_3)
+ AM_V_lt = $(am__v_lt_$(V))
+@@ -422,9 +420,9 @@
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   $(am__append_3)
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_LDADD =  \
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   $(AM_LDADD) \
+-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   ../avahi-common/libavahi-common.la \
+-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   ../avahi-glib/libavahi-glib.la \
+-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   ../avahi-core/libavahi-core.la \
++@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   -lavahi-common \
++@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   -lavahi-glib \
++@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   -lavahi-core \
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   $(am__append_2) \
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   $(am__append_4)
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@interfaces_DATA = $(interfaces)
+diff -Nurd avahi-0.6.30/avahi-glib/Makefile.in 
avahi-0.6.30-new/avahi-glib/Makefile.in
+--- avahi-0.6.30/avahi-glib/Makefile.in2011-04-03 18:10:45.0 
-0400
 avahi-0.6.30-new/avahi-glib/Makefile.in2011-07-26 19:56:11.0 
-0400
+@@ -104,7 +104,7 @@
  LTLIBRARIES = $(lib_LTLIBRARIES)
  am__DEPENDENCIES_1 =
  @HAVE_GLIB_TRUE@libavahi_glib_la_DEPENDENCIES =  \
@@ -37,16 +37,16 @@
  @HAVE_GLIB_TRUE@  $(am__DEPENDENCIES_1)
  am__libavahi_glib_la_SOURCES_DIST = glib-watch.c glib-watch.h \
gli

[cvs] dists/10.7/stable/main/finkinfo/text lilypond-devel.info, 1.1, 1.2 lilypond.info, 1.1, 1.2

2011-07-26 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv5493/text

Modified Files:
lilypond-devel.info lilypond.info 
Log Message:
Latest upstream versions

Index: lilypond.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/lilypond.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lilypond.info   23 Jul 2011 01:24:37 -  1.1
+++ lilypond.info   27 Jul 2011 01:11:14 -  1.2
@@ -1,5 +1,5 @@
 Package: lilypond
-Version: 2.14.1
+Version: 2.14.2
 Revision: 1
 Maintainer: Matthias Neeracher 
 BuildDepends: <<
@@ -7,19 +7,19 @@
 libgettext8-dev, gettext-bin, gettext-tools, texinfo (>= 4.13-1001), 
 mftrace (>= 1.2.14-1004), freetype219 (>= 2.4.4-2), fink (>= 0.24.12),
 pango1-xft2-ft219-dev (>= 1.24.5-7), glib2-dev (>= 2.22.4-5), bison (>= 
2.3-1003), 
-fontconfig2-dev (>= 2.8.0-7), expat1 (>= 2.0.1-1), pkgconfig
+fontconfig2-dev (>= 2.8.0-7), expat1 (>= 2.0.1-1), pkgconfig, gmp5 (>= 5.0.2-1)
 <<
 BuildConflicts: ccache-default, flex
 Depends: <<
-python27, guile18 (>= 1.8.8-3), ghostscript (>= 9.02-3), 
+python27, guile18 (>= 1.8.8-3), ghostscript | ghostscrip-nox, 
 freetype219-shlibs (>= 2.4.4-2), pango1-xft2-ft219 (>= 1.24.5-7), 
 fc-ghostscript-fonts, fontconfig2-shlibs (>= 2.8.0-7), fondu, 
libkpathsea6-shlibs (>= 6.0.0-100),
-expat1-shlibs (>= 2.0.1-1), rarian-compat
+expat1-shlibs (>= 2.0.1-1), rarian-compat, gmp5-shlibs (>= 5.0.2-1)
 <<
 Conflicts: lilypond, lilypond-devel
 Replaces: lilypond-devel
 Source: 
http://download.linuxaudio.org/lilypond/sources/v2.14/lilypond-%v.tar.gz
-Source-MD5: 262cc7f92c907a7b479b55b3b37a9302
+Source-MD5: 4053a19e03181021893981280feb9aaa
 PatchFile: %n.patch
 PatchFile-MD5: 7b549ffcedc4a4c6b9b09049e8fe1d65
 SetLDFLAGS: -lexpat -L%p/lib/pango-ft219/lib 

Index: lilypond-devel.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/text/lilypond-devel.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lilypond-devel.info 23 Jul 2011 01:24:37 -  1.1
+++ lilypond-devel.info 27 Jul 2011 01:11:14 -  1.2
@@ -1,5 +1,5 @@
 Package: lilypond-devel
-Version: 2.15.5
+Version: 2.15.6
 Revision: 1
 Maintainer: Matthias Neeracher 
 BuildDepends: <<
@@ -7,19 +7,19 @@
 libgettext8-dev, gettext-bin, gettext-tools, texinfo (>= 4.13-1001), 
 mftrace (>= 1.2.14-1004), freetype219 (>= 2.4.4-2), fink (>= 0.24.12),
 pango1-xft2-ft219-dev (>= 1.24.5-7), glib2-dev (>= 2.22.4-5), bison (>= 
2.3-1003), 
-fontconfig2-dev (>= 2.8.0-7), expat1 (>= 2.0.1-1), pkgconfig
+fontconfig2-dev (>= 2.8.0-7), expat1 (>= 2.0.1-1), pkgconfig, gmp5 (>= 5.0.2-1)
 <<
 BuildConflicts: ccache-default, flex
 Depends: <<
 python27, guile18 (>= 1.8.8-3), ghostscript (>= 9.02-3), 
 freetype219-shlibs (>= 2.4.4-2), pango1-xft2-ft219 (>= 1.24.5-7), 
 fc-ghostscript-fonts, fontconfig2-shlibs (>= 2.8.0-7), fondu, 
libkpathsea6-shlibs (>= 6.0.0-100),
-expat1-shlibs (>= 2.0.1-1), rarian-compat
+expat1-shlibs (>= 2.0.1-1), rarian-compat, gmp5-shlibs (>= 5.0.2-1)
 <<
 Conflicts: lilypond, lilypond-devel
 Replaces: lilypond
 Source: 
http://download.linuxaudio.org/lilypond/sources/v2.15/lilypond-%v.tar.gz
-Source-MD5: 285ff4c5301206414b31a167bb521b3b
+Source-MD5: 258ba06135450ee0800d11a7e0d8e6b4
 PatchFile: %n.patch
 PatchFile-MD5: 7b549ffcedc4a4c6b9b09049e8fe1d65
 SetLDFLAGS: -lexpat -L%p/lib/pango-ft219/lib 


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/base anacron.info, NONE, 1.1 anacron.patch, NONE, 1.1

2011-07-26 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/base
In directory vz-cvs-3.sog:/tmp/cvs-serv7989

Added Files:
anacron.info anacron.patch 
Log Message:
Move to 10.7.


--- NEW FILE: anacron.info ---
Package: anacron
Version: 2.3
Revision: 6
Description: Periodic command scheduler
License: GPL
Maintainer: Christian Swinehart 
Provides: cron-service
BuildDepends: fink (>= 0.24.12)
Depends: daemonic, debianutils
Conflicts: cron-service
Source: mirror:sourceforge:anacron/%n-%v.tar.gz
Source-MD5: 865cc1dfe1ed75c470d3e6de13763f03
SetCPPFLAGS: -I.
PatchFile: %n.patch
PatchFile-MD5: e0c44f5e3f2a5d049995a406be9b9f91
PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
CompileScript: make PREFIX=%p
InstallScript: <<
 make install PREFIX=%i
 mkdir -p %i/sbin
 install -m 755 update-anacron %i/sbin/
 mkdir -p %i/etc
 install -m 644 anacrontab.fink %i/etc/anacrontab
 mkdir -p %i/etc/cron.daily
 install -m 755 0anacron.daily %i/etc/cron.daily/0anacron
 mkdir -p %i/etc/cron.weekly
 install -m 755 0anacron.weekly %i/etc/cron.weekly/0anacron
 mkdir -p %i/etc/cron.monthly
 install -m 755 0anacron.monthly %i/etc/cron.monthly/0anacron
<<
DocFiles: COPYING README README.Fink
ConfFiles: %p/etc/anacrontab
DaemonicName: anacron
DaemonicFile: <<

Anacron
anac(h)ronistic cron: anacron


%p/sbin/anacron
 -s 
%p/etc/anacrontab



<<
PostInstScript: update-anacron postinst
PreRmScript: <<
 if [ $1 != "upgrade" ]; then
   daemonic remove anacron
   if [ -f "/etc/crontab" ]; then
 cat /etc/crontab | grep -v "%p/sbin/anacron" > 
/etc/a_very_temporary_crontab
 mv /etc/a_very_temporary_crontab /etc/crontab
   fi
   rm -f %p/var/spool/anacron/*
 fi
<<
DescDetail: <<
Anacron executes commands at intervals specified in days
Unlike cron, it does not assume that the system is running continuously.
It's ideal for machines such as laptops
<<
DescPort: <<
Anacron expects to be able to find the obstack macros from the
GNU C Library. Since that doesn't really apply on OS X, I've just added the
obstack.[ch] files to the build directory. Also, I created a default anacrontab
file that could be used for switching standard system tasks to run via anacron
rather than cron.

dmacks disabled dependency tracking that wasn't working anyway, fixed
implicit function declarations and attempt to write to const variable.
<<
DescUsage: <<
It is very important that you read the README files in the docs folder 
if you plan to add any scheduled tasks. Note that the anacrontab file format
is different from that used in the standard crontab. Consult the manual page
for anacrontab.5 for details.

Fink Developer Note: 
If your package requires some sort of recurring activity, you can add a
script to the /etc/cron.{daily,weekly,monthly} directory. 
See the run-parts(8) manpage for the structure of these scripts.
<<
Homepage: http://sourceforge.net/projects/anacron

--- NEW FILE: anacron.patch ---
diff -Nurd -x'*~' anacron-2.3.orig/0anacron.daily anacron-2.3/0anacron.daily
--- anacron-2.3.orig/0anacron.daily 1969-12-31 19:00:00.0 -0500
+++ anacron-2.3/0anacron.daily  2005-12-01 12:55:39.0 -0500
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# anacron's cron script
+#
+# This script updates anacron time stamps. It is called through run-parts
+# either by anacron itself or by cron.
+#
+# The script is called "0anacron" to assure that it will be executed
+# _before_ all other scripts.
+
+test -x @PREFIX@/sbin/anacron || exit 0
+anacron -u cron.daily
diff -Nurd -x'*~' anacron-2.3.orig/0anacron.monthly anacron-2.3/0anacron.monthly
--- anacron-2.3.orig/0anacron.monthly   1969-12-31 19:00:00.0 -0500
+++ anacron-2.3/0anacron.monthly2005-12-01 12:55:39.0 -0500
[...1623 lines suppressed...]
+answer=`echo $answer | sed 's/^[yY].*$/y/'`
+if [ "x$answer" = "xy" ]; then
+   # Remove anacron from /etc/crontab
+   cat /etc/crontab | grep -v "$PREFIX/sbin/anacron" > 
/etc/a_very_temporary_crontab
+   mv /etc/a_very_temporary_crontab /etc/crontab
+   daemonic disable anacron
+   echo
+   echo "Removed anacron from task schedule."
+else
+   echo
+   echo "No changes made. Anacron will still be run automatically"
+fi
+fi
+
+
+
+
+
+exit 0
+


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/net avahi-ui.info, NONE, 1.1 avahi-ui.patch, NONE, 1.1 libavahi-glib1-dev.info, 1.1, 1.2

2011-07-26 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv9371

Modified Files:
libavahi-glib1-dev.info 
Added Files:
avahi-ui.info avahi-ui.patch 
Log Message:
sync from 10.6 (thanks danielj!)


--- NEW FILE: avahi-ui.patch ---
diff -Nurd avahi-0.6.30/avahi-discover-standalone/Makefile.in 
avahi-0.6.30-new/avahi-discover-standalone/Makefile.in
--- avahi-0.6.30/avahi-discover-standalone/Makefile.in  2011-04-03 
18:10:45.0 -0400
+++ avahi-0.6.30-new/avahi-discover-standalone/Makefile.in  2011-07-26 
19:58:21.0 -0400
@@ -97,9 +97,7 @@
 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@am__DEPENDENCIES_2 = 
$(am__DEPENDENCIES_1)
 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@am__DEPENDENCIES_3 = 
$(am__DEPENDENCIES_1) \
 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@   $(am__DEPENDENCIES_1)
-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_DEPENDENCIES = 
../avahi-common/libavahi-common.la \
-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@../avahi-glib/libavahi-glib.la \
-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@../avahi-core/libavahi-core.la \
+@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_DEPENDENCIES = \
 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@$(am__DEPENDENCIES_2) \
 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@$(am__DEPENDENCIES_3)
 AM_V_lt = $(am__v_lt_$(V))
@@ -422,9 +420,9 @@
 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@$(am__append_3)
 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_LDADD =  \
 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@$(AM_LDADD) \
-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@../avahi-common/libavahi-common.la \
-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@../avahi-glib/libavahi-glib.la \
-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@../avahi-core/libavahi-core.la \
+@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@-lavahi-common \
+@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@-lavahi-glib \
+@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@-lavahi-core \
 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@$(am__append_2) \
 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@$(am__append_4)
 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@interfaces_DATA = $(interfaces)
diff -Nurd avahi-0.6.30/avahi-glib/Makefile.in 
avahi-0.6.30-new/avahi-glib/Makefile.in
--- avahi-0.6.30/avahi-glib/Makefile.in 2011-04-03 18:10:45.0 -0400
+++ avahi-0.6.30-new/avahi-glib/Makefile.in 2011-07-26 19:56:11.0 
-0400
@@ -104,7 +104,7 @@
 LTLIBRARIES = $(lib_LTLIBRARIES)
 am__DEPENDENCIES_1 =
 @HAVE_GLIB_TRUE@libavahi_glib_la_DEPENDENCIES =  \
-@HAVE_GLIB_TRUE@   ../avahi-common/libavahi-common.la \
+@HAVE_GLIB_TRUE@   \
 @HAVE_GLIB_TRUE@   $(am__DEPENDENCIES_1)
 am__libavahi_glib_la_SOURCES_DIST = glib-watch.c glib-watch.h \
glib-malloc.h glib-malloc.c
@@ -128,7 +128,7 @@
 @HAVE_GLIB_TRUE@   glib_watch_test-glib-watch-test.$(OBJEXT)
 glib_watch_test_OBJECTS = $(am_glib_watch_test_OBJECTS)
 @HAVE_GLIB_TRUE@glib_watch_test_DEPENDENCIES =  \
-@HAVE_GLIB_TRUE@   ../avahi-common/libavahi-common.la \
+@HAVE_GLIB_TRUE@   -lavahi-common \
 @HAVE_GLIB_TRUE@   $(am__DEPENDENCIES_1)
 glib_watch_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -428,14 +428,14 @@
 @HAVE_GLIB_TRUE@   glib-malloc.h glib-malloc.c
 
 @HAVE_GLIB_TRUE@libavahi_glib_la_CFLAGS = $(AM_CFLAGS) $(GLIB20_CFLAGS)
-@HAVE_GLIB_TRUE@libavahi_glib_la_LIBADD = $(AM_LDADD) 
../avahi-common/libavahi-common.la $(GLIB20_LIBS)
+@HAVE_GLIB_TRUE@libavahi_glib_la_LIBADD = $(AM_LDADD) -lavahi-common 
$(GLIB20_LIBS)
 @HAVE_GLIB_TRUE@libavahi_glib_la_LDFLAGS = $(AM_LDFLAGS)  -version-info 
$(LIBAVAHI_GLIB_VERSION_INFO)
 @HAVE_GLIB_TRUE@glib_watch_test_SOURCES = \
 @HAVE_GLIB_TRUE@   glib-watch.c glib-watch.h \
 @HAVE_GLIB_TRUE@   glib-watch-test.c
 
 @HAVE_GLIB_TRUE@glib_watch_test_CFLAGS = $(AM_CFLAGS) $(GLIB20_CFLAGS)
-@HAVE_GLIB_TRUE@glib_watch_test_LDADD = $(AM_LDADD) 
../avahi-common/libavahi-common.la $(GLIB20_LIBS)
+@HAVE_GLIB_TRUE@glib_watch_test_LDADD = $(AM_LDADD) -lavahi-common 
$(GLIB20_LIBS)
 all: all-am
 
 .SUFFIXES:
diff -Nurd avahi-0.6.30/avahi-gobject/Makefile.in 
avahi-0.6.30-new/avahi-gobject/Makefile.in
--- avahi-0.6.30/avahi-gobject/Makefile.in  2011-04-03 18:10:46.0 
-0400
+++ avahi-0.6.30-new/avahi-gobject/Makefile.in  2011-07-26 19:56:11.0 
-0400
@@ -104,9 +104,7 @@
"$(DESTDIR)$(avahigobjectincludedir)"
 LTLIBRARIES = $(lib_LTLIBRARIES)
 am__DEPENDENCIES_1 =
-@HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@libavahi_gobject_la_DEPENDENCIES = 
../avahi-common/libavahi-common.la \
-@HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@../avahi-client/libavahi-client.la \
-@HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@../avahi-glib/libavahi-glib.la \
+@HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@libavahi_gobject_la_DEPENDENCIES = \
 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@$(am__DEPENDENCIES_1)
 am__libavahi_gobject_la_SOURCES_DIST = ga-client.c ga-client.h \
ga-entry-group.c ga-entry-group.h ga-en

[cvs] experimental/htodd/finkinfo synfig.info, 1.1, 1.2 synfig.patch, 1.1, 1.2

2011-07-26 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/experimental/htodd/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv30004

Modified Files:
synfig.info synfig.patch 
Log Message:
New synfig.

Index: synfig.patch
===
RCS file: /cvsroot/fink/experimental/htodd/finkinfo/synfig.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
Binary files /tmp/cvsBhjEul and /tmp/cvsqev13s differ

Index: synfig.info
===
RCS file: /cvsroot/fink/experimental/htodd/finkinfo/synfig.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- synfig.info 26 Jul 2011 21:21:48 -  1.1
+++ synfig.info 27 Jul 2011 04:48:21 -  1.2
@@ -7,7 +7,7 @@
 Source-MD5: 523dbe1401ff4d4be8094a54b939
 
 PatchFile: %n.patch
-PatchFile-MD5: 0ba807593a38739661ce422028b3917c
+PatchFile-MD5: e40d4ec59eaf98ddeadcfb209fc87685
 
 Maintainer: Hisashi T Fujinaka 
 
@@ -46,23 +46,24 @@
 Homepage: http://synfig.sourceforge.net/
 License: GPL
 
-# PatchScript: <<
-#  perl -pi -e 's/-lMagick(?!\+\+)/-lMagickCore/' configure
-#  perl -ni -e 'print unless /mod_libavcodec/' 
src/modules/synfig_modules.cfg.in
+PatchScript: <<
+   %{default_script}
+   perl -pi -e 's/-lMagick(?!\+\+)/-lMagickCore/' configure
+   perl -ni -e 'print unless /mod_libavcodec/' 
src/modules/synfig_modules.cfg.in
 # 
 #  # These two fix for the split of libMagick in recent releases - AdamW
-#  sed -i -e 
's.Magick,OptimizeImageTransparency.MagickCore,OptimizeImageTransparency.g' 
configure
-#  sed -i -e 's,MagickLib::,MagickCore::,g' 
src/modules/mod_magickpp/trgt_magickpp.cpp
+   sed -i -e 
's.Magick,OptimizeImageTransparency.MagickCore,OptimizeImageTransparency.g' 
configure
+   sed -i -e 's,MagickLib::,MagickCore::,g' 
src/modules/mod_magickpp/trgt_magickpp.cpp
 # 
-#  perl -pi -e 's,(-lMagick\+\+),\1 -L/usr/X11R6/lib,' configure
+   perl -pi -e 's,(-lMagick\+\+),\1 -L/usr/X11R6/lib,' configure
 # 
 #  # configure checks for Magick++ but uses it to decide to use
 #  # symbols in MagickCore directly as well
-#  perl -pi -e 's/(-lMagick\+\+)/\1 -lMagickCore/' configure
+   perl -pi -e 's/(-lMagick\+\+)/\1 -lMagickCore/' configure
 # 
 #  # directly uses libxml, not just c++ wrappers
-#  perl -pi -e 's/(libxml\+\+-2.6)/\1 libxml-2.0/g' configure
-# <<
+   perl -pi -e 's/(libxml\+\+-2.6)/\1 libxml-2.0/g' configure
+<<
 
 SetCPPFLAGS: -I%p/include/GraphicsMagick -I%p/lib/fontconfig2/include
 SetLDFLAGS: -L%p/lib/fontconfig2/lib
@@ -73,7 +74,7 @@
 #  libtoolize --ltdl --copy -f
 #  autoreconf -if
./configure %c
-   make
+   make -j1
 <<
 
 InstallScript: <<


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs