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

Modified Files:
      Tag: pangocairo-branch
        libcurl4.info libcurl4.patch qtm.info yaz.info 
Added Files:
      Tag: pangocairo-branch
        aircrack-ng.info 
Log Message:
merge from trunk

Index: yaz.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/yaz.info,v
retrieving revision 1.3.2.5
retrieving revision 1.3.2.6
diff -u -d -r1.3.2.5 -r1.3.2.6
--- yaz.info    19 Jan 2008 17:42:51 -0000      1.3.2.5
+++ yaz.info    14 Feb 2008 14:07:21 -0000      1.3.2.6
@@ -1,5 +1,5 @@
 Package: yaz
-Version: 3.0.22
+Version: 3.0.24
 Revision: 1002
 Source: http://ftp.indexdata.dk/pub/%n/%n-%v.tar.gz
 Depends: %N-shlibs (= %v-%r), libiconv, libxml2-shlibs, libxslt-shlibs, 
libgettext3-shlibs, libncurses5-shlibs, pkgconfig (>= 0.21-1), libpcap-shlibs, 
readline5-shlibs
@@ -9,7 +9,7 @@
 License: BSD
 BuildDependsOnly: Yes
 Description: C toolkit for development of Z39.50 applications
-Source-MD5: 6cb06c01c317be2f964b3657da6de641
+Source-MD5: 5b56b0f97700c38816727edef9fb78fb
 ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking
 PatchScript: perl -pi -e "s,-g -O,-O,g;s,-O2,-Os,g;" configure
 InstallScript: make install DESTDIR=%d

Index: libcurl4.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/libcurl4.patch,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- libcurl4.patch      18 Sep 2007 00:27:37 -0000      1.1.2.4
+++ libcurl4.patch      14 Feb 2008 14:07:20 -0000      1.1.2.5
@@ -1,24 +1,3 @@
-diff -Naur curl-7.17.0.orig/configure curl-7.17.0/configure
---- curl-7.17.0.orig/configure 2007-09-02 17:53:27.000000000 -0400
-+++ curl-7.17.0/configure      2007-09-14 20:53:51.000000000 -0400
-@@ -24357,7 +24357,7 @@
- 
-   if test -z "$GSSAPI_INCS"; then
-      if test -f "$GSSAPI_ROOT/bin/krb5-config"; then
--        GSSAPI_INCS=`$GSSAPI_ROOT/bin/krb5-config --cflags gssapi`
-+        GSSAPI_INCS=`$GSSAPI_ROOT/bin/krb5-config --cflags gssapi | sed 
's,-I/usr/include ,,g'`
-      elif test "$GSSAPI_ROOT" != "yes"; then
-         GSSAPI_INCS="-I$GSSAPI_ROOT/include"
-      fi
-@@ -24821,7 +24821,7 @@
-     LDFLAGS="$LDFLAGS $GSSAPI_LIB_DIR -lgss"
-   elif test -z "$GSSAPI_LIB_DIR"; then
-      if test -f "$GSSAPI_ROOT/bin/krb5-config"; then
--        gss_ldflags=`$GSSAPI_ROOT/bin/krb5-config --libs gssapi`
-+        gss_ldflags=`$GSSAPI_ROOT/bin/krb5-config --libs gssapi | sed 
's,-L/usr/lib ,,g'`
-         LDFLAGS="$LDFLAGS $gss_ldflags"
-      elif test "$GSSAPI_ROOT" != "yes"; then
-         LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff -lgssapi"
 diff -Naur curl-7.17.0.orig/curl-config.in curl-7.17.0/curl-config.in
 --- curl-7.17.0.orig/curl-config.in    2007-02-18 04:41:27.000000000 -0500
 +++ curl-7.17.0/curl-config.in 2007-09-14 20:42:27.000000000 -0400

--- NEW FILE: aircrack-ng.info ---
Package: aircrack-ng
Version: 1.0.0beta2
Revision: 1
Source: http://download.aircrack-ng.org/%n-1.0-beta2.tar.gz
Source-MD5: 66017aad4f23153419fdb04c83e65aaf

BuildDepends: system-openssl-dev, sqlite3-dev
Depends: sqlite3-shlibs

CompileScript: make all LDFLAGS="-L%p/lib/system-openssl/lib -L%p/lib" 
OPTFLAGS='-I%p/lib/system-openssl/include -I%p/include -D_FILE_OFFSET_BITS=64' 
sqlite=true
InstallScript: <<
make install prefix=%p DESTDIR=%d
mkdir -p %i/share/doc/%n
cp -r test %i/share/doc/%n/
<<

DocFiles: AUTHORS INSTALLING ChangeLog LICENSE README VERSION LICENSE.OpenSSL
Description: Wireless WEP/WPA cracking utilities
DescPort: <<
 aircrack-ng is an 802.11a/b/g WEP/WPA cracking program that can recover a
 40-bit, 104-bit, 256-bit or 512-bit WEP key once enough encrypted packets have
 been gathered. Also it can attack WPA1/2 networks with some advanced
 methods or simply by brute force.
 .
 It implements the standard FMS attack along with some optimizations,
 thus making the attack much faster compared to other WEP cracking tools.
 It can also fully use a multiprocessor system to its full power in order
 to speed up the cracking process.
 .
 aircrack-ng is a fork of aircrack, as that project has been stopped by
 the upstream maintainer.
<<
License: GPL
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://www.aircrack-ng.org/

Index: libcurl4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/libcurl4.info,v
retrieving revision 1.2.2.10
retrieving revision 1.2.2.11
diff -u -d -r1.2.2.10 -r1.2.2.11
--- libcurl4.info       11 Dec 2007 17:36:08 -0000      1.2.2.10
+++ libcurl4.info       14 Feb 2008 14:07:20 -0000      1.2.2.11
@@ -1,6 +1,6 @@
 Package: libcurl4
-Version: 7.17.1
-Revision: 2
+Version: 7.18.0
+Revision: 1
 Description: Lib. for transferring files with URL syntax
 DescPackaging: <<
   Now use System's OpenSSL.
@@ -26,7 +26,7 @@
 License: OSI-Approved
 
 Source: http://curl.haxx.se/download/curl-%v.tar.bz2
-Source-MD5: 1fa635d1dfde8337c98c82749d75c1de
+Source-MD5: 3e50dd887d6a354be312d874e1d3426c
 
 Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1)
 BuildDepends: system-openssl-dev, fink (>= 0.25.0), libssh2.1 (>= 0.17-1)
@@ -35,7 +35,12 @@
 BuildDependsOnly: True
 
 PatchFile: %n.patch
-PatchFile-MD5: dd7ada70260e399e80947f4f00106039
+PatchFile-MD5: 439178a815a464db1e79acf7225a9f34
+PatchScript: <<
+       patch -p1 <%{PatchFile}
+       #This patch only needed for 10.4 but doesn't hurt 10.5
+       perl -pi -e 's(krb5-config --cflags gssapi)($& | sed "s,-I/usr/include 
,,g")g; s(krb5-config --libs gssapi)($& | sed "s,-L/usr/lib ,,g")g' configure
+<<
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true

Index: qtm.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/qtm.info,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- qtm.info    3 Nov 2007 20:25:29 -0000       1.1.2.6
+++ qtm.info    14 Feb 2008 14:07:21 -0000      1.1.2.7
@@ -1,15 +1,15 @@
 Package: qtm
-Version: 0.5.6.1
+Version: 0.5.7.1
 Revision: 1002
 Source: mirror:sourceforge:catkin/%n-%v.tar.gz
-Depends: libgettext3-shlibs, libiconv, libpng3-shlibs, qt4-x11-core-shlibs, 
qt4-x11-gui-shlibs, x11, x11-shlibs
-BuildDepends: cmake, libgettext3-dev, libiconv-dev, libpng3, qt4-x11-linguist, 
qt4-x11-designer, qt4-x11, x11-dev
+Depends: glib2-shlibs, libgettext3-shlibs, libiconv, libpng3-shlibs, 
qt4-x11-core-shlibs, qt4-x11-gui-shlibs, x11, x11-shlibs
+BuildDepends: cmake, glib2-dev, libgettext3-dev, libiconv-dev, libpng3, 
qt4-x11-linguist, qt4-x11-designer, qt4-x11, x11-dev
 GCC: 4.0
 Maintainer: Jack Fink <[EMAIL PROTECTED]>
 Homepage: http://qtm.blogistan.co.uk
 License: GPL
 Description: Blogging helper, based on Qt4
-Source-MD5: 1a5d21b504656b8115723967ef95edc1
+Source-MD5: 4402d45a8eee811e2f77cba8cd8847e2
 CompileScript: <<
        #!/bin/bash -ev
        export QTDIR=%p/lib/qt4-x11


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to