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

Modified Files:
      Tag: pangocairo-branch
        mutt.info postfix.info rtorrent.info trickle.info 
        trickle.patch 
Added Files:
      Tag: pangocairo-branch
        libtorrent11.info 
Log Message:
merge from head (pangocairo-root-24)

Index: trickle.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/trickle.patch,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- trickle.patch       7 Feb 2006 04:29:29 -0000       1.1
+++ trickle.patch       11 Apr 2007 15:24:59 -0000      1.1.2.1
@@ -1,15 +1,19 @@
-diff -urN trickle-1.06.ori/trickle-overload.c trickle-1.06/trickle-overload.c
---- trickle-1.06.ori/trickle-overload.c        Tue Jun  3 00:13:28 2003
-+++ trickle-1.06/trickle-overload.c    Wed Mar  3 20:26:39 2004
-@@ -7,6 +7,7 @@
-  * $Id$
-  */
+diff -Nurd -x'*~' trickle-1.06.orig/Makefile.in trickle-1.06/Makefile.in
+--- trickle-1.06.orig/Makefile.in      2003-06-02 07:49:28.000000000 -0400
++++ trickle-1.06/Makefile.in   2007-04-04 22:49:11.000000000 -0400
+@@ -105,7 +105,7 @@
+ tricklectl_SOURCES = tricklectl.c trickledu.c atomicio.c xdr.c
+ tricklectl_LDADD = @ERRO@ @LIBOBJS@
  
-+#define _BSD_SOCKLEN_T_
- /* Ick.  linux sucks. */
- #define _GNU_SOURCE
+-AM_CFLAGS =  -Wall -Icompat @EVENTINC@
++AM_CPPFLAGS =  -Wall -Icompat @EVENTINC@
  
-@@ -35,7 +36,9 @@
+ overloaddir = $(libdir)
+ overload_DATA = libtrickle.so
+diff -Nurd -x'*~' trickle-1.06.orig/trickle-overload.c 
trickle-1.06/trickle-overload.c
+--- trickle-1.06.orig/trickle-overload.c       2003-06-02 19:13:28.000000000 
-0400
++++ trickle-1.06/trickle-overload.c    2007-04-04 22:48:58.000000000 -0400
+@@ -35,7 +35,9 @@
  #include <fcntl.h>
  #include <unistd.h>
  #include <errno.h>
@@ -20,7 +24,7 @@
  #include <limits.h>
  #include <math.h>
  #if defined(HAVE_TIME_H) && defined(TIME_WITH_SYS_TIME)
-@@ -473,10 +476,37 @@
+@@ -473,10 +475,37 @@
  #define POLL_WRMASK (POLLOUT | POLLWRNORM | POLLWRBAND)
  #define POLL_RDMASK (POLLIN | /* POLLNORM | */  POLLPRI | POLLRDNORM | 
POLLRDBAND)
  
@@ -59,17 +63,6 @@
  int
  poll(struct pollfd *fds, unsigned int nfds, int __timeout)
  #else
-diff -urN trickle-1.06.ori/trickled.c trickle-1.06/trickled.c
---- trickle-1.06.ori/trickled.c        Fri May  9 03:16:42 2003
-+++ trickle-1.06/trickled.c    Wed Mar  3 20:26:39 2004
-@@ -19,6 +19,7 @@
- #include "config.h"
- #endif /* HAVE_CONFIG_H */
- 
-+#define _BSD_SOCKLEN_T_
- #include <sys/tree.h>
- #include <sys/queue.h>
- #include <sys/socket.h>
 diff -urN trickle-1.06.ori/xdr.c trickle-1.06/xdr.c
 --- trickle-1.06.ori/xdr.c     Mon Jun  2 01:07:01 2003
 +++ trickle-1.06/xdr.c Wed Mar  3 20:26:39 2004

Index: rtorrent.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/rtorrent.info,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- rtorrent.info       27 Sep 2006 17:30:06 -0000      1.1
+++ rtorrent.info       11 Apr 2007 15:24:59 -0000      1.1.2.1
@@ -1,27 +1,24 @@
 Package: rtorrent
-Version: 0.6.2
+Version: 0.7.1
 Revision: 1
 License: GPL
 HomePage: http://libtorrent.rakshasa.no
 Description: Ncurses ui bittorrent client
 Maintainer: Michal Suchanek <[EMAIL PROTECTED]>
 
-Depends: libsigc++2-shlibs, libcurl3-shlibs (>= 7.12), libncursesw5-shlibs, 
libtorrent-shlibs
-BuildDepends: libsigc++2, libcurl3 (>= 7.12), system-openssl-dev, pkgconfig, 
libncursesw5, libtorrent
+Depends: libsigc++2-shlibs, libcurl4-shlibs, libncursesw5-shlibs, 
libtorrent11-shlibs
+BuildDepends: libsigc++2, libcurl4, pkgconfig, libncursesw5, libtorrent11
 
 Source: http://libtorrent.rakshasa.no/downloads/%n-%v.tar.gz
-Source-MD5: b199ca24ba4a5c0f59b587cd4fa11670
+Source-MD5: 98b97730c36828e662a2355cb2b11309
+
+GCC: 4.0
 
 ConfigureParams:  --disable-dependency-tracking --mandir='${prefix}'/share/man
 
-CompileScript: <<
-#!/bin/sh -xe
-export PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig
-./configure %c
-make
-<<
+CompileScript:
 
-InstallScript: 
+InstallScript:
 
 DocFiles: <<
 AUTHORS
@@ -35,8 +32,3 @@
 DescPackaging: <<
 pkgconfig does not find the system openssl
 <<
-
-DescUsage: <<
-Some users of older dual-processor G4 systems have reported that the 
-executable locks up when used.
-<<
\ No newline at end of file

Index: mutt.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/mutt.info,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- mutt.info   27 Feb 2007 22:50:47 -0000      1.4.2.1
+++ mutt.info   11 Apr 2007 15:24:59 -0000      1.4.2.2
@@ -1,5 +1,5 @@
 Package: mutt
-Version: 1.5.14
+Version: 1.5.15
 Revision: 1
 Description: Sophisticated text-based mail user agent
 License: GPL
@@ -13,12 +13,11 @@
   qdbm14-shlibs, libidn-shlibs
 <<
 Source: ftp://ftp.mutt.org/%n/devel/%n-%v.tar.gz
-Source-MD5: 6d33b4f0074e39772021d947c49b30c6
+Source-MD5: b2c1eb45fd958f6589ee52a98f2a3ce1
 ConfFiles: %p/etc/Muttrc
 DocFiles: GPL NEWS README README.SSL README.SECURITY TODO
 
-PatchScript: sed -i.bak -e's,/usr/bin/,,g' contrib/gpg.rc
-ConfigureParams: CPPFLAGS="-I%p/lib/system-openssl/include $CPPFLAGS" 
LDFLAGS="-L%p/lib/system-openssl/lib $LDFLAGS" --disable-dependency-tracking 
--with-mailpath=/var/mail --with-mixmaster --enable-imap --enable-pop 
--enable-hcache --with-ssl --with-sasl --with-idn --mandir=%p/share/man 
--with-docdir=%p/share/doc/%n
+ConfigureParams: CPPFLAGS="-I%p/lib/system-openssl/include $CPPFLAGS" 
LDFLAGS="-L%p/lib/system-openssl/lib $LDFLAGS" --disable-dependency-tracking 
--with-mailpath=/var/mail --with-mixmaster --enable-imap --enable-pop 
--enable-smtp --enable-hcache --with-ssl --with-sasl --with-idn 
--mandir=%p/share/man --with-docdir=%p/share/doc/%n
 InstallScript: <<
   make install DESTDIR=%d
   mv %i/etc/mime.types %i/etc/mime.types.mutt

Index: trickle.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/trickle.info,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -d -r1.3.2.1 -r1.3.2.2
--- trickle.info        30 Mar 2007 00:25:44 -0000      1.3.2.1
+++ trickle.info        11 Apr 2007 15:24:59 -0000      1.3.2.2
@@ -1,13 +1,13 @@
 Package: trickle
 Version: 1.06
-Revision: 1011
+Revision: 1012
 Description: Lightweight userspace bandwidth manager
 License: BSD
 Maintainer: Khairulmizam Samsudin <[EMAIL PROTECTED]>
 
 # Dependencies
-Depends: daemonic (>= 20010902-1)
-BuildDepends: libevent (>= 0.7c)
+Depends: daemonic (>= 20010902-1), libevent1-shlibs
+BuildDepends: libevent1
 
 # Unpack Phase
 Source: http://monkey.org/~marius/trickle/%n-%v.tar.gz
@@ -21,12 +21,6 @@
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc
-GCC: 4.0
-CompileScript: <<
- #!/bin/sh -ex
- ./configure %c
- make
-<<
 
 # Install Phase
 InstallScript: <<
@@ -81,7 +75,7 @@
 <<
 
 # Additional Data
-Homepage: http://www.monkey.org/~provos/trickle/
+Homepage: http://www.monkey.org/~marius/trickle/
 DescDetail: <<
  Trickle is a voluntary, cooperative bandwidth shaper.  trickle 
  works entirely in userland and easy to use. 
@@ -108,4 +102,6 @@
 DescPort: <<
  Patch some file for poll() support & Darwin related header file. Libtool
  scripts are also updated to build shared libraries
+
+ dmacks: make sure local -I come before global/installed ones.
 <<

Index: postfix.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/postfix.info,v
retrieving revision 1.12.2.5
retrieving revision 1.12.2.6
diff -u -d -r1.12.2.5 -r1.12.2.6
--- postfix.info        5 Mar 2007 19:55:52 -0000       1.12.2.5
+++ postfix.info        11 Apr 2007 15:24:59 -0000      1.12.2.6
@@ -1,6 +1,6 @@
 Info2: <<
 Package: postfix%type_pkg[-mysql]%type_pkg[-ldap]
-Version: 2.3.8
+Version: 2.4.0
 Revision: 1001
 Type: -mysql (boolean), -ldap (boolean)
 
@@ -105,7 +105,7 @@
 Recommends: cyrus-sasl2
 
 Source: 
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%v.tar.gz
-Source-MD5: a6c560657788fc7a5444fa9ea32f5513
+Source-MD5: 45c56b112a6cd9ba08ac99dfd734ea9d
 
 PatchFile: %{ni}.patch
 PatchFile-MD5: 57bab4ac93a4f9561fbed212ba696885

--- NEW FILE: libtorrent11.info ---
Package: libtorrent11
Version: 0.11.1
Revision: 1
License: GPL
HomePage: http://libtorrent.rakshasa.no
Description: Bittorrent library
Maintainer: Michal Suchanek <[EMAIL PROTECTED]>

Depends: libsigc++2-shlibs, %n-shlibs (=%v-%r)
BuildDepends: libsigc++2, system-openssl-dev, pkgconfig
Conflicts: libtorrent
Replaces: libtorrent

Source: http://libtorrent.rakshasa.no/downloads/libtorrent-%v.tar.gz
Source-MD5: d1a98c0bd93839071b8c214453aa4e5c

#PKG_CONFIG_PATH: %p/lib/system-openssl/lib/pkgconfig
BuildDependsOnly: true

GCC: 4.0

ConfigureParams:  --disable-dependency-tracking

CompileScript:<<
PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig ./configure %c
make
<<

InstallScript: 

DocFiles: <<
AUTHORS
COPYING
ChangeLog
NEWS
README
TODO
<<

SplitOff: << 

  Package: %N-shlibs
  Files: lib/libtorrent.10.dylib
  Shlibs: %p/lib/libtorrent.10.dylib 11.0.0 %n (>= 0.11.1-1)

  DocFiles: <<
    AUTHORS
    COPYING
    ChangeLog
    NEWS
    README
    TODO
  <<
<<

DescPackaging: <<
pkgconfig does not find the system openssl
<<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to