dists/10.4-transitional/unstable/main/finkinfo/x11 openoffice.org-lang.info,1.7,1.8 openoffice.org.info,1.9,1.10 openoffice.org.patch,1.6,1.7

2005-09-12 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3784

Modified Files:
openoffice.org-lang.info openoffice.org.info 
openoffice.org.patch 
Log Message:
Hack to workaround libJPEG.dylib problem.

Index: openoffice.org.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11/openoffice.org.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- openoffice.org.patch7 Sep 2005 17:13:12 -   1.6
+++ openoffice.org.patch12 Sep 2005 11:37:48 -  1.7
@@ -68,3 +68,13 @@
 # [ed] 6/15/02 Add in X11 headers as appropriate for the build
 if ($GUIBASE eq unx) {
$SOLARINC  .= $I.$XINC.
+--- solenv/bin/checkdll.sh Thu Mar 27 20:47:51 2003
 solenv/bin/checkdll.sh.finkMon Sep 12 20:34:24 2005
+@@ -34,6 +34,7 @@
+   X) DYLD_LIBRARY_PATH=$libpath:$DYLD_LIBRARY_PATH;;
+   *) DYLD_LIBRARY_PATH=$libpath;;
+ esac
++
DYLD_LIBRARY_PATH=/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ImageIO.framework/Resources:$DYLD_LIBRARY_PATH
+ export DYLD_LIBRARY_PATH;;
+ IRIX) case ${LD_LIBRARYN32_PATH+X} in
+   X) LD_LIBRARYN32_PATH=$libpath:$LD_LIBRARYN32_PATH;;

Index: openoffice.org.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11/openoffice.org.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- openoffice.org.info 7 Sep 2005 17:13:12 -   1.9
+++ openoffice.org.info 12 Sep 2005 11:37:48 -  1.10
@@ -2,7 +2,7 @@
 Package: openoffice.org
 Description: Integrated office productivity suite
 Version: 1.9m121
-Revision: 60
+Revision: 61
 License: OSI-Approved
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
 

Index: openoffice.org-lang.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11/openoffice.org-lang.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- openoffice.org-lang.info7 Sep 2005 17:13:12 -   1.7
+++ openoffice.org-lang.info12 Sep 2005 11:37:48 -  1.8
@@ -2,7 +2,7 @@
 Package: openoffice.org-%type_pkg[lang]
 Description: Language Pack(%type_pkg[lang]) for OpenOffice.org
 Version: 1.9m121
-Revision: 60
+Revision: 61
 Type: lang (af ar bg ca cs cy da de el en-gb eo es et eu fi fr gl he hi-in hu 
it ja km kn-in ko lt ms nb nl nn ns pl pt pt-br ru sk sl sv th tn tr xh zh-cn 
zh-tw zu)
 License: OSI-Approved
 Maintainer: Todai Fink Team [EMAIL PROTECTED]



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/kde kdebase3-unified.patch,1.2,1.3

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4/10.3/unstable/main/finkinfo/kde

Modified Files:
kdebase3-unified.patch 
Log Message:
fix qt 3.3.5 build bug

Index: kdebase3-unified.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/kde/kdebase3-unified.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kdebase3-unified.patch  12 Sep 2005 01:40:39 -  1.2
+++ kdebase3-unified.patch  12 Sep 2005 15:21:43 -  1.3
@@ -1,5 +1,6 @@
+diff -uNr kdebase-3.4.2/drkonqi/Makefile.am 
kdebase-3.4.2-new/drkonqi/Makefile.am
 --- kdebase-3.4.2/drkonqi/Makefile.am  2005-05-23 08:14:51.0 -0400
-+++ kdebase-3.4.2-new/drkonqi/Makefile.am  2005-08-13 12:43:31.0 
-0400
 kdebase-3.4.2-new/drkonqi/Makefile.am  2005-09-12 10:54:12.0 
-0400
 @@ -8,15 +8,17 @@
  
  EXTRA_DIST = LICENSE
@@ -22,8 +23,9 @@
  
  
  check_PROGRAMS = crashtest
+diff -uNr kdebase-3.4.2/drkonqi/main.cpp kdebase-3.4.2-new/drkonqi/main.cpp
 --- kdebase-3.4.2/drkonqi/main.cpp 2005-05-23 08:14:51.0 -0400
-+++ kdebase-3.4.2-new/drkonqi/main.cpp 2005-08-13 12:43:31.0 -0400
 kdebase-3.4.2-new/drkonqi/main.cpp 2005-09-12 10:54:12.0 -0400
 @@ -57,7 +57,7 @@
KCmdLineLastOption
  };
@@ -33,8 +35,9 @@
  {
// Drop privs.
setgid(getgid());
+diff -uNr kdebase-3.4.2/kappfinder/Makefile.am 
kdebase-3.4.2-new/kappfinder/Makefile.am
 --- kdebase-3.4.2/kappfinder/Makefile.am   2005-05-23 08:14:28.0 
-0400
-+++ kdebase-3.4.2-new/kappfinder/Makefile.am   2005-08-13 12:43:31.0 
-0400
 kdebase-3.4.2-new/kappfinder/Makefile.am   2005-09-12 10:54:12.0 
-0400
 @@ -1,9 +1,17 @@
  SUBDIRS = apps
  
@@ -57,8 +60,9 @@
  
  noinst_PROGRAMS = kappfinder_install
  kappfinder_install_SOURCES = main_install.cpp common.cpp
+diff -uNr kdebase-3.4.2/kappfinder/main.cpp 
kdebase-3.4.2-new/kappfinder/main.cpp
 --- kdebase-3.4.2/kappfinder/main.cpp  2005-05-23 08:14:28.0 -0400
-+++ kdebase-3.4.2-new/kappfinder/main.cpp  2005-08-13 12:43:31.0 
-0400
 kdebase-3.4.2-new/kappfinder/main.cpp  2005-09-12 10:54:12.0 
-0400
 @@ -31,7 +31,7 @@
KCmdLineLastOption
  };
@@ -68,8 +72,9 @@
  {
KAboutData aboutData( kappfinder, I18N_NOOP( KAppfinder ),
  1.0, description, KAboutData::License_GPL,
+diff -uNr kdebase-3.4.2/kcontrol/filetypes/Makefile.am 
kdebase-3.4.2-new/kcontrol/filetypes/Makefile.am
 --- kdebase-3.4.2/kcontrol/filetypes/Makefile.am   2005-05-23 
08:13:40.0 -0400
-+++ kdebase-3.4.2-new/kcontrol/filetypes/Makefile.am   2005-08-13 
12:43:31.0 -0400
 kdebase-3.4.2-new/kcontrol/filetypes/Makefile.am   2005-09-12 
10:54:13.0 -0400
 @@ -12,16 +12,18 @@
kservicelistwidget.h typeslistitem.h newtypedlg.h \
kserviceselectdlg.h
@@ -93,8 +98,9 @@
  
  messages:
$(XGETTEXT) *.cpp -o $(podir)/filetypes.pot
+diff -uNr kdebase-3.4.2/kcontrol/filetypes/keditfiletype.cpp 
kdebase-3.4.2-new/kcontrol/filetypes/keditfiletype.cpp
 --- kdebase-3.4.2/kcontrol/filetypes/keditfiletype.cpp 2005-05-23 
08:13:40.0 -0400
-+++ kdebase-3.4.2-new/kcontrol/filetypes/keditfiletype.cpp 2005-08-13 
12:43:31.0 -0400
 kdebase-3.4.2-new/kcontrol/filetypes/keditfiletype.cpp 2005-09-12 
10:54:13.0 -0400
 @@ -93,7 +93,7 @@
KCmdLineLastOption
  };
@@ -104,8 +110,9 @@
  {
KServiceTypeProfile::setConfigurationMode();
KLocale::setMainCatalogue(filetypes);
+diff -uNr kdebase-3.4.2/kcontrol/kfontinst/configure.in.in 
kdebase-3.4.2-new/kcontrol/kfontinst/configure.in.in
 --- kdebase-3.4.2/kcontrol/kfontinst/configure.in.in   2005-05-23 
08:13:44.0 -0400
-+++ kdebase-3.4.2-new/kcontrol/kfontinst/configure.in.in   2005-08-13 
12:43:31.0 -0400
 kdebase-3.4.2-new/kcontrol/kfontinst/configure.in.in   2005-09-12 
10:54:13.0 -0400
 @@ -56,7 +56,7 @@
  done
  LIBFONTCONFIG_RPATH=`echo $LIBFONTCONFIG_RPATH | sed -e 
s/-L/-R/g`
@@ -124,8 +131,9 @@
  fi
  fi
  
+diff -uNr kdebase-3.4.2/kcontrol/kfontinst/kfontinst/Main.cpp 
kdebase-3.4.2-new/kcontrol/kfontinst/kfontinst/Main.cpp
 --- kdebase-3.4.2/kcontrol/kfontinst/kfontinst/Main.cpp2005-05-23 
08:13:42.0 -0400
-+++ kdebase-3.4.2-new/kcontrol/kfontinst/kfontinst/Main.cpp2005-08-13 
12:43:31.0 -0400
 kdebase-3.4.2-new/kcontrol/kfontinst/kfontinst/Main.cpp2005-09-12 
10:54:13.0 -0400
 @@ -190,7 +190,7 @@
  KFI::CXConfig::refreshPaths(true);
  }
@@ -135,8 +143,9 @@
  {
  #ifdef HAVE_GETOPT_H
  static struct option options[]=
+diff -uNr kdebase-3.4.2/kcontrol/kfontinst/kfontinst/Makefile.am 
kdebase-3.4.2-new/kcontrol/kfontinst/kfontinst/Makefile.am
 --- 

dists/10.4-transitional/unstable/main/finkinfo/kde kdebase3-unified.patch,1.2,1.3

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4/10.4-transitional/unstable/main/finkinfo/kde

Modified Files:
kdebase3-unified.patch 
Log Message:
fix qt 3.3.5 build bug

Index: kdebase3-unified.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/kde/kdebase3-unified.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kdebase3-unified.patch  12 Sep 2005 01:40:40 -  1.2
+++ kdebase3-unified.patch  12 Sep 2005 15:21:43 -  1.3
@@ -1,5 +1,6 @@
+diff -uNr kdebase-3.4.2/drkonqi/Makefile.am 
kdebase-3.4.2-new/drkonqi/Makefile.am
 --- kdebase-3.4.2/drkonqi/Makefile.am  2005-05-23 08:14:51.0 -0400
-+++ kdebase-3.4.2-new/drkonqi/Makefile.am  2005-08-13 12:43:31.0 
-0400
 kdebase-3.4.2-new/drkonqi/Makefile.am  2005-09-12 10:54:12.0 
-0400
 @@ -8,15 +8,17 @@
  
  EXTRA_DIST = LICENSE
@@ -22,8 +23,9 @@
  
  
  check_PROGRAMS = crashtest
+diff -uNr kdebase-3.4.2/drkonqi/main.cpp kdebase-3.4.2-new/drkonqi/main.cpp
 --- kdebase-3.4.2/drkonqi/main.cpp 2005-05-23 08:14:51.0 -0400
-+++ kdebase-3.4.2-new/drkonqi/main.cpp 2005-08-13 12:43:31.0 -0400
 kdebase-3.4.2-new/drkonqi/main.cpp 2005-09-12 10:54:12.0 -0400
 @@ -57,7 +57,7 @@
KCmdLineLastOption
  };
@@ -33,8 +35,9 @@
  {
// Drop privs.
setgid(getgid());
+diff -uNr kdebase-3.4.2/kappfinder/Makefile.am 
kdebase-3.4.2-new/kappfinder/Makefile.am
 --- kdebase-3.4.2/kappfinder/Makefile.am   2005-05-23 08:14:28.0 
-0400
-+++ kdebase-3.4.2-new/kappfinder/Makefile.am   2005-08-13 12:43:31.0 
-0400
 kdebase-3.4.2-new/kappfinder/Makefile.am   2005-09-12 10:54:12.0 
-0400
 @@ -1,9 +1,17 @@
  SUBDIRS = apps
  
@@ -57,8 +60,9 @@
  
  noinst_PROGRAMS = kappfinder_install
  kappfinder_install_SOURCES = main_install.cpp common.cpp
+diff -uNr kdebase-3.4.2/kappfinder/main.cpp 
kdebase-3.4.2-new/kappfinder/main.cpp
 --- kdebase-3.4.2/kappfinder/main.cpp  2005-05-23 08:14:28.0 -0400
-+++ kdebase-3.4.2-new/kappfinder/main.cpp  2005-08-13 12:43:31.0 
-0400
 kdebase-3.4.2-new/kappfinder/main.cpp  2005-09-12 10:54:12.0 
-0400
 @@ -31,7 +31,7 @@
KCmdLineLastOption
  };
@@ -68,8 +72,9 @@
  {
KAboutData aboutData( kappfinder, I18N_NOOP( KAppfinder ),
  1.0, description, KAboutData::License_GPL,
+diff -uNr kdebase-3.4.2/kcontrol/filetypes/Makefile.am 
kdebase-3.4.2-new/kcontrol/filetypes/Makefile.am
 --- kdebase-3.4.2/kcontrol/filetypes/Makefile.am   2005-05-23 
08:13:40.0 -0400
-+++ kdebase-3.4.2-new/kcontrol/filetypes/Makefile.am   2005-08-13 
12:43:31.0 -0400
 kdebase-3.4.2-new/kcontrol/filetypes/Makefile.am   2005-09-12 
10:54:13.0 -0400
 @@ -12,16 +12,18 @@
kservicelistwidget.h typeslistitem.h newtypedlg.h \
kserviceselectdlg.h
@@ -93,8 +98,9 @@
  
  messages:
$(XGETTEXT) *.cpp -o $(podir)/filetypes.pot
+diff -uNr kdebase-3.4.2/kcontrol/filetypes/keditfiletype.cpp 
kdebase-3.4.2-new/kcontrol/filetypes/keditfiletype.cpp
 --- kdebase-3.4.2/kcontrol/filetypes/keditfiletype.cpp 2005-05-23 
08:13:40.0 -0400
-+++ kdebase-3.4.2-new/kcontrol/filetypes/keditfiletype.cpp 2005-08-13 
12:43:31.0 -0400
 kdebase-3.4.2-new/kcontrol/filetypes/keditfiletype.cpp 2005-09-12 
10:54:13.0 -0400
 @@ -93,7 +93,7 @@
KCmdLineLastOption
  };
@@ -104,8 +110,9 @@
  {
KServiceTypeProfile::setConfigurationMode();
KLocale::setMainCatalogue(filetypes);
+diff -uNr kdebase-3.4.2/kcontrol/kfontinst/configure.in.in 
kdebase-3.4.2-new/kcontrol/kfontinst/configure.in.in
 --- kdebase-3.4.2/kcontrol/kfontinst/configure.in.in   2005-05-23 
08:13:44.0 -0400
-+++ kdebase-3.4.2-new/kcontrol/kfontinst/configure.in.in   2005-08-13 
12:43:31.0 -0400
 kdebase-3.4.2-new/kcontrol/kfontinst/configure.in.in   2005-09-12 
10:54:13.0 -0400
 @@ -56,7 +56,7 @@
  done
  LIBFONTCONFIG_RPATH=`echo $LIBFONTCONFIG_RPATH | sed -e 
s/-L/-R/g`
@@ -124,8 +131,9 @@
  fi
  fi
  
+diff -uNr kdebase-3.4.2/kcontrol/kfontinst/kfontinst/Main.cpp 
kdebase-3.4.2-new/kcontrol/kfontinst/kfontinst/Main.cpp
 --- kdebase-3.4.2/kcontrol/kfontinst/kfontinst/Main.cpp2005-05-23 
08:13:42.0 -0400
-+++ kdebase-3.4.2-new/kcontrol/kfontinst/kfontinst/Main.cpp2005-08-13 
12:43:31.0 -0400
 kdebase-3.4.2-new/kcontrol/kfontinst/kfontinst/Main.cpp2005-09-12 
10:54:13.0 -0400
 @@ -190,7 +190,7 @@
  KFI::CXConfig::refreshPaths(true);
  }
@@ -135,8 +143,9 @@
  {
  #ifdef HAVE_GETOPT_H
  static struct option options[]=
+diff -uNr kdebase-3.4.2/kcontrol/kfontinst/kfontinst/Makefile.am 
kdebase-3.4.2-new/kcontrol/kfontinst/kfontinst/Makefile.am
 

dists/10.3/unstable/crypto/finkinfo gpgme11.info,1.9,1.10 gpgme11.patch,1.1,1.2

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11892/10.3/unstable/crypto/finkinfo

Modified Files:
gpgme11.info gpgme11.patch 
Log Message:
pilot-link9 to stable, gpgme11 update to use pthreads by default (since it 
actually *works*)

Index: gpgme11.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/gpgme11.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gpgme11.patch   5 Jul 2005 13:58:42 -   1.1
+++ gpgme11.patch   12 Sep 2005 16:56:47 -  1.2
@@ -5,8 +5,8 @@
  # Configure thread packages.
  thread_modules=
  
-+# default to pth
-+thread_module=pth
++# default to pthread
++thread_module=pthread
 +
  @[EMAIL PROTECTED]$thread_modules pth
  libs_pth=@PTH_LDFLAGS@ @PTH_LIBS@

Index: gpgme11.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/gpgme11.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- gpgme11.info5 Jul 2005 13:58:42 -   1.9
+++ gpgme11.info12 Sep 2005 16:56:47 -  1.10
@@ -1,9 +1,9 @@
 Package: gpgme11
 Version: 1.0.3
-Revision: 4
+Revision: 5
 Maintainer: Darian Lanx [EMAIL PROTECTED]
-BuildDepends: gdbm3, libiconv-dev, gettext-dev, libgpg-error, pth (= 1.4.1-2)
-Depends: %N-shlibs (= %v-%r), pth-shlibs (= 1.4.1-2), libgpg-error-shlibs, 
gettext, libiconv-bin, libiconv, gnupg (= 1.2.4-1) | gnupg-testing (= 
1.3.6-12)
+BuildDepends: gdbm3, libiconv-dev, libgettext3-dev, libgpg-error, pth (= 
1.4.1-2)
+Depends: %N-shlibs (= %v-%r), pth-shlibs (= 1.4.1-2), libgpg-error-shlibs, 
libgettext3-shlibs, libiconv, gnupg (= 1.2.4-1) | gnupg-testing (= 1.3.6-12)
 Replaces: gpgme, gpgme11-shlibs ( 1.0.2-1)
 Conflicts: gpgme
 BuildDependsOnly: true



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo gpgme11.info,1.5,1.6 gpgme11.patch,1.1,1.2

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11892/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
gpgme11.info gpgme11.patch 
Log Message:
pilot-link9 to stable, gpgme11 update to use pthreads by default (since it 
actually *works*)

Index: gpgme11.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/gpgme11.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gpgme11.patch   5 Jul 2005 13:58:51 -   1.1
+++ gpgme11.patch   12 Sep 2005 16:56:47 -  1.2
@@ -5,8 +5,8 @@
  # Configure thread packages.
  thread_modules=
  
-+# default to pth
-+thread_module=pth
++# default to pthread
++thread_module=pthread
 +
  @[EMAIL PROTECTED]$thread_modules pth
  libs_pth=@PTH_LDFLAGS@ @PTH_LIBS@

Index: gpgme11.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/gpgme11.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gpgme11.info5 Jul 2005 13:58:43 -   1.5
+++ gpgme11.info12 Sep 2005 16:56:47 -  1.6
@@ -1,9 +1,9 @@
 Package: gpgme11
 Version: 1.0.3
-Revision: 4
+Revision: 5
 Maintainer: Darian Lanx [EMAIL PROTECTED]
-BuildDepends: gdbm3, libiconv-dev, gettext-dev, libgpg-error, pth (= 1.4.1-2)
-Depends: %N-shlibs (= %v-%r), pth-shlibs (= 1.4.1-2), libgpg-error-shlibs, 
gettext, libiconv-bin, libiconv, gnupg (= 1.2.4-1) | gnupg-testing (= 
1.3.6-12)
+BuildDepends: gdbm3, libiconv-dev, libgettext3-dev, libgpg-error, pth (= 
1.4.1-2)
+Depends: %N-shlibs (= %v-%r), pth-shlibs (= 1.4.1-2), libgpg-error-shlibs, 
libgettext3-shlibs, libiconv, gnupg (= 1.2.4-1) | gnupg-testing (= 1.3.6-12)
 Replaces: gpgme, gpgme11-shlibs ( 1.0.2-1)
 Conflicts: gpgme
 BuildDependsOnly: true



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/libs pilot-link9.info,1.5,1.6 pilot-link9.patch,1.1,1.2

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11892/10.3/stable/main/finkinfo/libs

Modified Files:
pilot-link9.info pilot-link9.patch 
Log Message:
pilot-link9 to stable, gpgme11 update to use pthreads by default (since it 
actually *works*)

Index: pilot-link9.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/pilot-link9.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pilot-link9.info11 Apr 2005 00:36:23 -  1.5
+++ pilot-link9.info12 Sep 2005 16:56:46 -  1.6
@@ -1,49 +1,51 @@
 Package: pilot-link9
-Version: 0.11.7
-Revision: 22
+Version: 0.11.8
+Revision: 12
 ###
-Depends: x11, libpng3-shlibs, readline-shlibs, tcltk-shlibs, %N-shlibs (= 
%v-%r)
-BuildDepends: fink (= 0.21.2-1), gcc3.1, libpng3, readline, tcltk, tcltk-dev, 
python22 | python22-nox, libiconv-dev, ncurses-dev (= 5.3-20031018-2), x11-dev
+Depends: x11, libpng3-shlibs, readline-shlibs (= 4.3-15), tcltk-shlibs, 
%N-shlibs (= %v-%r)
+BuildDepends: fink (= 0.9.9), libpng3, readline (= 4.3-15), tcltk, 
tcltk-dev, python22 | python22-nox, libiconv-dev, libncurses5, x11-dev
 BuildDependsOnly: true
 Conflicts: pilot-link
 Replaces: pilot-link
 ###
 Source: http://pilot-link.org/source/pilot-link-%v.tar.bz2
-Source-MD5: 7d06c1101707125b1e385dbd3cd7ce91
+Source-MD5: 586f84add601e8b86da3093ab784e997
 ###
 Patch: %n.patch
 ###
-SetCC: gcc3
+GCC: 3.3
 ###
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 SetCPPFLAGS: -no-cpp-precomp
-NoSetCXXFLAGS: true
 ###
-ConfigureParams: --without-perl --with-pic --with-readline --enable-shared 
--enable-static --with-tcl=%p --without-itcl --with-tk=%p --without-java 
--with-python --with-libiconv --with-libpng --disable-debug 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
+DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README
 ###
-DocFiles: COPYING* 
+# --with-java=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home
+ConfigureParams: --without-perl --with-pic --with-readline --enable-shared 
--enable-static --with-tcl=%p/lib --without-itcl --with-tk --without-java 
--with-python --with-libiconv --with-libpng --disable-debug 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
 ###
 Splitoff: 
   Package: %N-shlibs
-  Depends: readline-shlibs
+  Depends: readline-shlibs (= 4.3-15), ncurses, libncurses5-shlibs
   Conflicts: pilot-link-shlibs
   Replaces: pilot-link-shlibs
   Files: 
 lib/libpisock.*.dylib 
 lib/libpisock++.*.dylib
 lib/libpisync.*.dylib
+lib/libpitcl.*.dylib
   
   Shlibs: 
-%p/lib/libpisock.8.dylib 9.0.0 pilot-link-shlibs (= 0.11.7-1)
-%p/lib/libpisock++.0.dylib 1.0.0 pilot-link-shlibs (= 0.11.7-1)
-%p/lib/libpisync.0.dylib 1.0.0 pilot-link-shlibs (= 0.11.7-1)
+%p/lib/libpisock.8.dylib 9.0.0 pilot-link9-shlibs (= 0.11.7-12)
+%p/lib/libpisock++.0.dylib 1.0.0 pilot-link9-shlibs (= 0.11.7-12)
+%p/lib/libpisync.0.dylib 1.0.0 pilot-link9-shlibs (= 0.11.7-12)
+%p/lib/libpitcl.0.dylib 1.0.0 pilot-link9-shlibs (= 0.11.8-11)
   
   DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README bindings/Tcl/README
 
 Splitoff2: 
   Package: %N-bin
-  Depends: libpng3-shlibs, readline-shlibs, tcltk-shlibs, %N-shlibs (= %v-%r)
+  Depends: libpng3-shlibs, readline-shlibs (= 4.3-15), tcltk-shlibs, 
%N-shlibs (= %v-%r)
   Replaces: pilot-link-bin
   Conflicts: pilot-link-bin
   Files: 
@@ -54,7 +56,7 @@
   DocFiles: COPYING*
 
 Splitoff3: 
-  Package: %N-python
+  Package: %N-py22
   Depends: python22 | python22-nox
   Conflicts: pilot-link-python
   Replaces: pilot-link-python
@@ -63,6 +65,19 @@
   
   Docfiles: bindings/Python/NEWS bindings/Python/README bindings/Python/TODO
 
+### Off for now since I have no idea what to do with the lib
+### and java -jar jarfile gives errors
+#JarFiles: 
+#  bindings/Java/pilot-link.jar
+#  bindings/Java/libjpisock.so
+#
+#Splitoff4: 
+#  Package: %N-java
+#  Files: 
+#share/java
+#  
+#  Docfiles: bindings/Java/README* bindings/Java/TODO
+#
 ###
 Description: Palm libraries 
 DescDetail: 
@@ -72,5 +87,5 @@
 
 ###
 License: GPL
-Maintainer: Justin F. Hallett [EMAIL PROTECTED]
+Maintainer: None fink-devel@lists.sourceforge.net
 Homepage: http://www.pilot-link.org/

Index: pilot-link9.patch
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/pilot-link9.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pilot-link9.patch   22 Oct 2003 05:51:19 -  1.1
+++ pilot-link9.patch   12 Sep 2005 16:56:46 -  1.2
@@ -1,19 +1,29 @@
-diff -ruN pilot-link-0.11.7.orig/bindings/Java/Makefile.in 
pilot-link-0.11.7/bindings/Java/Makefile.in
 pilot-link-0.11.7.orig/bindings/Java/Makefile.in   Sun Jan  5 16:45:18 2003
-+++ 

dists/10.4-transitional/unstable/main/finkinfo/editors peacock.info,1.1,1.2

2005-09-12 Thread Jean-Fran�ois Mertens
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12496

Modified Files:
peacock.info 
Log Message:
update deps

Index: peacock.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors/peacock.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- peacock.info27 Apr 2005 03:25:39 -  1.1
+++ peacock.info12 Sep 2005 16:59:43 -  1.2
@@ -1,11 +1,11 @@
 Package: peacock
 Version: 0.6.1
-Revision: 1
+Revision: 2
 Maintainer: None fink-devel@lists.sourceforge.net
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: c2e808997065b83aff8f673676a73172
-Depends: gnome-core-shlibs, gtkhtml, pong-shlibs
-BuildDepends: gdk-pixbuf, gal19 (= 0.19.2-3), freetype2, libjpeg, libpng3, 
libtiff, netpbm, audiofile, db3 (= 3.3.11-8), esound, glib, gtk+, orbit-dev, 
readline (= 4.3-5), giflib, imlib, bonobo-dev, control-center-dev (= 
1.4.0.5-6), gconf-dev, glibwww, gnome-libs-dev, gnome-print-dev, gtkhtml-dev 
(= 1.0.2-5), oaf-dev, guile-dev, libwww, libxml, popt, gnome-vfs-dev (= 
1.0.5-5) | gnome-vfs-ssl-dev (= 1.0.5-7), libglade, pong-dev, gnome-core-dev 
(= 1.4.1-4), gettext-dev, gettext-bin, gettext-tools, libiconv-dev
+Depends: gnome-core-shlibs, gtkhtml1.1, pong-shlibs
+BuildDepends: gdk-pixbuf, gal19 (= 0.19.2-3), freetype2, libjpeg, libpng3, 
libtiff, netpbm10, audiofile, db3 (= 3.3.11-8), esound, glib, gtk+, orbit-dev, 
readline5, giflib, imlib, bonobo-dev, control-center-dev (= 1.4.0.5-6), 
gconf-dev, glibwww, gnome-libs-dev, gnome-print-dev, gtkhtml1.1-dev (= 
1.0.2-5), oaf-dev, guile16-dev, libwww, libxml, popt, gnome-vfs-dev (= 
1.0.5-5) | gnome-vfs-ssl-dev (= 1.0.5-7), libglade, pong-dev, gnome-core-dev 
(= 1.4.1-4), gettext-dev, gettext-bin, gettext-tools, libiconv-dev
 SetCPPFLAGS: -no-cpp-precomp
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS ChangeLog COPYING NEWS README TODO THANKS



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
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/perlmods http-proxy-pm.info,1.1,1.2

2005-09-12 Thread Chris Dolan
Update of 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21628

Modified Files:
http-proxy-pm.info 
Log Message:
Update to the latest upstream version, v0.16


Index: http-proxy-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/http-proxy-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- http-proxy-pm.info  2 Aug 2005 16:40:42 -   1.1
+++ http-proxy-pm.info  12 Sep 2005 17:27:33 -  1.2
@@ -1,9 +1,9 @@
 Info2: 
 Package: http-proxy-pm%type_pkg[perl]
-Version: 0.15
+Version: 0.16
 Revision: 1
 Source: mirror:cpan:authors/id/B/BO/BOOK/HTTP-Proxy-%v.tar.gz
-Source-MD5: 46a5f92e459678e49165633e9a0b73ac
+Source-MD5: 71402530846f6f3c2eff460241b8ece9
 Type: perl (5.8.1 5.8.4 5.8.6)
 UpdatePOD: true
 Depends: perl%type_pkg[perl]-core, libwww-pm%type_pkg[perl]
@@ -16,16 +16,15 @@
 # The tests do all sorts of network activity, so skip them
 NoPerlTests: true
 
-# The Makefile.PL patch below is for this bug:
-#   http://rt.cpan.org/NoAuth/Bug.html?id=13989
-PatchScript: 
- #!/bin/sh
- perl -0 -pi -e '/PL_FILES/||s/(PREREQ_PM)/PL_FILES={},$1/' Makefile.PL
- perl -0 -pe's/^.*=head\d\s+(COPYRIGHT.*)$/$1/is;s/=head1 //' 
lib/HTTP/Proxy.pm  COPYRIGHT
-
+# Extracts =head1 COPYRIGHT and =head1 LICENSE into a separate file
+PatchScript: perl -0 -pe's/^.*=head\d\s+(COPYRIGHT.*)$/$1/is;s/=head1 //' 
lib/HTTP/Proxy.pm  COPYRIGHT
+
 DescPackaging: 
  Report bugs to the maintainer or the CPAN bug tracker:
  http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTTP-Proxy
+ .
+ The examples are not included.  See:
+ http://search.cpan.org/src/BOOK/HTTP-Proxy-0.16/eg/
 
 Splitoff: 
  Package: %N-man



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/stable/main/finkinfo/libs libdvdnav2.info,NONE,1.1

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22383/10.4-transitional/stable/main/finkinfo/libs

Added Files:
libdvdnav2.info 
Log Message:
more stuff to stable

--- NEW FILE: libdvdnav2.info ---
Package: libdvdnav2
Version: 0.1.10
Revision: 1
###
Depends: libdvdread4-shlibs, %N-shlibs (= %v-%r)
BuildDepends: doxygen, libdvdread4, libdvdcss
BuildDependsOnly: true
Conflicts: libdvdnav1
Replaces: libdvdnav1
###
Source: mirror:sourceforge:dvd/libdvdnav-%v.tar.gz
Source-MD5: c8ddee96ba1182d73447eaf0bb6fde81
###
SetCPPFLAGS: -no-cpp-precomp
###
ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
DocFiles: COPYING README
###
SplitOff: 
  Package: %N-shlibs
  Depends: libdvdread4-shlibs
  Conflicts: libdvdnav1-shlibs
  replaces: libdvdnav1-shlibs
  Files: 
lib/libdvdnav.*.dylib
  
  Shlibs: 
%p/lib/libdvdnav.1.dylib 2.0.0 libdvdnav2-shlibs (= 0.1.3-1)
  
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO

###
Description: DVD navigation Library based on Ogle-code
DescDetail: 
  This library is based on Ogle-code, but will be rewritten in the time
  comming. It's hosted on http://dvd.sourceforge.net/. Please report bugs
  to the developers mailinglist at mailto:[EMAIL PROTECTED]

  The library is currently used by the following projects:
menu - A simple example program to demonstrate some features
xine-dvdnav - A full-featuted DVD plugin for xine

###
License: GPL
Maintainer: None fink-devel@lists.sourceforge.net
Homepage: http://dvd.sourceforge.net/



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/libs libdvdnav2.info,NONE,1.1

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22383/10.3/stable/main/finkinfo/libs

Added Files:
libdvdnav2.info 
Log Message:
more stuff to stable

--- NEW FILE: libdvdnav2.info ---
Package: libdvdnav2
Version: 0.1.10
Revision: 1
###
Depends: libdvdread4-shlibs, %N-shlibs (= %v-%r)
BuildDepends: doxygen, libdvdread4, libdvdcss
BuildDependsOnly: true
Conflicts: libdvdnav1
Replaces: libdvdnav1
###
Source: mirror:sourceforge:dvd/libdvdnav-%v.tar.gz
Source-MD5: c8ddee96ba1182d73447eaf0bb6fde81
###
SetCPPFLAGS: -no-cpp-precomp
###
ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
DocFiles: COPYING README
###
SplitOff: 
  Package: %N-shlibs
  Depends: libdvdread4-shlibs
  Conflicts: libdvdnav1-shlibs
  replaces: libdvdnav1-shlibs
  Files: 
lib/libdvdnav.*.dylib
  
  Shlibs: 
%p/lib/libdvdnav.1.dylib 2.0.0 libdvdnav2-shlibs (= 0.1.3-1)
  
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO

###
Description: DVD navigation Library based on Ogle-code
DescDetail: 
  This library is based on Ogle-code, but will be rewritten in the time
  comming. It's hosted on http://dvd.sourceforge.net/. Please report bugs
  to the developers mailinglist at mailto:[EMAIL PROTECTED]

  The library is currently used by the following projects:
menu - A simple example program to demonstrate some features
xine-dvdnav - A full-featuted DVD plugin for xine

###
License: GPL
Maintainer: None fink-devel@lists.sourceforge.net
Homepage: http://dvd.sourceforge.net/



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/stable/main/finkinfo/utils remap-bad-apple-keys.info,NONE,1.1

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/utils
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22383/10.4-transitional/stable/main/finkinfo/utils

Added Files:
remap-bad-apple-keys.info 
Log Message:
more stuff to stable

--- NEW FILE: remap-bad-apple-keys.info ---
Package: remap-bad-apple-keys
Version: 1.0
Revision: 1
NoSourceDirectory: true
CompileScript: echo none needed
InstallScript: 
  install -d -m 755 %i/bin
  install -c -m 755 %n-%v.pl %i/bin/%n.pl

CustomMirror: 
  nam-US: http://ranger.befunk.com/fink
  nam-US: http://astrange.ithinksw.net/ranger-fink
  nam-CA: http://www.southofheaven.net/befunk

Source: mirror:custom:%n-%v.pl
Source-MD5: 070a19892706d706b8c698bda9396789
Description: A utility to remap some bad keys in Apple's X11
DescDetail: 
Some keys are incorrectly mapped in Apple's X11 (and possibly others),
making it impossible to use navigation keys in some applications.

License: BSD
Maintainer: Benjamin Reed [EMAIL PROTECTED]
Homepage: http://ranger.befunk.com/fink/



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/sound libsndfile0.info,NONE,1.1 libsndfile0.patch,NONE,1.1 libsndfile1.info,NONE,1.1

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22383/10.3/stable/main/finkinfo/sound

Added Files:
libsndfile0.info libsndfile0.patch libsndfile1.info 
Log Message:
more stuff to stable

--- NEW FILE: libsndfile1.info ---
Package: libsndfile1
Version: 1.0.11
Revision: 1
Maintainer: None fink-devel@lists.sourceforge.net
Depends: %N-shlibs (= %v-%r)
DescPackaging: 
 Uses pkgconfig, but there are no pkgconfig-related dependencies.

 Originally packaged by Matt Stephenson.

Source: http://www.mega-nerd.com/libsndfile/libsndfile-%v.tar.gz
Source-MD5: 9ec0b3610041423a57387f284849f2fc
Conflicts: libsndfile
Replaces: libsndfile
NoSetLDFLAGS: True
ConfigureParams: --mandir=%i/share/man
DocFiles: AUTHORS ChangeLog COPYING NEWS README TODO doc/*.html doc/*.jpg 
doc/*.css
SplitOff: 
 Package: %N-shlibs
 Conflicts: libsndfile-shlibs
 Replaces: libsndfile-shlibs
 Files: lib/*.*.dylib
 Shlibs: %p/lib/libsndfile.1.dylib 2.0.0 libsndfile-shlibs (= 1.0.1-1)
 DocFiles: COPYING README

SplitOff2: 
 Package: %N-dev
 Depends: %N-shlibs (= %v-%r)
 Conflicts: libsndfile0-dev, libsndfile-dev
 Replaces: libsndfile0-dev, libsndfile-dev
 Files: include lib/libsndfile.dylib lib/libsndfile.a lib/libsndfile.la
 DocFiles: COPYING README
 BuildDependsOnly: True

Description: Read and write files containing sampled sound
DescDetail: 
 Libsndfile is a C library for reading and writing files containing sampled
sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one
standard library interface.

License: LGPL
Homepage: http://www.zip.com.au/~erikd/libsndfile

--- NEW FILE: libsndfile0.info ---
Package: libsndfile0
Version: 0.0.28
Revision: 1
Maintainer: None fink-devel@lists.sourceforge.net
Depends: %N-shlibs (= %v-%r)
Source: http://www.zip.com.au/~erikd/libsndfile/libsndfile-%v.tar.gz
Source-MD5: 611bde6c4d774a70d377d7d9da40f8ae
Patch: %n.patch
NoSetLDFLAGS: True
ConfigureParams: --mandir=%i/share/man
DocFiles: AUTHORS ChangeLog COPYING NEWS README TODO doc/*.html doc/*.jpg
SplitOff: 
 Package: %N-shlibs
 Files: lib/*.*.dylib
 Shlibs: %p/lib/libsndfile.0.dylib 1.0.0 %n (= 0.0.28-1)
 DocFiles: COPYING README

SplitOff2: 
 Package: %N-dev
 Depends: %N-shlibs (= %v-%r)
 Conflicts: libsndfile-dev
 Replaces: libsndfile-dev
 Files: include lib/libsndfile.dylib lib/libsndfile.a lib/libsndfile.la
 DocFiles: COPYING README
 BuildDependsOnly: True

Description: Read and write files containing sampled sound (0)
DescDetail: 
 Libsndfile is a C library for reading and writing files containing sampled
sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one
standard library interface.

DescPackaging: 
 Originally packaged by Matt Stephenson.

License: LGPL
Homepage: http://www.zip.com.au/~erikd/libsndfile

--- NEW FILE: libsndfile0.patch ---
--- libsndfile-0.0.28/ltmain.sh Sat Apr 27 18:15:02 2002
+++ libsndfile-0.0.28-patched/ltmain.sh Mon Jan 27 22:53:11 2003
@@ -2931,7 +2931,18 @@
if test -n $export_symbols  test -n $archive_expsym_cmds; then
  eval cmds=\$archive_expsym_cmds\
else
+  save_deplibs=$deplibs
+  for conv in $convenience; do
+tmp_deplibs=
+for test_deplib in $deplibs; do
+  if test $test_deplib != $conv; then
+tmp_deplibs=$tmp_deplibs $test_deplib
+  fi
+done
+deplibs=$tmp_deplibs
+  done
  eval cmds=\$archive_cmds\
+  deplibs=$save_deplibs
fi
save_ifs=$IFS; IFS='~'
for cmd in $cmds; do



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/stable/main/finkinfo/sound libsndfile0.info,NONE,1.1 libsndfile0.patch,NONE,1.1 libsndfile1.info,NONE,1.1

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22383/10.4-transitional/stable/main/finkinfo/sound

Added Files:
libsndfile0.info libsndfile0.patch libsndfile1.info 
Log Message:
more stuff to stable

--- NEW FILE: libsndfile1.info ---
Package: libsndfile1
Version: 1.0.11
Revision: 1
Maintainer: None fink-devel@lists.sourceforge.net
Depends: %N-shlibs (= %v-%r)
DescPackaging: 
 Uses pkgconfig, but there are no pkgconfig-related dependencies.

 Originally packaged by Matt Stephenson.

Source: http://www.mega-nerd.com/libsndfile/libsndfile-%v.tar.gz
Source-MD5: 9ec0b3610041423a57387f284849f2fc
Conflicts: libsndfile
Replaces: libsndfile
NoSetLDFLAGS: True
ConfigureParams: --mandir=%i/share/man
DocFiles: AUTHORS ChangeLog COPYING NEWS README TODO doc/*.html doc/*.jpg 
doc/*.css
SplitOff: 
 Package: %N-shlibs
 Conflicts: libsndfile-shlibs
 Replaces: libsndfile-shlibs
 Files: lib/*.*.dylib
 Shlibs: %p/lib/libsndfile.1.dylib 2.0.0 libsndfile-shlibs (= 1.0.1-1)
 DocFiles: COPYING README

SplitOff2: 
 Package: %N-dev
 Depends: %N-shlibs (= %v-%r)
 Conflicts: libsndfile0-dev, libsndfile-dev
 Replaces: libsndfile0-dev, libsndfile-dev
 Files: include lib/libsndfile.dylib lib/libsndfile.a lib/libsndfile.la
 DocFiles: COPYING README
 BuildDependsOnly: True

Description: Read and write files containing sampled sound
DescDetail: 
 Libsndfile is a C library for reading and writing files containing sampled
sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one
standard library interface.

License: LGPL
Homepage: http://www.zip.com.au/~erikd/libsndfile

--- NEW FILE: libsndfile0.info ---
Package: libsndfile0
Version: 0.0.28
Revision: 1
Maintainer: None fink-devel@lists.sourceforge.net
Depends: %N-shlibs (= %v-%r)
Source: http://www.zip.com.au/~erikd/libsndfile/libsndfile-%v.tar.gz
Source-MD5: 611bde6c4d774a70d377d7d9da40f8ae
Patch: %n.patch
NoSetLDFLAGS: True
ConfigureParams: --mandir=%i/share/man
DocFiles: AUTHORS ChangeLog COPYING NEWS README TODO doc/*.html doc/*.jpg
SplitOff: 
 Package: %N-shlibs
 Files: lib/*.*.dylib
 Shlibs: %p/lib/libsndfile.0.dylib 1.0.0 %n (= 0.0.28-1)
 DocFiles: COPYING README

SplitOff2: 
 Package: %N-dev
 Depends: %N-shlibs (= %v-%r)
 Conflicts: libsndfile-dev
 Replaces: libsndfile-dev
 Files: include lib/libsndfile.dylib lib/libsndfile.a lib/libsndfile.la
 DocFiles: COPYING README
 BuildDependsOnly: True

Description: Read and write files containing sampled sound (0)
DescDetail: 
 Libsndfile is a C library for reading and writing files containing sampled
sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one
standard library interface.

DescPackaging: 
 Originally packaged by Matt Stephenson.

License: LGPL
Homepage: http://www.zip.com.au/~erikd/libsndfile

--- NEW FILE: libsndfile0.patch ---
--- libsndfile-0.0.28/ltmain.sh Sat Apr 27 18:15:02 2002
+++ libsndfile-0.0.28-patched/ltmain.sh Mon Jan 27 22:53:11 2003
@@ -2931,7 +2931,18 @@
if test -n $export_symbols  test -n $archive_expsym_cmds; then
  eval cmds=\$archive_expsym_cmds\
else
+  save_deplibs=$deplibs
+  for conv in $convenience; do
+tmp_deplibs=
+for test_deplib in $deplibs; do
+  if test $test_deplib != $conv; then
+tmp_deplibs=$tmp_deplibs $test_deplib
+  fi
+done
+deplibs=$tmp_deplibs
+  done
  eval cmds=\$archive_cmds\
+  deplibs=$save_deplibs
fi
save_ifs=$IFS; IFS='~'
for cmd in $cmds; do



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/utils remap-bad-apple-keys.info,NONE,1.1

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22383/10.3/stable/main/finkinfo/utils

Added Files:
remap-bad-apple-keys.info 
Log Message:
more stuff to stable

--- NEW FILE: remap-bad-apple-keys.info ---
Package: remap-bad-apple-keys
Version: 1.0
Revision: 1
NoSourceDirectory: true
CompileScript: echo none needed
InstallScript: 
  install -d -m 755 %i/bin
  install -c -m 755 %n-%v.pl %i/bin/%n.pl

CustomMirror: 
  nam-US: http://ranger.befunk.com/fink
  nam-US: http://astrange.ithinksw.net/ranger-fink
  nam-CA: http://www.southofheaven.net/befunk

Source: mirror:custom:%n-%v.pl
Source-MD5: 070a19892706d706b8c698bda9396789
Description: A utility to remap some bad keys in Apple's X11
DescDetail: 
Some keys are incorrectly mapped in Apple's X11 (and possibly others),
making it impossible to use navigation keys in some applications.

License: BSD
Maintainer: Benjamin Reed [EMAIL PROTECTED]
Homepage: http://ranger.befunk.com/fink/



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/graphics libdvdcss.info,NONE,1.1

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24344/10.3/stable/main/finkinfo/graphics

Added Files:
libdvdcss.info 
Log Message:
to stable

--- NEW FILE: libdvdcss.info ---
Package: libdvdcss
Version: 1.2.1
Revision: 10
Maintainer: Sylvain Cuaz [EMAIL PROTECTED]
#
Depends: %n-shlibs (= %v-%r)
BuildDepends: gcc3.3
Source: http://www.videolan.org/pub/videolan/libdvdcss/%v/%n-%v.tar.gz
Source-MD5: e5c01162806456a03f4bd474ac7e64a3
PatchScript: 
  ### Two level
  perl -pi.bak -e 's,-flat_namespace -undefined suppress,,g' configure

SetCC: gcc-3.3
SetCXX: g++-3.3
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING README NEWS
BuildDependsOnly: True
SplitOff: 
 Package: %N-shlibs
 Replaces: %N
 Files: lib/%N.2.0.1.dylib lib/%N.2.dylib
 Shlibs: %p/lib/libdvdcss.2.dylib 3.0.0 %n (= 1.2.1-1)
 DocFiles: COPYING

#
Description: Portable abstraction library for DVD decryption
Homepage: http://www.videolan.org/libdvdcss/index.html
License: GPL



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.3/main/finkinfo/languages mono.info,1.8,1.9 mono.patch,1.7,1.8

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29247/10.3/main/finkinfo/languages

Modified Files:
mono.info mono.patch 
Log Message:
buncha work on dbus, still not sure it works, other misc in-progress stuff

Index: mono.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/languages/mono.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mono.info   16 Aug 2005 18:53:35 -  1.8
+++ mono.info   12 Sep 2005 18:07:04 -  1.9
@@ -1,12 +1,12 @@
 Package: mono
-Version: 1.1.8.3
+Version: 1.1.9
 Revision: 11
 Source: http://www.go-mono.com/sources/%n-1.1/%n-%v.tar.gz
-Source-MD5: 5aefdc915cbd6ed84834692f59b92080
+Source-MD5: de159531bc8f00c058fb5f4ee1d5ebe3
 PatchScript: sed -e 's,@PREFIX@,%p,g' %a/%n.patch | patch -p1
 DocFiles: AUTHORS COPYING* ChangeLog NEWS README
-Depends: cairo-shlibs (= 0.5.0-1), glib2-shlibs (= 2.4.6-7), 
libgettext3-shlibs, system-java14
-BuildDepends: cairo (= 0.5.0-1), fink (= 0.22.2-1), libgettext3-dev, 
gettext-tools, glib2-dev (= 2.4.6-7), glib2 (= 2.4.6-7), glitz (= 0.4.0-1), 
libiconv-dev, libicu31-dev, libpixman1 (= 0.1.5-1), pkgconfig, 
system-java14-dev
+Depends: cairo-shlibs (= 1.0.0-1), glib2-shlibs (= 2.4.6-7), 
libgettext3-shlibs, system-java14
+BuildDepends: cairo (= 1.0.0-1), fink (= 0.22.2-1), libgettext3-dev, 
gettext-tools, glib2-dev (= 2.4.6-7), glib2 (= 2.4.6-7), glitz (= 0.4.4-1), 
libiconv-dev, libicu31-dev, libpixman1 (= 0.1.5-1), pkgconfig, 
system-java14-dev
 BuildConflicts: libicu26-dev, libicu28-dev, libicu30-dev
 Type: java(1.4)
 Homepage: http://go-mono.com/

Index: mono.patch
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/languages/mono.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mono.patch  16 Aug 2005 20:09:58 -  1.7
+++ mono.patch  12 Sep 2005 18:07:04 -  1.8
@@ -1,6 +1,6 @@
-diff -uNr mono-1.1.8.3/data/config.in mono-1.1.8.3-new/data/config.in
 mono-1.1.8.3/data/config.inMon Jun 13 10:00:53 2005
-+++ mono-1.1.8.3-new/data/config.inTue Aug 16 16:09:07 2005
+diff -uNr mono-1.1.9/data/config.in mono-1.1.9-new/data/config.in
+--- mono-1.1.9/data/config.in  2005-09-02 06:27:31.0 -0400
 mono-1.1.9-new/data/config.in  2005-09-09 16:50:11.0 -0400
 @@ -9,6 +9,10 @@
dllmap dll=db2cli target=[EMAIL PROTECTED]@/
dllmap dll=msvcrt target=@LIBC@/
@@ -12,9 +12,9 @@
dllmap dll=sqlite target=@SQLITE@/
dllmap dll=sqlite3 target=@SQLITE3@/
dllmap dll=libX11 target=@X11@/
-diff -uNr mono-1.1.8.3/mono/metadata/Makefile.in 
mono-1.1.8.3-new/mono/metadata/Makefile.in
 mono-1.1.8.3/mono/metadata/Makefile.in Tue Jul 26 20:08:30 2005
-+++ mono-1.1.8.3-new/mono/metadata/Makefile.in Tue Aug 16 16:09:07 2005
+diff -uNr mono-1.1.9/mono/metadata/Makefile.in 
mono-1.1.9-new/mono/metadata/Makefile.in
+--- mono-1.1.9/mono/metadata/Makefile.in   2005-09-08 19:32:45.0 
-0400
 mono-1.1.9-new/mono/metadata/Makefile.in   2005-09-09 16:50:11.0 
-0400
 @@ -68,7 +68,7 @@
  am_libmonoruntime_static_la_OBJECTS = $(am__objects_1)
  libmonoruntime_static_la_OBJECTS =  \
@@ -24,10 +24,10 @@
  am_libmonoruntime_la_OBJECTS = reflection.lo object.lo icall.lo \
decimal.lo boehm-gc.lo null-gc.lo gc.lo marshal.lo monitor.lo \
threads.lo threadpool.lo file-io.lo socket-io.lo exception.lo \
-diff -uNr mono-1.1.8.3/mono/metadata/loader.c 
mono-1.1.8.3-new/mono/metadata/loader.c
 mono-1.1.8.3/mono/metadata/loader.cMon Jun 13 10:11:20 2005
-+++ mono-1.1.8.3-new/mono/metadata/loader.cTue Aug 16 16:10:16 2005
-@@ -736,6 +736,19 @@
+diff -uNr mono-1.1.9/mono/metadata/loader.c 
mono-1.1.9-new/mono/metadata/loader.c
+--- mono-1.1.9/mono/metadata/loader.c  2005-08-03 01:09:35.0 -0400
 mono-1.1.9-new/mono/metadata/loader.c  2005-09-09 16:50:11.0 
-0400
+@@ -780,6 +780,19 @@
}
  
if (!gmodule) {
@@ -47,89 +47,3 @@
full_name = g_module_build_path (., file_name);
mono_trace (G_LOG_LEVEL_INFO, MONO_TRACE_DLLIMPORT,
DllImport loading library: '%s'., 
full_name);
-diff -uNr mono-1.1.8.3/mono/metadata/mono-debug-debugger.c 
mono-1.1.8.3-new/mono/metadata/mono-debug-debugger.c
 mono-1.1.8.3/mono/metadata/mono-debug-debugger.c   Thu May 12 11:36:50 2005
-+++ mono-1.1.8.3-new/mono/metadata/mono-debug-debugger.c   Tue Aug 16 
16:09:07 2005
-@@ -65,9 +65,12 @@
- 
- #endif
- 
-+static int initialized = 0;
-+
- void
- mono_debugger_lock (void)
- {
-+  g_assert (initialized);
-   EnterCriticalSection (debugger_lock_mutex);
-   debugger_lock_level++;
- }
-@@ -75,6 

experimental/rangerrick/common/main/finkinfo/libs dbus1-glib.info,1.5,1.6 dbus1-glib.patch,1.1,1.2 dbus1-qt.info,1.1,1.2 dbus1-qt.patch,1.1,1.2 dbus1.info,1.2,1.3

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29247/common/main/finkinfo/libs

Modified Files:
dbus1-glib.info dbus1-glib.patch dbus1-qt.info dbus1-qt.patch 
dbus1.info 
Log Message:
buncha work on dbus, still not sure it works, other misc in-progress stuff

Index: dbus1-glib.patch
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/libs/dbus1-glib.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dbus1-glib.patch10 Mar 2005 19:07:54 -  1.1
+++ dbus1-glib.patch12 Sep 2005 18:07:04 -  1.2
@@ -1,21 +1,74 @@
 dbus-0.31/glib/Makefile.in Mon Mar  7 15:09:50 2005
-+++ dbus-0.31-new/glib/Makefile.in Thu Mar 10 12:37:39 2005
-@@ -61,8 +61,7 @@
+--- dbus-0.50/glib/Makefile.in 2005-09-06 18:45:13.0 -0400
 dbus-0.50-new/glib/Makefile.in 2005-09-10 00:08:24.0 -0400
+@@ -63,7 +63,7 @@
  libLTLIBRARIES_INSTALL = $(INSTALL)
  LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
  am__DEPENDENCIES_1 =
--libdbus_glib_1_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
--  $(top_builddir)/dbus/libdbus-1.la
-+libdbus_glib_1_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
- am_libdbus_glib_1_la_OBJECTS = dbus-glib.lo dbus-gmain.lo \
-   dbus-gmarshal.lo dbus-gobject.lo dbus-gproxy.lo dbus-gtest.lo \
-   dbus-gthread.lo dbus-gutils.lo dbus-gvalue.lo
-@@ -341,7 +340,7 @@
-   dbus-gvalue.c   \
-   dbus-gvalue.h
+-libdbus_glib_1_la_DEPENDENCIES = $(top_builddir)/dbus/libdbus-1.la \
++libdbus_glib_1_la_DEPENDENCIES = \
+   $(am__DEPENDENCIES_1)
+ am__objects_1 = dbus-gtype-specialized.lo dbus-gutils.lo \
+   dbus-gsignature.lo dbus-gvalue-utils.lo
+@@ -360,7 +360,7 @@
+ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+-SUBDIRS = . examples
++SUBDIRS = . 
+ INCLUDES = -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) 
$(DBUS_GLIB_TOOL_CFLAGS) -DDBUS_COMPILATION=1 
-DDBUS_LOCALEDIR=\$(prefix)/@DATADIRNAME@/locale\
+ lib_LTLIBRARIES = libdbus-glib-1.la
+ BUILT_SOURCES = dbus-glib-error-switch.h
+@@ -395,7 +395,7 @@
+   dbus-gtype-specialized.h
  
--libdbus_glib_1_la_LIBADD = $(DBUS_GLIB_LIBS) $(top_builddir)/dbus/libdbus-1.la
-+libdbus_glib_1_la_LIBADD = $(DBUS_GLIB_LIBS) -ldbus-1
- libdbus_glib_1_la_LDFLAGS = -export-symbols-regex ^[^_].* -version-info 
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ libdbus_glibdir = $(includedir)/dbus-1.0/dbus
+-libdbus_glib_1_la_LIBADD = $(top_builddir)/dbus/libdbus-1.la $(DBUS_GLIB_LIBS)
++libdbus_glib_1_la_LIBADD = -ldbus-1 $(DBUS_GLIB_LIBS)
+ libdbus_glib_1_la_LDFLAGS = -export-symbols-regex ^[^_].* -version-info 
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -no-undefined
  
  # convenience lib used here and by dbus-viewer
+--- dbus-0.50/tools/Makefile.in2005-09-06 18:45:17.0 -0400
 dbus-0.50-new/tools/Makefile.in2005-09-10 00:08:24.0 -0400
+@@ -74,7 +74,7 @@
+ am_dbus_viewer_OBJECTS = dbus-names-model.$(OBJEXT) \
+   dbus-tree-view.$(OBJEXT) dbus-viewer.$(OBJEXT)
+ dbus_viewer_OBJECTS = $(am_dbus_viewer_OBJECTS)
+-dbus_viewer_DEPENDENCIES = $(top_builddir)/glib/libdbus-gtool.la \
++dbus_viewer_DEPENDENCIES = \
+   $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+@@ -384,7 +384,7 @@
+ dbus_send_LDADD = $(top_builddir)/dbus/libdbus-1.la
+ dbus_monitor_LDADD = $(top_builddir)/glib/libdbus-glib-1.la
+ dbus_launch_LDADD = $(DBUS_X_LIBS)
+-dbus_viewer_LDADD = $(top_builddir)/glib/libdbus-gtool.la 
$(DBUS_GTK_THREADS_LIBS) $(DBUS_GLIB_TOOL_LIBS)
++dbus_viewer_LDADD = $(top_builddir)/glib/libdbus-gtool.la 
$(DBUS_GTK_THREADS_LIBS) $(DBUS_GLIB_TOOL_LIBS)
+ man_MANS = dbus-send.1 dbus-monitor.1 dbus-launch.1 dbus-cleanup-sockets.1
+ EXTRA_DIST = $(man_MANS) run-with-tmp-session-bus.sh
+ CLEANFILES = \
+@@ -759,8 +759,8 @@
+ @[EMAIL PROTECTED]: dbus-bus-introspect.xml 
$(top_builddir)/glib/dbus-binding-tool$(EXEEXT)
+ @HAVE_GLIB_TRUE@  $(top_builddir)/glib/dbus-binding-tool 
--mode=glib-client --output=dbus-glib-bindings.h dbus-bus-introspect.xml
+ 
[EMAIL PROTECTED]@dbus-bus-introspect.xml: 
$(top_builddir)/bus/dbus-daemon$(EXEEXT) dbus-launch$(EXEEXT) 
dbus-send$(EXEEXT) $(top_builddir)/bus/dbus-daemon$(EXEEXT) Makefile
[EMAIL PROTECTED]@  DBUS_TOP_BUILDDIR=$(top_builddir) 
$(srcdir)/run-with-tmp-session-bus.sh ./dbus-send --print-reply=literal 
--dest=org.freedesktop.DBus /org/freedesktop/DBus 
org.freedesktop.DBus.Introspectable.Introspect  dbus-bus-introspect.xml.tmp  
mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml
[EMAIL PROTECTED]@dbus-bus-introspect.xml: Makefile
[EMAIL PROTECTED]@  DBUS_TOP_BUILDDIR=$(top_builddir) 
$(srcdir)/run-with-tmp-session-bus.sh dbus-send --print-reply=literal 

experimental/rangerrick/10.4/main/finkinfo/languages mono.info,1.5,1.6 mono.patch,1.5,1.6

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29247/10.4/main/finkinfo/languages

Modified Files:
mono.info mono.patch 
Log Message:
buncha work on dbus, still not sure it works, other misc in-progress stuff

Index: mono.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/languages/mono.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mono.info   16 Aug 2005 18:53:35 -  1.5
+++ mono.info   12 Sep 2005 18:07:04 -  1.6
@@ -1,12 +1,12 @@
 Package: mono
-Version: 1.1.8.3
+Version: 1.1.9
 Revision: 21
 Source: http://www.go-mono.com/sources/%n-1.1/%n-%v.tar.gz
-Source-MD5: 5aefdc915cbd6ed84834692f59b92080
+Source-MD5: de159531bc8f00c058fb5f4ee1d5ebe3
 PatchScript: sed -e 's,@PREFIX@,%p,g' %a/%n.patch | patch -p1
 DocFiles: AUTHORS COPYING* ChangeLog NEWS README
-Depends: cairo-shlibs (= 0.5.0-1), glib2-shlibs (= 2.4.6-7), 
libgettext3-shlibs, system-java14
-BuildDepends: cairo (= 0.5.0-1), fink (= 0.22.2-1), libgettext3-dev, 
gettext-tools, glib2-dev (= 2.4.6-7), glib2 (= 2.4.6-7), glitz (= 0.4.0-1), 
libiconv-dev, libicu32-dev, libpixman1 (= 0.1.5-1), pkgconfig, 
system-java14-dev
+Depends: cairo-shlibs (= 1.0.0-1), glib2-shlibs (= 2.4.6-7), 
libgettext3-shlibs, system-java14
+BuildDepends: cairo (= 1.0.0-1), fink (= 0.22.2-1), libgettext3-dev, 
gettext-tools, glib2-dev (= 2.4.6-7), glib2 (= 2.4.6-7), glitz (= 0.4.4-1), 
libiconv-dev, libicu32-dev, libpixman1 (= 0.1.5-1), pkgconfig, 
system-java14-dev
 BuildConflicts: libicu26-dev, libicu28-dev, libicu30-dev
 Type: java(1.4)
 Homepage: http://go-mono.com/

Index: mono.patch
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/languages/mono.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mono.patch  16 Aug 2005 20:09:59 -  1.5
+++ mono.patch  12 Sep 2005 18:07:04 -  1.6
@@ -1,6 +1,6 @@
-diff -uNr mono-1.1.8.3/data/config.in mono-1.1.8.3-new/data/config.in
 mono-1.1.8.3/data/config.inMon Jun 13 10:00:53 2005
-+++ mono-1.1.8.3-new/data/config.inTue Aug 16 16:09:07 2005
+diff -uNr mono-1.1.9/data/config.in mono-1.1.9-new/data/config.in
+--- mono-1.1.9/data/config.in  2005-09-02 06:27:31.0 -0400
 mono-1.1.9-new/data/config.in  2005-09-09 16:50:11.0 -0400
 @@ -9,6 +9,10 @@
dllmap dll=db2cli target=[EMAIL PROTECTED]@/
dllmap dll=msvcrt target=@LIBC@/
@@ -12,9 +12,9 @@
dllmap dll=sqlite target=@SQLITE@/
dllmap dll=sqlite3 target=@SQLITE3@/
dllmap dll=libX11 target=@X11@/
-diff -uNr mono-1.1.8.3/mono/metadata/Makefile.in 
mono-1.1.8.3-new/mono/metadata/Makefile.in
 mono-1.1.8.3/mono/metadata/Makefile.in Tue Jul 26 20:08:30 2005
-+++ mono-1.1.8.3-new/mono/metadata/Makefile.in Tue Aug 16 16:09:07 2005
+diff -uNr mono-1.1.9/mono/metadata/Makefile.in 
mono-1.1.9-new/mono/metadata/Makefile.in
+--- mono-1.1.9/mono/metadata/Makefile.in   2005-09-08 19:32:45.0 
-0400
 mono-1.1.9-new/mono/metadata/Makefile.in   2005-09-09 16:50:11.0 
-0400
 @@ -68,7 +68,7 @@
  am_libmonoruntime_static_la_OBJECTS = $(am__objects_1)
  libmonoruntime_static_la_OBJECTS =  \
@@ -24,10 +24,10 @@
  am_libmonoruntime_la_OBJECTS = reflection.lo object.lo icall.lo \
decimal.lo boehm-gc.lo null-gc.lo gc.lo marshal.lo monitor.lo \
threads.lo threadpool.lo file-io.lo socket-io.lo exception.lo \
-diff -uNr mono-1.1.8.3/mono/metadata/loader.c 
mono-1.1.8.3-new/mono/metadata/loader.c
 mono-1.1.8.3/mono/metadata/loader.cMon Jun 13 10:11:20 2005
-+++ mono-1.1.8.3-new/mono/metadata/loader.cTue Aug 16 16:10:16 2005
-@@ -736,6 +736,19 @@
+diff -uNr mono-1.1.9/mono/metadata/loader.c 
mono-1.1.9-new/mono/metadata/loader.c
+--- mono-1.1.9/mono/metadata/loader.c  2005-08-03 01:09:35.0 -0400
 mono-1.1.9-new/mono/metadata/loader.c  2005-09-09 16:50:11.0 
-0400
+@@ -780,6 +780,19 @@
}
  
if (!gmodule) {
@@ -47,89 +47,3 @@
full_name = g_module_build_path (., file_name);
mono_trace (G_LOG_LEVEL_INFO, MONO_TRACE_DLLIMPORT,
DllImport loading library: '%s'., 
full_name);
-diff -uNr mono-1.1.8.3/mono/metadata/mono-debug-debugger.c 
mono-1.1.8.3-new/mono/metadata/mono-debug-debugger.c
 mono-1.1.8.3/mono/metadata/mono-debug-debugger.c   Thu May 12 11:36:50 2005
-+++ mono-1.1.8.3-new/mono/metadata/mono-debug-debugger.c   Tue Aug 16 
16:09:07 2005
-@@ -65,9 +65,12 @@
- 
- #endif
- 
-+static int initialized = 0;
-+
- void
- mono_debugger_lock (void)
- {
-+  g_assert (initialized);
-   EnterCriticalSection (debugger_lock_mutex);
-   debugger_lock_level++;
- }
-@@ -75,6 

experimental/rangerrick/common/main/finkinfo/base apt.info,1.5,1.6 apt.patch,1.5,1.6

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/base
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29247/common/main/finkinfo/base

Modified Files:
apt.info apt.patch 
Log Message:
buncha work on dbus, still not sure it works, other misc in-progress stuff

Index: apt.patch
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/base/apt.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- apt.patch   30 Aug 2005 17:40:42 -  1.5
+++ apt.patch   12 Sep 2005 18:07:04 -  1.6
@@ -1,17 +1,5 @@
-diff -uNr apt-0.6.40.1/Makefile apt-0.6.40.1-new/Makefile
 apt-0.6.40.1/Makefile  2005-08-05 05:58:35.0 -0400
-+++ apt-0.6.40.1-new/Makefile  2005-08-29 17:30:29.0 -0400
-@@ -15,7 +15,6 @@
-   $(MAKE) -C apt-inst $@
-   $(MAKE) -C methods $@
-   $(MAKE) -C cmdline $@
--  $(MAKE) -C ftparchive $@
-   $(MAKE) -C dselect $@
-   $(MAKE) -C doc $@
-   $(MAKE) -C po $@
-diff -uNr apt-0.6.40.1/apt-inst/makefile apt-0.6.40.1-new/apt-inst/makefile
 apt-0.6.40.1/apt-inst/makefile 2005-08-05 05:58:35.0 -0400
-+++ apt-0.6.40.1-new/apt-inst/makefile 2005-08-29 17:30:29.0 -0400
+--- apt-0.6.41/apt-inst/makefile   2005-08-01 12:05:41.0 -0400
 apt-0.6.41-new/apt-inst/makefile   2005-09-09 12:30:35.0 -0400
 @@ -12,9 +12,9 @@
  # The library name
  LIBRARY=apt-inst
@@ -24,10 +12,9 @@
  APT_DOMAIN:=libapt-inst$(MAJOR)
  
  # Source code for the contributed non-core things
-diff -uNr apt-0.6.40.1/apt-pkg/acquire-item.cc 
apt-0.6.40.1-new/apt-pkg/acquire-item.cc
 apt-0.6.40.1/apt-pkg/acquire-item.cc   2005-08-05 05:58:35.0 
-0400
-+++ apt-0.6.40.1-new/apt-pkg/acquire-item.cc   2005-08-29 17:42:31.0 
-0400
-@@ -700,12 +700,14 @@
+--- apt-0.6.41/apt-pkg/acquire-item.cc 2005-08-23 04:13:13.0 -0400
 apt-0.6.41-new/apt-pkg/acquire-item.cc 2005-09-09 12:30:35.0 
-0400
+@@ -708,12 +708,14 @@
  // -
  /* This just sets up the initial fetch environment and queues the first
 possibilitiy */
@@ -43,9 +30,8 @@
  {
 Retries = _config-FindI(Acquire::Retries,0);
  
-diff -uNr apt-0.6.40.1/apt-pkg/contrib/cdromutl.cc 
apt-0.6.40.1-new/apt-pkg/contrib/cdromutl.cc
 apt-0.6.40.1/apt-pkg/contrib/cdromutl.cc   2005-08-05 05:58:35.0 
-0400
-+++ apt-0.6.40.1-new/apt-pkg/contrib/cdromutl.cc   2005-08-29 
17:30:29.0 -0400
+--- apt-0.6.41/apt-pkg/contrib/cdromutl.cc 2005-08-01 12:05:41.0 
-0400
 apt-0.6.41-new/apt-pkg/contrib/cdromutl.cc 2005-09-09 12:30:35.0 
-0400
 @@ -23,13 +23,13 @@
  
  #include sys/wait.h
@@ -73,9 +59,8 @@
 return _error-Errno(statfs,_(Failed to stat the cdrom));

// We use a kilobyte block size to advoid overflow
-diff -uNr apt-0.6.40.1/apt-pkg/deb/debindexfile.cc 
apt-0.6.40.1-new/apt-pkg/deb/debindexfile.cc
 apt-0.6.40.1/apt-pkg/deb/debindexfile.cc   2005-08-05 05:58:37.0 
-0400
-+++ apt-0.6.40.1-new/apt-pkg/deb/debindexfile.cc   2005-08-29 
17:30:29.0 -0400
+--- apt-0.6.41/apt-pkg/deb/debindexfile.cc 2005-08-01 12:05:46.0 
-0400
 apt-0.6.41-new/apt-pkg/deb/debindexfile.cc 2005-09-09 12:30:35.0 
-0400
 @@ -444,3 +444,9 @@
  }
  
@@ -86,9 +71,8 @@
 +  (void)_apt_Pkg;
 +  (void)_apt_Status;
 +}
-diff -uNr apt-0.6.40.1/apt-pkg/deb/debsystem.cc 
apt-0.6.40.1-new/apt-pkg/deb/debsystem.cc
 apt-0.6.40.1/apt-pkg/deb/debsystem.cc  2005-08-05 05:58:35.0 
-0400
-+++ apt-0.6.40.1-new/apt-pkg/deb/debsystem.cc  2005-08-29 17:30:29.0 
-0400
+--- apt-0.6.41/apt-pkg/deb/debsystem.cc2005-08-23 04:13:13.0 
-0400
 apt-0.6.41-new/apt-pkg/deb/debsystem.cc2005-09-09 12:30:35.0 
-0400
 @@ -27,6 +27,111 @@
  #include dirent.h
  #include errno.h
@@ -218,10 +202,10 @@
 -   Cnf.CndSet(Dir::Bin::dpkg,/usr/bin/dpkg);
 +   Cnf.CndSet(Dir::State::status,@PREFIX@/var/lib/dpkg/status);
 +   Cnf.CndSet(Dir::Bin::dpkg,@PREFIX@/bin/dpkg);
-
-return true;
- }
-@@ -186,9 +293,9 @@
+ 
+if (StatusFile) {
+  delete StatusFile;
+@@ -191,9 +298,9 @@
  signed debSystem::Score(Configuration const Cnf)
  {
 signed Score = 0;
@@ -233,7 +217,7 @@
Score += 10;
 if (FileExists(/etc/debian_version) == true)
Score += 10;
-@@ -203,6 +310,44 @@
+@@ -208,6 +315,44 @@
 if (StatusFile == 0)
StatusFile = new 
debStatusIndex(_config-FindFile(Dir::State::status));
 List.push_back(StatusFile);
@@ -278,7 +262,7 @@
 return true;
  }
/*}}}*/
-@@ -218,6 +363,10 @@
+@@ -223,6 +368,10 @@
 {
Found = StatusFile;
return true;
@@ -289,9 +273,8 @@
 }
 
 return false;
-diff -uNr 

experimental/rangerrick/3rdparty/main/finkinfo/devel - New directory

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/3rdparty/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32233/devel

Log Message:
Directory /cvsroot/fink/experimental/rangerrick/3rdparty/main/finkinfo/devel 
added to the repository




---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/3rdparty/main/finkinfo/devel .turd,NONE,1.1

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/3rdparty/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5934/3rdparty/main/finkinfo/devel

Added Files:
.turd 
Log Message:
new libshout

--- NEW FILE: .turd ---



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo gpgme11.info,1.10,1.11

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26041/10.3/unstable/crypto/finkinfo

Modified Files:
gpgme11.info 
Log Message:
fix shlibs deps

Index: gpgme11.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/gpgme11.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gpgme11.info12 Sep 2005 16:56:47 -  1.10
+++ gpgme11.info12 Sep 2005 19:43:46 -  1.11
@@ -1,9 +1,9 @@
 Package: gpgme11
 Version: 1.0.3
-Revision: 5
+Revision: 6
 Maintainer: Darian Lanx [EMAIL PROTECTED]
 BuildDepends: gdbm3, libiconv-dev, libgettext3-dev, libgpg-error, pth (= 
1.4.1-2)
-Depends: %N-shlibs (= %v-%r), pth-shlibs (= 1.4.1-2), libgpg-error-shlibs, 
libgettext3-shlibs, libiconv, gnupg (= 1.2.4-1) | gnupg-testing (= 1.3.6-12)
+Depends: %N-shlibs (= %v-%r)
 Replaces: gpgme, gpgme11-shlibs ( 1.0.2-1)
 Conflicts: gpgme
 BuildDependsOnly: true
@@ -20,25 +20,20 @@
 
 
 SplitOff: 
-Package: %N-shlibs
-Files: 
- lib/libgpgme*.*.dylib
-
-
- Shlibs: 
-  %p/lib/libgpgme-pthread.11.dylib 15.0.0 15.2.0 (= 1.0.1-13)
-  %p/lib/libgpgme.11.dylib 15.0.0 15.2.0 (= 1.0.1-13)
-  %p/lib/libgpgme-pth.11.dylib 15.0.0 15.2.0 (= 1.0.1-13)
+  Package: %N-shlibs
+  Files: lib/libgpgme*.*.dylib
+  Depends: pth-shlibs (= 1.4.1-2), libgpg-error-shlibs, libgettext3-shlibs, 
libiconv, gnupg (= 1.2.4-1) | gnupg-testing (= 1.3.6-12)
+  Shlibs: 
+%p/lib/libgpgme-pthread.11.dylib 15.0.0 15.2.0 (= 1.0.1-13)
+%p/lib/libgpgme.11.dylib 15.0.0 15.2.0 (= 1.0.1-13)
+%p/lib/libgpgme-pth.11.dylib 15.0.0 15.2.0 (= 1.0.1-13)
   
-Description: gpgme shared libraries..
-DescDetail: 
-   Shared libraries needed to run and link against gpgme.
-  
-
-  DocFiles: 
- AUTHORS COPYING ChangeLog NEWS README THANKS TODO
- 
- 
+  Description: gpgme shared libraries..
+  DescDetail: 
+Shared libraries needed to run and link against gpgme.
+  
+  DocFiles: AUTHORS COPYING ChangeLog NEWS README THANKS TODO
+
  
 
 



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/libs fltk-x11.info,NONE,1.1 fltk-x11.patch,NONE,1.1

2005-09-12 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29742

Added Files:
fltk-x11.info fltk-x11.patch 
Log Message:
fltk-x11 - stable for RR


--- NEW FILE: fltk-x11.patch ---
diff -Nurd -x'*~' fltk-1.1.6.orig/Makefile fltk-1.1.6/Makefile
--- fltk-1.1.6.orig/Makefile2004-10-18 16:22:21.0 -0400
+++ fltk-1.1.6/Makefile 2005-07-02 01:30:15.0 -0400
@@ -25,7 +25,7 @@
 
 include makeinclude
 
-DIRS   =   $(IMAGEDIRS) src fluid test documentation
+DIRS   =   $(IMAGEDIRS) src fluid documentation
 
 all: makeinclude
for dir in $(DIRS); do\
diff -Nurd -x'*~' fltk-1.1.6.orig/configure fltk-1.1.6/configure
--- fltk-1.1.6.orig/configure   2004-11-23 15:35:43.0 -0500
+++ fltk-1.1.6/configure2005-07-02 01:47:59.0 -0400
@@ -856,7 +856,6 @@
   --enable-gl turn on OpenGL support default=yes
   --enable-shared turn on shared libraries default=no
   --enable-threadsenable multi-threading support
-  --enable-quartz use Quartz instead of Quickdraw (default=no)
   --enable-localjpeg  use local JPEG library, default=auto
   --enable-localzlib  use local ZLIB library, default=auto
   --enable-localpng   use local PNG library, default=auto
@@ -1388,7 +1387,7 @@
 FLDSONAME=libfltk_forms.$FL_API_VERSION.dylib
 GLDSONAME=libfltk_gl.$FL_API_VERSION.dylib
 IMGDSONAME=libfltk_images.$FL_API_VERSION.dylib
-   DSOCOMMAND=\$(CC) $DSOFLAGS -dynamiclib -lc -o
+   DSOCOMMAND=\$(CXX) $DSOFLAGS -single_module -dynamiclib -lc -o
;;
 
SunOS* | UNIX_S*)
@@ -1501,31 +1500,6 @@
 
 fi;
 
-case $uname in
-Darwin*)
-# Check whether --enable-quartz or --disable-quartz was given.
-if test ${enable_quartz+set} = set; then
-  enableval=$enable_quartz
-
-fi;
-if test x$enable_quartz = xyes; then
-cat confdefs.h \_ACEOF
-#define USE_QUARTZ 1
-_ACEOF
-
-cat confdefs.h \_ACEOF
-#define __APPLE_QUARTZ__ 1
-_ACEOF
-
-else
-cat confdefs.h \_ACEOF
-#define __APPLE_QD__ 1
-_ACEOF
-
-fi
-;;
-esac
-
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext 5'
@@ -6700,7 +6674,17 @@
 fi
 fi
 
-HLINKS=
+# Don't make symlinks if filesystem is not case sensitive...
+case $uname in
+CYGWIN* | MINGW* | Darwin*)
+   HLINKS=#
+;;
+*)
+   HLINKS=
+;;
+esac
+
+
 POSTBUILD=:
 THREADS=
 
@@ -7011,48 +6995,6 @@
THREADS=threads.exe
fi
 
-   # Don't make symlinks since Windows is not case sensitive.
-   if test x$with_links != xyes; then
-   HLINKS=#
-   fi
-   ;;
-
-Darwin*)
-# MacOS X uses Carbon for graphics...
-LIBS=$LIBS -framework Carbon -framework ApplicationServices
-
-   if test x$have_pthread = xyes; then
-   cat confdefs.h \_ACEOF
-#define HAVE_PTHREAD 1
-_ACEOF
-
-   THREADS=threads
-   fi
-
-   if test x$enable_gl != xno; then
-cat confdefs.h \_ACEOF
-#define HAVE_GL 1
-_ACEOF
-
-cat confdefs.h \_ACEOF
-#define HAVE_GL_GLU_H 1
-_ACEOF
-
-GLLIB=-framework AGL -framework OpenGL
-else
-   LINKFLTKGL=
-   GLLIBNAME=
-   GLDSONAME=
-   GLDEMOS=
-fi
-
-   # Don't make symlinks because HFS+ is not case sensitive...
-   if test x$with_links != xyes; then
-   HLINKS=#
-   fi
-
-   # Add a postbuild step after linking applications
-   POSTBUILD=/Developer/Tools/Rez -t APPL -o
;;
 
 *)
diff -Nurd -x'*~' fltk-1.1.6.orig/fluid/fluid.cxx fltk-1.1.6/fluid/fluid.cxx
--- fltk-1.1.6.orig/fluid/fluid.cxx 2004-09-08 11:42:47.0 -0400
+++ fltk-1.1.6/fluid/fluid.cxx  2005-07-02 01:18:57.0 -0400
@@ -617,11 +617,7 @@
   fl_filename_absolute(absolute, sizeof(absolute), flname);
 
   for (i = 0; i  10; i ++)
-#if defined(WIN32) || defined(__APPLE__)
 if (!strcasecmp(absolute, absolute_history[i])) break;
-#else
-if (!strcmp(absolute, absolute_history[i])) break;
-#endif // WIN32 || __APPLE__
 
   if (i == 0) return;
 
diff -Nurd -x'*~' fltk-1.1.6.orig/src/Makefile fltk-1.1.6/src/Makefile
--- fltk-1.1.6.orig/src/Makefile2004-11-19 22:19:58.0 -0500
+++ fltk-1.1.6/src/Makefile 2005-07-02 01:18:57.0 -0400
@@ -217,7 +217,7 @@
-install_name $(libdir)/$@ \
-current_version 1.1.4 \
-compatibility_version 1.1.0 \
-   $(OBJECTS) $(LDLIBS)
+   $(OBJECTS) $(LDLIBS) $(FONTCONFIGLIB)
$(RM) libfltk.dylib
$(LN) libfltk.1.1.dylib libfltk.dylib
 
diff -Nurd -x'*~' fltk-1.1.6.orig/src/filename_absolute.cxx 
fltk-1.1.6/src/filename_absolute.cxx
--- fltk-1.1.6.orig/src/filename_absolute.cxx   2004-04-11 00:38:59.0 
-0400
+++ fltk-1.1.6/src/filename_absolute.cxx 

dists/10.3/unstable/main/finkinfo/libs libshout4.patch,NONE,1.1 libpaper1.info,1.2,1.3 libshout4.info,1.2,1.3

2005-09-12 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9551/10.3/unstable/main/finkinfo/libs

Modified Files:
libpaper1.info libshout4.info 
Added Files:
libshout4.patch 
Log Message:
libpaper defaults/config, new upstream libshout

Index: libpaper1.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libpaper1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libpaper1.info  3 Jul 2005 04:06:41 -   1.2
+++ libpaper1.info  12 Sep 2005 20:49:59 -  1.3
@@ -1,6 +1,6 @@
 Package: libpaper1
 Version: 1.1.14
-Revision: 2
+Revision: 3
 Depends: %N-shlibs (= %v-%r)
 
 CustomMirror: 
@@ -11,16 +11,20 @@
 Source: mirror:custom:libpaper-%v.tar.bz2
 Source-MD5: 029f0df6005517f49a3e5af694443040
 Patch: %n.patch
-ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
+ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
--sysconfdir=%p/etc
 InstallScript: 
+#!/bin/sh -ex
+
   make install DESTDIR=%d
+  install -d -m 755 %i/etc
+  echo letter  %i/etc/papersize
 
-
 SplitOff: 
   Package: %N-shlibs
   Description: Shared libraries for libpaper
-  Files: lib/libpaper.*.dylib
+  Files: lib/libpaper.*.dylib etc/papersize
   Shlibs: %p/lib/libpaper.1.dylib 3.0.0 libpaper1-shlibs (= 1.1.14-1)
+  ConfFiles: %p/etc/papersize
 
 SplitOff2: 
   Package: %N-dev

--- NEW FILE: libshout4.patch ---
diff -uNr libshout-2.1/examples/Makefile.in 
libshout-2.1-new/examples/Makefile.in
--- libshout-2.1/examples/Makefile.in   2005-02-19 12:50:59.0 -0500
+++ libshout-2.1-new/examples/Makefile.in   2005-09-12 14:31:52.0 
-0400
@@ -222,7 +222,7 @@
 nonblocking_SOURCES = nonblocking.c
 nonblocking_LDADD = $(top_builddir)/src/libshout.la
 AM_CFLAGS = @XIPH_CFLAGS@
-AM_CPPFLAGS = @XIPH_CPPFLAGS@ -I$(top_builddir)/include
+AM_CPPFLAGS = -I$(top_builddir)/include @XIPH_CPPFLAGS@
 all: all-am
 
 .SUFFIXES:

Index: libshout4.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libshout4.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libshout4.info  6 Sep 2005 16:49:32 -   1.2
+++ libshout4.info  12 Sep 2005 20:50:00 -  1.3
@@ -1,17 +1,20 @@
 Package: libshout4
-Version: 2.0
+Version: 2.1
 Revision: 1
 ###
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: fink (=0.9.9), libvorbis0, libogg, pkgconfig
+BuildDepends: fink (=0.9.9), libvorbis0 (= 1.1-1), libogg (= 1.1-1), 
libtheora0, pkgconfig
 BuildDependsOnly: true
 Conflicts: libshout
 Replaces: libshout
 ###
-Source: http://icecast.org/files/libshout/libshout-%v.tar.gz
-Source-MD5: 627f3eede05b2237bee1369e4a95143c
+Source: http://downloads.xiph.org/releases/libshout/libshout-%v.tar.gz
+Source-MD5: ca6e98af87fd17c709821d9be82b37d5
 ###
+Patch: %n.patch
 ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
+NoSetCPPFLAGS: true
+NoSetCFLAGS: true
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 ###
@@ -19,12 +22,12 @@
 ###
 SplitOff: 
   Package: %N-shlibs
-  Depends: libogg-shlibs, libvorbis0-shlibs
+  Depends: libogg-shlibs (= 1.1-1), libvorbis0-shlibs (= 1.1-1), 
libtheora0-shlibs
   Files: 
 lib/libshout.*.dylib
   
   Shlibs: 
-%p/lib/%N.3.dylib 4.0.0 %n (= 2.0-1)
+%p/lib/%N.3.dylib 5.0.0 %n (= 2.1-1)
   
   DocFiles: COPYING INSTALL README
 



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/stable/main/finkinfo/graphics imagemagick-5.5.1-23.info,1.1,1.2 imagemagick-nox-5.5.1-23.info,1.1,1.2

2005-09-12 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1767/10.4-transitional/stable/main/finkinfo/graphics

Modified Files:
imagemagick-5.5.1-23.info imagemagick-nox-5.5.1-23.info 
Log Message:
Update jswhit's email address.


Index: imagemagick-5.5.1-23.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/graphics/imagemagick-5.5.1-23.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- imagemagick-5.5.1-23.info   27 Apr 2005 03:39:35 -  1.1
+++ imagemagick-5.5.1-23.info   12 Sep 2005 22:26:38 -  1.2
@@ -33,5 +33,5 @@
 
 DocFiles: Copyright.txt README.txt QuickStart.txt
 License: BSD
-Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
+Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 Homepage: http://www.imagemagick.org/

Index: imagemagick-nox-5.5.1-23.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/graphics/imagemagick-nox-5.5.1-23.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- imagemagick-nox-5.5.1-23.info   27 Apr 2005 03:39:35 -  1.1
+++ imagemagick-nox-5.5.1-23.info   12 Sep 2005 22:26:38 -  1.2
@@ -38,5 +38,5 @@
 
 DocFiles: Copyright.txt README.txt QuickStart.txt
 License: BSD
-Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
+Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 Homepage: http://www.imagemagick.org/



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/graphics imagemagick-5.5.1-23.info,1.4,1.5 imagemagick-nox-5.5.1-23.info,1.2,1.3

2005-09-12 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1767/10.3/stable/main/finkinfo/graphics

Modified Files:
imagemagick-5.5.1-23.info imagemagick-nox-5.5.1-23.info 
Log Message:
Update jswhit's email address.


Index: imagemagick-5.5.1-23.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics/imagemagick-5.5.1-23.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- imagemagick-5.5.1-23.info   8 Apr 2004 04:03:58 -   1.4
+++ imagemagick-5.5.1-23.info   12 Sep 2005 22:26:37 -  1.5
@@ -33,5 +33,5 @@
 
 DocFiles: Copyright.txt README.txt QuickStart.txt
 License: BSD
-Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
+Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 Homepage: http://www.imagemagick.org/

Index: imagemagick-nox-5.5.1-23.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics/imagemagick-nox-5.5.1-23.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- imagemagick-nox-5.5.1-23.info   8 Apr 2004 04:03:58 -   1.2
+++ imagemagick-nox-5.5.1-23.info   12 Sep 2005 22:26:37 -  1.3
@@ -38,5 +38,5 @@
 
 DocFiles: Copyright.txt README.txt QuickStart.txt
 License: BSD
-Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
+Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 Homepage: http://www.imagemagick.org/



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


web/pdb nomaintainer.php,1.8,1.9

2005-09-12 Thread Daniel Macks
Update of /cvsroot/fink/web/pdb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6092

Modified Files:
nomaintainer.php 
Log Message:
Unmaintained pkg list defaults to 10.3 and 10.4T dists.


Index: nomaintainer.php
===
RCS file: /cvsroot/fink/web/pdb/nomaintainer.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- nomaintainer.php3 Mar 2005 10:01:36 -   1.8
+++ nomaintainer.php12 Sep 2005 22:43:23 -  1.9
@@ -6,8 +6,8 @@
 include header.inc;
 
 if (!param(distro)) {
-  $distro_sql = AND (release LIKE 'current-10.2-gcc3.3%' OR release LIKE 
'current-10.3%');
-  $distro_txt = ' in the 10.2-gcc3.3 and 10.3 releases';
+  $distro_sql = AND (release LIKE 'current-10.3%' OR release LIKE 
'current-10.4-transitional%');
+  $distro_txt = ' in the 10.3 and 10.4-transitional releases';
 } else if (!strcmp(param(distro),all)) {
   $distro_sql = '';
   $distro_txt = '';



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo gpgme11.info,1.7,1.8

2005-09-12 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11125/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
gpgme11.info 
Log Message:
Fix Shlibs compatibility_version


Index: gpgme11.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/gpgme11.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gpgme11.info12 Sep 2005 19:43:46 -  1.7
+++ gpgme11.info12 Sep 2005 23:04:53 -  1.8
@@ -1,6 +1,6 @@
 Package: gpgme11
 Version: 1.0.3
-Revision: 6
+Revision: 7
 Maintainer: Darian Lanx [EMAIL PROTECTED]
 BuildDepends: gdbm3, libiconv-dev, libgettext3-dev, libgpg-error, pth (= 
1.4.1-2)
 Depends: %N-shlibs (= %v-%r)
@@ -24,11 +24,11 @@
   Files: lib/libgpgme*.*.dylib
   Depends: pth-shlibs (= 1.4.1-2), libgpg-error-shlibs, libgettext3-shlibs, 
libiconv, gnupg (= 1.2.4-1) | gnupg-testing (= 1.3.6-12)
   Shlibs: 
-%p/lib/libgpgme-pthread.11.dylib 15.0.0 15.2.0 (= 1.0.1-13)
-%p/lib/libgpgme.11.dylib 15.0.0 15.2.0 (= 1.0.1-13)
-%p/lib/libgpgme-pth.11.dylib 15.0.0 15.2.0 (= 1.0.1-13)
+%p/lib/libgpgme-pthread.11.dylib 16.0.0 %n (= 1.0.3-7)
+%p/lib/libgpgme.11.dylib 16.0.0 %n (= 1.0.3-7)
+%p/lib/libgpgme-pth.11.dylib 16.0.0 %n (= 1.0.3-7)
   
-  Description: gpgme shared libraries..
+  Description: gpgme shared libraries.
   DescDetail: 
 Shared libraries needed to run and link against gpgme.
   
@@ -43,6 +43,6 @@
 InstallScript: make install DESTDIR=%d
 UpdateConfigGuess: true
 DocFiles: AUTHORS COPYING ChangeLog NEWS README* THANKS TODO
-Description: Library to make access to GnuPG easier for applications
+Description: Application access library for GnuPG
 Homepage: http://www.gnupg.org/gpgme.html
 License: GPL



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo gpgme11.info,1.11,1.12

2005-09-12 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11125/10.3/unstable/crypto/finkinfo

Modified Files:
gpgme11.info 
Log Message:
Fix Shlibs compatibility_version


Index: gpgme11.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/gpgme11.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gpgme11.info12 Sep 2005 19:43:46 -  1.11
+++ gpgme11.info12 Sep 2005 23:04:53 -  1.12
@@ -1,6 +1,6 @@
 Package: gpgme11
 Version: 1.0.3
-Revision: 6
+Revision: 7
 Maintainer: Darian Lanx [EMAIL PROTECTED]
 BuildDepends: gdbm3, libiconv-dev, libgettext3-dev, libgpg-error, pth (= 
1.4.1-2)
 Depends: %N-shlibs (= %v-%r)
@@ -24,11 +24,11 @@
   Files: lib/libgpgme*.*.dylib
   Depends: pth-shlibs (= 1.4.1-2), libgpg-error-shlibs, libgettext3-shlibs, 
libiconv, gnupg (= 1.2.4-1) | gnupg-testing (= 1.3.6-12)
   Shlibs: 
-%p/lib/libgpgme-pthread.11.dylib 15.0.0 15.2.0 (= 1.0.1-13)
-%p/lib/libgpgme.11.dylib 15.0.0 15.2.0 (= 1.0.1-13)
-%p/lib/libgpgme-pth.11.dylib 15.0.0 15.2.0 (= 1.0.1-13)
+%p/lib/libgpgme-pthread.11.dylib 16.0.0 %n (= 1.0.3-7)
+%p/lib/libgpgme.11.dylib 16.0.0 %n (= 1.0.3-7)
+%p/lib/libgpgme-pth.11.dylib 16.0.0 %n (= 1.0.3-7)
   
-  Description: gpgme shared libraries..
+  Description: gpgme shared libraries.
   DescDetail: 
 Shared libraries needed to run and link against gpgme.
   
@@ -43,6 +43,6 @@
 InstallScript: make install DESTDIR=%d
 UpdateConfigGuess: true
 DocFiles: AUTHORS COPYING ChangeLog NEWS README* THANKS TODO
-Description: Library to make access to GnuPG easier for applications
+Description: Application access library for GnuPG
 Homepage: http://www.gnupg.org/gpgme.html
 License: GPL



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
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 emboss.patch,NONE,1.1 emboss.info,1.7,1.8

2005-09-12 Thread Koen van der Drift
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9519

Modified Files:
emboss.info 
Added Files:
emboss.patch 
Log Message:
upstream patch

--- NEW FILE: emboss.patch ---
diff -Naur EMBOSS-3.0.0/ajax/ajindex.c EMBOSS-3.0.0-patched/ajax/ajindex.c
--- EMBOSS-3.0.0/ajax/ajindex.c 2005-06-20 03:41:01.0 -0400
+++ EMBOSS-3.0.0-patched/ajax/ajindex.c 2005-08-04 22:50:00.0 -0400
@@ -35,10 +35,14 @@
AjBool isread);
 static AjPBtpage  btreeFindINode(AjPBtcache cache, AjPBtpage page,
 const char *item);
+static AjPBtpage  btreeSecFindINode(AjPBtcache cache, AjPBtpage page,
+   const char *item);
 
 
 static AjPBtpage  btreePageFromKey(AjPBtcache cache, unsigned char *buf,
   const char *item);
+static AjPBtpage  btreeSecPageFromKey(AjPBtcache cache, unsigned char *buf,
+ const char *item);
 static ajint  btreeNumInBucket(AjPBtcache cache, ajlong pageno);
 static AjPBucket  btreeReadBucket(AjPBtcache cache, ajlong pageno);
 static void   btreeWriteBucket(AjPBtcache cache, const AjPBucket bucket,
@@ -55,6 +59,7 @@
 AjPStr const *keys, const ajlong *ptrs,
 ajint nkeys);
 static AjBool btreeNodeIsFull(const AjPBtcache cache, AjPBtpage page);
+static AjBool btreeNodeIsFullSec(const AjPBtcache cache, AjPBtpage page);
 static void   btreeInsertNonFull(AjPBtcache cache, AjPBtpage page,
 const AjPStr key, ajlong less,
 ajlong greater);
@@ -808,7 +813,7 @@
 root = btreeCacheLocate(cache,0L);
 
 if(!root)
-   ajFatal(Something has unlocked the PRI root cache page\n);
+   ajFatal(The PRI root cache page has been unlocked\n);
 
 if(!cache-level)
return root;
@@ -863,6 +868,48 @@
 
 
 
+/* @funcstatic btreeSecFindINode 
*
+**
+** Recursive search for insert node in a secondary tree
+**
+** @param [u] cache [AjPBtcache] cache
+** @param [u] page [AjPBtpage] page
+** @param [r] item [const char*] key to search for 
+**
+** @return [AjPBtpage] leaf node where item should be inserted
+** @@
+**/
+
+static AjPBtpage btreeSecFindINode(AjPBtcache cache, AjPBtpage page,
+const char *item)
+{
+AjPBtpage ret = NULL;
+AjPBtpage pg  = NULL;
+
+unsigned char *buf = NULL;
+ajint status   = 0;
+ajint ival = 0;
+
+/* ajDebug(In btreeSecFindINode\n); */
+
+ret = page;
+buf = page-buf;
+GBT_NODETYPE(buf,ival);
+if(ival != BT_LEAF)
+{
+   status = ret-dirty;
+   ret-dirty = BT_LOCK;   /* Lock in case of lots of overflow pages */
+   pg = btreeSecPageFromKey(cache,buf,item);
+   ret-dirty = status;
+   ret = btreeSecFindINode(cache,pg,item);
+}
+
+return ret;
+}
+
+
+
+
 /* @funcstatic btreePageFromKey ***
 **
 ** Return next lower index page given a key
@@ -928,6 +975,71 @@
 
 
 
+/* @funcstatic btreeSecPageFromKey ***
+**
+** Return next lower index page given a key in a secondary tree
+**
+** @param [u] cache [AjPBtcache] cache
+** @param [u] buf [unsigned char *] page buffer
+** @param [r] key [const char *] key to search for 
+**
+** @return [AjPBtpage] pointer to a page
+** @@
+**/
+
+static AjPBtpage btreeSecPageFromKey(AjPBtcache cache, unsigned char *buf,
+const char *key)
+{
+unsigned char *rootbuf = NULL;
+ajint nkeys = 0;
+ajint order = 0;
+ajint i;
+
+ajlong blockno = 0L;
+AjPStr *karray = NULL;
+ajlong *parray = NULL;
+AjPBtpage page = NULL;
+
+/* ajDebug(In btreePageFromKey\n); */
+
+rootbuf = buf;
+
+
+GBT_NKEYS(rootbuf,nkeys);
+order = cache-sorder;
+
+AJCNEW0(karray,order);
+AJCNEW0(parray,order);
+for(i=0;iorder;++i)
+   karray[i] = ajStrNew();
+
+btreeGetKeys(cache,rootbuf,karray,parray);
+i = 0;
+while(i!=nkeys  strcmp(key,karray[i]-Ptr)=0)
+   ++i;
+if(i==nkeys)
+{
+   if(strcmp(key,karray[i-1]-Ptr)0)
+   blockno = parray[i-1];
+   else
+   blockno = parray[i];
+}
+else
+   blockno = parray[i];
+
+for(i=0;iorder;++i)
+   ajStrDel(karray[i]);
+AJFREE(karray);
+AJFREE(parray);
+
+page =  ajBtreeCacheRead(cache,blockno);
+
+return page;
+}
+
+
+
+
 /* @func ajBtreeIdNew *
 **
 ** Constructor for index bucket ID informationn
@@ -1617,6 

dists/10.3/unstable/main/finkinfo/sci emboss.patch,1.2,1.3 emboss.info,1.17,1.18

2005-09-12 Thread Koen van der Drift
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9952

Modified Files:
emboss.info 
Added Files:
emboss.patch 
Log Message:
upstream patch

--- NEW FILE: emboss.patch ---
diff -Naur EMBOSS-3.0.0/ajax/ajindex.c EMBOSS-3.0.0-patched/ajax/ajindex.c
--- EMBOSS-3.0.0/ajax/ajindex.c 2005-06-20 03:41:01.0 -0400
+++ EMBOSS-3.0.0-patched/ajax/ajindex.c 2005-08-04 22:50:00.0 -0400
@@ -35,10 +35,14 @@
AjBool isread);
 static AjPBtpage  btreeFindINode(AjPBtcache cache, AjPBtpage page,
 const char *item);
+static AjPBtpage  btreeSecFindINode(AjPBtcache cache, AjPBtpage page,
+   const char *item);
 
 
 static AjPBtpage  btreePageFromKey(AjPBtcache cache, unsigned char *buf,
   const char *item);
+static AjPBtpage  btreeSecPageFromKey(AjPBtcache cache, unsigned char *buf,
+ const char *item);
 static ajint  btreeNumInBucket(AjPBtcache cache, ajlong pageno);
 static AjPBucket  btreeReadBucket(AjPBtcache cache, ajlong pageno);
 static void   btreeWriteBucket(AjPBtcache cache, const AjPBucket bucket,
@@ -55,6 +59,7 @@
 AjPStr const *keys, const ajlong *ptrs,
 ajint nkeys);
 static AjBool btreeNodeIsFull(const AjPBtcache cache, AjPBtpage page);
+static AjBool btreeNodeIsFullSec(const AjPBtcache cache, AjPBtpage page);
 static void   btreeInsertNonFull(AjPBtcache cache, AjPBtpage page,
 const AjPStr key, ajlong less,
 ajlong greater);
@@ -808,7 +813,7 @@
 root = btreeCacheLocate(cache,0L);
 
 if(!root)
-   ajFatal(Something has unlocked the PRI root cache page\n);
+   ajFatal(The PRI root cache page has been unlocked\n);
 
 if(!cache-level)
return root;
@@ -863,6 +868,48 @@
 
 
 
+/* @funcstatic btreeSecFindINode 
*
+**
+** Recursive search for insert node in a secondary tree
+**
+** @param [u] cache [AjPBtcache] cache
+** @param [u] page [AjPBtpage] page
+** @param [r] item [const char*] key to search for 
+**
+** @return [AjPBtpage] leaf node where item should be inserted
+** @@
+**/
+
+static AjPBtpage btreeSecFindINode(AjPBtcache cache, AjPBtpage page,
+const char *item)
+{
+AjPBtpage ret = NULL;
+AjPBtpage pg  = NULL;
+
+unsigned char *buf = NULL;
+ajint status   = 0;
+ajint ival = 0;
+
+/* ajDebug(In btreeSecFindINode\n); */
+
+ret = page;
+buf = page-buf;
+GBT_NODETYPE(buf,ival);
+if(ival != BT_LEAF)
+{
+   status = ret-dirty;
+   ret-dirty = BT_LOCK;   /* Lock in case of lots of overflow pages */
+   pg = btreeSecPageFromKey(cache,buf,item);
+   ret-dirty = status;
+   ret = btreeSecFindINode(cache,pg,item);
+}
+
+return ret;
+}
+
+
+
+
 /* @funcstatic btreePageFromKey ***
 **
 ** Return next lower index page given a key
@@ -928,6 +975,71 @@
 
 
 
+/* @funcstatic btreeSecPageFromKey ***
+**
+** Return next lower index page given a key in a secondary tree
+**
+** @param [u] cache [AjPBtcache] cache
+** @param [u] buf [unsigned char *] page buffer
+** @param [r] key [const char *] key to search for 
+**
+** @return [AjPBtpage] pointer to a page
+** @@
+**/
+
+static AjPBtpage btreeSecPageFromKey(AjPBtcache cache, unsigned char *buf,
+const char *key)
+{
+unsigned char *rootbuf = NULL;
+ajint nkeys = 0;
+ajint order = 0;
+ajint i;
+
+ajlong blockno = 0L;
+AjPStr *karray = NULL;
+ajlong *parray = NULL;
+AjPBtpage page = NULL;
+
+/* ajDebug(In btreePageFromKey\n); */
+
+rootbuf = buf;
+
+
+GBT_NKEYS(rootbuf,nkeys);
+order = cache-sorder;
+
+AJCNEW0(karray,order);
+AJCNEW0(parray,order);
+for(i=0;iorder;++i)
+   karray[i] = ajStrNew();
+
+btreeGetKeys(cache,rootbuf,karray,parray);
+i = 0;
+while(i!=nkeys  strcmp(key,karray[i]-Ptr)=0)
+   ++i;
+if(i==nkeys)
+{
+   if(strcmp(key,karray[i-1]-Ptr)0)
+   blockno = parray[i-1];
+   else
+   blockno = parray[i];
+}
+else
+   blockno = parray[i];
+
+for(i=0;iorder;++i)
+   ajStrDel(karray[i]);
+AJFREE(karray);
+AJFREE(parray);
+
+page =  ajBtreeCacheRead(cache,blockno);
+
+return page;
+}
+
+
+
+
 /* @func ajBtreeIdNew *
 **
 ** Constructor for index bucket ID informationn
@@ -1617,6 +1729,36 @@
 
 
 

dists/10.4-transitional/unstable/main/finkinfo/shells zsh.info,1.2,1.3

2005-09-12 Thread William Scott
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/shells
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10746

Modified Files:
zsh.info 
Log Message:
fixed broken zsh for 10.4 unstable (shells) per instructions from Daniel Macks

Index: zsh.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/shells/zsh.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- zsh.info2 Jul 2005 10:41:44 -   1.2
+++ zsh.info13 Sep 2005 04:40:06 -  1.3
@@ -1,6 +1,6 @@
 Package: zsh 
 Version: 4.2.5
-Revision: 11
+Revision: 22
 Depends: libiconv, pcre-shlibs, libncurses5-shlibs
 BuildDepends: libiconv-dev, pcre, pcre-bin, libncurses5
 CustomMirror: 
@@ -34,7 +34,11 @@
  ./configure %c
 perl -pi.bak -e s;-ldl -ltinfo -lm  -lc;-L%p/lib -lpcre -L%p/lib -lncurses 
-L%p/lib -liconv -ltinfo -ldl -lm -lc; Makefile
 perl -pi.bak -e s;-bundle -flat_namespace -undefined suppress;-bundle 
-twolevel_namespace -undefined dynamic_lookup; Makefile
- make
+#perl -pi.bak -e s;#define HAVE_POLL 1;#define HAVE_POLL 0; config.h
+#perl -pi.bak -e s;#define HAVE_POLL_H 1;#define HAVE_POLL_H 0; config.h
+cp config.h config.h.bak 
+grep -v HAVE_POLL config.h.bak  config.h 
+make
 
 InstallScript:
 mkdir -p %i/etc/zsh
@@ -47,10 +51,13 @@
 Zsh is a shell designed for interactive use, although it is also 
 a powerful scripting language. Many of the useful features of bash, 
 ksh, and tcsh were incorporated into zsh; many original 
-features were added. 
+features were added. Its syntax is that of an augmented ksh.
 It is recommended that you read 
http://zsh.sunsite.dk/Intro/intro_toc.html 
 before installing this shell.
+You might also consider installing the zsh-templates package
+and the zsh-helpfiles package.
+http://babyurl.com/2SR9Ue
 
 DescUsage: 
All config files should be kept in %p/etc/zsh.
@@ -61,10 +68,16 @@
 This shell is NOT preconfigured. Sample configure scripts
 can be found in your %p/share/doc/zsh directory
 You may manually move those sample files to 
-%p/etc/zsh or alter them to your likings!
+%p/etc/zsh or alter them to your liking!
+
+Alternatively, the fink zsh-templates package provides a
+fully configured set of enhanced configuration scripts
+and functions, many specifically designed to facilitate
+interaction with the OS X environment.
 
 Documentation is included by default, please read
-it carefully.
+it carefully. In addition, the zsh-helpfiles package
+provides additional documentation.
 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 ATTENTION ATTENTION
@@ -73,6 +86,8 @@
 DescPort:  
Getting it from a specific sourceforge mirror until I add Custom 
mirrors. Their
 mirrors seem to be pretty messed up.
+The 10.4 specific patch is required for the shell to 
+function.
 
 License: GPL
 Maintainer: Darian Lanx [EMAIL PROTECTED]



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/shells zsh-templates.info,1.8,1.9

2005-09-12 Thread William Scott
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/shells
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10967

Modified Files:
zsh-templates.info 
Log Message:
latest version of zsh configuration scripts for shells/10.4 unstable

Index: zsh-templates.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/shells/zsh-templates.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- zsh-templates.info  13 Aug 2005 21:40:50 -  1.8
+++ zsh-templates.info  13 Sep 2005 04:41:48 -  1.9
@@ -1,8 +1,8 @@
 Package: zsh-templates
-Version: 0.9.4
+Version: 0.9.5
 Revision: 1
 Source:  http://chemistry.ucsc.edu/~wgscott/mystuff/%n-%v.tgz
-Source-MD5: cec3327a3cc6a137c2b767482605f341  
+Source-MD5: b79aa97a8c2a47f68b9ad5f22c5bf372  
 Depends: macosx, zsh (= 4.2.1-13)
 License: GPL
 Maintainer: W. G. Scott [EMAIL PROTECTED]



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/shells zsh.info,1.13,1.14

2005-09-12 Thread William Scott
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/shells
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12692

Modified Files:
zsh.info 
Log Message:
fixed (possibly) broken zsh for 10.3 unstable (shells) per instructions from 
Daniel Macks

Index: zsh.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/shells/zsh.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- zsh.info3 May 2005 09:32:42 -   1.13
+++ zsh.info13 Sep 2005 04:50:50 -  1.14
@@ -1,6 +1,6 @@
 Package: zsh 
 Version: 4.2.5
-Revision: 11
+Revision: 12
 Depends: libiconv, pcre-shlibs, libncurses5-shlibs
 BuildDepends: libiconv-dev, pcre, pcre-bin, libncurses5
 CustomMirror: 
@@ -34,8 +34,6 @@
  ./configure %c
 perl -pi.bak -e s;-ldl -ltinfo -lm  -lc;-L%p/lib -lpcre -L%p/lib -lncurses 
-L%p/lib -liconv -ltinfo -ldl -lm -lc; Makefile
 perl -pi.bak -e s;-bundle -flat_namespace -undefined suppress;-bundle 
-twolevel_namespace -undefined dynamic_lookup; Makefile
-perl -pi.bak -e s;#define HAVE_POLL 1;#define HAVE_POLL 0; config.h
-perl -pi.bak -e s;#define HAVE_POLL_H 1;#define HAVE_POLL_H 0; config.h
 make
 
 InstallScript:



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/shells zsh-helpfiles.info,NONE,1.1

2005-09-12 Thread William Scott
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/shells
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15299

Added Files:
zsh-helpfiles.info 
Log Message:
zsh-helpfiles adds an optional run-help function to augment zsh documentation

--- NEW FILE: zsh-helpfiles.info ---
Package: zsh-helpfiles
Version: 4.2.5
Revision: 1
Depends: zsh (= 4.2.5)
BuildDepends: zsh (= 4.2.5)
CustomMirror: 
  Master: ftp://ftp.zsh.org/pub/
  eur: ftp://ftp.lysator.liu.se/pub/unix/zsh/
  eur-NL: ftp://ftp.demon.nl/pub/mirrors/zsh/
  eur-DE: ftp://ftp.demon.nl/pub/mirrors/zsh/
  aus-AU: ftp://ftp.zsh.org/zsh/
  eur-DK: ftp://sunsite.dk/pub/unix/shells/zsh/
  eur-FI: ftp://sunsite.dk/pub/unix/shells/zsh/
  eur-FR: ftp://nephtys.lip6.fr/pub/unix/shells/zsh/
  eur-HU: ftp://ftp.cs.elte.hu/pub/zsh/
  eur-IL: ftp://ftp.math.technion.ac.il/pub/zsh/
  asi-JP: ftp://ftp.math.technion.ac.il/pub/zsh/
  asi-JP: ftp://ftp.ayamura.org/pub/zsh/
  asi-KR: ftp://ftp.ayamura.org/pub/zsh/
  eur-PL: ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/
  eur-RO: ftp://ftp.roedu.net/pub/mirrors/ftp.zsh.org/pub/zsh/
  eur-RO: ftp://ftp.kappa.ro/pub/mirrors/ftp.zsh.org/pub/zsh/
  eur-SE: ftp://ftp.lysator.liu.se/pub/unix/zsh/
  eur-UK: ftp://ftp.lysator.liu.se/pub/unix/zsh/ 
  nam-US: http://mirrors.theonlinerecordstore.com/zsh/

Source: mirror:custom:/zsh-%v.tar.bz2
Source-MD5: e2060f743dcdf3b383e80e862a6548fe 
Source2: 
http://www.chemistry.ucsc.edu/~wgscott/mystuff/zsh/Library/init/zsh/local-functions/run-help
Source2-MD5: 371638ce4c255993ea9c528981b3d113
CompileScript:
#!/bin/zsh -f
# the perl magic token breaks Util/helpfiles
perl -pi.bak -e 's|/usr/local/bin/perl -- -\*-perl-\*-|/usr/bin/perl |g' 
Util/helpfiles
mkdir temp
cd temp
command man -M %p/share/man zshall | colcrt - |  ../Util/helpfiles

InstallScript:
#!/bin/zsh -f
mkdir -p %i/share/zsh/zsh_help
cp temp/* %i/share/zsh/zsh_help/.
mkdir -p %i/share/zsh/site-functions
cp ../run-help %i/share/zsh/site-functions/.
#
mkdir -p  %i/etc/profile.d
#
cat |  %i/etc/profile.d/zsh-helpfiles.sh   eof-1
#
if [[ -n  \$ZSH_VERSION ]]; then
if [[ -z \$HELPDIR ]]; then  
HELPDIR=%p/share/zsh/zsh_help   
else  
HELPDIR=%p/share/zsh/zsh_help:\$HELPDIR 
fi 
export -TU HELPDIR helpdir
typeset -U helpdir   #keeps helpdir and HELPDIR trimmed
  
#The directory containing run-help must be prepended to the \$FPATH
FPATH=%p/share/zsh/site-functions:\$FPATH
export FPATH   
typeset -U fpath   # keeps fpath and FPATH trimmed
autoload -U run-help
fi
#

eof-1
#
echo # This file is an empty place-holder.   |  
%i/etc/profile.d/zsh-helpfiles.csh
#
chmod a+x %i/etc/profile.d/zsh-helpfiles.*sh
 
Description: Z Shell help files
DescDetail: 
The helpfiles utility, found in the Util directory of the distribution,
is a Perl program that can be used to process the zsh manual to produce
a separate help file for each shell builtin and for  many  other  shell
features  as  well.  The autoloadable run-help function, found in Func-
tions/Misc, searches for these helpfiles  and  performs  several  other
tests to produce the most complete help possible for the command.  This 
package installs a corrected version of run-help that will not clobber
the $HELPDIR variable that at least one other (unrelated) fink package
declares.

DescUsage: 
Fink automatically issues the command autoload -U run-help upon z-shell 
startup. Then, for example, issuing run-help zargs will enable you to 
view a formatted helpfile extracted from the zsh man pages for the zsh 
function zargs.  The environment variable $HELPDIR should point to
/sw/share/zsh/zsh_help; this too is set up automatically by fink.

License: GPL
Maintainer: W. Scott [EMAIL PROTECTED]
Homepage: http://zsh.sunsite.dk/



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits