dists/10.3/unstable/main/finkinfo/net libcurl3-unified.info,1.6,1.7

2006-03-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25816

Modified Files:
libcurl3-unified.info 
Log Message:
New upstream version (7.15.2)

Index: libcurl3-unified.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/libcurl3-unified.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libcurl3-unified.info   22 Dec 2005 21:53:27 -  1.6
+++ libcurl3-unified.info   3 Mar 2006 14:02:24 -   1.7
@@ -1,6 +1,6 @@
 Package: libcurl3-unified
-Version: 7.15.1
-Revision: 2
+Version: 7.15.2
+Revision: 1
 Description: Lib. for transferring files with URL syntax
 DescPackaging: 
   Now use System's OpenSSL.
@@ -17,7 +17,7 @@
 License: OSI-Approved
 
 Source: http://curl.haxx.se/download/curl-%v.tar.bz2
-Source-MD5: d330d48580bfade58c82d4f295f171f0
+Source-MD5: 6c08e7891fe0db49af65fd10abfd69b1
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: system-openssl-dev



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/net libcurl3-unified.info,1.1,1.2

2006-03-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26074

Modified Files:
libcurl3-unified.info 
Log Message:
New upstream version (7.15.2)

Index: libcurl3-unified.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/libcurl3-unified.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libcurl3-unified.info   20 Jan 2006 20:28:28 -  1.1
+++ libcurl3-unified.info   3 Mar 2006 14:02:57 -   1.2
@@ -1,6 +1,6 @@
 Package: libcurl3-unified
-Version: 7.15.1
-Revision: 2
+Version: 7.15.2
+Revision: 1
 Description: Lib. for transferring files with URL syntax
 DescPackaging: 
   Now use System's OpenSSL.
@@ -17,7 +17,7 @@
 License: OSI-Approved
 
 Source: http://curl.haxx.se/download/curl-%v.tar.bz2
-Source-MD5: d330d48580bfade58c82d4f295f171f0
+Source-MD5: 6c08e7891fe0db49af65fd10abfd69b1
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: system-openssl-dev



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/devel mingw-gcc-3.4.4-20050522-1-3.info,NONE,1.1 mingw-gcc.info,1.1,1.2

2006-03-03 Thread ASARI Takashi
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26242/10.4/unstable/main/finkinfo/devel

Modified Files:
mingw-gcc.info 
Added Files:
mingw-gcc-3.4.4-20050522-1-3.info 
Log Message:
win32 cross compiler; gcj is now enabled, but I'm not sure if it works fine

--- NEW FILE: mingw-gcc-3.4.4-20050522-1-3.info ---
Package: mingw-gcc
Version: 3.4.4-20050522-1
Revision: 3
Description: GNU GCC for MinGW
License: LGPL
Maintainer: ASARI Takashi [EMAIL PROTECTED]

Depends: 
  mingw-binutils (= 2.16.91-20050827-1-1),
  mingw-runtime (= 3.8-1),
  mingw-w32api (= 3.3-1)


Source: mirror:sourceforge:mingw/gcc-core-%v-src.tar.gz
Source-MD5: c3159b4014d8c565f27eff4e6accaacd
Source2: mirror:sourceforge:mingw/gcc-g++-%v-src.tar.gz
Source2-MD5: 45e24f64af3a5301a4851f481e59b97b
Source3: mirror:sourceforge:mingw/gcc-objc-%v-src.tar.gz
Source3-MD5: d958525b71afb237b152b4ed2348b2cb
SourceDirectory: gcc-%v

PatchScript: 
  /usr/bin/sed -i.bak -e 's|LIBGCC2_INCLUDES = 
-I$(srcdir)/../winsup/w32api|LIBGCC2_INCLUDES = 
-I%p/lib/mingw/i686-pc-mingw32|' \
-e '12s|^$|CRTSTUFF_CFLAGS += -isystem %p/lib/mingw/i686-pc-mingw32|' 
gcc/config/i386/t-cygming


ConfigureParams: 
  --target=i686-pc-mingw32 \
  --prefix=%p/lib/mingw \
  --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib \
  --enable-languages=c++,objc \
  --disable-shared \
  --disable-nls \   
  --enable-threads \
  --with-gcc \
  --with-gnu-ld \
  --with-gnu-as \
  --disable-win32-registry \
  --enable-sjlj-exceptions \
  --without-x \
  --without-newlib


InstallScript: 
  #!/bin/bash -ev
  /usr/bin/make install DESTDIR=%d
  /usr/bin/sed -i.finkbak \
-e 's|-L%b/i686-pc-mingw32/libstdc++-v3/src ||' \
-e 's|-L%b/i686-pc-mingw32/libstdc++-v3/src/.libs ||' \
-e 's|-L%b/gcc||' \
%i/lib/mingw/i686-pc-mingw32/lib/libstdc++.la \
%i/lib/mingw/i686-pc-mingw32/lib/libsupc++.la
  /bin/rm -f %i/lib/mingw/i686-pc-mingw32/lib/libs{td,up}c++.la.finkbak
  /bin/rm -f %i/lib/mingw/lib/libiberty.a
  /bin/rm -f %i/share/info/standards.info
  /bin/rm -f %i/share/info/configure.info*
  /bin/rm -rf %i/share/man/man7
  for file_name in %i/share/info/*; do
new_file_name=`/bin/echo ${file_name} |
  /usr/bin/sed -e s|%i/share/info/|%i/share/info/i686-pc-mingw32-|g`
mv ${file_name} ${new_file_name}
  done


DocFiles: COPYING* ChangeLog MAINTAINERS README* 

Homepage: http://gcc.gnu.org/
DescPort: 
Like 'avr-gcc' package, lib  include folders have been moved to 
/sw/share/mingw and the binaries are put into /sw/bin .
All xxx.info files renamed to i686-pc-mingw32-xxx.info to avoid clashes
with other potential toolchains.
TODO: Native Language Support

DescUsage: 
1. Write a code.
  $ cat  hello.c
  #include windows.h

  int WINAPI WinMain (HINSTANCE hInstance, 
  HINSTANCE hPrevInstance, 
  PSTR szCmdLine, 
  int iCmdShow) 
  {
 MessageBox (NULL, Hello World!, Hello, MB_OK);
 return (0);
  }
  ^C
2. Compile.
  $ i686-pc-mingw32-gcc -o hello.exe hello.c -mwindows
3. Run.


Index: mingw-gcc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/mingw-gcc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mingw-gcc.info  20 Jan 2006 20:23:12 -  1.1
+++ mingw-gcc.info  3 Mar 2006 14:03:12 -   1.2
@@ -1,6 +1,6 @@
 Package: mingw-gcc
-Version: 3.4.4-20050522-1
-Revision: 3
+Version: 4.1.0
+Revision: 1
 Description: GNU GCC for MinGW
 License: LGPL
 Maintainer: ASARI Takashi [EMAIL PROTECTED]
@@ -10,47 +10,65 @@
   mingw-runtime (= 3.8-1),
   mingw-w32api (= 3.3-1)
 
+BuildDepends: tar (=1.14-2)
 
-Source: mirror:sourceforge:mingw/gcc-core-%v-src.tar.gz
-Source-MD5: c3159b4014d8c565f27eff4e6accaacd
-Source2: mirror:sourceforge:mingw/gcc-g++-%v-src.tar.gz
-Source2-MD5: 45e24f64af3a5301a4851f481e59b97b
-Source3: mirror:sourceforge:mingw/gcc-objc-%v-src.tar.gz
-Source3-MD5: d958525b71afb237b152b4ed2348b2cb
+Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%v/gcc-%v.tar.bz2
+Source-MD5: 88785071f29ed0e0b6b61057a1079442
 SourceDirectory: gcc-%v
 
 PatchScript: 
-  /usr/bin/sed -i.bak -e 's|LIBGCC2_INCLUDES = 
-I$(srcdir)/../winsup/w32api|LIBGCC2_INCLUDES = 
-I%p/lib/mingw/i686-pc-mingw32|' \
--e '12s|^$|CRTSTUFF_CFLAGS += -isystem %p/lib/mingw/i686-pc-mingw32|' 
gcc/config/i386/t-cygming
+  /usr/bin/sed -i.bak \
+-e 's|LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/w32api|LIBGCC2_INCLUDES = 
-I%p/lib/mingw/i686-pc-mingw32|' \
+-e '12s|^$|CRTSTUFF_CFLAGS += -isystem %p/lib/mingw/i686-pc-mingw32|' \
+   gcc/config/i386/t-cygming
 
 
+##
 ConfigureParams: 
   --target=i686-pc-mingw32 \
+  --host=%m-apple-darwin`uname -r|cut -f1 -d.` \
   --prefix=%p/lib/mingw \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib \
-  

dists/10.3/unstable/main/finkinfo/devel mingw-gcc-3.4.4-20050522-1-3.info,NONE,1.1 mingw-gcc.info,1.2,1.3

2006-03-03 Thread ASARI Takashi
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26242/10.3/unstable/main/finkinfo/devel

Modified Files:
mingw-gcc.info 
Added Files:
mingw-gcc-3.4.4-20050522-1-3.info 
Log Message:
win32 cross compiler; gcj is now enabled, but I'm not sure if it works fine

--- NEW FILE: mingw-gcc-3.4.4-20050522-1-3.info ---
Package: mingw-gcc
Version: 3.4.4-20050522-1
Revision: 3
Description: GNU GCC for MinGW
License: LGPL
Maintainer: ASARI Takashi [EMAIL PROTECTED]

Depends: 
  mingw-binutils (= 2.16.91-20050827-1-1),
  mingw-runtime (= 3.8-1),
  mingw-w32api (= 3.3-1)


Source: mirror:sourceforge:mingw/gcc-core-%v-src.tar.gz
Source-MD5: c3159b4014d8c565f27eff4e6accaacd
Source2: mirror:sourceforge:mingw/gcc-g++-%v-src.tar.gz
Source2-MD5: 45e24f64af3a5301a4851f481e59b97b
Source3: mirror:sourceforge:mingw/gcc-objc-%v-src.tar.gz
Source3-MD5: d958525b71afb237b152b4ed2348b2cb
SourceDirectory: gcc-%v

PatchScript: 
  /usr/bin/sed -i.bak -e 's|LIBGCC2_INCLUDES = 
-I$(srcdir)/../winsup/w32api|LIBGCC2_INCLUDES = 
-I%p/lib/mingw/i686-pc-mingw32|' \
-e '12s|^$|CRTSTUFF_CFLAGS += -isystem %p/lib/mingw/i686-pc-mingw32|' 
gcc/config/i386/t-cygming


ConfigureParams: 
  --target=i686-pc-mingw32 \
  --prefix=%p/lib/mingw \
  --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib \
  --enable-languages=c++,objc \
  --disable-shared \
  --disable-nls \   
  --enable-threads \
  --with-gcc \
  --with-gnu-ld \
  --with-gnu-as \
  --disable-win32-registry \
  --enable-sjlj-exceptions \
  --without-x \
  --without-newlib


InstallScript: 
  #!/bin/bash -ev
  /usr/bin/make install DESTDIR=%d
  /usr/bin/sed -i.finkbak \
-e 's|-L%b/i686-pc-mingw32/libstdc++-v3/src ||' \
-e 's|-L%b/i686-pc-mingw32/libstdc++-v3/src/.libs ||' \
-e 's|-L%b/gcc||' \
%i/lib/mingw/i686-pc-mingw32/lib/libstdc++.la \
%i/lib/mingw/i686-pc-mingw32/lib/libsupc++.la
  /bin/rm -f %i/lib/mingw/i686-pc-mingw32/lib/libs{td,up}c++.la.finkbak
  /bin/rm -f %i/lib/mingw/lib/libiberty.a
  /bin/rm -f %i/share/info/standards.info
  /bin/rm -f %i/share/info/configure.info*
  /bin/rm -rf %i/share/man/man7
  for file_name in %i/share/info/*; do
new_file_name=`/bin/echo ${file_name} |
  /usr/bin/sed -e s|%i/share/info/|%i/share/info/i686-pc-mingw32-|g`
mv ${file_name} ${new_file_name}
  done


DocFiles: COPYING* ChangeLog MAINTAINERS README* 

Homepage: http://gcc.gnu.org/
DescPort: 
Like 'avr-gcc' package, lib  include folders have been moved to 
/sw/share/mingw and the binaries are put into /sw/bin .
All xxx.info files renamed to i686-pc-mingw32-xxx.info to avoid clashes
with other potential toolchains.
TODO: Native Language Support

DescUsage: 
1. Write a code.
  $ cat  hello.c
  #include windows.h

  int WINAPI WinMain (HINSTANCE hInstance, 
  HINSTANCE hPrevInstance, 
  PSTR szCmdLine, 
  int iCmdShow) 
  {
 MessageBox (NULL, Hello World!, Hello, MB_OK);
 return (0);
  }
  ^C
2. Compile.
  $ i686-pc-mingw32-gcc -o hello.exe hello.c -mwindows
3. Run.


Index: mingw-gcc.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/mingw-gcc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mingw-gcc.info  29 Sep 2005 02:58:01 -  1.2
+++ mingw-gcc.info  3 Mar 2006 14:03:11 -   1.3
@@ -1,6 +1,6 @@
 Package: mingw-gcc
-Version: 3.4.4-20050522-1
-Revision: 3
+Version: 4.1.0
+Revision: 1
 Description: GNU GCC for MinGW
 License: LGPL
 Maintainer: ASARI Takashi [EMAIL PROTECTED]
@@ -10,47 +10,65 @@
   mingw-runtime (= 3.8-1),
   mingw-w32api (= 3.3-1)
 
+BuildDepends: tar (=1.14-2)
 
-Source: mirror:sourceforge:mingw/gcc-core-%v-src.tar.gz
-Source-MD5: c3159b4014d8c565f27eff4e6accaacd
-Source2: mirror:sourceforge:mingw/gcc-g++-%v-src.tar.gz
-Source2-MD5: 45e24f64af3a5301a4851f481e59b97b
-Source3: mirror:sourceforge:mingw/gcc-objc-%v-src.tar.gz
-Source3-MD5: d958525b71afb237b152b4ed2348b2cb
+Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%v/gcc-%v.tar.bz2
+Source-MD5: 88785071f29ed0e0b6b61057a1079442
 SourceDirectory: gcc-%v
 
 PatchScript: 
-  /usr/bin/sed -i.bak -e 's|LIBGCC2_INCLUDES = 
-I$(srcdir)/../winsup/w32api|LIBGCC2_INCLUDES = 
-I%p/lib/mingw/i686-pc-mingw32|' \
--e '12s|^$|CRTSTUFF_CFLAGS += -isystem %p/lib/mingw/i686-pc-mingw32|' 
gcc/config/i386/t-cygming
+  /usr/bin/sed -i.bak \
+-e 's|LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/w32api|LIBGCC2_INCLUDES = 
-I%p/lib/mingw/i686-pc-mingw32|' \
+-e '12s|^$|CRTSTUFF_CFLAGS += -isystem %p/lib/mingw/i686-pc-mingw32|' \
+   gcc/config/i386/t-cygming
 
 
+##
 ConfigureParams: 
   --target=i686-pc-mingw32 \
+  --host=%m-apple-darwin`uname -r|cut -f1 -d.` \
   --prefix=%p/lib/mingw \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib \
-  

dists/10.4-transitional/unstable/main/finkinfo/devel mingw-gcc-3.4.4-20050522-1-3.info,NONE,1.1 mingw-gcc.info,1.2,1.3

2006-03-03 Thread ASARI Takashi
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26242/10.4-transitional/unstable/main/finkinfo/devel

Modified Files:
mingw-gcc.info 
Added Files:
mingw-gcc-3.4.4-20050522-1-3.info 
Log Message:
win32 cross compiler; gcj is now enabled, but I'm not sure if it works fine

--- NEW FILE: mingw-gcc-3.4.4-20050522-1-3.info ---
Package: mingw-gcc
Version: 3.4.4-20050522-1
Revision: 3
Description: GNU GCC for MinGW
License: LGPL
Maintainer: ASARI Takashi [EMAIL PROTECTED]

Depends: 
  mingw-binutils (= 2.16.91-20050827-1-1),
  mingw-runtime (= 3.8-1),
  mingw-w32api (= 3.3-1)


Source: mirror:sourceforge:mingw/gcc-core-%v-src.tar.gz
Source-MD5: c3159b4014d8c565f27eff4e6accaacd
Source2: mirror:sourceforge:mingw/gcc-g++-%v-src.tar.gz
Source2-MD5: 45e24f64af3a5301a4851f481e59b97b
Source3: mirror:sourceforge:mingw/gcc-objc-%v-src.tar.gz
Source3-MD5: d958525b71afb237b152b4ed2348b2cb
SourceDirectory: gcc-%v

PatchScript: 
  /usr/bin/sed -i.bak -e 's|LIBGCC2_INCLUDES = 
-I$(srcdir)/../winsup/w32api|LIBGCC2_INCLUDES = 
-I%p/lib/mingw/i686-pc-mingw32|' \
-e '12s|^$|CRTSTUFF_CFLAGS += -isystem %p/lib/mingw/i686-pc-mingw32|' 
gcc/config/i386/t-cygming


ConfigureParams: 
  --target=i686-pc-mingw32 \
  --prefix=%p/lib/mingw \
  --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib \
  --enable-languages=c++,objc \
  --disable-shared \
  --disable-nls \   
  --enable-threads \
  --with-gcc \
  --with-gnu-ld \
  --with-gnu-as \
  --disable-win32-registry \
  --enable-sjlj-exceptions \
  --without-x \
  --without-newlib


InstallScript: 
  #!/bin/bash -ev
  /usr/bin/make install DESTDIR=%d
  /usr/bin/sed -i.finkbak \
-e 's|-L%b/i686-pc-mingw32/libstdc++-v3/src ||' \
-e 's|-L%b/i686-pc-mingw32/libstdc++-v3/src/.libs ||' \
-e 's|-L%b/gcc||' \
%i/lib/mingw/i686-pc-mingw32/lib/libstdc++.la \
%i/lib/mingw/i686-pc-mingw32/lib/libsupc++.la
  /bin/rm -f %i/lib/mingw/i686-pc-mingw32/lib/libs{td,up}c++.la.finkbak
  /bin/rm -f %i/lib/mingw/lib/libiberty.a
  /bin/rm -f %i/share/info/standards.info
  /bin/rm -f %i/share/info/configure.info*
  /bin/rm -rf %i/share/man/man7
  for file_name in %i/share/info/*; do
new_file_name=`/bin/echo ${file_name} |
  /usr/bin/sed -e s|%i/share/info/|%i/share/info/i686-pc-mingw32-|g`
mv ${file_name} ${new_file_name}
  done


DocFiles: COPYING* ChangeLog MAINTAINERS README* 

Homepage: http://gcc.gnu.org/
DescPort: 
Like 'avr-gcc' package, lib  include folders have been moved to 
/sw/share/mingw and the binaries are put into /sw/bin .
All xxx.info files renamed to i686-pc-mingw32-xxx.info to avoid clashes
with other potential toolchains.
TODO: Native Language Support

DescUsage: 
1. Write a code.
  $ cat  hello.c
  #include windows.h

  int WINAPI WinMain (HINSTANCE hInstance, 
  HINSTANCE hPrevInstance, 
  PSTR szCmdLine, 
  int iCmdShow) 
  {
 MessageBox (NULL, Hello World!, Hello, MB_OK);
 return (0);
  }
  ^C
2. Compile.
  $ i686-pc-mingw32-gcc -o hello.exe hello.c -mwindows
3. Run.


Index: mingw-gcc.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/mingw-gcc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mingw-gcc.info  29 Sep 2005 02:58:01 -  1.2
+++ mingw-gcc.info  3 Mar 2006 14:03:12 -   1.3
@@ -1,6 +1,6 @@
 Package: mingw-gcc
-Version: 3.4.4-20050522-1
-Revision: 3
+Version: 4.1.0
+Revision: 1
 Description: GNU GCC for MinGW
 License: LGPL
 Maintainer: ASARI Takashi [EMAIL PROTECTED]
@@ -10,47 +10,65 @@
   mingw-runtime (= 3.8-1),
   mingw-w32api (= 3.3-1)
 
+BuildDepends: tar (=1.14-2)
 
-Source: mirror:sourceforge:mingw/gcc-core-%v-src.tar.gz
-Source-MD5: c3159b4014d8c565f27eff4e6accaacd
-Source2: mirror:sourceforge:mingw/gcc-g++-%v-src.tar.gz
-Source2-MD5: 45e24f64af3a5301a4851f481e59b97b
-Source3: mirror:sourceforge:mingw/gcc-objc-%v-src.tar.gz
-Source3-MD5: d958525b71afb237b152b4ed2348b2cb
+Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%v/gcc-%v.tar.bz2
+Source-MD5: 88785071f29ed0e0b6b61057a1079442
 SourceDirectory: gcc-%v
 
 PatchScript: 
-  /usr/bin/sed -i.bak -e 's|LIBGCC2_INCLUDES = 
-I$(srcdir)/../winsup/w32api|LIBGCC2_INCLUDES = 
-I%p/lib/mingw/i686-pc-mingw32|' \
--e '12s|^$|CRTSTUFF_CFLAGS += -isystem %p/lib/mingw/i686-pc-mingw32|' 
gcc/config/i386/t-cygming
+  /usr/bin/sed -i.bak \
+-e 's|LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/w32api|LIBGCC2_INCLUDES = 
-I%p/lib/mingw/i686-pc-mingw32|' \
+-e '12s|^$|CRTSTUFF_CFLAGS += -isystem %p/lib/mingw/i686-pc-mingw32|' \
+   gcc/config/i386/t-cygming
 
 
+##
 ConfigureParams: 
   --target=i686-pc-mingw32 \
+  --host=%m-apple-darwin`uname -r|cut -f1 -d.` \
   --prefix=%p/lib/mingw \
   --bindir=%p/bin --mandir=%p/share/man 

dists/10.4-transitional/unstable/main/finkinfo/net libcurl3-unified.info,1.6,1.7

2006-03-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26606

Modified Files:
libcurl3-unified.info 
Log Message:
New upstream version (7.15.2)

Index: libcurl3-unified.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net/libcurl3-unified.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libcurl3-unified.info   22 Dec 2005 21:54:12 -  1.6
+++ libcurl3-unified.info   3 Mar 2006 14:03:35 -   1.7
@@ -1,6 +1,6 @@
 Package: libcurl3-unified
-Version: 7.15.1
-Revision: 2
+Version: 7.15.2
+Revision: 1
 Description: Lib. for transferring files with URL syntax
 DescPackaging: 
   Now use System's OpenSSL.
@@ -17,7 +17,7 @@
 License: OSI-Approved
 
 Source: http://curl.haxx.se/download/curl-%v.tar.bz2
-Source-MD5: d330d48580bfade58c82d4f295f171f0
+Source-MD5: 6c08e7891fe0db49af65fd10abfd69b1
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: system-openssl-dev



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs libdvdnav.patch,NONE,1.1 libdvdread4.patch,NONE,1.1 libdvdnav.info,1.1,1.2 libdvdread4.info,1.1,1.2 libfame1.info,1.1,1.2 libfame1.patch,1.1,1.2

2006-03-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32416

Modified Files:
libdvdnav.info libdvdread4.info libfame1.info libfame1.patch 
Added Files:
libdvdnav.patch libdvdread4.patch 
Log Message:
Allow building on Intel. Doesn't affect ppc building so no rev-up.

--- NEW FILE: libdvdread4.patch ---
diff -ru libdvdread-0.9.4.orig/dvdread/bswap.h libdvdread-0.9.4/dvdread/bswap.h
--- libdvdread-0.9.4.orig/dvdread/bswap.h   2002-12-14 19:09:12.0 
-0500
+++ libdvdread-0.9.4/dvdread/bswap.h2006-03-02 20:27:12.0 -0500
@@ -84,6 +84,12 @@
   (((x)  0xff00)  40) | \
   (((x)  0x00ff)  56))
 
+#elif defined(__APPLE__)
+#include libkern/OSByteOrder.h
+#define B2N_16(x) x = OSSwapInt16(x)
+#define B2N_32(x) x = OSSwapInt32(x)
+#define B2N_64(x) x = OSSwapInt64(x)
+
 #else
 
 /* If there isn't a header provided with your system with this functionality

Index: libdvdnav.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libdvdnav.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libdvdnav.info  20 Jan 2006 20:21:18 -  1.1
+++ libdvdnav.info  3 Mar 2006 14:12:25 -   1.2
@@ -10,6 +10,8 @@
 ###
 Source: mirror:sourceforge:dvd/libdvdnav-%v.tar.gz
 Source-MD5: c8ddee96ba1182d73447eaf0bb6fde81
+# Patch enables building on Intel
+Patch: %n.patch
 ###
 ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
 ###

Index: libfame1.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libfame1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libfame1.info   20 Jan 2006 20:21:18 -  1.1
+++ libfame1.info   3 Mar 2006 14:12:25 -   1.2
@@ -15,7 +15,7 @@
 UpdateLibTool: true
 UpdateConfigGuess: true
 ###
-ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
+ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib --disable-mmx
 ###
 SplitOff: 
   Package: %N-shlibs

Index: libfame1.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libfame1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libfame1.patch  20 Jan 2006 20:21:18 -  1.1
+++ libfame1.patch  3 Mar 2006 14:12:25 -   1.2
@@ -1,6 +1,25 @@
+diff -ruN libfame-0.9.0.orig/configure libfame-0.9.0/configure
+--- libfame-0.9.0.orig/configure   2002-05-26 13:15:19.0 -0400
 libfame-0.9.0/configure2006-03-02 22:03:01.0 -0500
+@@ -2243,7 +2243,14 @@
+ 
+ 
+ if test x$ac_cv_prog_gcc = xyes; then
+-  CFLAGS=$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math
++  case $target in
++i386-*-*)
++CFLAGS=$CFLAGS -Wall -fexpensive-optimizations -funroll-loops
++;;
++*)
++CFLAGS=$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math
++;;
++  esac
+ 
+   gcc_major_version=`$CC --version | \
+  sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
 diff -ruN libfame-0.9.0.orig/src/Makefile.in libfame-0.9.0/src/Makefile.in
 libfame-0.9.0.orig/src/Makefile.in Thu May 30 13:26:15 2002
-+++ libfame-0.9.0/src/Makefile.in  Wed Feb 26 20:53:16 2003
+--- libfame-0.9.0.orig/src/Makefile.in 2002-05-30 15:26:15.0 -0400
 libfame-0.9.0/src/Makefile.in  2006-03-02 21:55:53.0 -0500
 @@ -89,7 +89,7 @@
  libfame_la_include_HEADERS =  fame.h  
fame_version.h  fame_bitbuffer.h
fame_profile.h  
fame_profile_mpeg.h fame_profile_mpeg1.h
fame_profile_mpeg4_simple.h 
fame_profile_mpeg4_shape.h  fame_profile_stats.h
fame_encoder.h  
fame_encoder_mpeg.h fame_decoder.h  
fame_decoder_mpeg.h fame_syntax.h   
fame_syntax_mpeg1.h 
fame_syntax_mpeg4.h fame_shape.h
fame_rate_simple.h  
fame_rate_1param.h  fame_rate.h 
fame_monitor.h  fame_motion.h   
 

dists/10.4/unstable/main/finkinfo/sound flac-nox.info,1.1,1.2 flac.info,1.1,1.2 madplay.info,1.1,1.2

2006-03-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv894

Modified Files:
flac-nox.info flac.info madplay.info 
Log Message:
Allow building on Intel. Doesn't affect ppc building so no rev-up.

Index: flac.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/flac.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- flac.info   9 Feb 2006 01:09:45 -   1.1
+++ flac.info   3 Mar 2006 14:13:41 -   1.2
@@ -30,7 +30,7 @@
 #  ./autogen.sh
   rm -rf plugin_xmms
   ./configure %c
-  make
+  make OBJ_FORMAT=macho
 
 InstallScript: 
   #!/bin/sh -ex

Index: madplay.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/madplay.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- madplay.info20 Jan 2006 20:30:47 -  1.1
+++ madplay.info3 Mar 2006 14:13:41 -   1.2
@@ -11,8 +11,8 @@
 PatchScript: 
  patch -p1  %a/%n.patch
  perl -pi.bak -e 's,-flat_namespace -undefined suppress,-twolevel_namespace 
-undefined error,g' configure
- ### Fix for gcc 3.3
- perl -pi.bak -e 's,\$\{CPP=\cc -E -traditional-cpp\\},\$\{CPP=\cc -E 
-no-cpp-precomp\\},g' configure
+ ### Fix for gcc 3.3 and building on Intel
+ perl -pi.bak -e 's,\$\{CPP=\cc -E -traditional-cpp\\},\$\{CPP=\cc -E 
-no-cpp-precomp\\},g; s,i486,pentium-m,g' configure
 
 ConfigureParams: --mandir=%p/share/man --without-esd
 InstallScript: make install DESTDIR=%d

Index: flac-nox.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/flac-nox.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- flac-nox.info   9 Feb 2006 01:09:45 -   1.1
+++ flac-nox.info   3 Mar 2006 14:13:41 -   1.2
@@ -25,7 +25,7 @@
 #mkdir -p %b/src/libOggFLAC/.libs 
 #mkdir -p %b/src/libFLAC/.libs 
 ./configure %c
-make
+make OBJ_FORMAT=macho
 
 InstallScript: 
 make install DESTDIR=%d 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/graphics transfig.info,1.1,1.2 transfig.patch,1.1,1.2

2006-03-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3391

Modified Files:
transfig.info transfig.patch 
Log Message:
GCC 4 and Intel version.

Index: transfig.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/transfig.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- transfig.info   20 Jan 2006 20:26:46 -  1.1
+++ transfig.info   3 Mar 2006 14:17:40 -   1.2
@@ -1,10 +1,9 @@
 Package: transfig
 Version: 3.2.5
 # package for 3.2.5 alpha 6
-Revision: 4
-Architecture: powerpc
+Revision: 1004
 Depends: x11, libjpeg-bin, libpng3-shlibs, libtiff-bin, netpbm-bin (= 
10.12-3), x11-shlibs
-BuildDepends: libpng3, x11-dev, gcc3.3
+BuildDepends: libpng3, x11-dev
 #Source: http://www.xfig.org/xfigdist/%n.%v.tar.gz
 Source: http://www.xfig.org/software/xfig/3.2.5-alpha/%n.%v-alpha6.tar.gz
 Source-MD5: 6ec8fc10567f99f33827104b26831e0a
@@ -12,7 +11,7 @@
 CompileScript: 
  xmkmf
  make Makefiles
- make CCOPTIONS=-no-cpp-precomp PREFIX=%p CC=gcc-3.3
+ make CCOPTIONS=-no-cpp-precomp PREFIX=%p
 
 InstallScript: 
  make install PREFIX=%p DESTDIR=%d BINDIR=%p/bin INSTALLFLAGS=-c
@@ -23,9 +22,6 @@
 Description: Converts xfig objects to various graphics formats
 DescPort: 
  We don't need xpm since it is already in XFree86 4.1.
-
- Forcing the use of the gcc 3.3 compiler since there is a problem with
- static vs. non-static definitions with gcc 4.0.
 
 DescPackaging: 
  Compiled with LaTeX 2e options chosen rather than LaTeX

Index: transfig.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/transfig.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- transfig.patch  20 Jan 2006 20:26:46 -  1.1
+++ transfig.patch  3 Mar 2006 14:17:40 -   1.2
@@ -1,6 +1,6 @@
 diff -ruN transfig.3.2.5-alpha6/fig2dev/Imakefile 
transfig.3.2.5-alpha6-patched/fig2dev/Imakefile
 transfig.3.2.5-alpha6/fig2dev/Imakefile2005-08-18 09:31:05.0 
-0700
-+++ transfig.3.2.5-alpha6-patched/fig2dev/Imakefile2005-10-21 
10:52:18.0 -0700
+--- transfig.3.2.5-alpha6/fig2dev/Imakefile2005-08-18 12:31:05.0 
-0400
 transfig.3.2.5-alpha6-patched/fig2dev/Imakefile2006-02-27 
12:57:04.0 -0500
 @@ -34,7 +34,7 @@
  XCOMM You should point XFIGLIBDIR to the same directory you did when you 
compiled
  XCOMM and installed xfig.
@@ -52,8 +52,8 @@
  
  #endif /* I18N */
 diff -ruN transfig.3.2.5-alpha6/fig2dev/dev/Imakefile 
transfig.3.2.5-alpha6-patched/fig2dev/dev/Imakefile
 transfig.3.2.5-alpha6/fig2dev/dev/Imakefile2003-09-30 
08:48:08.0 -0700
-+++ transfig.3.2.5-alpha6-patched/fig2dev/dev/Imakefile2005-10-21 
10:45:21.0 -0700
+--- transfig.3.2.5-alpha6/fig2dev/dev/Imakefile2003-09-30 
11:48:08.0 -0400
 transfig.3.2.5-alpha6-patched/fig2dev/dev/Imakefile2006-02-27 
12:57:04.0 -0500
 @@ -50,6 +50,8 @@
  NormalLibraryTarget($(LIB),$(LIBOBJS))
  DependTarget()
@@ -63,9 +63,33 @@
  #ifdef I18N
  install::
InstallNonExecFile(japanese.ps,FIG2DEV_LIBDIR)
+diff -ruN transfig.3.2.5-alpha6/fig2dev/dev/genibmgl.c 
transfig.3.2.5-alpha6-patched/fig2dev/dev/genibmgl.c
+--- transfig.3.2.5-alpha6/fig2dev/dev/genibmgl.c   2003-11-11 
11:42:05.0 -0500
 transfig.3.2.5-alpha6-patched/fig2dev/dev/genibmgl.c   2006-02-27 
14:07:41.0 -0500
+@@ -75,7 +75,7 @@
+ 
+ staticBoolean pcljcl   = False;  /* flag to precede IBMGL 
(HP/GL) output with PCL job control */
+ staticBoolean reflected= False;
+-static  Boolean paperspec= False;
++Boolean paperspec= False;
+ staticint fonts= FONTS;
+ staticint colors   = COLORS;
+ staticint patterns = PATTERNS;
+diff -ruN transfig.3.2.5-alpha6/fig2dev/fig2dev.c 
transfig.3.2.5-alpha6-patched/fig2dev/fig2dev.c
+--- transfig.3.2.5-alpha6/fig2dev/fig2dev.c2004-03-01 12:11:45.0 
-0500
 transfig.3.2.5-alpha6-patched/fig2dev/fig2dev.c2006-02-27 
14:08:18.0 -0500
+@@ -85,7 +85,7 @@
+ Boolean   magspec = False;/* set if the user specs. the 
magnification */
+ Boolean   transspec = False;  /* set if the user specs. the GIF 
transparent color */
+ Boolean   multispec = False;  /* set if the user specs. multiple 
pages */
+-Boolean   paperspec = False;  /* set if the user specs. the paper 
size (-z) */
++//Boolean paperspec = False;  /* set if the user specs. the paper 
size (-z) */
+ Boolean   boundingboxspec = False;/* set if the user specs. the bounding 
box (-B or -R) */
+ Boolean maxdimspec = False;   /* set fi the user specs. the max size of the 
figure (-Z) */
+ 

experimental/asari mingw-gcc.info,1.3,1.4

2006-03-03 Thread ASARI Takashi
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7355

Modified Files:
mingw-gcc.info 
Log Message:
Workaround for bad libtool files.

Index: mingw-gcc.info
===
RCS file: /cvsroot/fink/experimental/asari/mingw-gcc.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mingw-gcc.info  2 Mar 2006 22:44:59 -   1.3
+++ mingw-gcc.info  3 Mar 2006 14:23:44 -   1.4
@@ -1,6 +1,6 @@
 Package: mingw-gcc
 Version: 4.1.0
-Revision: 1
+Revision: 2
 Description: GNU GCC for MinGW
 License: LGPL
 Maintainer: ASARI Takashi [EMAIL PROTECTED]
@@ -64,7 +64,10 @@
 -e 's|-L%b/darwin/i686-pc-mingw32/libstdc++-v3/src/.libs ||' \
 -e 's|-L%b/darwin/./gcc||' \
 %i/lib/mingw/i686-pc-mingw32/lib/libstdc++.la \
-%i/lib/mingw/i686-pc-mingw32/lib/libsupc++.la \
+%i/lib/mingw/i686-pc-mingw32/lib/libsupc++.la
+  /usr/bin/sed -i.bak \
+-e 's|-L%b/darwin/i686-pc-mingw32/libjava ||' \
+-e 's|-L%b/darwin/i686-pc-mingw32/libjava/.libs ||' \
 %i/lib/mingw/i686-pc-mingw32/lib/libgcj.la \
 %i/lib/mingw/i686-pc-mingw32/lib/libgij.la
   /bin/rm -f %i/lib/mingw/i686-pc-mingw32/lib/lib{stdc++,supc++,gcj,gij}.la.bak
@@ -91,6 +94,7 @@
 TODO: Native Language Support
 
 DescUsage: 
+Case 1: GCC
 1. Write a code.
   $ cat  hello.c
   #include windows.h
@@ -103,8 +107,21 @@
  MessageBox (NULL, Hello World!, Hello, MB_OK);
  return (0);
   }
-  ^C
+  ^D
 2. Compile.
   $ i686-pc-mingw32-gcc -o hello.exe hello.c -mwindows
 3. Run.
+
+Case 2: GCJ
+1. Write a code.
+  $ cat  HelloWorld.java
+  public class HelloWorld {
+  public static void main (String[] args) {
+  System.out.println(Hello, world!);
+  }
+  } 
+ ^D
+2. Compile.
+ $ i686-pc-mingw32-gcj --main=HelloWorld HelloWorld.java
+3. Complain about its not running; then give feedback to the Maintainer ;-)
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


web/xml/news news.en.xml,1.31,1.32

2006-03-03 Thread David R. Morrison
Update of /cvsroot/fink/web/xml/news
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13717

Modified Files:
news.en.xml 
Log Message:
news item for rsync problem


Index: news.en.xml
===
RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- news.en.xml 25 Feb 2006 00:04:39 -  1.31
+++ news.en.xml 3 Mar 2006 15:22:12 -   1.32
@@ -4,6 +4,30 @@
 cvsid$Id$/cvsid
 
 newsitem
+date2006-03-03/date
+headlineProblem with Apple's latest Security Update/headline
+body
+p
+The Fink team has received reports of problems with the codersync/code
+program which was modified by Apple's latest Security Update: for some
+users, codefink selfupdate/code fails to function about the Security
+Update.  (The underlying cause appears to be a problem with the 
+code--delete/code option for codersync/code.)
+/p
+p
+As a workaround, users can run codefink install rsync/code to use
+fink's rsync package rather than the Apple program.  Or, for those users
+who need specific features of the Apple program (such as supported for
+Extended Attribute), another workaround is codefink selfupdate-cvs/code
+to switch from rsync to cvs updating.  
+/p
+p
+This news item will be updated as the situation changes.
+/p
+/body
+/newsitem
+
+newsitem
 date2006-02-21/date
 headlinePreliminary version of Fink on Intel/headline
 body



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


web/xml/news news.en.xml,1.32,1.33

2006-03-03 Thread David R. Morrison
Update of /cvsroot/fink/web/xml/news
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16822

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


Index: news.en.xml
===
RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- news.en.xml 3 Mar 2006 15:22:12 -   1.32
+++ news.en.xml 3 Mar 2006 15:26:19 -   1.33
@@ -10,7 +10,7 @@
 p
 The Fink team has received reports of problems with the codersync/code
 program which was modified by Apple's latest Security Update: for some
-users, codefink selfupdate/code fails to function about the Security
+users, codefink selfupdate/code fails to function after the Security
 Update.  (The underlying cause appears to be a problem with the 
 code--delete/code option for codersync/code.)
 /p



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


web/news index.en.php,1.38,1.39 news.en.inc,1.35,1.36 news.en.rdf,1.45,1.46 news.rdf,1.181,1.182

2006-03-03 Thread David R. Morrison
Update of /cvsroot/fink/web/news
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17771

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


Index: news.en.inc
===
RCS file: /cvsroot/fink/web/news/news.en.inc,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- news.en.inc 3 Mar 2006 15:23:24 -   1.35
+++ news.en.inc 3 Mar 2006 15:27:33 -   1.36
@@ -2,7 +2,7 @@
 p
 The Fink team has received reports of problems with the codersync/code
 program which was modified by Apple's latest Security Update: for some
-users, codefink selfupdate/code fails to function about the Security
+users, codefink selfupdate/code fails to function after the Security
 Update.  (The underlying cause appears to be a problem with the 
 code--delete/code option for codersync/code.)
 /p

Index: news.rdf
===
RCS file: /cvsroot/fink/web/news/news.rdf,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- news.rdf3 Mar 2006 15:23:24 -   1.181
+++ news.rdf3 Mar 2006 15:27:33 -   1.182
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2006-03-03T07:22:52-08:00/dc:date
+dc:date2006-03-03T07:27:23-08:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-03-03%20Problem%20with%20Apple's%20latest%20Security%20Update
   titleProblem with Apple's latest Security Update/title
@@ -15,7 +15,7 @@
 
 The Fink team has received reports of problems with the rsync
 program which was modified by Apple's latest Security Update: for some
-users, fink selfupdate fails to function about the Security
+users, fink selfupdate fails to function after the Security
 Update.  (The underlying cause appears to be a problem with the 
 --delete option for rsync.)
 
@@ -34,7 +34,7 @@
 
 The Fink team has received reports of problems with the rsync
 program which was modified by Apple's latest Security Update: for some
-users, fink selfupdate fails to function about the Security
+users, fink selfupdate fails to function after the Security
 Update.  (The underlying cause appears to be a problem with the 
 --delete option for rsync.)
 

Index: news.en.rdf
===
RCS file: /cvsroot/fink/web/news/news.en.rdf,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- news.en.rdf 3 Mar 2006 15:23:24 -   1.45
+++ news.en.rdf 3 Mar 2006 15:27:33 -   1.46
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2006-03-03T07:22:52-08:00/dc:date
+dc:date2006-03-03T07:27:23-08:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-03-03%20Problem%20with%20Apple's%20latest%20Security%20Update
   titleProblem with Apple's latest Security Update/title
@@ -15,7 +15,7 @@
 
 The Fink team has received reports of problems with the rsync
 program which was modified by Apple's latest Security Update: for some
-users, fink selfupdate fails to function about the Security
+users, fink selfupdate fails to function after the Security
 Update.  (The underlying cause appears to be a problem with the 
 --delete option for rsync.)
 
@@ -34,7 +34,7 @@
 
 The Fink team has received reports of problems with the rsync
 program which was modified by Apple's latest Security Update: for some
-users, fink selfupdate fails to function about the Security
+users, fink selfupdate fails to function after the Security
 Update.  (The underlying cause appears to be a problem with the 
 --delete option for rsync.)
 

Index: index.en.php
===
RCS file: /cvsroot/fink/web/news/index.en.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- index.en.php3 Mar 2006 15:23:24 -   1.38
+++ index.en.php3 Mar 2006 15:27:33 -   1.39
@@ -1,7 +1,7 @@
 ?
 $title = News;
 $cvs_author = 'Author: dmrrsn';
-$cvs_date = 'Date: 2006/03/03 15:22:12';
+$cvs_date = 'Date: 2006/03/03 15:26:19';
 $metatags = '';
 
 include_once header.inc;
@@ -11,7 +11,7 @@
 p
 The Fink team has received reports of problems with the codersync/code
 program which was modified by Apple's latest Security Update: for some
-users, codefink selfupdate/code fails to function about the Security
+users, codefink selfupdate/code fails to function after the Security
 Update.  (The underlying cause appears to be a problem with the 
 code--delete/code option for codersync/code.)
 /p




web/xml/news news.en.xml,1.33,1.34

2006-03-03 Thread David R. Morrison
Update of /cvsroot/fink/web/xml/news
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19308

Modified Files:
news.en.xml 
Log Message:
another oops


Index: news.en.xml
===
RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- news.en.xml 3 Mar 2006 15:26:19 -   1.33
+++ news.en.xml 3 Mar 2006 15:30:02 -   1.34
@@ -17,8 +17,8 @@
 p
 As a workaround, users can run codefink install rsync/code to use
 fink's rsync package rather than the Apple program.  Or, for those users
-who need specific features of the Apple program (such as supported for
-Extended Attribute), another workaround is codefink selfupdate-cvs/code
+who need specific features of the Apple program (such as support for
+Extended Attributes), another workaround is codefink selfupdate-cvs/code
 to switch from rsync to cvs updating.  
 /p
 p



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


web/xml/news news.en.xml,1.34,1.35

2006-03-03 Thread David R. Morrison
Update of /cvsroot/fink/web/xml/news
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22334

Modified Files:
news.en.xml 
Log Message:
add update number


Index: news.en.xml
===
RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- news.en.xml 3 Mar 2006 15:30:02 -   1.34
+++ news.en.xml 3 Mar 2006 15:34:49 -   1.35
@@ -9,7 +9,7 @@
 body
 p
 The Fink team has received reports of problems with the codersync/code
-program which was modified by Apple's latest Security Update: for some
+program which was modified by Apple's new Security Update 2006-001: for some
 users, codefink selfupdate/code fails to function after the Security
 Update.  (The underlying cause appears to be a problem with the 
 code--delete/code option for codersync/code.)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


web/news index.en.php,1.39,1.40 news.en.inc,1.36,1.37 news.en.rdf,1.46,1.47 news.rdf,1.182,1.183

2006-03-03 Thread David R. Morrison
Update of /cvsroot/fink/web/news
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22928

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


Index: news.en.inc
===
RCS file: /cvsroot/fink/web/news/news.en.inc,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- news.en.inc 3 Mar 2006 15:27:33 -   1.36
+++ news.en.inc 3 Mar 2006 15:35:42 -   1.37
@@ -1,7 +1,7 @@
 a name=2006-03-03 Problem with Apple's latest Security Updatespan 
class=news-date2006-03-03: /spanspan class=news-headlineProblem with 
Apple's latest Security Update/span/a?php gray_line(); ?
 p
 The Fink team has received reports of problems with the codersync/code
-program which was modified by Apple's latest Security Update: for some
+program which was modified by Apple's new Security Update 2006-001: for some
 users, codefink selfupdate/code fails to function after the Security
 Update.  (The underlying cause appears to be a problem with the 
 code--delete/code option for codersync/code.)
@@ -9,8 +9,8 @@
 p
 As a workaround, users can run codefink install rsync/code to use
 fink's rsync package rather than the Apple program.  Or, for those users
-who need specific features of the Apple program (such as supported for
-Extended Attribute), another workaround is codefink selfupdate-cvs/code
+who need specific features of the Apple program (such as support for
+Extended Attributes), another workaround is codefink selfupdate-cvs/code
 to switch from rsync to cvs updating.  
 /p
 p

Index: news.rdf
===
RCS file: /cvsroot/fink/web/news/news.rdf,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -d -r1.182 -r1.183
--- news.rdf3 Mar 2006 15:27:33 -   1.182
+++ news.rdf3 Mar 2006 15:35:42 -   1.183
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2006-03-03T07:27:23-08:00/dc:date
+dc:date2006-03-03T07:35:31-08:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-03-03%20Problem%20with%20Apple's%20latest%20Security%20Update
   titleProblem with Apple's latest Security Update/title
@@ -14,7 +14,7 @@
   description
 
 The Fink team has received reports of problems with the rsync
-program which was modified by Apple's latest Security Update: for some
+program which was modified by Apple's new Security Update 2006-001: for some
 users, fink selfupdate fails to function after the Security
 Update.  (The underlying cause appears to be a problem with the 
 --delete option for rsync.)
@@ -22,8 +22,8 @@
 
 As a workaround, users can run fink install rsync to use
 fink's rsync package rather than the Apple program.  Or, for those users
-who need specific features of the Apple program (such as supported for
-Extended Attribute), another workaround is fink selfupdate-cvs
+who need specific features of the Apple program (such as support for
+Extended Attributes), another workaround is fink selfupdate-cvs
 to switch from rsync to cvs updating.  
 
 
@@ -33,7 +33,7 @@
   content:encoded
 
 The Fink team has received reports of problems with the rsync
-program which was modified by Apple's latest Security Update: for some
+program which was modified by Apple's new Security Update 2006-001: for some
 users, fink selfupdate fails to function after the Security
 Update.  (The underlying cause appears to be a problem with the 
 --delete option for rsync.)
@@ -41,8 +41,8 @@
 
 As a workaround, users can run fink install rsync to use
 fink's rsync package rather than the Apple program.  Or, for those users
-who need specific features of the Apple program (such as supported for
-Extended Attribute), another workaround is fink selfupdate-cvs
+who need specific features of the Apple program (such as support for
+Extended Attributes), another workaround is fink selfupdate-cvs
 to switch from rsync to cvs updating.  
 
 

Index: news.en.rdf
===
RCS file: /cvsroot/fink/web/news/news.en.rdf,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- news.en.rdf 3 Mar 2006 15:27:33 -   1.46
+++ news.en.rdf 3 Mar 2006 15:35:42 -   1.47
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2006-03-03T07:27:23-08:00/dc:date
+dc:date2006-03-03T07:35:31-08:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-03-03%20Problem%20with%20Apple's%20latest%20Security%20Update
   titleProblem with Apple's latest Security Update/title
@@ -14,7 +14,7 @@

experimental/bmaret/finkinfo gsl.patch,NONE,1.1 gsl.info,NONE,1.1

2006-03-03 Thread S�bastien Maret
Update of /cvsroot/fink/experimental/bmaret/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25928

Added Files:
gsl.patch gsl.info 
Log Message:
Patch configure script to compile on Intel Macs. See:
http://lists.gnu.org/archive/html/bug-gsl/2006-02/msg2.html


--- NEW FILE: gsl.info ---
Package: gsl
Version: 1.7
Revision: 3
Description: GNU Scientific Library
License: GPL
Maintainer: Sebastien Maret [EMAIL PROTECTED]
Depends: %n-shlibs (= %v-%r)
BuildDependsOnly: True
Source: mirror:gnu:gsl/%n-%v.tar.gz
Source-MD5: 521b9aa094a3dc2cb088f29efca0bda3
Patch: %n.patch
ConfigureParams: --mandir=%i/share/man --infodir=%i/share/info
DocFiles: README COPYING
Shlibs: 
  %p/lib/libgsl.0.dylib 9.0.0 gsl (= 1.7-1)
  %p/lib/libgslcblas.0.dylib 1.0.0 gsl (= 1.4-1)

SplitOff: 
  Package: %n-shlibs
  Files: 
lib/libgsl.0.8.0.dylib
lib/libgsl.0.dylib
lib/libgslcblas.0.0.0.dylib
lib/libgslcblas.0.dylib
  
  DocFiles: COPYING

DescDetail: 
The GNU Scientific Library (GSL) is a numerical library for C and C++
programmers. The library provides a wide range of mathematical
routines such as random number generators, special functions and
least-squares fitting. There are over 1000 functions in total.

InfoDocs: gsl-ref.info
Homepage: http://www.gnu.org/software/gsl/
DescPackaging: 
Originally packaged by Jeffrey Whitaker.

DescPort: 
Patched to compile on Intel Macs. See:
http://lists.gnu.org/archive/html/bug-gsl/2006-02/msg2.html

--- NEW FILE: gsl.patch ---
diff -ruN -x '*~' gsl-1.7/configure gsl-1.7.patched/configure
--- gsl-1.7/configure   2005-09-13 06:17:14.0 -0400
+++ gsl-1.7.patched/configure   2006-03-02 18:51:04.0 -0500
@@ -10248,7 +10248,7 @@
 *-*-irix*)
 ac_cv_c_ieee_interface=irix
 ;;
-*-*-*darwin*)
+powerpc-*-*darwin*)
 ac_cv_c_ieee_interface=darwin
 ;;
 *-*-*netbsd*)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/bmaret/finkinfo evince.patch,NONE,1.1 evince.info,1.5,1.6

2006-03-03 Thread S�bastien Maret
Update of /cvsroot/fink/experimental/bmaret/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1516

Added Files:
evince.patch evince.info 
Log Message:
Start Evince with the DBus daemon.


--- NEW FILE: evince.patch ---
diff -ruN -x '*~' evince-0.5.1/fink/evince evince-0.5.1.patched/fink/evince
--- evince-0.5.1/fink/evince1969-12-31 19:00:00.0 -0500
+++ evince-0.5.1.patched/fink/evince2006-03-02 23:13:35.0 -0500
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+# Start Evince with DBus daemon
+
+if test -z $DBUS_SESSION_BUS_ADDRESS ; then
+eval `dbus-launch --sh-syntax`
+fi
+evince.bin
+kill ${DBUS_SESSION_BUS_PID}
+exit 0

--- NEW FILE: evince.info ---
Package: evince
Version: 0.5.1
Revision: 1005
Description: GNOME document viewer
License: GPL
Maintainer: Sebastien Maret [EMAIL PROTECTED]
Depends: 
  atk1-shlibs, audiofile-shlibs, dbus-shlibs, esound-shlibs,
  expat-shlibs, fontconfig2-shlibs, freetype219-shlibs,
  gconf2, gconf2-shlibs, glib2-shlibs, 
  ghostscript | system-ghostscript8, gnome-keyring-shlibs, 
  gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, gtk+2-shlibs, 
  libart2-shlibs, libbonobo2-shlibs, libbonoboui2-shlibs, 
  libgettext3-shlibs, libglade2-shlibs, libgnome2-shlibs, 
  libgnomecanvas2-shlibs, libgnomeprint2.2-shlibs, 
  libgnomeprintui2.2-shlibs, libgnomeui2-shlibs, libiconv, 
  libjpeg-shlibs, libkpathsea4-shlibs | system-tetex, 
  libtiff-shlibs, libxml2-shlibs, orbit2-shlibs, 
  pango1-xft2-shlibs, poppler-shlibs (= 0.5.0), popt-shlibs, 
  scrollkeeper, tetex-base | system-tetex, x11-shlibs

BuildDepends: 
  atk1, audiofile, dbus, dbus-dev, esound, expat, 
  fontconfig2-dev, freetype219, gconf2-dev, gettext-tools, 
  glib2-dev, gnome-doc-utils (= 0.3.2), gnome-keyring-dev,
  gnome-vfs2-ssl-dev | gnome-vfs2-dev, gtk+2-dev,
  libart2, libbonobo2-dev, libbonoboui2-dev, libgettext3-dev, 
  libglade2, libgnome2-dev, libgnomecanvas2-dev, 
  libgnomeprint2.2-dev, libgnomeprintui2.2-dev, 
  libgnomeui2-dev, libiconv-dev, libjpeg, 
  libkpathsea4 | system-tetex, libtiff, libxml2,
  orbit2-dev, pango1-xft2-dev, pkgconfig (= 0.0.9),
  poppler (= 0.5.0), popt, intltool, x11-dev

Source: mirror:gnome:sources/%n/0.5/%n-%v.tar.bz2
Source-MD5: 055b54877914de0ac9e895e38287395d
Patch: %n.patch
SetLDFLAGS: -lstdc++
GCC: 4.0
ConfigureParams: --disable-dependency-tracking --disable-schemas-install 
--disable-scrollkeeper --enable-dvi
InstallScript: 
  make install prefix=%i
  mv %i/bin/evince %i/bin/evince.bin
  install -m 755 fink/evince %i/bin

DocFiles: README COPYING
ConfFiles: 
  %p/etc/gconf/schemas/evince.schemas
  %p/etc/gconf/schemas/evince-thumbnailer.schemas
  %p/etc/gconf/schemas/evince-thumbnailer-dvi.schemas

PostInstScript: 
  if [ configure = $1 ]; then
scrollkeeper-update -q
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/evince.schemas 
/dev/null
gconftool-2 --makefile-install-rule 
%p/etc/gconf/schemas/evince-thumbnailer.schemas /dev/null
gconftool-2 --makefile-install-rule 
%p/etc/gconf/schemas/evince-thumbnailer-dvi.schemas /dev/null
  fi

PostRmScript: 
  if [ upgrade != $1 ]; then
scrollkeeper-update -q
  fi

Homepage: http://www.gnome.org/projects/evince/
DescDetail: 
Evince is a document viewer for multiple document formats. It
currently supports pdf, postscript, djvu, tiff and dvi. The goal of
evince is to replace the multiple document viewers that exist on the
GNOME Desktop with a single simple application.

DescPort: 
The patch creates a script to start Evince with DBus daemon.




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs libmcve.info,1.3,1.4

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8026/10.3/unstable/main/finkinfo/libs

Modified Files:
libmcve.info 
Log Message:
Shlibs fix, no-op removal


Index: libmcve.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libmcve.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libmcve.info28 Apr 2005 02:28:30 -  1.3
+++ libmcve.info3 Mar 2006 16:01:54 -   1.4
@@ -1,9 +1,8 @@
 Package: libmcve
 Version: 3.2.2
-Revision: 2
+Revision: 3
 Source: http://www.mcve.com/freedist/libmcve-%v.tar.gz
 Source-MD5: caf182dd9c089b2ab025a07107275828
-Replaces: libmcve
 NoSetLDFLAGS: true
 NoSetCPPFlags: true
 Depends: %N-shlibs (= %v-%r)
@@ -13,10 +12,10 @@
   Package: %N-shlibs
   Replaces: libmcve ( 3.0-1)
   Files: lib/%N.*.dylib
-  Shlibs: %p/lib/%N.3.dylib 3.0.0 %N-shlibs (= 3.0-1)
-  DocFiles: README
+  Shlibs: %p/lib/%N.3.dylib 4.0.0 %N-shlibs (= 3.2.2-3)
+  DocFiles: AUTHORS COPYING ChangeLog NEWS README
 
-DocFiles: README
+DocFiles: AUTHORS COPYING ChangeLog NEWS README
 Description: MCVE C API Library
 DescDetail: 
 This is a final release of the new 3.0 C API designed for use with MCVE
@@ -28,12 +27,6 @@
 DescUsage: 
 See http://www.mcve.com/
 
-DescPort: 
-Rev 1: [10.2]
-
-DescPackaging: 
-Includes the libraries, headers.
-
 License: OSI-Approved
 Homepage: http://www.mcve.com/
 Maintainer: Dustin Sias [EMAIL PROTECTED]



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs libmcve.info,1.1,1.2

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8026/10.4/unstable/main/finkinfo/libs

Modified Files:
libmcve.info 
Log Message:
Shlibs fix, no-op removal


Index: libmcve.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libmcve.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libmcve.info20 Jan 2006 20:21:18 -  1.1
+++ libmcve.info3 Mar 2006 16:01:55 -   1.2
@@ -1,9 +1,8 @@
 Package: libmcve
 Version: 3.2.2
-Revision: 2
+Revision: 3
 Source: http://www.mcve.com/freedist/libmcve-%v.tar.gz
 Source-MD5: caf182dd9c089b2ab025a07107275828
-Replaces: libmcve
 NoSetLDFLAGS: true
 NoSetCPPFlags: true
 Depends: %N-shlibs (= %v-%r)
@@ -13,10 +12,10 @@
   Package: %N-shlibs
   Replaces: libmcve ( 3.0-1)
   Files: lib/%N.*.dylib
-  Shlibs: %p/lib/%N.3.dylib 3.0.0 %N-shlibs (= 3.0-1)
-  DocFiles: README
+  Shlibs: %p/lib/%N.3.dylib 4.0.0 %N-shlibs (= 3.2.2-3)
+  DocFiles: AUTHORS COPYING ChangeLog NEWS README
 
-DocFiles: README
+DocFiles: AUTHORS COPYING ChangeLog NEWS README
 Description: MCVE C API Library
 DescDetail: 
 This is a final release of the new 3.0 C API designed for use with MCVE
@@ -28,12 +27,6 @@
 DescUsage: 
 See http://www.mcve.com/
 
-DescPort: 
-Rev 1: [10.2]
-
-DescPackaging: 
-Includes the libraries, headers.
-
 License: OSI-Approved
 Homepage: http://www.mcve.com/
 Maintainer: Dustin Sias [EMAIL PROTECTED]



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs libmcve.info,1.2,1.3

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8026/10.4-transitional/unstable/main/finkinfo/libs

Modified Files:
libmcve.info 
Log Message:
Shlibs fix, no-op removal


Index: libmcve.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/libmcve.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libmcve.info28 Apr 2005 02:29:11 -  1.2
+++ libmcve.info3 Mar 2006 16:01:55 -   1.3
@@ -1,9 +1,8 @@
 Package: libmcve
 Version: 3.2.2
-Revision: 2
+Revision: 3
 Source: http://www.mcve.com/freedist/libmcve-%v.tar.gz
 Source-MD5: caf182dd9c089b2ab025a07107275828
-Replaces: libmcve
 NoSetLDFLAGS: true
 NoSetCPPFlags: true
 Depends: %N-shlibs (= %v-%r)
@@ -13,10 +12,10 @@
   Package: %N-shlibs
   Replaces: libmcve ( 3.0-1)
   Files: lib/%N.*.dylib
-  Shlibs: %p/lib/%N.3.dylib 3.0.0 %N-shlibs (= 3.0-1)
-  DocFiles: README
+  Shlibs: %p/lib/%N.3.dylib 4.0.0 %N-shlibs (= 3.2.2-3)
+  DocFiles: AUTHORS COPYING ChangeLog NEWS README
 
-DocFiles: README
+DocFiles: AUTHORS COPYING ChangeLog NEWS README
 Description: MCVE C API Library
 DescDetail: 
 This is a final release of the new 3.0 C API designed for use with MCVE
@@ -28,12 +27,6 @@
 DescUsage: 
 See http://www.mcve.com/
 
-DescPort: 
-Rev 1: [10.2]
-
-DescPackaging: 
-Includes the libraries, headers.
-
 License: OSI-Approved
 Homepage: http://www.mcve.com/
 Maintainer: Dustin Sias [EMAIL PROTECTED]



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sound madplay.info,1.2,1.3 madplay.patch,1.1,1.2

2006-03-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8488

Modified Files:
madplay.info madplay.patch 
Log Message:
Fixed endian issue on Intel Macs. Actually plays now!

Index: madplay.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/madplay.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- madplay.patch   20 Jan 2006 20:30:47 -  1.1
+++ madplay.patch   3 Mar 2006 16:02:19 -   1.2
@@ -9,6 +9,19 @@
  {
if (MPWaitOnSemaphore(buffer-semaphore, kDurationForever) != noErr) {
  audio_error = _(MPWaitOnSemaphore() failed);
+@@ -234,7 +234,11 @@
+ break;
+ 
+   case 16:
+-audio_pcm = audio_pcm_s16be;
++#ifdef __BIG_ENDIAN__
++audio_pcm = audio_pcm_s16be;
++#else
++audio_pcm = audio_pcm_s16le;
++#endif
+ break;
+   }
+ 
 @@ -263,7 +263,7 @@
/* wait for block to finish playing */
  

Index: madplay.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/madplay.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- madplay.info3 Mar 2006 14:13:41 -   1.2
+++ madplay.info3 Mar 2006 16:02:19 -   1.3
@@ -1,6 +1,6 @@
 Package: madplay
 Version: 0.15.2b
-Revision: 3
+Revision: 4
 Depends: libmad-shlibs, libid3tag-shlibs
 BuildDepends: libmad, libid3tag, gettext-dev, gettext-bin, gettext-tools, 
libiconv-dev
 Replaces: mad-bin
@@ -24,6 +24,8 @@
 
 DescPackaging: 
  Disabled ESD support, to reduce the number of dependencies.
+ 
+ Added patches to work on Intel Macs. --danielj7
 
 License: GPL
 Homepage: http://www.mars.org/home/rob/proj/mpeg/



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/common/main/finkinfo/utils coreutils.info,1.4,1.5

2006-03-03 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/utils
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4071/common/main/finkinfo/utils

Modified Files:
coreutils.info 
Log Message:
up to 5.94, which just came out

Index: coreutils.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/utils/coreutils.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- coreutils.info  21 Nov 2005 20:05:54 -  1.4
+++ coreutils.info  3 Mar 2006 18:44:13 -   1.5
@@ -1,12 +1,12 @@
 Package: coreutils
-Version: 5.93
+Version: 5.94
 Revision: 1
 BuildDepends: expat, help2man, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
 Depends: fileutils (= %v-%r), shellutils (= %v-%r), textutils (= %v-%r)
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 Source: mirror:gnu:%n/%n-%v.tar.bz2
-Source-MD5: 955d8abfd3dd8af2ca3af51480f1f9af
+Source-MD5: 11985c8345371546da8ff13f7efae359
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
 CompileScript: 
 #!/bin/sh -ex



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net net-snmp.info,1.8,1.9 net-snmp.patch,1.2,1.3

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4285/10.3/unstable/main/finkinfo/net

Modified Files:
net-snmp.info net-snmp.patch 
Log Message:
Maybe this thing will compile now? Still needs to have perl modules moved
into separate pkg


Index: net-snmp.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/net-snmp.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- net-snmp.patch  27 Oct 2003 19:06:53 -  1.2
+++ net-snmp.patch  3 Mar 2006 18:45:07 -   1.3
@@ -24,6 +24,18 @@
  if test $$? != 0 ; then \
 exit 1 ; \
  fi  \
+diff -Nurd -x'*~' net-snmp-5.0.7.orig/aclocal.m4 net-snmp-5.0.7/aclocal.m4
+--- net-snmp-5.0.7.orig/aclocal.m4 2002-10-17 22:39:47.0 -0400
 net-snmp-5.0.7/aclocal.m4  2006-03-03 13:14:26.0 -0500
+@@ -1708,7 +1708,7 @@
+ ;;
+ 
+   darwin* | rhapsody*)
+-allow_undefined_flag='-undefined suppress'
++allow_undefined_flag='-undefined dynamic_lookup'
+ # FIXME: Relying on posixy $() will cause problems for
+ #cross-compilation, but unfortunately the echo tests do not
+ #yet detect zsh echo's removal of \ escapes.
 diff -ruN net-snmp-5.0.7.orig/agent/mibgroup/mibII/tcp.c 
net-snmp-5.0.7/agent/mibgroup/mibII/tcp.c
 --- net-snmp-5.0.7.orig/agent/mibgroup/mibII/tcp.c Fri May 17 10:05:13 2002
 +++ net-snmp-5.0.7/agent/mibgroup/mibII/tcp.c  Mon Oct 27 10:58:36 2003
@@ -43,7 +55,7 @@
  
darwin* | rhapsody*)
 -allow_undefined_flag='-undefined suppress'
-+allow_undefined_flag='-flat_namespace -undefined suppress'
++allow_undefined_flag='-undefined dynamic_lookup'
  # FIXME: Relying on posixy $() will cause problems for
  #cross-compilation, but unfortunately the echo tests do not
  #yet detect zsh echo's removal of \ escapes.

Index: net-snmp.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/net-snmp.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- net-snmp.info   7 Oct 2005 14:09:52 -   1.8
+++ net-snmp.info   3 Mar 2006 18:45:07 -   1.9
@@ -1,9 +1,10 @@
 Package: net-snmp
 Version: 5.0.7
-Revision: 15
+Revision: 18
 Maintainer: Jeremy Higgs [EMAIL PROTECTED]
-Depends: daemonic, %n-shlibs
-BuildDepends: gawk, gdbm3, expat, tcltk-dev, cctools (= 446-1), fink (= 
0.12.0-1)
+Depends: daemonic, %n-shlibs (= %v-%r)
+BuildDepends: autoconf, gawk
+BuildConflicts: automaken
 Conflicts: net-snmp-ssl, ucd-snmp
 Replaces: net-snmp-ssl, ucd-snmp
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
@@ -12,14 +13,16 @@
 ### Use patchscript here for perlmodule, fix to install man pages in proper 
location
 sed -e s,@FINKPREFIX@,%p,g -e s,@FINKINSTALL@,%i,g %a/%n.patch | patch -p1
 ### Fix for openssl 0.9.7 on 10.3
-perl -pi.bak -e 's,#define DES_key_sched   des_key_sched,#define 
DES_key_sched   _ossl_old_des_key_sched,g' snmplib/scapi.c
-perl -pi.bak -e 's,#define DES_ncbc_encryptdes_ncbc_encrypt,#define 
DES_ncbc_encrypt_ossl_old_des_ncbc_encrypt,g' snmplib/scapi.c
-perl -pi.bak -e 's,#define DES_cbc_encryptdes_cbc_encrypt,#define 
DES_cbc_encrypt_ossl_old_des_cbc_encrypt,g' snmplib/scapi.c
+perl -pi -e 's,#define DES_key_sched   des_key_sched,#define DES_key_sched 
  _ossl_old_des_key_sched,g' snmplib/scapi.c
+perl -pi -e 's,#define DES_ncbc_encryptdes_ncbc_encrypt,#define 
DES_ncbc_encrypt_ossl_old_des_ncbc_encrypt,g' snmplib/scapi.c
+perl -pi -e 's,#define DES_cbc_encryptdes_cbc_encrypt,#define 
DES_cbc_encrypt_ossl_old_des_cbc_encrypt,g' snmplib/scapi.c
+### modern syntax
+egrep -rI '(head|tail) +\-[0-9]' *|cut -f1 -d:|sort -u|xargs perl -pi -e 
's,(head|tail) +\-([0-9]),\1 \-n\2,g'
 
 UpdatePOD: True
 NoSetMAKEFLAGS: true
-SetMAKEFLAGS: -j1 
-ConfigureParams: --mandir='${prefix}/share/man' 
--with-logfile=%p/var/log/snmpd.log --with-persistent-directory=%p/var/%n 
--with-openssl=no --with-default-snmp-version=3 --enable-shared 
--with-perl-modules
+SetMAKEFLAGS: -j1
+ConfigureParams: --mandir='${prefix}/share/man' 
--with-logfile=%p/var/log/snmpd.log --with-persistent-directory=%p/var/%n 
--with-openssl=no --with-default-snmp-version=3 --enable-shared 
--with-perl-modules --with-sys-location=Fink Build --with-sys-contact=[EMAIL 
PROTECTED]
 InstallScript: 
 make install prefix=%i libdir=%i/lib bindir=%i/bin sbindir=%i/sbin
 install -d -m 755 %i/var/log
@@ -29,31 +32,31 @@
 
 Splitoff: 
   Package: %N-shlibs
-  BuildDepends: gawk, cctools (= 446), fink (= 0.12.0-1)
-  Replaces: %N ( 5.0-1), %N-ssl-shlibs
-  Conflicts: %N-ssl-shlibs
+  Replaces: net-snmp ( 5.0-1),net-snmp-ssl ( 5.0-1), net-snmp-ssl-shlibs
+  Conflicts: net-snmp-ssl-shlibs
   Files: lib/libnetsnmp*.5*.dylib
   Shlibs: 

dists/10.4-transitional/unstable/crypto/finkinfo net-snmp-ssl.info,1.3,1.4 net-snmp-ssl.patch,1.2,1.3

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4285/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
net-snmp-ssl.info net-snmp-ssl.patch 
Log Message:
Maybe this thing will compile now? Still needs to have perl modules moved
into separate pkg


Index: net-snmp-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/net-snmp-ssl.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- net-snmp-ssl.info   18 Nov 2005 18:25:44 -  1.3
+++ net-snmp-ssl.info   3 Mar 2006 18:45:07 -   1.4
@@ -1,9 +1,10 @@
 Package: net-snmp-ssl
 Version: 5.0.7
-Revision: 17
+Revision: 118
 Maintainer: Jeremy Higgs [EMAIL PROTECTED]
-Depends: daemonic, openssl097, openssl097-shlibs, %n-shlibs
-BuildDepends: autoconf, gawk, openssl097-dev, gdbm3, gmp (= 4.1.4-1), 
libmpfr1, expat, tcltk-dev, cctools (= 446-1), fink (= 0.12.0-1)
+Depends: openssl097, openssl097-shlibs, daemonic, %n-shlibs (= %v-%r)
+BuildDepends: autoconf, gawk, openssl097-dev
+BuildConflicts: automaken
 Conflicts: net-snmp, ucd-snmp
 Replaces: net-snmp, ucd-snmp
 Source: mirror:sourceforge:net-snmp/net-snmp-%v.tar.gz
@@ -15,6 +16,7 @@
 perl -pi -e 's,#define DES_key_sched   des_key_sched,#define DES_key_sched 
  _ossl_old_des_key_sched,g' snmplib/scapi.c
 perl -pi -e 's,#define DES_ncbc_encryptdes_ncbc_encrypt,#define 
DES_ncbc_encrypt_ossl_old_des_ncbc_encrypt,g' snmplib/scapi.c
 perl -pi -e 's,#define DES_cbc_encryptdes_cbc_encrypt,#define 
DES_cbc_encrypt_ossl_old_des_cbc_encrypt,g' snmplib/scapi.c
+### modern syntax
 egrep -rI '(head|tail) +\-[0-9]' *|cut -f1 -d:|sort -u|xargs perl -pi -e 
's,(head|tail) +\-([0-9]),\1 \-n\2,g'
 ## 10.4 no idea why this is happening, as net-snmp-config.h defines this
 perl -pi -e 's,\#include \net-snmp/net-snmp-config.h\,\#include 
\net-snmp/net-snmp-config.h\\n\#define HAVE_FSTAB_H 1,g' 
agent/mibgroup/ucd-snmp/disk.c
@@ -35,7 +37,7 @@
 
 Splitoff: 
   Package: %N-shlibs
-  Replaces: %N ( 5.0-1), net-snmp-shlibs
+  Replaces: net-snmp ( 5.0-1),net-snmp-ssl ( 5.0-1), net-snmp-shlibs
   Conflicts: net-snmp-shlibs
   Files: lib/libnetsnmp*.5*.dylib
   Shlibs: 
@@ -48,18 +50,18 @@
 
 SplitOff2: 
   Package: %N-dev
-  Depends: %N-shlibs (= %v-%r)
-  Replaces: %N ( 5.0-1), net-snmp-dev
+  Depends: %N-shlibs (= %v-%r)
+  Replaces: net-snmp ( 5.0.7-18),net-snmp-ssl ( 5.0.7-18), net-snmp-dev
   Conflicts: net-snmp-dev
   BuildDependsOnly: true
   Files: include/net-snmp lib/libnetsnmp*.dylib
   DocFiles: AGENT.txt COPYING ChangeLog CodingStyle EXAMPLE.conf.def FAQ NEWS 
PORTING README README.agentx README.krb5 README.snmpv3 README.thread TODO
 
-SetCPPFLAGS: -no-cpp-precomp -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/include 
-D_BSD_SOCKLEN_T_=int32_t -DSIOCADDRT -DSIOCDELRT -DTCPTV_MIN -DTCPTV_REXMTMAX
-# SetCPPFLAGS: -no-cpp-precomp -D_BSD_SOCKLEN_T_=int32_t -DSIOCADDRT 
-DSIOCDELRT -DTCPTV_MIN -DTCPTV_REXMTMAX
+#SetCPPFLAGS: -no-cpp-precomp -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/include 
-DSIOCADDRT -DSIOCDELRT -DTCPTV_MIN -DTCPTV_REXMTMAX
+SetCPPFLAGS: -no-cpp-precomp -DSIOCADDRT -DSIOCDELRT -DTCPTV_MIN 
-DTCPTV_REXMTMAX
 PreRmScript: 
 if [ $1 != upgrade ]; then
-daemonic disable net-snmp-ssl
+daemonic disable %N
 fi
 
 PostRmScript: 
@@ -94,6 +96,14 @@
 Default snmp version set to 3, but can be overridden using the '-v' flag for
 the command tools, or alternatively using the 'defVersion' option in the
 snmp.conf file.
+
+This packaeg includes perl modules, but they are not up to current
+fink perl-modle packaging standards and have OSX-version-dependent
+differences.
+
+This thing has some very old auto* syntaxes, so need the old autoconf
+package.  BConf:automaken helps install autoconf, because automake1.*
+have Depends on the other autoconf*.
 
 DescUsage: 
 In order to run net-snmp correctly, the community name needs to be set. The
@@ -105,15 +115,12 @@
 Added '-flat_namespace' to configure script to compile properly, and fixed
 the bash versioning bug.
 
-perl -pi.bak added by Justin F. Hallett to correctly work with openssl 097 
when the system has 096 installed.
+DES symbol changes added by Justin F. Hallett to correctly work with
+openssl 097 when the system has 096 installed.
 
 -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/include added by Justin F. Hallett for
-gcc 3.3 and 10.3 since tcp_var.h is missing yet it's in the sdk, for
-10.2.6 + gcc 3.3 the MacOSX10.3.0 should be MacOSX10.2.6
-
--D_BSD_SOCKLEN_T_=int32_t added by Justin F. Hallett to fix a problem when
-compiling against net-snmp, as for some reason on 10.2 it doesn't find
-socklen_t even though 10.2 does have it.
+gcc 3.3 and 10.3 since tcp_var.h is missing yet it's in the sdk
+removed by dmacks, since it's present in recent /usr/include on 10.3 and 10.4
 
 License: BSD
 Homepage: 

dists/10.4/unstable/crypto/finkinfo net-snmp-ssl.info,1.1,1.2 net-snmp-ssl.patch,1.1,1.2

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4285/10.4/unstable/crypto/finkinfo

Modified Files:
net-snmp-ssl.info net-snmp-ssl.patch 
Log Message:
Maybe this thing will compile now? Still needs to have perl modules moved
into separate pkg


Index: net-snmp-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/net-snmp-ssl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- net-snmp-ssl.info   20 Jan 2006 20:16:56 -  1.1
+++ net-snmp-ssl.info   3 Mar 2006 18:45:07 -   1.2
@@ -1,9 +1,10 @@
 Package: net-snmp-ssl
 Version: 5.0.7
-Revision: 17
+Revision: 118
 Maintainer: Jeremy Higgs [EMAIL PROTECTED]
-Depends: daemonic, openssl097, openssl097-shlibs, %n-shlibs
-BuildDepends: autoconf, gawk, openssl097-dev, gdbm3, gmp (= 4.1.4-1), 
libmpfr1, expat, tcltk-dev, cctools (= 446-1), fink (= 0.12.0-1)
+Depends: openssl097, openssl097-shlibs, daemonic, %n-shlibs (= %v-%r)
+BuildDepends: autoconf, gawk, openssl097-dev
+BuildConflicts: automaken
 Conflicts: net-snmp, ucd-snmp
 Replaces: net-snmp, ucd-snmp
 Source: mirror:sourceforge:net-snmp/net-snmp-%v.tar.gz
@@ -15,6 +16,7 @@
 perl -pi -e 's,#define DES_key_sched   des_key_sched,#define DES_key_sched 
  _ossl_old_des_key_sched,g' snmplib/scapi.c
 perl -pi -e 's,#define DES_ncbc_encryptdes_ncbc_encrypt,#define 
DES_ncbc_encrypt_ossl_old_des_ncbc_encrypt,g' snmplib/scapi.c
 perl -pi -e 's,#define DES_cbc_encryptdes_cbc_encrypt,#define 
DES_cbc_encrypt_ossl_old_des_cbc_encrypt,g' snmplib/scapi.c
+### modern syntax
 egrep -rI '(head|tail) +\-[0-9]' *|cut -f1 -d:|sort -u|xargs perl -pi -e 
's,(head|tail) +\-([0-9]),\1 \-n\2,g'
 ## 10.4 no idea why this is happening, as net-snmp-config.h defines this
 perl -pi -e 's,\#include \net-snmp/net-snmp-config.h\,\#include 
\net-snmp/net-snmp-config.h\\n\#define HAVE_FSTAB_H 1,g' 
agent/mibgroup/ucd-snmp/disk.c
@@ -35,7 +37,7 @@
 
 Splitoff: 
   Package: %N-shlibs
-  Replaces: %N ( 5.0-1), net-snmp-shlibs
+  Replaces: net-snmp ( 5.0-1),net-snmp-ssl ( 5.0-1), net-snmp-shlibs
   Conflicts: net-snmp-shlibs
   Files: lib/libnetsnmp*.5*.dylib
   Shlibs: 
@@ -48,18 +50,18 @@
 
 SplitOff2: 
   Package: %N-dev
-  Depends: %N-shlibs (= %v-%r)
-  Replaces: %N ( 5.0-1), net-snmp-dev
+  Depends: %N-shlibs (= %v-%r)
+  Replaces: net-snmp ( 5.0.7-18),net-snmp-ssl ( 5.0.7-18), net-snmp-dev
   Conflicts: net-snmp-dev
   BuildDependsOnly: true
   Files: include/net-snmp lib/libnetsnmp*.dylib
   DocFiles: AGENT.txt COPYING ChangeLog CodingStyle EXAMPLE.conf.def FAQ NEWS 
PORTING README README.agentx README.krb5 README.snmpv3 README.thread TODO
 
-SetCPPFLAGS: -no-cpp-precomp -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/include 
-D_BSD_SOCKLEN_T_=int32_t -DSIOCADDRT -DSIOCDELRT -DTCPTV_MIN -DTCPTV_REXMTMAX
-# SetCPPFLAGS: -no-cpp-precomp -D_BSD_SOCKLEN_T_=int32_t -DSIOCADDRT 
-DSIOCDELRT -DTCPTV_MIN -DTCPTV_REXMTMAX
+#SetCPPFLAGS: -no-cpp-precomp -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/include 
-DSIOCADDRT -DSIOCDELRT -DTCPTV_MIN -DTCPTV_REXMTMAX
+SetCPPFLAGS: -no-cpp-precomp -DSIOCADDRT -DSIOCDELRT -DTCPTV_MIN 
-DTCPTV_REXMTMAX
 PreRmScript: 
 if [ $1 != upgrade ]; then
-daemonic disable net-snmp-ssl
+daemonic disable %N
 fi
 
 PostRmScript: 
@@ -94,6 +96,14 @@
 Default snmp version set to 3, but can be overridden using the '-v' flag for
 the command tools, or alternatively using the 'defVersion' option in the
 snmp.conf file.
+
+This packaeg includes perl modules, but they are not up to current
+fink perl-modle packaging standards and have OSX-version-dependent
+differences.
+
+This thing has some very old auto* syntaxes, so need the old autoconf
+package.  BConf:automaken helps install autoconf, because automake1.*
+have Depends on the other autoconf*.
 
 DescUsage: 
 In order to run net-snmp correctly, the community name needs to be set. The
@@ -105,15 +115,12 @@
 Added '-flat_namespace' to configure script to compile properly, and fixed
 the bash versioning bug.
 
-perl -pi.bak added by Justin F. Hallett to correctly work with openssl 097 
when the system has 096 installed.
+DES symbol changes added by Justin F. Hallett to correctly work with
+openssl 097 when the system has 096 installed.
 
 -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/include added by Justin F. Hallett for
-gcc 3.3 and 10.3 since tcp_var.h is missing yet it's in the sdk, for
-10.2.6 + gcc 3.3 the MacOSX10.3.0 should be MacOSX10.2.6
-
--D_BSD_SOCKLEN_T_=int32_t added by Justin F. Hallett to fix a problem when
-compiling against net-snmp, as for some reason on 10.2 it doesn't find
-socklen_t even though 10.2 does have it.
+gcc 3.3 and 10.3 since tcp_var.h is missing yet it's in the sdk
+removed by dmacks, since it's present in recent /usr/include on 10.3 and 10.4
 
 License: BSD
 Homepage: http://net-snmp.sourceforge.net/

Index: 

dists/10.3/unstable/crypto/finkinfo net-snmp-ssl.info,1.9,1.10 net-snmp-ssl.patch,1.2,1.3

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4285/10.3/unstable/crypto/finkinfo

Modified Files:
net-snmp-ssl.info net-snmp-ssl.patch 
Log Message:
Maybe this thing will compile now? Still needs to have perl modules moved
into separate pkg


Index: net-snmp-ssl.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/net-snmp-ssl.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- net-snmp-ssl.info   18 Nov 2005 18:26:31 -  1.9
+++ net-snmp-ssl.info   3 Mar 2006 18:45:06 -   1.10
@@ -1,9 +1,10 @@
 Package: net-snmp-ssl
 Version: 5.0.7
-Revision: 16
+Revision: 18
 Maintainer: Jeremy Higgs [EMAIL PROTECTED]
-Depends: daemonic, openssl097, %n-shlibs
-BuildDepends: gawk, openssl097-dev, gdbm3, gmp (= 4.1.4-1), libmpfr1, expat, 
tcltk-dev, cctools (= 446-1), fink (= 0.12.0-1)
+Depends: openssl097, openssl097-shlibs, daemonic, %n-shlibs (= %v-%r)
+BuildDepends: autoconf, gawk, openssl097-dev
+BuildConflicts: automaken
 Conflicts: net-snmp, ucd-snmp
 Replaces: net-snmp, ucd-snmp
 Source: mirror:sourceforge:net-snmp/net-snmp-%v.tar.gz
@@ -12,13 +13,15 @@
 ### Use patchscript here for perlmodule, fix to install man pages in proper 
location
 sed -e s,@FINKPREFIX@,%p,g -e s,@FINKINSTALL@,%i,g %a/%n.patch | patch -p1
 ### Fix for openssl 0.9.7 on 10.3
-perl -pi.bak -e 's,#define DES_key_sched   des_key_sched,#define 
DES_key_sched   _ossl_old_des_key_sched,g' snmplib/scapi.c
-perl -pi.bak -e 's,#define DES_ncbc_encryptdes_ncbc_encrypt,#define 
DES_ncbc_encrypt_ossl_old_des_ncbc_encrypt,g' snmplib/scapi.c
-perl -pi.bak -e 's,#define DES_cbc_encryptdes_cbc_encrypt,#define 
DES_cbc_encrypt_ossl_old_des_cbc_encrypt,g' snmplib/scapi.c
+perl -pi -e 's,#define DES_key_sched   des_key_sched,#define DES_key_sched 
  _ossl_old_des_key_sched,g' snmplib/scapi.c
+perl -pi -e 's,#define DES_ncbc_encryptdes_ncbc_encrypt,#define 
DES_ncbc_encrypt_ossl_old_des_ncbc_encrypt,g' snmplib/scapi.c
+perl -pi -e 's,#define DES_cbc_encryptdes_cbc_encrypt,#define 
DES_cbc_encrypt_ossl_old_des_cbc_encrypt,g' snmplib/scapi.c
+### modern syntax
+egrep -rI '(head|tail) +\-[0-9]' *|cut -f1 -d:|sort -u|xargs perl -pi -e 
's,(head|tail) +\-([0-9]),\1 \-n\2,g'
 
 UpdatePOD: True
 NoSetMAKEFLAGS: true
-SetMAKEFLAGS: -j1 
+SetMAKEFLAGS: -j1
 ConfigureParams: --mandir='${prefix}/share/man' 
--with-logfile=%p/var/log/snmpd.log --with-persistent-directory=%p/var/%n 
--with-default-snmp-version=3 --enable-shared --with-perl-modules 
--with-sys-location=Fink Build --with-sys-contact=[EMAIL PROTECTED]
 InstallScript: 
 make install prefix=%i libdir=%i/lib bindir=%i/bin sbindir=%i/sbin
@@ -29,31 +32,31 @@
 
 Splitoff: 
   Package: %N-shlibs
-  BuildDepends: gawk, cctools (= 446), fink (= 0.12.0-1)
-  Replaces: %N ( 5.0-1), net-snmp-shlibs
+  Replaces: net-snmp ( 5.0-1),net-snmp-ssl ( 5.0-1), net-snmp-shlibs
   Conflicts: net-snmp-shlibs
   Files: lib/libnetsnmp*.5*.dylib
   Shlibs: 
-%p/lib/libnetsnmp.5.dylib %n (= %v-%r)
-%p/lib/libnetsnmpagent.5.dylib %n (= %v-%r)
-%p/lib/libnetsnmphelpers.5.dylib %n (= %v-%r)
-%p/lib/libnetsnmpmibs.5.dylib %n (= %v-%r)
+%p/lib/libnetsnmp.5.dylib 6.0.0 %n (= 5.0-1)
+%p/lib/libnetsnmpagent.5.dylib 6.0.0 %n (= 5.0-1)
+%p/lib/libnetsnmphelpers.5.dylib 6.0.0 %n (= 5.0-1)
+%p/lib/libnetsnmpmibs.5.dylib 6.0.0 %n (= 5.0-1)
   
   DocFiles: AGENT.txt COPYING ChangeLog CodingStyle EXAMPLE.conf.def FAQ NEWS 
PORTING README README.agentx README.krb5 README.snmpv3 README.thread TODO
 
 SplitOff2: 
   Package: %N-dev
-  Depends: %N (= %v-%r)
-  BuildDepends: gawk, cctools (= 446), fink (= 0.12.0-1)
-  Replaces: %N ( 5.0-1), net-snmp-dev
+  Depends: %N-shlibs (= %v-%r)
+  Replaces: net-snmp ( 5.0.7-18),net-snmp-ssl ( 5.0.7-18), net-snmp-dev
   Conflicts: net-snmp-dev
-  Files: include/net-snmp
+  BuildDependsOnly: true
+  Files: include/net-snmp lib/libnetsnmp*.dylib
   DocFiles: AGENT.txt COPYING ChangeLog CodingStyle EXAMPLE.conf.def FAQ NEWS 
PORTING README README.agentx README.krb5 README.snmpv3 README.thread TODO
 
-SetCPPFLAGS: -no-cpp-precomp -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/include 
-D_BSD_SOCKLEN_T_=int32_t
+#SetCPPFLAGS: -no-cpp-precomp -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/include
+SetCPPFLAGS: -no-cpp-precomp
 PreRmScript: 
 if [ $1 != upgrade ]; then
-daemonic disable net-snmp-ssl
+daemonic disable %N
 fi
 
 PostRmScript: 
@@ -88,6 +91,14 @@
 Default snmp version set to 3, but can be overridden using the '-v' flag for
 the command tools, or alternatively using the 'defVersion' option in the
 snmp.conf file.
+
+This packaeg includes perl modules, but they are not up to current
+fink perl-modle packaging standards and have OSX-version-dependent
+differences.
+
+This thing has some very old auto* syntaxes, so need the old 

experimental/bmaret/finkinfo evince.patch,1.1,1.2

2006-03-03 Thread S�bastien Maret
Update of /cvsroot/fink/experimental/bmaret/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8119

Modified Files:
evince.patch 
Log Message:
Do not have Evince wrapper kill DBus daemon that it did not start.


Index: evince.patch
===
RCS file: /cvsroot/fink/experimental/bmaret/finkinfo/evince.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- evince.patch3 Mar 2006 15:52:50 -   1.1
+++ evince.patch3 Mar 2006 18:50:15 -   1.2
@@ -1,13 +1,15 @@
 diff -ruN -x '*~' evince-0.5.1/fink/evince evince-0.5.1.patched/fink/evince
 --- evince-0.5.1/fink/evince   1969-12-31 19:00:00.0 -0500
-+++ evince-0.5.1.patched/fink/evince   2006-03-02 23:13:35.0 -0500
-@@ -0,0 +1,9 @@
 evince-0.5.1.patched/fink/evince   2006-03-03 11:58:02.0 -0500
+@@ -0,0 +1,11 @@
 +#!/bin/sh -e
 +# Start Evince with DBus daemon
 +
 +if test -z $DBUS_SESSION_BUS_ADDRESS ; then
 +eval `dbus-launch --sh-syntax`
++evince.bin $@
++kill ${DBUS_SESSION_BUS_PID}
++else
++evince.bin $@
 +fi
-+evince.bin
-+kill ${DBUS_SESSION_BUS_PID}
 +exit 0



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/net rsync.info,1.1,1.2

2006-03-03 Thread Darian Lanx
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8610

Modified Files:
rsync.info 
Log Message:
Did not get a hold of the maintainer, but with Apple's screw up many will 
install this so it should be up to date

Index: rsync.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/rsync.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rsync.info  20 Jan 2006 20:28:28 -  1.1
+++ rsync.info  3 Mar 2006 18:50:44 -   1.2
@@ -1,13 +1,14 @@
 Package: rsync
-Version: 2.6.2
-Revision: 3
+Version: 2.6.6
+Revision: 1
 Maintainer: Bill Bumgarner [EMAIL PROTECTED]
 CustomMirror: 
 A: http://samba.org/ftp/rsync/
 B: http://samba.org/ftp/rsync/old-versions/
 
 Source: mirror:custom:%n-%v.tar.gz
-Source-MD5: bcacd9a9108a9e4760832212ec3d658d
+Source-MD5: 30c4e2849cbeae93f55548453865c2f2
+Source-SHA1: 46b4d296b41d0d7ece667b704f809168dd9f3843
 SetCFLAGS: -Os -I%p/include
 SetCPPFLAGS: -no-cpp-precomp
 UpdateConfigGuess: true



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink ChangeLog,1.873.2.87,1.873.2.88 Validation.pm,1.170.2.13,1.170.2.14

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20115

Modified Files:
  Tag: branch_0_24
ChangeLog Validation.pm 
Log Message:
Oops...fix for broken validator when using PatchScript
http://article.gmane.org/gmane.os.apple.fink.devel/12392


Index: Validation.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.170.2.13
retrieving revision 1.170.2.14
diff -u -d -r1.170.2.13 -r1.170.2.14
--- Validation.pm   8 Feb 2006 03:23:09 -   1.170.2.13
+++ Validation.pm   3 Mar 2006 19:07:14 -   1.170.2.14
@@ -23,7 +23,7 @@
 
 package Fink::Validation;
 
-use Fink::Services qw(read_properties read_properties_var expand_percent 
get_arch);
+use Fink::Services qw(read_properties read_properties_var expand_percent 
get_arch pkglist2lol);
 use Fink::Config qw($config);
 
 use strict;

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.873.2.87
retrieving revision 1.873.2.88
diff -u -d -r1.873.2.87 -r1.873.2.88
--- ChangeLog   23 Feb 2006 17:22:00 -  1.873.2.87
+++ ChangeLog   3 Mar 2006 19:07:14 -   1.873.2.88
@@ -1,3 +1,8 @@
+2006-03-03  Daniel Macks  [EMAIL PROTECTED]
+
+   * Validation.pm: Add missing function import
+
+
 2006-02-23  Benjamin Reed  [EMAIL PROTECTED]
 
* VirtPackage.pm: Use the gcc build number for the revision if



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo net-snmp-ssl.info,1.4,1.5

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22179/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
net-snmp-ssl.info 
Log Message:
Avoid linkingto previously-instaleld versions


Index: net-snmp-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/net-snmp-ssl.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- net-snmp-ssl.info   3 Mar 2006 18:45:07 -   1.4
+++ net-snmp-ssl.info   3 Mar 2006 19:48:40 -   1.5
@@ -1,6 +1,6 @@
 Package: net-snmp-ssl
 Version: 5.0.7
-Revision: 118
+Revision: 119
 Maintainer: Jeremy Higgs [EMAIL PROTECTED]
 Depends: openssl097, openssl097-shlibs, daemonic, %n-shlibs (= %v-%r)
 BuildDepends: autoconf, gawk, openssl097-dev
@@ -23,11 +23,13 @@
 ## more 10.4
 perl -pi -e 's,ortentry,rtentry,g' configure
 perl -pi -e 's,\#ifndef dynix,\#ifdef dynix,g' 
agent/mibgroup/mibII/route_write.c
+### link local lib in preference to installed one
+perl -pi.bak -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 
 UpdatePOD: True
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
-ConfigureParams: --mandir='${prefix}/share/man' 
--with-logfile=%p/var/log/snmpd.log --with-persistent-directory=%p/var/%n 
--with-default-snmp-version=3 --enable-shared --with-perl-modules 
--with-sys-location=Fink Build --with-sys-contact=[EMAIL PROTECTED]
+ConfigureParams: --mandir='${prefix}/share/man' 
--with-logfile=%p/var/log/snmpd.log --with-persistent-directory=%p/var/%n 
--with-default-snmp-version=3 --enable-shared --with-perl-modules 
--with-sys-location=Fink Build --with-sys-contact=[EMAIL PROTECTED] 
--disable-dependency-tracking
 InstallScript: 
 make install prefix=%i libdir=%i/lib bindir=%i/bin sbindir=%i/sbin
 install -d -m 755 %i/var/log



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/crypto/finkinfo net-snmp-ssl.info,1.2,1.3

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22179/10.4/unstable/crypto/finkinfo

Modified Files:
net-snmp-ssl.info 
Log Message:
Avoid linkingto previously-instaleld versions


Index: net-snmp-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/net-snmp-ssl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- net-snmp-ssl.info   3 Mar 2006 18:45:07 -   1.2
+++ net-snmp-ssl.info   3 Mar 2006 19:48:40 -   1.3
@@ -1,6 +1,6 @@
 Package: net-snmp-ssl
 Version: 5.0.7
-Revision: 118
+Revision: 119
 Maintainer: Jeremy Higgs [EMAIL PROTECTED]
 Depends: openssl097, openssl097-shlibs, daemonic, %n-shlibs (= %v-%r)
 BuildDepends: autoconf, gawk, openssl097-dev
@@ -23,11 +23,13 @@
 ## more 10.4
 perl -pi -e 's,ortentry,rtentry,g' configure
 perl -pi -e 's,\#ifndef dynix,\#ifdef dynix,g' 
agent/mibgroup/mibII/route_write.c
+### link local lib in preference to installed one
+perl -pi.bak -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 
 UpdatePOD: True
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
-ConfigureParams: --mandir='${prefix}/share/man' 
--with-logfile=%p/var/log/snmpd.log --with-persistent-directory=%p/var/%n 
--with-default-snmp-version=3 --enable-shared --with-perl-modules 
--with-sys-location=Fink Build --with-sys-contact=[EMAIL PROTECTED]
+ConfigureParams: --mandir='${prefix}/share/man' 
--with-logfile=%p/var/log/snmpd.log --with-persistent-directory=%p/var/%n 
--with-default-snmp-version=3 --enable-shared --with-perl-modules 
--with-sys-location=Fink Build --with-sys-contact=[EMAIL PROTECTED] 
--disable-dependency-tracking
 InstallScript: 
 make install prefix=%i libdir=%i/lib bindir=%i/bin sbindir=%i/sbin
 install -d -m 755 %i/var/log



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo net-snmp-ssl.info,1.10,1.11

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22179/10.3/unstable/crypto/finkinfo

Modified Files:
net-snmp-ssl.info 
Log Message:
Avoid linkingto previously-instaleld versions


Index: net-snmp-ssl.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/net-snmp-ssl.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- net-snmp-ssl.info   3 Mar 2006 18:45:06 -   1.10
+++ net-snmp-ssl.info   3 Mar 2006 19:48:39 -   1.11
@@ -1,6 +1,6 @@
 Package: net-snmp-ssl
 Version: 5.0.7
-Revision: 18
+Revision: 19
 Maintainer: Jeremy Higgs [EMAIL PROTECTED]
 Depends: openssl097, openssl097-shlibs, daemonic, %n-shlibs (= %v-%r)
 BuildDepends: autoconf, gawk, openssl097-dev
@@ -18,11 +18,13 @@
 perl -pi -e 's,#define DES_cbc_encryptdes_cbc_encrypt,#define 
DES_cbc_encrypt_ossl_old_des_cbc_encrypt,g' snmplib/scapi.c
 ### modern syntax
 egrep -rI '(head|tail) +\-[0-9]' *|cut -f1 -d:|sort -u|xargs perl -pi -e 
's,(head|tail) +\-([0-9]),\1 \-n\2,g'
+### link local lib in preference to installed one
+perl -pi.bak -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 
 UpdatePOD: True
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
-ConfigureParams: --mandir='${prefix}/share/man' 
--with-logfile=%p/var/log/snmpd.log --with-persistent-directory=%p/var/%n 
--with-default-snmp-version=3 --enable-shared --with-perl-modules 
--with-sys-location=Fink Build --with-sys-contact=[EMAIL PROTECTED]
+ConfigureParams: --mandir='${prefix}/share/man' 
--with-logfile=%p/var/log/snmpd.log --with-persistent-directory=%p/var/%n 
--with-default-snmp-version=3 --enable-shared --with-perl-modules 
--with-sys-location=Fink Build --with-sys-contact=[EMAIL PROTECTED] 
--disable-dependency-tracking
 InstallScript: 
 make install prefix=%i libdir=%i/lib bindir=%i/bin sbindir=%i/sbin
 install -d -m 755 %i/var/log
@@ -32,7 +34,7 @@
 
 Splitoff: 
   Package: %N-shlibs
-  Replaces: net-snmp ( 5.0-1),net-snmp-ssl ( 5.0-1), net-snmp-shlibs
+  Replaces: net-snmp ( 5.0-1), net-snmp-ssl ( 5.0-1), net-snmp-shlibs
   Conflicts: net-snmp-shlibs
   Files: lib/libnetsnmp*.5*.dylib
   Shlibs: 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net net-snmp.info,1.9,1.10

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22179/10.3/unstable/main/finkinfo/net

Modified Files:
net-snmp.info 
Log Message:
Avoid linkingto previously-instaleld versions


Index: net-snmp.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/net-snmp.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- net-snmp.info   3 Mar 2006 18:45:07 -   1.9
+++ net-snmp.info   3 Mar 2006 19:48:40 -   1.10
@@ -1,6 +1,6 @@
 Package: net-snmp
 Version: 5.0.7
-Revision: 18
+Revision: 19
 Maintainer: Jeremy Higgs [EMAIL PROTECTED]
 Depends: daemonic, %n-shlibs (= %v-%r)
 BuildDepends: autoconf, gawk
@@ -18,11 +18,13 @@
 perl -pi -e 's,#define DES_cbc_encryptdes_cbc_encrypt,#define 
DES_cbc_encrypt_ossl_old_des_cbc_encrypt,g' snmplib/scapi.c
 ### modern syntax
 egrep -rI '(head|tail) +\-[0-9]' *|cut -f1 -d:|sort -u|xargs perl -pi -e 
's,(head|tail) +\-([0-9]),\1 \-n\2,g'
+### link local lib in preference to installed one
+perl -pi.bak -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 
 UpdatePOD: True
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
-ConfigureParams: --mandir='${prefix}/share/man' 
--with-logfile=%p/var/log/snmpd.log --with-persistent-directory=%p/var/%n 
--with-openssl=no --with-default-snmp-version=3 --enable-shared 
--with-perl-modules --with-sys-location=Fink Build --with-sys-contact=[EMAIL 
PROTECTED]
+ConfigureParams: --mandir='${prefix}/share/man' 
--with-logfile=%p/var/log/snmpd.log --with-persistent-directory=%p/var/%n 
--with-openssl=no --with-default-snmp-version=3 --enable-shared 
--with-perl-modules --with-sys-location=Fink Build --with-sys-contact=[EMAIL 
PROTECTED] --disable-dependency-tracking
 InstallScript: 
 make install prefix=%i libdir=%i/lib bindir=%i/bin sbindir=%i/sbin
 install -d -m 755 %i/var/log
@@ -32,7 +34,7 @@
 
 Splitoff: 
   Package: %N-shlibs
-  Replaces: net-snmp ( 5.0-1),net-snmp-ssl ( 5.0-1), net-snmp-ssl-shlibs
+  Replaces: net-snmp ( 5.0-1), net-snmp-ssl ( 5.0-1), net-snmp-ssl-shlibs
   Conflicts: net-snmp-ssl-shlibs
   Files: lib/libnetsnmp*.5*.dylib
   Shlibs: 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/text lilypond-devel.info,1.2,1.3

2006-03-03 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30951

Modified Files:
lilypond-devel.info 
Log Message:
Updated to latest upstream

Index: lilypond-devel.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/lilypond-devel.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lilypond-devel.info 3 Mar 2006 01:24:29 -   1.2
+++ lilypond-devel.info 3 Mar 2006 23:06:53 -   1.3
@@ -1,5 +1,5 @@
 Package: lilypond-devel
-Version: 2.7.28
+Version: 2.7.37
 Revision: 1002
 Maintainer: Matthias Neeracher [EMAIL PROTECTED]
 GCC: 4.0
@@ -19,7 +19,7 @@
 Conflicts: lilypond, lilypond-unstable, lilypond-devel, lilypond-devel-tex
 Replaces: lilypond, lilypond-unstable
 Source: http://www.lilypond.org/ftp/v2.7/lilypond-%v.tar.gz
-Source-MD5: 5981dc9f649630df7a6972e30085e80a
+Source-MD5: 18e5509ca2c31e4abde56326ae167a34
 Patch: %n.patch
 SetCPPFLAGS: -no-cpp-precomp 
 SetLDFLAGS: -lexpat -L%p/lib/pango-ft219/lib 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/gnome libgdome0.info,NONE,1.1 libgdome0.patch,NONE,1.1

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26075

Added Files:
libgdome0.info libgdome0.patch 
Log Message:
New package.


--- NEW FILE: libgdome0.info ---
Package: libgdome0
Version: 0.8.1
Revision: 1

Source: http://gdome2.cs.unibo.it/tarball/gdome2-%v.tar.gz
Source-MD5: bfc114e59eec50cbda8e4ece751ff022

BuildDepends: pkgconfig, glib2-dev, libiconv-dev, libgettext3-dev, libxml2 (= 
2.4.26-1), libtool14, automake1.9

BuildDependsOnly: true

ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
Patch: %n.patch
PatchScript: 
  glibtoolize --force
  autoreconf -fi

InstallScript: 
  make install DESTDIR=%d

DocFiles: AUTHORS COPYING* ChangeLog MAINTAINERS NEWS README*

SplitOff: 
  Package: %N-shlibs
  Depends: glib2-shlibs, libiconv, libgettext3-shlibs, libxml2 (= 2.4.26-1)
  Files: lib/libgdome.0.*dylib
  DocFiles: AUTHORS COPYING* ChangeLog MAINTAINERS NEWS README*
  Shlibs: %p/lib/libgdome.0.dylib 9.0.0 %n (= 0.8.1-1)


DescPort: 
  Included libtool is *very* old and buggy, so we'll just start
  over instead of trying to patch it.

  Make sure to find pkg-config before trying to use it, and clarify
  diagnostics about what glib is being checked.

  Don't put a .c's private variable in its .h file.


Description: DOM level2 library for accessing XML files
Homepage: http://gdome2.cs.unibo.it
License: GPL/LGPL
Maintainer: Daniel Macks [EMAIL PROTECTED]

--- NEW FILE: libgdome0.patch ---
diff -Nurd -x'*~' gdome2-0.8.1.orig/configure.in gdome2-0.8.1/configure.in
--- gdome2-0.8.1.orig/configure.in  2003-10-05 10:39:27.0 -0400
+++ gdome2-0.8.1/configure.in   2006-03-03 18:04:11.0 -0500
@@ -62,6 +62,7 @@
 [  --enable-glib-1=[no]Specify if you want to use 
glib 1],
GLIB_1=yes
 )
+PKG_PROG_PKG_CONFIG
 
 if test x$GLIB_1 = xyes
 then
@@ -73,7 +74,7 @@
PKG_CHECK_MODULES(GLIB, glib-2.0)
GLIB_REQUIRED=glib-2.0
GLIB_MIN_VERSION=2.2.0
-AM_PATH_GLIB_2_0($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB 
(see config.log for details).))
+AM_PATH_GLIB_2_0($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB2 
(see config.log for details).))
 fi
 AC_SUBST(GLIB_MIN_VERSION)
 AC_SUBST(GLIB_LIBS)
diff -Nurd -x'*~' gdome2-0.8.1.orig/gtk-doc/Makefile.am 
gdome2-0.8.1/gtk-doc/Makefile.am
--- gdome2-0.8.1.orig/gtk-doc/Makefile.am   2002-04-04 01:58:04.0 
-0500
+++ gdome2-0.8.1/gtk-doc/Makefile.am2006-03-03 18:24:03.0 -0500
@@ -33,10 +33,10 @@
rm -rf sgml html gdome2-decl-list.txt gdome2-decl.txt 
 
 install-data-local:
-   -install -d -m 0755 $(TARGET_DIR)
-   -install -m 0644 $(srcdir)/html/*.html $(TARGET_DIR)
-   -install -m 0644 $(srcdir)/html/index.sgml $(TARGET_DIR)
-   -(cd $(DESTDIR); gtkdoc-fixxref --module=$(DOC_MODULE) 
--html-dir=$(HTML_DIR))
+   -install -d -m 0755 $(DESTDIR)$(TARGET_DIR)
+   -install -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
+   -install -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
+   -(cd $(DESTDIR); gtkdoc-fixxref --module=$(DOC_MODULE) 
--html-dir=$(DESTDIR)$(HTML_DIR))
 
 .PHONY : html sgml templates scan
 
diff -Nurd -x'*~' gdome2-0.8.1.orig/libgdome/xpath/gdome-xpath-xpnsresolv.h 
gdome2-0.8.1/libgdome/xpath/gdome-xpath-xpnsresolv.h
--- gdome2-0.8.1.orig/libgdome/xpath/gdome-xpath-xpnsresolv.h   2002-02-22 
16:15:53.0 -0500
+++ gdome2-0.8.1/libgdome/xpath/gdome-xpath-xpnsresolv.h2006-03-03 
18:12:49.0 -0500
@@ -42,6 +42,5 @@
 void gdome_xpath_xpnsresolv_unref (GdomeXPathNSResolver *self, GdomeException 
*exc);
 GdomeDOMString * gdome_xpath_xpnsresolv_lookupNamespaceURI( 
GdomeXPathNSResolver *self, GdomeDOMString *prefix, GdomeException *exc);
 
-const GdomeXPathNSResolverVtab gdome_xpath_xpnsresolv_vtab;
 
 #endif /* GDOME_XPNSRESOLV_FILE */



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci ccp4-onlylibs-dev.info,1.7,1.8

2006-03-03 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30333

Modified Files:
ccp4-onlylibs-dev.info 
Log Message:
ccp4-onlylibs-dev now uses gfortran instead of g77

Index: ccp4-onlylibs-dev.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/ccp4-onlylibs-dev.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ccp4-onlylibs-dev.info  2 Mar 2006 01:13:32 -   1.7
+++ ccp4-onlylibs-dev.info  3 Mar 2006 23:53:19 -   1.8
@@ -1,7 +1,7 @@
 Package: ccp4-onlylibs-dev
 # Use version numbering to sync with the current CCP4 release:
 Version: 6.0   
-Revision: 1006
+Revision: 1010
 GCC: 4.0
 #Source: ftp://ftp.ccp4.ac.uk/prerelease/%n.tar.gz
 #Source-MD5: cf085751833aecc7ccef9e67de7e9fcc   
@@ -14,13 +14,13 @@
 #Source3:  http://chemistry.ucsc.edu/~wgscott/xtal/clipper_%v-src.tgz 
 #Source3-MD5: 1c7a91218a4a27af1c2506f39df4692a
 Depends:  
-BuildDepends: g77 (= 3.4.0-2), f2c, fort77 
+BuildDepends: gcc4 (= 2:4.1.0-1)
 BuildDependsOnly: false
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 ###
 PatchScript: 
-#!/bin/zsh -efv
+#!/bin/zsh -ef
 umask 0022
 # Use my patched configure and ccp4.setup-zsh files
 cp ../ccp4.setup-zsh include/.
@@ -44,14 +44,14 @@
 
 ###
 CompileScript: 
-#!/bin/zsh -efv
+#!/bin/zsh -ef
 umask 0022
 #cp -R ../src/* lib/clipper/src/.
 export TEMPXTAL=$PWD:h
 source include/ccp4.setup-zsh
 export DYLD_LIBRARY_PATH=$CLIB
 #
-FC=g77  ./configure --onlylibs Darwin
+FC=gfortran  ./configure --onlylibs Darwin
 #
 #  fix some post-configure bugs
 #
@@ -67,7 +67,7 @@
 
 ###
 InstallScript: 
-#!/bin/zsh -efv
+#!/bin/zsh -ef
 umask 0022
 export TEMPXTAL=$PWD:h
 source include/ccp4.setup-zsh



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/graphics xrmap.info,1.1,1.2 xrmap.patch,1.1,1.2

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32193/10.4/unstable/main/finkinfo/graphics

Modified Files:
xrmap.info xrmap.patch 
Log Message:
Probable gcc4 fix?


Index: xrmap.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/xrmap.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xrmap.patch 20 Jan 2006 20:26:46 -  1.1
+++ xrmap.patch 3 Mar 2006 16:37:05 -   1.2
@@ -193,3 +193,71 @@
mkdir -p $(SHAREDIR)
cp -f rc.example $(SHAREDIR)/rc.common
cp -f README $(SHAREDIR)
+diff -Nurd -x'*~' xrmap-2.33.orig/xrmap.c xrmap-2.33/xrmap.c
+--- xrmap-2.33.orig/xrmap.c2005-11-06 16:59:40.0 -0500
 xrmap-2.33/xrmap.c 2005-12-27 23:02:08.0 -0500
+@@ -5742,21 +5742,21 @@
+ return 1;
+ }
+ 
+-void arcinfo_lines(ImageLayout *scene) {
+-void *fd;
+-char buf[512];
+-char sep;
+-char *ptr;
+-char **seg;
+-double a, b, c, d;
+-int i, j, k, u, n, p, i0;
+-int new_arc=0, ind, indpr, num_mod = -1, nstrokes, xi, yi;
+-SpherePt sp;
+-ScreenPt pt1, pt2;
+-Pixel pix;
+-double cotan_lat0, conv_lat0;
++/* fink patches here to un-nest next_segment from arcinfo_lines */
++static void *fd;
++static char buf[512];
++static char sep;
++static char *ptr;
++static char **seg;
++static double a, b, c, d;
++static int i, j, k, u, n, p, i0;
++static int new_arc=0, ind, indpr, num_mod = -1, nstrokes, xi, yi;
++static SpherePt sp;
++static ScreenPt pt1, pt2;
++static Pixel pix;
++static double cotan_lat0, conv_lat0;
+ 
+-void next_segment(double x, double y)
++void next_segment(double x, double y, ImageLayout *scene)
+ {
+ double u, v, w, t;
+ int i, j, dx, dy, dxp, dyp, epsx, epsy;
+@@ -5849,6 +5849,10 @@
+ }
+ }
+ 
++void arcinfo_lines(ImageLayout *scene)
++{
++  new_arc=0;
++
+ if (!arc_file) return; 
+ 
+ i0 = -1;
+@@ -5972,14 +5976,14 @@
+   ptr[28] = '\0';
+   n = sscanf(ptr, %lg %lg, a, b);
+ if (n2) continue;
+-  next_segment(a, b);
++  next_segment(a, b, scene);
+   ptr[28] = sep;
+   p = sscanf(ptr+28, %lg %lg, c, d);
+-  if (p=2) next_segment(c, d);
++  if (p=2) next_segment(c, d, scene);
+} else {
+   n = sscanf(ptr, %lg %lg, a, b);
+ if (n2) continue;
+-next_segment(a, b);
++next_segment(a, b, scene);
+}
+ }
+ #ifdef ZLIB

Index: xrmap.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/xrmap.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xrmap.info  20 Jan 2006 20:26:46 -  1.1
+++ xrmap.info  3 Mar 2006 16:37:05 -   1.2
@@ -1,7 +1,6 @@
 Package: xrmap
 Version: 2.33
-Revision: 1
-Architecture: powerpc
+Revision: 2
 Source: ftp://ftp.ac-grenoble.fr/ge/geosciences/%n/%n-%v.tar.bz2
 Source-MD5: c743f0c90699227d5bdba4984e3edf77
 Source2: ftp://ftp.ac-grenoble.fr/ge/geosciences/%n/data/CIA_WDB2.jpd.bz2
@@ -14,7 +13,7 @@
 Suggests: qtplay, libjpeg, libpng3, inkscape, dillo, gv
 Patch: %n.patch
 SetCPPFLAGS: -I/usr/X11R6/include
-SetCC: gcc-3.3
+SetCC: gcc-3.3 -Wall
 PatchScript: 
   mv INSTALL installfoo
   perl -pi.bak -e 's| INSTALL LI| installfoo LI|g' Makefile.noimake
@@ -53,7 +52,8 @@
   Ptch around symbol conflicts vs libncurses (why isn't termcap.c just
   using them instead of re-implementing?)
 
-  xrmap.c has nested functions...need to fix this for gcc4
+  Major patch of xrmap.c to un-nest some functions. Thanks msachs for
+  validating this approach for gcc4.
 
 License: GPL
 Maintainer: Ben Hines [EMAIL PROTECTED]



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/graphics xrmap.info,1.4,1.5 xrmap.patch,1.3,1.4

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32193/10.4-transitional/unstable/main/finkinfo/graphics

Modified Files:
xrmap.info xrmap.patch 
Log Message:
Probable gcc4 fix?


Index: xrmap.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics/xrmap.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xrmap.patch 28 Dec 2005 17:39:45 -  1.3
+++ xrmap.patch 3 Mar 2006 16:37:05 -   1.4
@@ -193,3 +193,71 @@
mkdir -p $(SHAREDIR)
cp -f rc.example $(SHAREDIR)/rc.common
cp -f README $(SHAREDIR)
+diff -Nurd -x'*~' xrmap-2.33.orig/xrmap.c xrmap-2.33/xrmap.c
+--- xrmap-2.33.orig/xrmap.c2005-11-06 16:59:40.0 -0500
 xrmap-2.33/xrmap.c 2005-12-27 23:02:08.0 -0500
+@@ -5742,21 +5742,21 @@
+ return 1;
+ }
+ 
+-void arcinfo_lines(ImageLayout *scene) {
+-void *fd;
+-char buf[512];
+-char sep;
+-char *ptr;
+-char **seg;
+-double a, b, c, d;
+-int i, j, k, u, n, p, i0;
+-int new_arc=0, ind, indpr, num_mod = -1, nstrokes, xi, yi;
+-SpherePt sp;
+-ScreenPt pt1, pt2;
+-Pixel pix;
+-double cotan_lat0, conv_lat0;
++/* fink patches here to un-nest next_segment from arcinfo_lines */
++static void *fd;
++static char buf[512];
++static char sep;
++static char *ptr;
++static char **seg;
++static double a, b, c, d;
++static int i, j, k, u, n, p, i0;
++static int new_arc=0, ind, indpr, num_mod = -1, nstrokes, xi, yi;
++static SpherePt sp;
++static ScreenPt pt1, pt2;
++static Pixel pix;
++static double cotan_lat0, conv_lat0;
+ 
+-void next_segment(double x, double y)
++void next_segment(double x, double y, ImageLayout *scene)
+ {
+ double u, v, w, t;
+ int i, j, dx, dy, dxp, dyp, epsx, epsy;
+@@ -5849,6 +5849,10 @@
+ }
+ }
+ 
++void arcinfo_lines(ImageLayout *scene)
++{
++  new_arc=0;
++
+ if (!arc_file) return; 
+ 
+ i0 = -1;
+@@ -5972,14 +5976,14 @@
+   ptr[28] = '\0';
+   n = sscanf(ptr, %lg %lg, a, b);
+ if (n2) continue;
+-  next_segment(a, b);
++  next_segment(a, b, scene);
+   ptr[28] = sep;
+   p = sscanf(ptr+28, %lg %lg, c, d);
+-  if (p=2) next_segment(c, d);
++  if (p=2) next_segment(c, d, scene);
+} else {
+   n = sscanf(ptr, %lg %lg, a, b);
+ if (n2) continue;
+-next_segment(a, b);
++next_segment(a, b, scene);
+}
+ }
+ #ifdef ZLIB

Index: xrmap.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics/xrmap.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xrmap.info  20 Jan 2006 06:37:06 -  1.4
+++ xrmap.info  3 Mar 2006 16:37:05 -   1.5
@@ -1,7 +1,6 @@
 Package: xrmap
 Version: 2.33
-Revision: 1
-Architecture: powerpc
+Revision: 2
 Source: ftp://ftp.ac-grenoble.fr/ge/geosciences/%n/%n-%v.tar.bz2
 Source-MD5: c743f0c90699227d5bdba4984e3edf77
 Source2: ftp://ftp.ac-grenoble.fr/ge/geosciences/%n/data/CIA_WDB2.jpd.bz2
@@ -14,7 +13,7 @@
 Suggests: qtplay, libjpeg, libpng3, inkscape, dillo, gv
 Patch: %n.patch
 SetCPPFLAGS: -I/usr/X11R6/include
-SetCC: gcc-3.3
+SetCC: gcc-3.3 -Wall
 PatchScript: 
   mv INSTALL installfoo
   perl -pi.bak -e 's| INSTALL LI| installfoo LI|g' Makefile.noimake
@@ -53,7 +52,8 @@
   Ptch around symbol conflicts vs libncurses (why isn't termcap.c just
   using them instead of re-implementing?)
 
-  xrmap.c has nested functions...need to fix this for gcc4
+  Major patch of xrmap.c to un-nest some functions. Thanks msachs for
+  validating this approach for gcc4.
 
 License: GPL
 Maintainer: Ben Hines [EMAIL PROTECTED]



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci chooch.info,1.2,1.3

2006-03-03 Thread William Scott
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30257

Modified Files:
chooch.info 
Log Message:
removed spurious g77 dependency

Index: chooch.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/chooch.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chooch.info 26 Dec 2005 05:30:20 -  1.2
+++ chooch.info 4 Mar 2006 00:28:18 -   1.3
@@ -5,7 +5,7 @@
 Source-MD5: fbb9ca11264f003eacc62358f3e8f5c6   
 SourceDirectory: chooch
 Depends: gsl (= 1.1 ), cgraph, pgplot
-BuildDepends: gsl (= 1.1 ), cgraph, pgplot, g77
+BuildDepends: gsl (= 1.1 ), cgraph, pgplot
 SetLDFLAGS: -L%p/lib/pgplot
 CompileScript: 
 #!/bin/zsh -ef



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci coot.info,1.16,1.17

2006-03-03 Thread William Scott
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18368

Modified Files:
coot.info 
Log Message:
removed spurious g77 dependency

Index: coot.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/coot.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- coot.info   1 Mar 2006 16:40:04 -   1.16
+++ coot.info   4 Mar 2006 00:59:22 -   1.17
@@ -11,7 +11,7 @@
 Source3: 
http://www.ysbl.york.ac.uk/~emsley/software/extras/reference-structures.tar.gz
 Source3-MD5: c09bb6b5524901cb0fde14589546224e 
 ###
-BuildDepends: ccp4-onlylibs-dev, glib, gtk+2, freeglut, gtkglarea, guile16, 
guile16-dev, gsl, libglade2,  gtk-canvas (= 0.1.1-20), libart2 (= 2.3.16-2), 
libart2-shlibs (= 2.3.16-2), guile16-net-http, gtk+2-dev, libgettext3-dev, 
imlib, libjpeg, giflib, libpng3, gnome-libs-dev, fftw, libiconv-dev, python24, 
python, g77
+BuildDepends: ccp4-onlylibs-dev, glib, gtk+2, freeglut, gtkglarea, guile16, 
guile16-dev, gsl, libglade2,  gtk-canvas (= 0.1.1-20), libart2 (= 2.3.16-2), 
libart2-shlibs (= 2.3.16-2), guile16-net-http, gtk+2-dev, libgettext3-dev, 
imlib, libjpeg, giflib, libpng3, gnome-libs-dev, fftw, libiconv-dev, python24, 
python
 #
 Depends: guile16-shlibs, gsl-shlibs, libglade2-shlibs, guile16-gtk, 
guile16-www, guile16-gui, guile16-goosh (= 1.3-2), guile16, guile16-net-http, 
freeglut-shlibs, libart2-shlibs (= 2.3.16-2), coot-shlibs (= %v-%r), python24, 
python
 #



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel mingw-gcc.info,1.3,1.4

2006-03-03 Thread ASARI Takashi
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12834/10.3/unstable/main/finkinfo/devel

Modified Files:
mingw-gcc.info 
Log Message:
Workaround for bad libtool files

Index: mingw-gcc.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/mingw-gcc.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mingw-gcc.info  3 Mar 2006 14:03:11 -   1.3
+++ mingw-gcc.info  4 Mar 2006 01:42:40 -   1.4
@@ -1,6 +1,6 @@
 Package: mingw-gcc
 Version: 4.1.0
-Revision: 1
+Revision: 2
 Description: GNU GCC for MinGW
 License: LGPL
 Maintainer: ASARI Takashi [EMAIL PROTECTED]
@@ -62,6 +62,8 @@
   /usr/bin/sed -i.bak \
 -e 's|-L%b/darwin/i686-pc-mingw32/libstdc++-v3/src ||' \
 -e 's|-L%b/darwin/i686-pc-mingw32/libstdc++-v3/src/.libs ||' \
+-e 's|-L%b/darwin/i686-pc-mingw32/libjava ||' \
+-e 's|-L%b/darwin/i686-pc-mingw32/libjava/.libs ||' \
 -e 's|-L%b/darwin/./gcc||' \
 %i/lib/mingw/i686-pc-mingw32/lib/libstdc++.la \
 %i/lib/mingw/i686-pc-mingw32/lib/libsupc++.la \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/devel mingw-gcc.info,1.2,1.3

2006-03-03 Thread ASARI Takashi
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12834/10.4/unstable/main/finkinfo/devel

Modified Files:
mingw-gcc.info 
Log Message:
Workaround for bad libtool files

Index: mingw-gcc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/mingw-gcc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mingw-gcc.info  3 Mar 2006 14:03:12 -   1.2
+++ mingw-gcc.info  4 Mar 2006 01:42:41 -   1.3
@@ -1,6 +1,6 @@
 Package: mingw-gcc
 Version: 4.1.0
-Revision: 1
+Revision: 2
 Description: GNU GCC for MinGW
 License: LGPL
 Maintainer: ASARI Takashi [EMAIL PROTECTED]
@@ -62,6 +62,8 @@
   /usr/bin/sed -i.bak \
 -e 's|-L%b/darwin/i686-pc-mingw32/libstdc++-v3/src ||' \
 -e 's|-L%b/darwin/i686-pc-mingw32/libstdc++-v3/src/.libs ||' \
+-e 's|-L%b/darwin/i686-pc-mingw32/libjava ||' \
+-e 's|-L%b/darwin/i686-pc-mingw32/libjava/.libs ||' \
 -e 's|-L%b/darwin/./gcc||' \
 %i/lib/mingw/i686-pc-mingw32/lib/libstdc++.la \
 %i/lib/mingw/i686-pc-mingw32/lib/libsupc++.la \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel mingw-gcc.info,1.3,1.4

2006-03-03 Thread ASARI Takashi
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12834/10.4-transitional/unstable/main/finkinfo/devel

Modified Files:
mingw-gcc.info 
Log Message:
Workaround for bad libtool files

Index: mingw-gcc.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/mingw-gcc.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mingw-gcc.info  3 Mar 2006 14:03:12 -   1.3
+++ mingw-gcc.info  4 Mar 2006 01:42:41 -   1.4
@@ -1,6 +1,6 @@
 Package: mingw-gcc
 Version: 4.1.0
-Revision: 1
+Revision: 2
 Description: GNU GCC for MinGW
 License: LGPL
 Maintainer: ASARI Takashi [EMAIL PROTECTED]
@@ -62,6 +62,8 @@
   /usr/bin/sed -i.bak \
 -e 's|-L%b/darwin/i686-pc-mingw32/libstdc++-v3/src ||' \
 -e 's|-L%b/darwin/i686-pc-mingw32/libstdc++-v3/src/.libs ||' \
+-e 's|-L%b/darwin/i686-pc-mingw32/libjava ||' \
+-e 's|-L%b/darwin/i686-pc-mingw32/libjava/.libs ||' \
 -e 's|-L%b/darwin/./gcc||' \
 %i/lib/mingw/i686-pc-mingw32/lib/libstdc++.la \
 %i/lib/mingw/i686-pc-mingw32/lib/libsupc++.la \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/asari mingw-gcc.info,1.4,NONE

2006-03-03 Thread ASARI Takashi
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13486

Removed Files:
mingw-gcc.info 
Log Message:
moved to unstable tree.

--- mingw-gcc.info DELETED ---



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo apache2-ssl.info,1.22,1.23

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17070/10.3/unstable/crypto/finkinfo

Modified Files:
apache2-ssl.info 
Log Message:
Dep-fixes; don't write to %d until InstallScript


Index: apache2-ssl.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/apache2-ssl.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- apache2-ssl.info8 Jan 2006 00:20:58 -   1.22
+++ apache2-ssl.info3 Mar 2006 21:57:54 -   1.23
@@ -1,11 +1,11 @@
 Package: apache2-ssl
 Version: 2.0.55
-Revision: 10
+Revision: 11
 ###
 Conflicts: apache, apache2
 Replaces: apache, apache2
 Provides: httpd
-BuildDepends: apr-ssl (= 0.9.7-1), cyrus-sasl2-dev (= 2.1.15-22), db43-ssl 
(= 4.2.52-12), expat (= 1.95.6-2), gdbm3, openldap23-dev, libiconv-dev
+BuildDepends: apr-ssl (= 0.9.7-1), cyrus-sasl2-dev (= 2.1.15-22), db43-ssl 
(= 4.2.52-12), expat (= 1.95.6-2), gdbm3, openldap23-dev, libiconv-dev, 
openssl097-dev
 Depends: %N-mpm-worker (= %v-%r) | %N-mpm-perchild (= %v-%r) | %N-mpm-prefork 
(= %v-%r) | %N-mpm-leader (= %v-%r) | %N-mpm-threadpool (= %v-%r), %N-common (= 
%v-%r)
 ###
 CustomMirror: 
@@ -30,8 +30,6 @@
   perl -pi -e 's,gawk mawk nawk awk,awk mawk nawk gawk,g' srclib/apr/configure
 
 ###
-GCC: 3.3
-###
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 ###
@@ -46,7 +44,8 @@
 echo  
 exit 1 
   fi
-  rm -rf %d
+
+InstallScript: 
   export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=worker --with-ldap 
--with-ssl=%p --enable-ssl=shared --enable-ldap=shared 
--enable-auth-ldap=shared --with-ldap-include=%p/include --with-ldap-lib=%p/lib 
--disable-dependency-tracking
   make 
   make install DESTDIR=%d
@@ -77,8 +76,7 @@
   mv %i/sbin/httpd httpd-prefork
   mv %i/lib/apache2/modules/httpd.exp httpd.exp-prefork
   cd server; make clean; cd -
-
-InstallScript: 
+# old InstallScript began here
   make install DESTDIR=%d
   rm -rf %i/sbin/httpd
   rm -rf %i/lib/apache2/modules/httpd.exp
@@ -115,7 +113,7 @@
 SplitOff: 
   Package: %N-common
   Description: Apache2 Common Files (conf, icon, etc) 
-  Depends: daemonic, cyrus-sasl2-shlibs (= 2.1.15-22), db43-ssl-shlibs, 
expat-shlibs (= 1.95.6-2), gdbm3-shlibs, apr-ssl-shlibs (= 0.9.7-1), 
openldap23-shlibs, apr-ssl-common
+  Depends: daemonic, cyrus-sasl2-shlibs (= 2.1.15-22), db43-ssl-shlibs, 
expat-shlibs (= 1.95.6-2), gdbm3-shlibs, apr-ssl-shlibs (= 0.9.7-1), 
openldap23-shlibs, apr-ssl-common, openssl097-shlibs, libiconv
   Replaces: apache2 (= 2.0.47-1), apache, apache2-common, apache2-ssl-dev (= 
2.0.47-4)
   Conflicts: apache2 (= 2.0.47-1), apache, apache2-common
   Files: 
@@ -1388,6 +1386,12 @@
   daemonic script. Also added DSO building.  Addes a PatchScript to remove
   the internal expat in favor of fink's expat as there is no switch or way
   to disable it.  - Justin F. Hallett (Feb 7, 2003)
+
+  dmacks moved the whole build process from CompileScript to
+  InstallScript. Apparently there need to be multiple cycles of
+  configure/make/makeinstall, and one cannot write to %d until
+  InstallScript. Why aren't these spun off as independent packages
+  instead of a monolithic build with SplitOffs?
 
 License: BSD
 Homepage: http://www.apache.org



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo apache2-ssl.info,1.5,1.6

2006-03-03 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17070/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
apache2-ssl.info 
Log Message:
Dep-fixes; don't write to %d until InstallScript


Index: apache2-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/apache2-ssl.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- apache2-ssl.info8 Jan 2006 00:20:58 -   1.5
+++ apache2-ssl.info3 Mar 2006 21:57:54 -   1.6
@@ -1,11 +1,11 @@
 Package: apache2-ssl
 Version: 2.0.55
-Revision: 10
+Revision: 11
 ###
 Conflicts: apache, apache2
 Replaces: apache, apache2
 Provides: httpd
-BuildDepends: apr-ssl (= 0.9.7-1), cyrus-sasl2-dev (= 2.1.15-22), db43-ssl 
(= 4.2.52-12), expat (= 1.95.6-2), gdbm3, openldap23-dev, libiconv-dev
+BuildDepends: apr-ssl (= 0.9.7-1), cyrus-sasl2-dev (= 2.1.15-22), db43-ssl 
(= 4.2.52-12), expat (= 1.95.6-2), gdbm3, openldap23-dev, libiconv-dev, 
openssl097-dev
 Depends: %N-mpm-worker (= %v-%r) | %N-mpm-perchild (= %v-%r) | %N-mpm-prefork 
(= %v-%r) | %N-mpm-leader (= %v-%r) | %N-mpm-threadpool (= %v-%r), %N-common (= 
%v-%r)
 ###
 CustomMirror: 
@@ -30,8 +30,6 @@
   perl -pi -e 's,gawk mawk nawk awk,awk mawk nawk gawk,g' srclib/apr/configure
 
 ###
-GCC: 3.3
-###
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 ###
@@ -46,7 +44,8 @@
 echo  
 exit 1 
   fi
-  rm -rf %d
+
+InstallScript: 
   export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=worker --with-ldap 
--with-ssl=%p --enable-ssl=shared --enable-ldap=shared 
--enable-auth-ldap=shared --with-ldap-include=%p/include --with-ldap-lib=%p/lib 
--disable-dependency-tracking
   make 
   make install DESTDIR=%d
@@ -77,8 +76,7 @@
   mv %i/sbin/httpd httpd-prefork
   mv %i/lib/apache2/modules/httpd.exp httpd.exp-prefork
   cd server; make clean; cd -
-
-InstallScript: 
+# old InstallScript began here
   make install DESTDIR=%d
   rm -rf %i/sbin/httpd
   rm -rf %i/lib/apache2/modules/httpd.exp
@@ -115,7 +113,7 @@
 SplitOff: 
   Package: %N-common
   Description: Apache2 Common Files (conf, icon, etc) 
-  Depends: daemonic, cyrus-sasl2-shlibs (= 2.1.15-22), db43-ssl-shlibs, 
expat-shlibs (= 1.95.6-2), gdbm3-shlibs, apr-ssl-shlibs (= 0.9.7-1), 
openldap23-shlibs, apr-ssl-common
+  Depends: daemonic, cyrus-sasl2-shlibs (= 2.1.15-22), db43-ssl-shlibs, 
expat-shlibs (= 1.95.6-2), gdbm3-shlibs, apr-ssl-shlibs (= 0.9.7-1), 
openldap23-shlibs, apr-ssl-common, openssl097-shlibs, libiconv
   Replaces: apache2 (= 2.0.47-1), apache, apache2-common, apache2-ssl-dev (= 
2.0.47-4)
   Conflicts: apache2 (= 2.0.47-1), apache, apache2-common
   Files: 
@@ -1388,6 +1386,12 @@
   daemonic script. Also added DSO building.  Addes a PatchScript to remove
   the internal expat in favor of fink's expat as there is no switch or way
   to disable it.  - Justin F. Hallett (Feb 7, 2003)
+
+  dmacks moved the whole build process from CompileScript to
+  InstallScript. Apparently there need to be multiple cycles of
+  configure/make/makeinstall, and one cannot write to %d until
+  InstallScript. Why aren't these spun off as independent packages
+  instead of a monolithic build with SplitOffs?
 
 License: BSD
 Homepage: http://www.apache.org



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/gnome glade2.info,1.20,1.21

2006-03-03 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1240

Modified Files:
glade2.info 
Log Message:
Corrected installation path to get a correct package

Index: glade2.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/glade2.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- glade2.info 3 Feb 2006 22:26:15 -   1.20
+++ glade2.info 4 Mar 2006 03:05:17 -   1.21
@@ -1,10 +1,10 @@
 Package: glade2
 Version: 2.10.1
-Revision: 1
+Revision: 2
 Source: mirror:gnome:sources/glade/2.10/glade-%v.tar.bz2
 Source-MD5: 7a0b3f9b81b207b1e106d1cdcc90116c
 GCC: 3.3
-Depends: x11, libgnomedb-shlibs (= 1.0.3-4), gtksourceview-shlibs (= 1.2.0), 
 libgnomeprint2.2-shlibs (= 2.10.3), libgda-shlibs (= 1.0.4-3), 
libgnomeui2-shlibs (= 2.10.1), gnome-keyring-shlibs (= 0.2.1-3), 
libjpeg-shlibs (= 6b-16), libglade2-shlibs (=2.5.1), libxslt-shlibs (= 
1.1.14), libbonoboui2-shlibs (= 2.10.0), libgnomecanvas2-shlibs (= 2.10.2), 
libgnome2-shlibs (= 2.10.0), esound-shlibs (= 0.2.36), audiofile-shlibs (= 
0.2.6-10), libart2-shlibs (= 2.3.17), pango1-xft2-shlibs (= 1.8.1), 
gnome-vfs2-ssl-shlibs (= 2.10.1) | gnome-vfs2-shlibs (= 2.10.1), 
gconf2-shlibs (= 2.10.1), libbonobo2-shlibs (= 2.10.0), libgail-gnome (= 
1.1.1), orbit2-shlibs (= 2.12.2), popt-shlibs, glib2-shlibs (= 2.6.5), 
gtk+2-shlibs (= 2.6.8), libxml2-shlibs (= 2.6.19), atk1-shlibs (= 1.9.1), 
libgettext3-shlibs (= 0.14.5-1), libiconv, scrollkeeper, gnome-panel-shlibs 
(= 2.6.2-12)
+Depends: x11, libgnomedb-shlibs (= 1.0.3-4), gtksourceview-shlibs (= 1.2.0), 
 libgnomeprint2.2-shlibs (= 2.10.3), libgda-shlibs (= 1.0.4-3), 
libgnomeui2-shlibs (= 2.10.1), gnome-keyring-shlibs (= 0.2.1-3), 
libjpeg-shlibs (= 6b-16), libglade2-shlibs (=2.5.1), libxslt-shlibs (= 
1.1.14), libbonoboui2-shlibs (= 2.10.0), libgnomecanvas2-shlibs (= 2.10.2), 
libgnome2-shlibs (= 2.10.0), esound-shlibs (= 0.2.36), audiofile-shlibs (= 
0.2.6-10), libart2-shlibs (= 2.3.17), pango1-xft2-shlibs (= 1.8.1), 
gnome-vfs2-ssl-shlibs (= 2.10.1) | gnome-vfs2-shlibs (= 2.10.1), 
gconf2-shlibs (= 2.10.1), libbonobo2-shlibs (= 2.10.0), libgail-gnome (= 
1.1.1), orbit2-shlibs (= 2.12.2), popt-shlibs, glib2-shlibs (= 2.6.5), 
gtk+2-shlibs (= 2.6.8), libxml2-shlibs (= 2.6.19), atk1-shlibs (= 1.9.1), 
libgettext3-shlibs (= 0.14.5-1), libiconv, scrollkeeper, gnome-panel-shlibs 
(= 2.6.2-12), desktop-file-utils
 BuildDepends: pkgconfig, automake1.4, x11-dev, libgnomedb-dev (= 1.0.3-4), 
gtksourceview-dev (= 1.0.1-7), libgda-dev  (= 1.0.4-3), libgnomeui2-dev (= 
2.10.1), libjpeg (= 6b-16), libglade2 (= 2.3.6-16), libxslt (= 1.1.8-1), 
libbonoboui2-dev (= 2.10.0), libgnomecanvas2-dev (= 2.10.2), libgnome2-dev 
(= 2.10.0), esound (= 0.2.36), audiofile (= 0.2.6-10), libart2 (= 2.3.17), 
pango1-xft2-dev | pango1-xft2-dev (= 1.8.1), gnome-vfs2-ssl-dev (= 2.10.1) | 
gnome-vfs2-dev (= 2.10.1), gconf2-dev (= 2.10.1), gconf2 (= 2.10.1), 
libbonobo2-dev (= 2.10.0), orbit2-dev (= 2.12.2), popt, glib2-dev (= 2.6.5), 
glib2 (= 2.6.5), gtk+2-dev (= 2.6.8), gtk+2 (= 2.6.8), libxml2 (= 2.6.19), 
atk1 (= 1.9.1), libgettext3-dev (= 0.14.5-1), gettext-tools (= 0.14.5-2), 
gettext-bin (= 0.14.5-1), libiconv-dev, gnome-panel-dev (= 2.6.2), 
gnome-panel (= 2.6.2-12), intltool, libgnomeprint2.2-dev (= 2.10.3), 
gnome-keyring-dev (= 0.4.3-1)
 Patchscript: 
  perl -pi.bak -e 's|-scrollkeeper-update|#-scrollkeeper-update|g' 
omf-install/Makefile.in
@@ -13,7 +13,7 @@
 ConfigureParams: --disable-dependency-tracking --enable-gnome-db
 DocFiles: ABOUT-NLS AUTHORS COPYING FAQ INSTALL NEWS README TODO
 InstallScript: 
- make install %i
+  DESTDIR=%d make install
  mkdir -p %i/share/doc/%N/examples/
  cp -pR examples/ %i/share/doc/%N/examples/
 
@@ -21,11 +21,13 @@
   if [ configure = $1 ]; then
 scrollkeeper-update -q
   fi
+ [ -x %p/bin/update-desktop-database ]  update-desktop-database -q 
%p/share/applications || :
 
 PostRmScript:   
   if [ remove != $1 ]; then
 scrollkeeper-update -q
   fi
+ [ -x %p/bin/update-desktop-database ]  update-desktop-database -q 
%p/share/applications || :
 
 Description: GTK+2 user interface builder
 DescDetail: 
@@ -41,8 +43,10 @@
 DescPackaging: 
  Patching po/Makefile.in.in and omf-install/Makefile to get correct 
  installation of mo files and for scrollkeeper.
- Post install/remove scripts for scrollkeeper.
- InstallScript to install examples in doc
+ Post install/remove scripts for scrollkeeper and desktop file.
+ InstallScript to install examples in doc.
+ Needs to give explicit DESTDIR otherwise most parts are
+ installed directly under prefix.
  
 DescPort: 
  Use of pkgconfig (location of gtk+2, glib+2, etc.).



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. 

dists/10.4-transitional/unstable/main/finkinfo/gnome glade2.info,1.7,1.8

2006-03-03 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2550

Modified Files:
glade2.info 
Log Message:
Corrected installation path to get a correct package

Index: glade2.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/glade2.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- glade2.info 21 Feb 2006 01:36:20 -  1.7
+++ glade2.info 4 Mar 2006 03:07:38 -   1.8
@@ -1,10 +1,10 @@
 Package: glade2
 Version: 2.10.1
-Revision: 1
+Revision: 2
 Source: mirror:gnome:sources/glade/2.10/glade-%v.tar.bz2
 Source-MD5: 7a0b3f9b81b207b1e106d1cdcc90116c
 GCC: 3.3
-Depends: x11, libgnomedb-shlibs (= 1.0.3-4), gtksourceview-shlibs (= 1.2.0), 
 libgnomeprint2.2-shlibs (= 2.10.3), libgda-shlibs (= 1.0.4-3), 
libgnomeui2-shlibs (= 2.10.1), gnome-keyring-shlibs (= 0.2.1-3), 
libjpeg-shlibs (= 6b-16), libglade2-shlibs (=2.5.1), libxslt-shlibs (= 
1.1.14), libbonoboui2-shlibs (= 2.10.0), libgnomecanvas2-shlibs (= 2.10.2), 
libgnome2-shlibs (= 2.10.0), esound-shlibs (= 0.2.36), audiofile-shlibs (= 
0.2.6-10), libart2-shlibs (= 2.3.17), pango1-xft2-shlibs (= 1.8.1), 
gnome-vfs2-ssl-shlibs (= 2.10.1) | gnome-vfs2-shlibs (= 2.10.1), 
gconf2-shlibs (= 2.10.1), libbonobo2-shlibs (= 2.10.0), libgail-gnome (= 
1.1.1), orbit2-shlibs (= 2.12.2), popt-shlibs, glib2-shlibs (= 2.6.5), 
gtk+2-shlibs (= 2.6.8), libxml2-shlibs (= 2.6.19), atk1-shlibs (= 1.9.1), 
libgettext3-shlibs (= 0.14.5-1), libiconv, scrollkeeper, gnome-panel-shlibs 
(= 2.6.2-12)
+Depends: x11, libgnomedb-shlibs (= 1.0.3-4), gtksourceview-shlibs (= 1.2.0), 
 libgnomeprint2.2-shlibs (= 2.10.3), libgda-shlibs (= 1.0.4-3), 
libgnomeui2-shlibs (= 2.10.1), gnome-keyring-shlibs (= 0.2.1-3), 
libjpeg-shlibs (= 6b-16), libglade2-shlibs (=2.5.1), libxslt-shlibs (= 
1.1.14), libbonoboui2-shlibs (= 2.10.0), libgnomecanvas2-shlibs (= 2.10.2), 
libgnome2-shlibs (= 2.10.0), esound-shlibs (= 0.2.36), audiofile-shlibs (= 
0.2.6-10), libart2-shlibs (= 2.3.17), pango1-xft2-shlibs (= 1.8.1), 
gnome-vfs2-ssl-shlibs (= 2.10.1) | gnome-vfs2-shlibs (= 2.10.1), 
gconf2-shlibs (= 2.10.1), libbonobo2-shlibs (= 2.10.0), libgail-gnome (= 
1.1.1), orbit2-shlibs (= 2.12.2), popt-shlibs, glib2-shlibs (= 2.6.5), 
gtk+2-shlibs (= 2.6.8), libxml2-shlibs (= 2.6.19), atk1-shlibs (= 1.9.1), 
libgettext3-shlibs (= 0.14.5-1), libiconv, scrollkeeper, gnome-panel-shlibs 
(= 2.6.2-12), desktop-file-utils
 BuildDepends: pkgconfig, automake1.4, x11-dev, libgnomedb-dev (= 1.0.3-4), 
gtksourceview-dev (= 1.0.1-7), libgda-dev  (= 1.0.4-3), libgnomeui2-dev (= 
2.10.1), libjpeg (= 6b-16), libglade2 (= 2.3.6-16), libxslt (= 1.1.8-1), 
libbonoboui2-dev (= 2.10.0), libgnomecanvas2-dev (= 2.10.2), libgnome2-dev 
(= 2.10.0), esound (= 0.2.36), audiofile (= 0.2.6-10), libart2 (= 2.3.17), 
pango1-xft2-dev | pango1-xft2-dev (= 1.8.1), gnome-vfs2-ssl-dev (= 2.10.1) | 
gnome-vfs2-dev (= 2.10.1), gconf2-dev (= 2.10.1), gconf2 (= 2.10.1), 
libbonobo2-dev (= 2.10.0), orbit2-dev (= 2.12.2), popt, glib2-dev (= 2.6.5), 
glib2 (= 2.6.5), gtk+2-dev (= 2.6.8), gtk+2 (= 2.6.8), libxml2 (= 2.6.19), 
atk1 (= 1.9.1), libgettext3-dev (= 0.14.5-1), gettext-tools (= 0.14.5-2), 
gettext-bin (= 0.14.5-1), libiconv-dev, gnome-panel-dev (= 2.6.2), 
gnome-panel (= 2.6.2-12), intltool, libgnomeprint2.2-dev (= 2.10.3), 
gnome-keyring-dev (= 0.4.3-1)
 Patchscript: 
  perl -pi.bak -e 's|-scrollkeeper-update|#-scrollkeeper-update|g' 
omf-install/Makefile.in
@@ -13,7 +13,7 @@
 ConfigureParams: --disable-dependency-tracking --enable-gnome-db
 DocFiles: ABOUT-NLS AUTHORS COPYING FAQ INSTALL NEWS README TODO
 InstallScript: 
- make install %i
+ DESTDIR=%d make install
  mkdir -p %i/share/doc/%N/examples/
  cp -pR examples/ %i/share/doc/%N/examples/
 
@@ -21,11 +21,13 @@
   if [ configure = $1 ]; then
 scrollkeeper-update -q
   fi
+ [ -x %p/bin/update-desktop-database ]  update-desktop-database -q 
%p/share/applications || :
 
 PostRmScript:   
   if [ remove != $1 ]; then
 scrollkeeper-update -q
   fi
+ [ -x %p/bin/update-desktop-database ]  update-desktop-database -q 
%p/share/applications || :
 
 Description: GTK+2 user interface builder
 DescDetail: 
@@ -41,8 +43,10 @@
 DescPackaging: 
  Patching po/Makefile.in.in and omf-install/Makefile to get correct 
  installation of mo files and for scrollkeeper.
- Post install/remove scripts for scrollkeeper.
- InstallScript to install examples in doc
+ Post install/remove scripts for scrollkeeper and desktop file.
+ InstallScript to install examples in doc.
+ Needs to give explicit DESTDIR otherwise most parts are
+ installed directly under prefix.
  
 DescPort: 
  Use of pkgconfig (location of gtk+2, glib+2, etc.).



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into 

dists/10.4/unstable/main/finkinfo/gnome glade2.info,1.2,1.3

2006-03-03 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3256

Modified Files:
glade2.info 
Log Message:
Corrected installation path to get a correct package

Index: glade2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/glade2.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- glade2.info 21 Feb 2006 01:36:22 -  1.2
+++ glade2.info 4 Mar 2006 03:09:02 -   1.3
@@ -1,10 +1,10 @@
 Package: glade2
 Version: 2.10.1
-Revision: 1001
+Revision: 1002
 Source: mirror:gnome:sources/glade/2.10/glade-%v.tar.bz2
 Source-MD5: 7a0b3f9b81b207b1e106d1cdcc90116c
 GCC: 4.0
-Depends: x11, libgnomedb-shlibs (= 1.0.3-4), gtksourceview-shlibs (= 1.2.0), 
 libgnomeprint2.2-shlibs (= 2.10.3), libgda-shlibs (= 1.0.4-3), 
libgnomeui2-shlibs (= 2.10.1), gnome-keyring-shlibs (= 0.2.1-3), 
libjpeg-shlibs (= 6b-16), libglade2-shlibs (=2.5.1), libxslt-shlibs (= 
1.1.14), libbonoboui2-shlibs (= 2.10.0), libgnomecanvas2-shlibs (= 2.10.2), 
libgnome2-shlibs (= 2.10.0), esound-shlibs (= 0.2.36), audiofile-shlibs (= 
0.2.6-10), libart2-shlibs (= 2.3.17), pango1-xft2-shlibs (= 1.8.1), 
gnome-vfs2-ssl-shlibs (= 2.10.1) | gnome-vfs2-shlibs (= 2.10.1), 
gconf2-shlibs (= 2.10.1), libbonobo2-shlibs (= 2.10.0), libgail-gnome (= 
1.1.1), orbit2-shlibs (= 2.12.2), popt-shlibs, glib2-shlibs (= 2.6.5), 
gtk+2-shlibs (= 2.6.8), libxml2-shlibs (= 2.6.19), atk1-shlibs (= 1.9.1), 
libgettext3-shlibs (= 0.14.5-1), libiconv, scrollkeeper, gnome-panel-shlibs 
(= 2.6.2-12)
+Depends: x11, libgnomedb-shlibs (= 1.0.3-4), gtksourceview-shlibs (= 1.2.0), 
 libgnomeprint2.2-shlibs (= 2.10.3), libgda-shlibs (= 1.0.4-3), 
libgnomeui2-shlibs (= 2.10.1), gnome-keyring-shlibs (= 0.2.1-3), 
libjpeg-shlibs (= 6b-16), libglade2-shlibs (=2.5.1), libxslt-shlibs (= 
1.1.14), libbonoboui2-shlibs (= 2.10.0), libgnomecanvas2-shlibs (= 2.10.2), 
libgnome2-shlibs (= 2.10.0), esound-shlibs (= 0.2.36), audiofile-shlibs (= 
0.2.6-10), libart2-shlibs (= 2.3.17), pango1-xft2-shlibs (= 1.8.1), 
gnome-vfs2-ssl-shlibs (= 2.10.1) | gnome-vfs2-shlibs (= 2.10.1), 
gconf2-shlibs (= 2.10.1), libbonobo2-shlibs (= 2.10.0), libgail-gnome (= 
1.1.1), orbit2-shlibs (= 2.12.2), popt-shlibs, glib2-shlibs (= 2.6.5), 
gtk+2-shlibs (= 2.6.8), libxml2-shlibs (= 2.6.19), atk1-shlibs (= 1.9.1), 
libgettext3-shlibs (= 0.14.5-1), libiconv, scrollkeeper, gnome-panel-shlibs 
(= 2.6.2-12), desktop-file-utils
 BuildDepends: pkgconfig, automake1.4, x11-dev, libgnomedb-dev (= 1.0.3-4), 
gtksourceview-dev (= 1.0.1-7), libgda-dev  (= 1.0.4-3), libgnomeui2-dev (= 
2.10.1), libjpeg (= 6b-16), libglade2 (= 2.3.6-16), libxslt (= 1.1.8-1), 
libbonoboui2-dev (= 2.10.0), libgnomecanvas2-dev (= 2.10.2), libgnome2-dev 
(= 2.10.0), esound (= 0.2.36), audiofile (= 0.2.6-10), libart2 (= 2.3.17), 
pango1-xft2-dev | pango1-xft2-dev (= 1.8.1), gnome-vfs2-ssl-dev (= 2.10.1) | 
gnome-vfs2-dev (= 2.10.1), gconf2-dev (= 2.10.1), gconf2 (= 2.10.1), 
libbonobo2-dev (= 2.10.0), orbit2-dev (= 2.12.2), popt, glib2-dev (= 2.6.5), 
glib2 (= 2.6.5), gtk+2-dev (= 2.6.8), gtk+2 (= 2.6.8), libxml2 (= 2.6.19), 
atk1 (= 1.9.1), libgettext3-dev (= 0.14.5-1), gettext-tools (= 0.14.5-2), 
gettext-bin (= 0.14.5-1), libiconv-dev, gnome-panel-dev (= 2.6.2), 
gnome-panel (= 2.6.2-12), intltool, libgnomeprint2.2-dev (= 2.10.3), 
gnome-keyring-dev (= 0.4.3-1)
 Patchscript: 
  perl -pi.bak -e 's|-scrollkeeper-update|#-scrollkeeper-update|g' 
omf-install/Makefile.in
@@ -13,7 +13,7 @@
 ConfigureParams: --disable-dependency-tracking --enable-gnome-db
 DocFiles: ABOUT-NLS AUTHORS COPYING FAQ INSTALL NEWS README TODO
 InstallScript: 
- make install %i
+ DESTDIR=%d make install
  mkdir -p %i/share/doc/%N/examples/
  cp -pR examples/ %i/share/doc/%N/examples/
 
@@ -21,11 +21,13 @@
   if [ configure = $1 ]; then
 scrollkeeper-update -q
   fi
+ [ -x %p/bin/update-desktop-database ]  update-desktop-database -q 
%p/share/applications || :
 
 PostRmScript:   
   if [ remove != $1 ]; then
 scrollkeeper-update -q
   fi
+ [ -x %p/bin/update-desktop-database ]  update-desktop-database -q 
%p/share/applications || :
 
 Description: GTK+2 user interface builder
 DescDetail: 
@@ -41,8 +43,10 @@
 DescPackaging: 
  Patching po/Makefile.in.in and omf-install/Makefile to get correct 
  installation of mo files and for scrollkeeper.
- Post install/remove scripts for scrollkeeper.
- InstallScript to install examples in doc
+ Post install/remove scripts for scrollkeeper and desktop file.
+ InstallScript to install examples in doc.
+ Needs to give explicit DESTDIR otherwise most parts are
+ installed directly under prefix.
  
 DescPort: 
  Use of pkgconfig (location of gtk+2, glib+2, etc.).



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. 

dists/10.4/unstable/main/finkinfo/sci octave-forge.info,1.5,1.6

2006-03-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31334/unstable/main/finkinfo/sci

Modified Files:
octave-forge.info 
Log Message:
stray parenthesis--no need to bother maintainer.


Index: octave-forge.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- octave-forge.info   2 Mar 2006 13:11:28 -   1.5
+++ octave-forge.info   4 Mar 2006 03:59:26 -   1.6
@@ -3,7 +3,7 @@
 Revision: 1005
 Maintainer: Corey Halpin [EMAIL PROTECTED]
 BuildDepends: 
-  texinfo, gcc4 (= 2:4.1.0-1), libjpeg, fftw3, hdf5 (= 1.6.5-1002), readline 
((= 4.3-1028), textutils, gsl
+  texinfo, gcc4 (= 2:4.1.0-1), libjpeg, fftw3, hdf5 (= 1.6.5-1002), readline 
(= 4.3-1028), textutils, gsl
 
 BuildConflicts: libcdparanoia0-dev
 Depends:  



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci tinker.info,1.1,1.2

2006-03-03 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22307

Modified Files:
tinker.info 
Log Message:
tinker package changed for gfortran

Index: tinker.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/tinker.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tinker.info 20 Jan 2006 20:30:40 -  1.1
+++ tinker.info 4 Mar 2006 04:40:18 -   1.2
@@ -1,15 +1,17 @@
 Package: tinker
 Version: 4.2.1
-Revision: 1
+Revision: 2
 Source: ftp://dasher.wustl.edu/pub/%n.tar.gz
 SourceRename: %n-%v.tar.gz 
 SourceDirectory: %n
 Source-MD5: 5618d8a373896f00e452b137200223fd  
-BuildDepends: g77
+BuildDepends: gcc4
 PatchScript: 
 cp apple/gnu/*.make source/.
 cp apple/gnu/*.f source/.
 chmod +x source/*.make
+# Use gfortran instead of g77 to compile this.
+perl -pi.bak -e 's|g77|gfortran|g' source/*.make
 
 CompileScript:  
  cd source; ./compile.make



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci namot.patch,NONE,1.1 namot.info,1.3,1.4

2006-03-03 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32405

Modified Files:
namot.info 
Added Files:
namot.patch 
Log Message:
namot now works with GCC:4 thanks to Jack Howarth

--- NEW FILE: namot.patch ---
--- namot-2.2.0-pre4/src/graphics.c.org 2006-03-03 22:33:11.0 -0500
+++ namot-2.2.0-pre4/src/graphics.c 2006-03-03 22:38:21.0 -0500
@@ -1331,7 +1331,7 @@
 PackPNGRows(
 ) {
 int ctr1=0,ctr2=0;
-char *srcptr=NULL;
+unsigned char *srcptr=NULL;
 png_byte **row_pointers;
 long pos=0;
 void *Imageptr;
--- namot-2.2.0-pre4/src/x.h.org2006-03-03 22:39:06.0 -0500
+++ namot-2.2.0-pre4/src/x.h2006-03-03 22:43:11.0 -0500
@@ -17,8 +17,9 @@
  */
 
 #define Long   long
+#ifndef HAVE_PNG_H
 #define Byte   unsigned char
-
+#endif
 extern void InitX();
 
 #ifdef GRAPHICS

Index: namot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/namot.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- namot.info  3 Feb 2006 18:29:54 -   1.3
+++ namot.info  4 Mar 2006 05:01:46 -   1.4
@@ -1,35 +1,26 @@
-Package: namot
-Version: 2.2.0-pre4
-Revision: 1012
-Architecture: powerpc
-GCC: 3.3
-Source: mirror:sourceforge:%n/%n-%v.tgz
-Source-MD5: 33cc542fa56d46385cde3f35805d812f 
-Depends: x11, lesstif-shlibs, readline-shlibs (= 4.3-1028), gsl-shlibs, 
libpng3-shlibs
-BuildDepends: libpng3, gsl, lesstif, readline (= 4.3-1028), x11-dev, gcc3.3
-ConfigureParams: --mandir='${prefix}/share/man' --libexecdir='${prefix}/lib'
-SetCFLAGS: -force_flat_namespace
-SetCC: gcc-3.3
-SetCXX: g++-3.3
-Description: Nucleic Acid MOdelling Tool
-DescDetail: 
-The Nucleic Acid Modeling Tool(NAMOT) is a program to 
-allow users to manipulate molecular models of nucleic 
-acids based on a set of reduced co-ordinates developed 
-at Los Alamos National Laboratory and the Max Planck 
-Institute for Biophysical Chemistry.
-It uses a combination  of  Xlib  and  Xt
-functions  to build the interface.  External, user modifi-
-able libraries allow the user to  customize  the  program.
-The use of an extended description allows for the modeling
-of standard and  unusual  structures.
-
-DescPackaging: 
- This version is compiled with g++-3.3, even in the 10.4 tree.  If it is
- ever updated to a more recent compiler, anything which depends on it must
- be updated at the same time that it is.
-
-DocFiles: README AUTHORS COPYING NEWS 
-Homepage: http://namot.sourceforge.net/
-License:  Restrictive
-Maintainer: W. G. Scott [EMAIL PROTECTED]
+Package: namot
+Version: 2.2.0-pre4
+Revision: 1013
+Architecture: powerpc
+Source: mirror:sourceforge:%n/%n-%v.tgz
+Source-MD5: 33cc542fa56d46385cde3f35805d812f 
+Patch: %n.patch
+Depends: x11, openmotif3-shlibs, readline-shlibs (= 4.3-1028), gsl-shlibs, 
libpng3-shlibs
+BuildDepends: libpng3, gsl, openmotif3, readline (= 4.3-1028), x11-dev
+ConfigureParams: --mandir='${prefix}/share/man' --libexecdir='${prefix}/lib'
+SetCFLAGS: -force_flat_namespace
+Description: Nucleic Acid MOdelling Tool
+DescDetail: 
+The Nucleic Acid Modeling Tool(NAMOT) is a program to allow users to
+manipulate molecular models of nucleic acids based on a set of reduced
+co-ordinates developed at Los Alamos National Laboratory and the Max Planck
+Institute for Biophysical Chemistry.  It uses a combination  of  Xlib  and  Xt
+functions  to build the interface.  External, user modifiable libraries
+allow the user to  customize  the  program.  The use of an extended
+description allows for the modeling of standard and  unusual  structures.
+Thanks to Jack Howarth for numerous improvements.
+
+DocFiles: README AUTHORS COPYING NEWS 
+Homepage: http://namot.sourceforge.net/
+License:  Restrictive
+Maintainer: W. G. Scott [EMAIL PROTECTED]



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci namot.info,1.4,1.5 namot.patch,1.1,1.2

2006-03-03 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4262

Modified Files:
namot.info namot.patch 
Log Message:
get rid of mac line endings

Index: namot.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/namot.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- namot.patch 4 Mar 2006 05:01:46 -   1.1
+++ namot.patch 4 Mar 2006 05:11:08 -   1.2
@@ -1,24 +1,24 @@
 namot-2.2.0-pre4/src/graphics.c.org2006-03-03 22:33:11.0 
-0500
-+++ namot-2.2.0-pre4/src/graphics.c2006-03-03 22:38:21.0 -0500
-@@ -1331,7 +1331,7 @@
- PackPNGRows(
- ) {
- int ctr1=0,ctr2=0;
--char *srcptr=NULL;
-+unsigned char *srcptr=NULL;
- png_byte **row_pointers;
- long pos=0;
- void *Imageptr;
 namot-2.2.0-pre4/src/x.h.org   2006-03-03 22:39:06.0 -0500
-+++ namot-2.2.0-pre4/src/x.h   2006-03-03 22:43:11.0 -0500
-@@ -17,8 +17,9 @@
-  */
- 
- #define Long  long
-+#ifndef HAVE_PNG_H
- #define Byte  unsigned char
--
-+#endif
- extern void InitX();
- 
- #ifdef GRAPHICS
+--- namot-2.2.0-pre4/src/graphics.c.org2006-03-03 22:33:11.0 
-0500
 namot-2.2.0-pre4/src/graphics.c2006-03-03 22:38:21.0 -0500
+@@ -1331,7 +1331,7 @@
+ PackPNGRows(
+ ) {
+ int ctr1=0,ctr2=0;
+-char *srcptr=NULL;
++unsigned char *srcptr=NULL;
+ png_byte **row_pointers;
+ long pos=0;
+ void *Imageptr;
+--- namot-2.2.0-pre4/src/x.h.org   2006-03-03 22:39:06.0 -0500
 namot-2.2.0-pre4/src/x.h   2006-03-03 22:43:11.0 -0500
+@@ -17,8 +17,9 @@
+  */
+ 
+ #define Long  long
++#ifndef HAVE_PNG_H
+ #define Byte  unsigned char
+-
++#endif
+ extern void InitX();
+ 
+ #ifdef GRAPHICS

Index: namot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/namot.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- namot.info  4 Mar 2006 05:01:46 -   1.4
+++ namot.info  4 Mar 2006 05:11:08 -   1.5
@@ -1,16 +1,16 @@
-Package: namot
-Version: 2.2.0-pre4
-Revision: 1013
-Architecture: powerpc
-Source: mirror:sourceforge:%n/%n-%v.tgz
-Source-MD5: 33cc542fa56d46385cde3f35805d812f 
-Patch: %n.patch
-Depends: x11, openmotif3-shlibs, readline-shlibs (= 4.3-1028), gsl-shlibs, 
libpng3-shlibs
-BuildDepends: libpng3, gsl, openmotif3, readline (= 4.3-1028), x11-dev
-ConfigureParams: --mandir='${prefix}/share/man' --libexecdir='${prefix}/lib'
-SetCFLAGS: -force_flat_namespace
-Description: Nucleic Acid MOdelling Tool
-DescDetail: 
+Package: namot
+Version: 2.2.0-pre4
+Revision: 1013
+Architecture: powerpc
+Source: mirror:sourceforge:%n/%n-%v.tgz
+Source-MD5: 33cc542fa56d46385cde3f35805d812f 
+Patch: %n.patch
+Depends: x11, openmotif3-shlibs, readline-shlibs (= 4.3-1028), gsl-shlibs, 
libpng3-shlibs
+BuildDepends: libpng3, gsl, openmotif3, readline (= 4.3-1028), x11-dev
+ConfigureParams: --mandir='${prefix}/share/man' --libexecdir='${prefix}/lib'
+SetCFLAGS: -force_flat_namespace
+Description: Nucleic Acid MOdelling Tool
+DescDetail: 
 The Nucleic Acid Modeling Tool(NAMOT) is a program to allow users to
 manipulate molecular models of nucleic acids based on a set of reduced
 co-ordinates developed at Los Alamos National Laboratory and the Max Planck
@@ -18,9 +18,9 @@
 functions  to build the interface.  External, user modifiable libraries
 allow the user to  customize  the  program.  The use of an extended
 description allows for the modeling of standard and  unusual  structures.
-Thanks to Jack Howarth for numerous improvements.
-
-DocFiles: README AUTHORS COPYING NEWS 
-Homepage: http://namot.sourceforge.net/
-License:  Restrictive
-Maintainer: W. G. Scott [EMAIL PROTECTED]
+Thanks to Jack Howarth for numerous improvements.
+
+DocFiles: README AUTHORS COPYING NEWS 
+Homepage: http://namot.sourceforge.net/
+License:  Restrictive
+Maintainer: W. G. Scott [EMAIL PROTECTED]



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci namot.patch,NONE,1.1 namot.info,1.3,1.4

2006-03-03 Thread William Scott
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5464

Modified Files:
namot.info 
Added Files:
namot.patch 
Log Message:
namot now works with gcc4 thanks to Jack Howarth

--- NEW FILE: namot.patch ---
--- namot-2.2.0-pre4/src/graphics.c.org 2006-03-03 22:33:11.0 -0500
+++ namot-2.2.0-pre4/src/graphics.c 2006-03-03 22:38:21.0 -0500
@@ -1331,7 +1331,7 @@
 PackPNGRows(
 ) {
 int ctr1=0,ctr2=0;
-char *srcptr=NULL;
+unsigned char *srcptr=NULL;
 png_byte **row_pointers;
 long pos=0;
 void *Imageptr;
--- namot-2.2.0-pre4/src/x.h.org2006-03-03 22:39:06.0 -0500
+++ namot-2.2.0-pre4/src/x.h2006-03-03 22:43:11.0 -0500
@@ -17,8 +17,9 @@
  */
 
 #define Long   long
+#ifndef HAVE_PNG_H
 #define Byte   unsigned char
-
+#endif
 extern void InitX();
 
 #ifdef GRAPHICS

Index: namot.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/namot.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- namot.info  3 Feb 2006 18:29:30 -   1.3
+++ namot.info  4 Mar 2006 05:13:18 -   1.4
@@ -1,33 +1,23 @@
 Package: namot
 Version: 2.2.0-pre4
-Revision: 12
-Architecture: powerpc
-GCC: 3.3
+Revision: 13
 Source: mirror:sourceforge:%n/%n-%v.tgz
 Source-MD5: 33cc542fa56d46385cde3f35805d812f 
-Depends: x11, lesstif-shlibs, readline-shlibs, gsl-shlibs, libpng3-shlibs
-BuildDepends: libpng3, gsl, lesstif, readline, x11-dev, gcc3.3
+Patch: %n.patch
+Depends: x11, openmotif3-shlibs, readline-shlibs (= 4.3-28), gsl-shlibs, 
libpng3-shlibs
+BuildDepends: libpng3, gsl, openmotif3, readline (= 4.3-28), x11-dev
 ConfigureParams: --mandir='${prefix}/share/man' --libexecdir='${prefix}/lib'
 SetCFLAGS: -force_flat_namespace
-SetCC: gcc-3.3
-SetCXX: g++-3.3
 Description: Nucleic Acid MOdelling Tool
 DescDetail: 
-The Nucleic Acid Modeling Tool(NAMOT) is a program to 
-allow users to manipulate molecular models of nucleic 
-acids based on a set of reduced co-ordinates developed 
-at Los Alamos National Laboratory and the Max Planck 
-Institute for Biophysical Chemistry.
-It uses a combination  of  Xlib  and  Xt
-functions  to build the interface.  External, user modifi-
-able libraries allow the user to  customize  the  program.
-The use of an extended description allows for the modeling
-of standard and  unusual  structures.
-
-DescPackaging: 
- This version is compiled with g++-3.3, even in the 10.4 tree.  If it is
- ever updated to a more recent compiler, anything which depends on it must
- be updated at the same time that it is.
+The Nucleic Acid Modeling Tool(NAMOT) is a program to allow users to
+manipulate molecular models of nucleic acids based on a set of reduced
+co-ordinates developed at Los Alamos National Laboratory and the Max Planck
+Institute for Biophysical Chemistry.  It uses a combination  of  Xlib  and  Xt
+functions  to build the interface.  External, user modifiable libraries
+allow the user to  customize  the  program.  The use of an extended
+description allows for the modeling of standard and  unusual  structures.
+Thanks to Jack Howarth for numerous improvements.
 
 DocFiles: README AUTHORS COPYING NEWS 
 Homepage: http://namot.sourceforge.net/



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci namot.info,1.5,1.6

2006-03-03 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5623

Modified Files:
namot.info 
Log Message:
removed Architecture: powerpc as it is no longer required

Index: namot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/namot.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- namot.info  4 Mar 2006 05:11:08 -   1.5
+++ namot.info  4 Mar 2006 05:14:04 -   1.6
@@ -1,7 +1,6 @@
 Package: namot
 Version: 2.2.0-pre4
 Revision: 1013
-Architecture: powerpc
 Source: mirror:sourceforge:%n/%n-%v.tgz
 Source-MD5: 33cc542fa56d46385cde3f35805d812f 
 Patch: %n.patch



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci coot.info,1.6,1.7

2006-03-03 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12644

Modified Files:
coot.info 
Log Message:
removed g77 dependency from coot, which has no fortran code

Index: coot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/coot.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- coot.info   1 Mar 2006 16:40:04 -   1.6
+++ coot.info   4 Mar 2006 05:28:23 -   1.7
@@ -11,7 +11,7 @@
 Source3: 
http://www.ysbl.york.ac.uk/~emsley/software/extras/reference-structures.tar.gz
 Source3-MD5: c09bb6b5524901cb0fde14589546224e 
 ###
-BuildDepends: ccp4-onlylibs-dev (= 6.0-1005), glib, gtk+2, freeglut, 
gtkglarea, guile16, guile16-dev, gsl, libglade2,  gtk-canvas (= 0.1.1-20), 
libart2 (= 2.3.16-2), libart2-shlibs (= 2.3.16-2), guile16-net-http, 
gtk+2-dev, libgettext3-dev, imlib, libjpeg, giflib, libpng3, gnome-libs-dev, 
fftw, libiconv-dev, python24, python, g77
+BuildDepends: ccp4-onlylibs-dev (= 6.0-1005), glib, gtk+2, freeglut, 
gtkglarea, guile16, guile16-dev, gsl, libglade2,  gtk-canvas (= 0.1.1-20), 
libart2 (= 2.3.16-2), libart2-shlibs (= 2.3.16-2), guile16-net-http, 
gtk+2-dev, libgettext3-dev, imlib, libjpeg, giflib, libpng3, gnome-libs-dev, 
fftw, libiconv-dev, python24, python
 #
 Depends: guile16-shlibs, gsl-shlibs, libglade2-shlibs, guile16-gtk, 
guile16-www, guile16-gui, guile16-goosh (= 1.3-2), guile16, guile16-net-http, 
freeglut-shlibs, libart2-shlibs (= 2.3.16-2), coot-shlibs (= %v-%r), python24, 
python
 #



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/asari w3m-unified.info,1.1,1.2

2006-03-03 Thread ASARI Takashi
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1508

Modified Files:
w3m-unified.info 
Log Message:
X11 enabled.

Index: w3m-unified.info
===
RCS file: /cvsroot/fink/experimental/asari/w3m-unified.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- w3m-unified.info18 Feb 2006 16:39:00 -  1.1
+++ w3m-unified.info4 Mar 2006 06:16:02 -   1.2
@@ -1,23 +1,17 @@
 Package: w3m-unified
 Version: 0.5.1
-Revision: 1004l
+Revision: 1004m
 Description: Text-mode WWW browser with tables/frames
 License: OSI-Approved
 Maintainer: Christian Swinehart [EMAIL PROTECTED]
-BuildDepends: gc (= 6.6-1000), libncurses5 (= 5.4-20041023-1006), 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, pkgconfig, 
system-openssl-dev
-Depends: gc-shlibs (= 6.6-1000), libncurses5-shlibs (= 5.4-20041023-1006), 
launch, libgettext3-shlibs, libiconv
-Conflicts: w3m-ssl, w3m
-Replaces: w3m-ssl, w3m
+BuildDepends: gc, libncurses5 (= 5.4-20041023-6), libgettext3-dev, 
gettext-bin, gettext-tools, libiconv-dev, pkgconfig, system-openssl-dev, imlib 
(= 1.9.8-1), libjpeg, libtiff, giflib, libpng3, x11-dev
+Depends: gc-shlibs, libncurses5-shlibs (= 5.4-20041023-6), launch, 
libgettext3-shlibs, libiconv
 Source: mirror:sourceforge:w3m/w3m-%v.tar.gz
 Source-MD5: 0678b72e07e69c41709d71ef0fe5da13
-ConfigureParams: --with-termlib=ncurses --disable-image --with-imagelib=no 
--mandir=%p/share/man --libexecdir=%p/lib --with-editor=%p/bin/editor 
--with-browser=%p/bin/launch --disable-w3mmailer --with-mailer='%p/bin/launch 
-l'
-GCC: 4.0
+ConfigureParams: --with-termlib=ncurses --with-imagelib=imlib 
--mandir=%p/share/man --libexecdir=%p/lib --with-editor=%p/bin/editor 
--with-browser=%p/bin/launch --disable-w3mmailer --with-mailer='%p/bin/launch 
-l'
+GCC: 3.3
 SetCPPFLAGS: -I%p/lib/system-openssl/include
 SetLDFLAGS: -no-undefined -L%p/lib/system-openssl/lib
-CompileScript: 
- ./configure %c
- make
-
 InstallScript: 
  make install DESTDIR=%d
  mkdir -p %i/share/man/man1
@@ -29,6 +23,33 @@
  mkdir -p %i/share/%n/
  mv Bonus %i/share/%n/
 
+
+SplitOff: 
+  Package: w3m
+  Depends: %N (= %v-%r)
+  Description: Upgrade package for w3m
+  DocFiles: README
+
+SplitOff2: 
+  Package: w3m-ssl
+  Depends: %N (= %v-%r)
+  Description: Upgrade package for w3m
+  DocFiles: README
+
+SplitOff3: 
+  Package: w3m-x11
+  Depends: 
+%N (= %v-%r), x11, imlib-shlibs (= 1.9.8-1),
+libjpeg-shlibs, libtiff-shlibs, giflib-shlibs, libpng3-shlibs
+  
+  Recommends: perl, compface
+  Description: X11 support for w3m
+  Files: 
+lib/w3m/w3mimgdisplay
+lib/w3m/xface2xpm
+  
+  DocFiles: README
+
 DocFiles: README TODO ChangeLog
 Homepage: http://w3m.sourceforge.net
 DescDetail: 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/asari w3m-unified.info,1.2,1.3

2006-03-03 Thread ASARI Takashi
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5886

Modified Files:
w3m-unified.info 
Log Message:
/sw/share/w3m-unified - /sw/share/w3m

Index: w3m-unified.info
===
RCS file: /cvsroot/fink/experimental/asari/w3m-unified.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- w3m-unified.info4 Mar 2006 06:16:02 -   1.2
+++ w3m-unified.info4 Mar 2006 06:25:53 -   1.3
@@ -16,12 +16,12 @@
  make install DESTDIR=%d
  mkdir -p %i/share/man/man1
  install -c -m 644 doc/w3m.1 %i/share/man/man1/
- mkdir -p %i/share/doc/%n/english
- install -m 644 doc/* %i/share/doc/%n/english/
- mkdir -p %i/share/doc/%n/japanese
- install -m 644 doc-jp/* %i/share/doc/%n/japanese
- mkdir -p %i/share/%n/
- mv Bonus %i/share/%n/
+ mkdir -p %i/share/doc/w3m/english
+ install -m 644 doc/* %i/share/doc/w3m/english/
+ mkdir -p %i/share/doc/w3m/japanese
+ install -m 644 doc-jp/* %i/share/doc/w3m/japanese
+ mkdir -p %i/share/w3m/
+ mv Bonus %i/share/w3m/
 
 
 SplitOff: 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits