Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24278/10.4/unstable/main/finkinfo/libs

Added Files:
        dtdparser.info dtdparser.patch gdbm.info gdbm.patch 
        libghttp.info libghttp.patch libosip1.info libosip1.patch 
        libstroke.info libunicode-gnome.info libwww.info libwww.patch 
        libxml.info libxml.patch mm.info 
Removed Files:
        dtdparser-1.15-1.info dtdparser-1.15-1.patch gdbm-1.8.0-7.info 
        gdbm-1.8.0-7.patch libghttp-1.0.9-4.info 
        libghttp-1.0.9-4.patch libosip1-0.9.7-1.info 
        libosip1-0.9.7-1.patch libstroke-0.5.1-5.info 
        libunicode-gnome-0.4-2.info libwww-5.3.2-4.info 
        libwww-5.3.2-4.patch libxml-1.8.17-14.info 
        libxml-1.8.17-14.patch mm-1.2.1-1.info 
Log Message:
Rename %f->%n


--- NEW FILE: libstroke.info ---
Package: libstroke
Version: 0.5.1
Revision: 5
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink (>= 0.9.9), glib, gtk+, gettext-dev
Replaces: libstroke (<< 0.5.1-3)
Source: http://www.etla.net/libstroke/libstroke-%v.tar.gz
Source-MD5: 51b9a4e309ac15cfcab96191eed03cb2
UpdateConfigGuess: true
UpdateLibtool: true
SetCPPFLAGS: -no-cpp-precomp
DocFiles: COPYING COPYRIGHT
BuildDependsOnly: True
SplitOff: <<
  Package: %N-shlibs
  Depends: gtk+-shlibs
  Replaces: libstroke (<< 0.5.1-3)
  Files: lib/libstroke.0*dylib lib/libgstroke.0*dylib
  Shlibs: <<
    %p/lib/libgstroke.0.dylib 1.0.0 %n (>= 0.5.1-5)
    %p/lib/libstroke.0.dylib 1.0.0 %n (>= 0.5.1-5)
  <<
  Description: Shared libraries for libstroke package
  DocFiles: doc/standard_strokes.* AUTHORS COPYING COPYRIGHT CREDITS ChangeLog 
INSTALL NEWS README* TODO
<<
SplitOff2: <<
  Package: %N-m4
  Depends: gtk+-shlibs
  Files: share/aclocal
  Description: Autoconf files for libstroke package
  DocFiles: COPYING COPYRIGHT
<<
License: GPL
Description: Translates mouse strokes to program commands
DescPort: Does not compile or install javastroke, the java port of libstroke
Maintainer: Dave Morrison <[EMAIL PROTECTED]>
Homepage: http://www.etla.net/libstroke/

--- libunicode-gnome-0.4-2.info DELETED ---

--- NEW FILE: libxml.patch ---
diff -Naur libxml-1.8.17.old/configure libxml-1.8.17.new/configure
--- libxml-1.8.17.old/configure Thu Jan 24 07:49:17 2002
+++ libxml-1.8.17.new/configure Wed Jun  5 01:26:55 2002
@@ -3502,11 +3502,11 @@
     ;;
 
   darwin* | rhapsody*)
-    allow_undefined_flag='-undefined suppress'
+    allow_undefined_flag='-flat_namespace -undefined suppress'
     # FIXME: Relying on posixy $() will cause problems for
     #        cross-compilation, but unfortunately the echo tests do not
     #        yet detect zsh echo's removal of \ escapes.
-    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts 
-install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && 
echo $verstring)'
+    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts 
-install_name $rpath/$soname $tmp_verstring'
     # We need to add '_' to the symbols in $export_symbols first
     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
     hardcode_direct=yes
@@ -6118,54 +6118,60 @@
 done
 
 
-echo $ac_n "checking for gethostent""... $ac_c" 1>&6
-echo "configure:6123: checking for gethostent" >&5
-if eval "test \"`echo '$''{'ac_cv_func_gethostent'+set}'`\" = set"; then
+for ac_func in gethostent
+do
+echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
+echo "configure:6125: checking for $ac_func" >&5
+if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6128 "configure"
+#line 6130 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char gethostent(); below.  */
+    which can conflict with char $ac_func(); below.  */
 #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
-char gethostent();
+char $ac_func();
 
 int main() {
 
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_gethostent) || defined (__stub___gethostent)
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-gethostent();
+$ac_func();
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:6151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
-  eval "ac_cv_func_gethostent=yes"
+  eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
   rm -rf conftest*
-  eval "ac_cv_func_gethostent=no"
+  eval "ac_cv_func_$ac_func=no"
 fi
 rm -f conftest*
 fi
 
-if eval "test \"`echo '$ac_cv_func_'gethostent`\" = yes"; then
+if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  :
+    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
+  cat >> confdefs.h <<EOF
+#define $ac_tr_func 1
+EOF
+ 
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for gethostent in -lnsl""... $ac_c" 1>&6
-echo "configure:6169: checking for gethostent in -lnsl" >&5
+echo "configure:6175: checking for gethostent in -lnsl" >&5
 ac_lib_var=`echo nsl'_'gethostent | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6173,7 +6179,7 @@
   ac_save_LIBS="$LIBS"
 LIBS="-lnsl  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6177 "configure"
+#line 6183 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6184,7 +6190,7 @@
 gethostent()
 ; return 0; }
 EOF
-if { (eval echo configure:6188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6212,55 +6218,62 @@
 fi
 
 fi
+done
 
-echo $ac_n "checking for setsockopt""... $ac_c" 1>&6
-echo "configure:6218: checking for setsockopt" >&5
-if eval "test \"`echo '$''{'ac_cv_func_setsockopt'+set}'`\" = set"; then
+for ac_func in setsockopt
+do
+echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
+echo "configure:6227: checking for $ac_func" >&5
+if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6223 "configure"
+#line 6232 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char setsockopt(); below.  */
+    which can conflict with char $ac_func(); below.  */
 #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
-char setsockopt();
+char $ac_func();
 
 int main() {
 
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_setsockopt) || defined (__stub___setsockopt)
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-setsockopt();
+$ac_func();
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:6246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
-  eval "ac_cv_func_setsockopt=yes"
+  eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
   rm -rf conftest*
-  eval "ac_cv_func_setsockopt=no"
+  eval "ac_cv_func_$ac_func=no"
 fi
 rm -f conftest*
 fi
 
-if eval "test \"`echo '$ac_cv_func_'setsockopt`\" = yes"; then
+if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  :
+    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
+  cat >> confdefs.h <<EOF
+#define $ac_tr_func 1
+EOF
+ 
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for setsockopt in -lsocket""... $ac_c" 1>&6
-echo "configure:6264: checking for setsockopt in -lsocket" >&5
+echo "configure:6277: checking for setsockopt in -lsocket" >&5
 ac_lib_var=`echo socket'_'setsockopt | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6268,7 +6281,7 @@
   ac_save_LIBS="$LIBS"
 LIBS="-lsocket  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6272 "configure"
+#line 6285 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6279,7 +6292,7 @@
 setsockopt()
 ; return 0; }
 EOF
-if { (eval echo configure:6283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6307,55 +6320,62 @@
 fi
 
 fi
+done
 
-echo $ac_n "checking for connect""... $ac_c" 1>&6
-echo "configure:6313: checking for connect" >&5
-if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
+for ac_func in connect
+do
+echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
+echo "configure:6329: checking for $ac_func" >&5
+if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6318 "configure"
+#line 6334 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char connect(); below.  */
+    which can conflict with char $ac_func(); below.  */
 #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
-char connect();
+char $ac_func();
 
 int main() {
 
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_connect) || defined (__stub___connect)
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-connect();
+$ac_func();
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:6341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
-  eval "ac_cv_func_connect=yes"
+  eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
   rm -rf conftest*
-  eval "ac_cv_func_connect=no"
+  eval "ac_cv_func_$ac_func=no"
 fi
 rm -f conftest*
 fi
 
-if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
+if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  :
+    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
+  cat >> confdefs.h <<EOF
+#define $ac_tr_func 1
+EOF
+ 
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for connect in -linet""... $ac_c" 1>&6
-echo "configure:6359: checking for connect in -linet" >&5
+echo "configure:6379: checking for connect in -linet" >&5
 ac_lib_var=`echo inet'_'connect | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6363,7 +6383,7 @@
   ac_save_LIBS="$LIBS"
 LIBS="-linet  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6367 "configure"
+#line 6387 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6374,7 +6394,7 @@
 connect()
 ; return 0; }
 EOF
-if { (eval echo configure:6378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6402,56 +6422,63 @@
 fi
 
 fi
+done
 
 
-echo $ac_n "checking for isnan""... $ac_c" 1>&6
-echo "configure:6409: checking for isnan" >&5
-if eval "test \"`echo '$''{'ac_cv_func_isnan'+set}'`\" = set"; then
+for ac_func in isnan
+do
+echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
+echo "configure:6432: checking for $ac_func" >&5
+if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6414 "configure"
+#line 6437 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char isnan(); below.  */
+    which can conflict with char $ac_func(); below.  */
 #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
-char isnan();
+char $ac_func();
 
 int main() {
 
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_isnan) || defined (__stub___isnan)
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-isnan();
+$ac_func();
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:6437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
-  eval "ac_cv_func_isnan=yes"
+  eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
   rm -rf conftest*
-  eval "ac_cv_func_isnan=no"
+  eval "ac_cv_func_$ac_func=no"
 fi
 rm -f conftest*
 fi
 
-if eval "test \"`echo '$ac_cv_func_'isnan`\" = yes"; then
+if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  :
+    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
+  cat >> confdefs.h <<EOF
+#define $ac_tr_func 1
+EOF
+ 
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for isnan in -lm""... $ac_c" 1>&6
-echo "configure:6455: checking for isnan in -lm" >&5
+echo "configure:6482: checking for isnan in -lm" >&5
 ac_lib_var=`echo m'_'isnan | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6459,7 +6486,7 @@
   ac_save_LIBS="$LIBS"
 LIBS="-lm  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6463 "configure"
+#line 6490 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6470,7 +6497,7 @@
 isnan()
 ; return 0; }
 EOF
-if { (eval echo configure:6474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6494,56 +6521,63 @@
 fi
 
 fi
+done
 
 
-echo $ac_n "checking for isinf""... $ac_c" 1>&6
-echo "configure:6501: checking for isinf" >&5
-if eval "test \"`echo '$''{'ac_cv_func_isinf'+set}'`\" = set"; then
+for ac_func in isinf
+do
+echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
+echo "configure:6531: checking for $ac_func" >&5
+if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6506 "configure"
+#line 6536 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char isinf(); below.  */
+    which can conflict with char $ac_func(); below.  */
 #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
-char isinf();
+char $ac_func();
 
 int main() {
 
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_isinf) || defined (__stub___isinf)
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-isinf();
+$ac_func();
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:6529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
-  eval "ac_cv_func_isinf=yes"
+  eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
   rm -rf conftest*
-  eval "ac_cv_func_isinf=no"
+  eval "ac_cv_func_$ac_func=no"
 fi
 rm -f conftest*
 fi
 
-if eval "test \"`echo '$ac_cv_func_'isinf`\" = yes"; then
+if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  :
+    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
+  cat >> confdefs.h <<EOF
+#define $ac_tr_func 1
+EOF
+ 
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for isinf in -lm""... $ac_c" 1>&6
-echo "configure:6547: checking for isinf in -lm" >&5
+echo "configure:6581: checking for isinf in -lm" >&5
 ac_lib_var=`echo m'_'isinf | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6551,7 +6585,7 @@
   ac_save_LIBS="$LIBS"
 LIBS="-lm  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6555 "configure"
+#line 6589 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6562,7 +6596,7 @@
 isinf()
 ; return 0; }
 EOF
-if { (eval echo configure:6566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6586,6 +6620,7 @@
 fi
 
 fi
+done
 
 
 XML_LIBDIR='-L${libdir}'
@@ -6599,7 +6634,7 @@
 fi
 
 echo $ac_n "checking host system type""... $ac_c" 1>&6
-echo "configure:6603: checking host system type" >&5
+echo "configure:6638: checking host system type" >&5
 
 host_alias=$host
 case "$host_alias" in
@@ -6666,7 +6701,7 @@
 
 RDL_LIBS=""
 echo $ac_n "checking for append_history in -lhistory""... $ac_c" 1>&6
-echo "configure:6670: checking for append_history in -lhistory" >&5
+echo "configure:6705: checking for append_history in -lhistory" >&5
 ac_lib_var=`echo history'_'append_history | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6674,7 +6709,7 @@
   ac_save_LIBS="$LIBS"
 LIBS="-lhistory  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6678 "configure"
+#line 6713 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6685,7 +6720,7 @@
 append_history()
 ; return 0; }
 EOF
-if { (eval echo configure:6689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6709,7 +6744,7 @@
 fi
 
 echo $ac_n "checking for main in -ltermcap""... $ac_c" 1>&6
-echo "configure:6713: checking for main in -ltermcap" >&5
+echo "configure:6748: checking for main in -ltermcap" >&5
 ac_lib_var=`echo termcap'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6717,14 +6752,14 @@
   ac_save_LIBS="$LIBS"
 LIBS="-ltermcap  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6721 "configure"
+#line 6756 "configure"
 #include "confdefs.h"
 
 int main() {
 main()
 ; return 0; }
 EOF
-if { (eval echo configure:6728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6745,7 +6780,7 @@
 fi
 
 echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
-echo "configure:6749: checking for readline in -lreadline" >&5
+echo "configure:6784: checking for readline in -lreadline" >&5
 ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6753,7 +6788,7 @@
   ac_save_LIBS="$LIBS"
 LIBS="-lreadline $TERMCAP_LIBS $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6757 "configure"
+#line 6792 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6764,7 +6799,7 @@
 readline()
 ; return 0; }
 EOF
-if { (eval echo configure:6768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
+if { (eval echo configure:6803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
diff -Naur libxml-1.8.17.old/configure.in libxml-1.8.17.new/configure.in
--- libxml-1.8.17.old/configure.in      Thu Jan 24 07:48:23 2002
+++ libxml-1.8.17.new/configure.in      Wed Jun  5 01:26:41 2002
@@ -96,15 +96,15 @@
 AC_CHECK_FUNCS(strftime localtime)
 
 dnl Checks for inet libraries:
-AC_CHECK_FUNC(gethostent, , AC_CHECK_LIB(nsl, gethostent))
-AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
-AC_CHECK_FUNC(connect, , AC_CHECK_LIB(inet, connect))
+AC_CHECK_FUNCS(gethostent, , AC_CHECK_LIB(nsl, gethostent))
+AC_CHECK_FUNCS(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
+AC_CHECK_FUNCS(connect, , AC_CHECK_LIB(inet, connect))
 
 dnl Checks for isnan in libm if not in libc
-AC_CHECK_FUNC(isnan, , AC_CHECK_LIB(m, isnan,
+AC_CHECK_FUNCS(isnan, , AC_CHECK_LIB(m, isnan,
   [M_LIBS="-lm"; AC_DEFINE(HAVE_ISNAN)]))
 
-AC_CHECK_FUNC(isinf, , AC_CHECK_LIB(m, isinf,
+AC_CHECK_FUNCS(isinf, , AC_CHECK_LIB(m, isinf,
   [M_LIBS="-lm"; AC_DEFINE(HAVE_ISINF)]))
 
 XML_LIBDIR='-L${libdir}'
diff -Naur libxml-1.8.17.old/ltmain.sh libxml-1.8.17.new/ltmain.sh
--- libxml-1.8.17.old/ltmain.sh Thu Jan 24 07:49:14 2002
+++ libxml-1.8.17.new/ltmain.sh Wed Jun  5 01:27:36 2002
@@ -2858,6 +2858,11 @@
        if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
          eval cmds=\"$archive_expsym_cmds\"
        else
+         if test "x$verstring" = "x0.0"; then
+           tmp_verstring=
+         else
+           tmp_verstring="$verstring"
+         fi
          eval cmds=\"$archive_cmds\"
        fi
        IFS="${IFS=     }"; save_ifs="$IFS"; IFS='~'

--- mm-1.2.1-1.info DELETED ---

--- libosip1-0.9.7-1.info DELETED ---

--- libstroke-0.5.1-5.info DELETED ---

--- NEW FILE: libxml.info ---
Package: libxml
Version: 1.8.17
Revision: 14
Source: mirror:gnome:sources/%n/1.8/%n-%v.tar.bz2
Source-MD5: c7d1b9b1cbfcfbbc56c92f424c37d32c
Patch: %n.patch
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
SetCFLAGS: -O3 -fstrict-aliasing -funroll-loops
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
DescPackaging: <<
  Uses pkgconfig, but there are no pkgconfig-related dependencies.

  Originally packaged by Masanori Sekino.
<<
InstallScript: make install DESTDIR=%d
SplitOff: <<
  Package: %N-shlibs
  Replaces: %N (<= 1.8.17-1)
  Files: lib/libxml.*.dylib
  Shlibs: %p/lib/libxml.1.dylib 10.0.0 %n (>= 1.8.17-12)
  DocFiles: AUTHORS COPYING* README
<<
DocFiles: AUTHORS COPYING* README
Description: XML parsing library
DescDetail: <<
This library allows you to manipulate XML files.
<<
DescPort: <<
- Use -flat_namespace with -undefined suppress to build on OS X 10.1.
- Use AC_CHECK_FUNCS instead of AC_CHECK_FUNC, which does not define
  HAVE_XXX macro.
<<
License: GPL/LGPL
Maintainer: None <fink-devel@lists.sourceforge.net>
Homepage: http://www.gnome.org/

--- gdbm-1.8.0-7.info DELETED ---

--- gdbm-1.8.0-7.patch DELETED ---

--- NEW FILE: libghttp.patch ---
diff -ru libghttp-1.0.9/http_base64.c libghttp-1.0.9-patched/http_base64.c
--- libghttp-1.0.9/http_base64.c        Wed Dec  9 15:26:32 1998
+++ libghttp-1.0.9-patched/http_base64.c        Sun Jun 30 15:01:27 2002
@@ -27,7 +27,7 @@
 const char b64_alphabet[65] = { 
     "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
     "abcdefghijklmnopqrstuvwxyz"
-    "0123456789+/=" };
+    "0123456789+/=\0" };
     
 char *
 http_base64_encode(const char *text) {

--- NEW FILE: libosip1.info ---
Package: libosip1
Version: 0.9.7
Revision: 1
###
Depends: %N-shlibs (= %v-%r)
Conflicts: libosip, libosip0
Replaces: libosip, libosip0
###
Source: mirror:gnu:osip/libosip-%v.tar.gz
Source-MD5: 1c97d2bbc042ba318b1ad422b6109537
###
Patch: %n.patch
###
SetCPPFLAGS: -no-cpp-precomp
###
DocFiles: COPYING ChangeLog
###
ConfigureParams: --disable-debug --disable-trace --enable-mleak --enable-gpref 
--enable-sysv --enable-semaphore --enable-pthread --with-pic --enable-shared 
--enable-static --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
###
SplitOff: <<
  Package: %N-shlibs
  Conflicts: libosip-shlibs, libosip0-shlibs
  Replaces: libosip-shlibs, libosip0-shlibs
  Files: <<
    lib/libosip.*.dylib
    lib/libfsmtl.*.dylib
  <<
  Shlibs: <<
    %p/lib/libfsmtl.0.dylib 1.0.0 libosip (>= 0.9.1-1)
    %p/lib/libosip.0.dylib 1.0.0 libosip (>= 0.9.1-1)
  <<
  DocFiles: AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
<<
###
Description: Implementation of SIP (RFC 3261)
DescDetail: <<
oSIP implements the Session Initiation Protocol (published by IETF as
RFC 3161). It can provide signalling capabilities for multimedia applications
(IP phones, etc.). It provides a fully usable parser for the SIP syntax and
implements the "transaction layer" as defined in the draft. It also provides
an SDP parser and extra features for the User Agent. It can be used to build
both proxy and IP phones.
<<
###
License: LGPL
Maintainer: None <fink-devel@lists.sourceforge.net>
Homepage: http://www.linphone.org/

--- libxml-1.8.17-14.info DELETED ---

--- NEW FILE: gdbm.patch ---
diff -ru gdbm-1.8.0/Makefile.in gdbm-1.8.0-patched/Makefile.in
--- gdbm-1.8.0/Makefile.in      Wed May 19 05:16:06 1999
+++ gdbm-1.8.0-patched/Makefile.in      Tue Feb  6 16:29:11 2001
@@ -122,18 +122,14 @@
 install: libgdbm.la gdbm.h gdbm.info
        $(srcdir)/mkinstalldirs $(libdir) $(includedir) $(man3dir) $(infodir)
        $(LIBTOOL) install -c libgdbm.la $(libdir)/libgdbm.la
-       $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) gdbm.h $(includedir)/gdbm.h
-       $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.3 \
-               $(man3dir)/gdbm.3
-       $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.info \
-               $(infodir)/gdbm.info
+       $(INSTALL_DATA) gdbm.h $(includedir)/gdbm.h
+       $(INSTALL_DATA) $(srcdir)/gdbm.3 $(man3dir)/gdbm.3
+       $(INSTALL_DATA) $(srcdir)/gdbm.info $(infodir)/gdbm.info
 
 install-compat:
        $(srcdir)/mkinstalldirs $(includedir)
-       $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/dbm.h \
-               $(includedir)/dbm.h
-       $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/ndbm.h \
-               $(includedir)/ndbm.h
+       $(INSTALL_DATA) $(srcdir)/dbm.h $(includedir)/dbm.h
+       $(INSTALL_DATA) $(srcdir)/ndbm.h $(includedir)/ndbm.h
 
 #libgdbm.a: $(OBJS) gdbm.h
 #      rm -f libgdbm.a

--- libxml-1.8.17-14.patch DELETED ---

--- libosip1-0.9.7-1.patch DELETED ---

--- NEW FILE: gdbm.info ---
Package: gdbm
Version: 1.8.0
Revision: 7
Source: gnu
Source-MD5: cd543862287f55ad66e62cc9d82cc906
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink (>= 0.9.9)
Conflicts: gdbm3
Replaces: gdbm3
UpdateConfigGuess: true
UpdateLibtool: true
NoSetCPPFlags: true
Patch: %n.patch
CompileScript: <<
 ./configure %c
 make prefix=%p
<<
InstallScript: <<
 make install prefix=%i man3dir=%i/share/man/man3 infodir=%i/share/info
 make install-compat prefix=%i man3dir=%i/share/man/man3 infodir=%i/share/info
<<
DocFiles: COPYING README NEWS 
BuildDependsOnly: True
SplitOff: <<
  Package: %N-shlibs
  Replaces: gdbm (<< 1.8.0-5)
  Files: lib/libgdbm.2.0.0.dylib lib/libgdbm.2.dylib
  Shlibs: %p/lib/libgdbm.2.dylib 3.0.0 %n (>= 1.8.0-6)
  Description: Shared libraries for gdbm package
  DocFiles: COPYING README NEWS 
<<
Description: GNU dbm library
DescDetail: <<
 gdbm is the GNU implementation of the dbm database API.
<<
DescPackaging: <<
 The Makefile doesn't get the prefix, so it must be set manually in the
 compile step. The Makefile also tries to set some special file owners
 and groups. Disabled by a patch.

 Previous versions by Christoph Pfisterer.
<<
License: GPL
Maintainer: Dave Morrison <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/gdbm/

--- dtdparser-1.15-1.info DELETED ---

--- NEW FILE: libwww.info ---
Package: libwww
Version: 5.3.2
Revision: 4
BuildDepends: 
Depends: %N-shlibs (= %v-%r), %N-bin
BuildDependsOnly: True
Source: http://www.w3c.org/Library/Distribution/old/w3c-%n-%v.tar.gz
Source-MD5: 9bff5c3269d959a49aaf667977676880
UpdateConfigGuessInDirs: config
UpdateLibtoolInDirs: config
Patch: %n.patch
NoSetLDFlags: true
SetLIBS: -L/%p/lib
ConfigureParams:  --enable-shared --with-gnu-ld --with-regex --with-zlib
SplitOff: <<
  Package: %N-shlibs
  Replaces: %N (<= 5.3.2-2)
  Files: <<
    lib/libmd5.*.dylib
    lib/libpics.*.dylib
    lib/libwwwapp.*.dylib
    lib/libwwwcache.*.dylib
    lib/libwwwcore.*.dylib
    lib/libwwwdir.*.dylib
    lib/libwwwfile.*.dylib
    lib/libwwwftp.*.dylib
    lib/libwwwgopher.*.dylib
    lib/libwwwhtml.*.dylib
    lib/libwwwhttp.*.dylib
    lib/libwwwinit.*.dylib
    lib/libwwwmime.*.dylib
    lib/libwwwmux.*.dylib
    lib/libwwwnews.*.dylib
    lib/libwwwstream.*.dylib
    lib/libwwwtelnet.*.dylib
    lib/libwwwtrans.*.dylib
    lib/libwwwutils.*.dylib
    lib/libwwwxml.*.dylib
    lib/libwwwzip.*.dylib
    lib/libxmlparse.*.dylib
    lib/libxmltok.*.dylib
<<
  Shlibs: <<
    %p/lib/libmd5.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libpics.0.dylib 1.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwapp.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwcache.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwcore.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwdir.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwfile.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwftp.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwgopher.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwhtml.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwhttp.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwinit.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwmime.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwmux.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwnews.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwstream.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwtelnet.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwtrans.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwutils.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwxml.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libwwwzip.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libxmlparse.0.dylib 2.0.0 %n (>= 5.3.2-4)
    %p/lib/libxmltok.0.dylib 2.0.0 %n (>= 5.3.2-4)
  <<
  DocFiles: README.html LICENSE.html COPYRIGHT.html COPYRIGH
<<
SplitOff2: <<
  Package: %N-bin
  Depends: %N-shlibs (= %v-%r)
  Replaces: %N (<= 5.3.2-2)
  Files: bin 
  DocFiles: README.html LICENSE.html COPYRIGHT.html COPYRIGH
<<
DocFiles: README.html LICENSE.html COPYRIGHT.html COPYRIGH
Description: General-purpose Web API written in C for Unix and Windows
DescDetail: <<
Libwww is a general-purpose Web API written in C for Unix and Windows (Win32).
With a highly extensible and layered API, it can accommodate many different
types of applications including clients, robots, etc. The purpose of libwww
is to provide a highly optimized HTTP sample implementation as well as other
Internet protocols and to serve as a testbed for protocol experiments. Libwww
also supports HTTPS, thru OpenSSL. Because of the US export restrictions, we
can't distribute the libwwwssl pre-compiled library. You'll have to compile 
libwww yourself to use it.
<<
DescPort: needs patch to prevent checking for appkit headers.
License: OSI-Approved
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
Homepage: http://www.w3c.org/Library/Distribution.html

--- NEW FILE: dtdparser.patch ---
diff -ruN dtdparser-1.15/dtdparser.csh dtdparser-1.15-patched/dtdparser.csh
--- dtdparser-1.15/dtdparser.csh        Thu Jan  1 01:00:00 1970
+++ dtdparser-1.15-patched/dtdparser.csh        Sun Jan 13 21:34:57 2002
@@ -0,0 +1,8 @@
+#!/bin/csh
+set chemin = "@FINK_PREFIX@/share/java/dtdparser/dtdparser115.jar"
+if ($?CLASSPATH) then
+    setenv CLASSPATH "${CLASSPATH}:$chemin"
+else
+    setenv CLASSPATH "$chemin"
+endif
+unset chemin
diff -ruN dtdparser-1.15/dtdparser.sh dtdparser-1.15-patched/dtdparser.sh
--- dtdparser-1.15/dtdparser.sh Thu Jan  1 01:00:00 1970
+++ dtdparser-1.15-patched/dtdparser.sh Sun Jan 13 21:34:56 2002
@@ -0,0 +1,8 @@
+#!/bin/sh
+chemin="@FINK_PREFIX@/share/java/dtdparser/dtdparser115.jar"
+if (test "$CLASSPATH")
+then
+       export CLASSPATH="${CLASSPATH}:$chemin"
+else
+       export CLASSPATH="$chemin"
+fi

--- libwww-5.3.2-4.info DELETED ---

--- NEW FILE: libghttp.info ---
Package: libghttp
Version: 1.0.9
Revision: 4
Source: gnome
Source-MD5: 0690e7456f9a15c635f240f3d6d5dab2
BuildDepends: 
Depends: %N-shlibs (=%v-%r)
BuildDependsOnly: True
UpdateLibtool: true
Patch: %n.patch
InstallScript: <<
 make install DESTDIR=%d
<<
SplitOff: <<
  Package: %N-shlibs
  Replaces: %N (<= 1.0.9-2)
  Files: lib/libghttp.*.dylib
  Shlibs: %p/lib/libghttp.1.dylib 2.0.0 %n (>= 1.0.9-4)
  DocFiles: COPYING COPYING.LIB AUTHORS doc/ghttp.html
<<
DocFiles: COPYING COPYING.LIB AUTHORS doc/ghttp.html
#
Description: HTTP protocol client library
DescPort: <<
 Small patch needed to compile under gcc3, thanks to Peter O'Gorman and
 Alexander Strange.
<<
License: GPL/LGPL
Homepage: http://www.gnome.org/
Maintainer: None <fink-devel@lists.sourceforge.net>

--- NEW FILE: libosip1.patch ---
diff -ruN libosip-0.9.7.orig/configure libosip-0.9.7/configure
--- libosip-0.9.7.orig/configure        Mon May  5 07:18:10 2003
+++ libosip-0.9.7/configure     Wed May  7 13:37:09 2003
@@ -1453,10 +1453,9 @@
 OSIP_MAJOR_VERSION=0
 OSIP_MINOR_VERSION=9
 OSIP_MICRO_VERSION=7
-
 OSIP_VERSION=$OSIP_MAJOR_VERSION.$OSIP_MINOR_VERSION.$OSIP_MICRO_VERSION
 
-LIBOSIP_SO_VERSION=`expr $OSIP_MINOR_VERSION + 
$OSIP_MAJOR_VERSION`:$OSIP_MICRO_VERSION:$OSIP_MINOR_VERSION
+LIBOSIP_SO_VERSION=0:7:0
 
 LIBOSIP_SO_VERSION=$LIBOSIP_SO_VERSION
 

--- libghttp-1.0.9-4.patch DELETED ---

--- dtdparser-1.15-1.patch DELETED ---

--- libghttp-1.0.9-4.info DELETED ---

--- libwww-5.3.2-4.patch DELETED ---

--- NEW FILE: libunicode-gnome.info ---
Package: libunicode-gnome
Version: 0.4
Revision: 2
Maintainer: Jeremy Higgs <[EMAIL PROTECTED]>
Conflicts: libunicode
Replaces: libunicode
Depends: %N-shlibs (= %v-%r) | libunicode-shlibs (= 0.7-%r)
BuildDependsOnly: True
Source: mirror:gnome:sources/libunicode/%v/libunicode-%v.gnome.tar.gz
SourceDirectory: libunicode-%v
Source-MD5: 78bca1168d7f180e9cc8a3388bf7374e
UpdateConfigGuess: true
UpdateLibtool: true
SplitOff: <<
  Package: %N-shlibs
  Conflicts: libunicode-shlibs
  Replaces: %N (<= 0.4-1), libunicode (<= 0.7-1), libunicode-shlibs
  Files: lib/libunicode.*.dylib
  DocFiles: AUTHORS COPYING.LIB NEWS README THANKS TODO
<<
DocFiles: AUTHORS COPYING.LIB NEWS README THANKS TODO
Description: Library for manipulating Unicode characters
DescDetail: <<
Libunicode is a library for manipulating Unicode characters and strings.
<<
DescPort: <<
Libtool and config scripts updated for Darwin compatibility.
<<
License: LGPL
Homepage: http://www.gnome.org/

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

--- NEW FILE: libwww.patch ---
--- w3c-libwww-5.3.2/configure  Wed May 23 08:48:30 2001
+++ w3c-libwww-5.3.2/configure  Wed May 23 08:50:29 2001
@@ -3058,16 +3058,16 @@
 fi
 rm -f conftest*
 fi
-if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 
'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
-  cat >> confdefs.h <<EOF
-#define $ac_tr_hdr 1
-EOF
- 
-else
+#if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
+#  echo "$ac_t""yes" 1>&6
+#    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 
'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
+#  cat >> confdefs.h <<EOF
+##define $ac_tr_hdr 1
+#EOF
+# 
+#else
   echo "$ac_t""no" 1>&6
-fi
+#fi
 done
 
 for ac_hdr in arpa/inet.h inet.h

--- NEW FILE: dtdparser.info ---
Package: dtdparser
Version: 1.15
Revision: 1
BuildDepends: ant
Source: http://www.wutka.com/download/%n-%v.tgz
NoSourceDirectory: 1
PatchScript:<<
sed 's:@FINK_PREFIX@:%p:g' <"%a/%n.patch" | patch -p1
mv product.properties product.properties.old
sed 's:prod.version.minor=14:prod.version.minor=15:g' < product.properties.old 
> product.properties
rm -r classes/*
<<
CompileScript: ant build createdoc
InstallScript: <<
mkdir -p %i/share/java/%n
cp %n-%v/*.jar %i/share/java/%n

mkdir -p %i/share/doc/%n
cp -r %n-%v/doc %i/share/doc/%n/html

mkdir -p %i/etc/profile.d
install -m 755 %n.sh %i/etc/profile.d/
install -m 755 %n.csh %i/etc/profile.d/
<<
DocFiles: LICENSE README
Description: Java DTD Parser
DescDetail: <<
DTD parsers for Java seem to be pretty scarce. That's probably because DTD 
isn't valid XML. At some point, if/when XML Schema becomes widely accepted, no 
one will need DTD parsers anymore. Until then, you can use this library to 
parse a DTD.
<<
DescPort: profile.d scripts to add the jars to the CLASSPATH
DescPackaging: <<
        - sed properties because version is wrong
        - rm classes otherwise the classes are not compiled
ATM the install target is not supported :
        - copy the jars in share/java/%n
        - copy the documentation in share/doc
<<
Homepage: http://www.wutka.com/dtdparser.html
Maintainer: Sylvain Cuaz <[EMAIL PROTECTED]>
License: LGPL
Source-MD5: b5e5cc3bbfae367cba848aa1fded7bb7 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to