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

Modified Files:
        irssi-10.5.info irssi.info irssi.patch 
Log Message:
take over and update, with maintainer's permission


Index: irssi-10.5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/irssi-10.5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- irssi-10.5.info     10 Sep 2007 13:26:35 -0000      1.1
+++ irssi-10.5.info     4 Dec 2007 06:52:48 -0000       1.2
@@ -1,27 +1,11 @@
-# DISCLAIMER: Max Horn is the sole maintainer of this package.
-# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
-# Preferably, send a patch to me instead of making changes yourself!
-# If that is not possible due to extra urgency, at least send me a mail.
-#
-# Explanation: I am sick and tired of getting back to my packages and
-# discovering that people have messed with it. I am then forced to
-# retrace their steps, find out who, when and why did make a certain
-# change etc. -- i.e. it makes my life as maintainer harder.
-# Furthermore, as maintainer I am responsible for problems caused by my
-# packages. But I am not willing to take responsibility for something I
-# did not do. In particular, for changes that other people introduced
-# behind my back, no matter how good and noble their intentions were. As
-# such, I may see myself forced to drop responsibility for (and hence,
-# maintainership of) the affected package.
-
 Package: irssi
-Version: 0.8.10a
-Revision: 2012
+Version: 0.8.12
+Revision: 201
 Distribution: 10.5
-Maintainer: Max Horn <[EMAIL PROTECTED]>
+Maintainer: Daniel Macks <[EMAIL PROTECTED]>
 BuildDepends: <<
  glib2-dev,
- fink (>= 0.13.0-1),
+ fink (>= 0.24.12-1),
  libncurses5 (>= 5.4-20041023-1006),
  pkgconfig,
  libgettext3-dev,
@@ -37,16 +21,17 @@
 Conflicts: irssi-ssl
 Replaces: irssi-ssl
 Source: http://www.irssi.org/files/irssi-%v.tar.bz2
-SourceDirectory: irssi-0.8.10
-Source-MD5: 38e616bccb6a34ff6d91690317c2fa19
-Patch: %n.patch
+Source-MD5: e407b557b3cfc7c91ce4de2571dd79cb
+PatchFile: %n.patch
+PatchFile-MD5: a8c4aca7973ce1c519a87fb50328921a
 ConfigureParams: <<
+ --disable-dependency-tracking \
  --with-modules \
  --with-ncurses=%p \
  --with-proxy \
  --enable-ipv6 \
  --mandir=%i/share/man \
- --with-perl-lib=%p/lib/perl5/5.8.8/darwin-thread-multi-2level \
+ --with-perl-lib=%p/lib/perl5/5.8.8 \
  --without-socks \
  --disable-ssl
 <<
@@ -72,13 +57,14 @@
 ###
 ### check to see if any .pod files exist in %p/share/podfiles.
 ###
+/bin/echo -n '' > %p/lib/perl5/5.8.1/darwin-thread-multi-2level/perllocal.pod
 perl <<'END_PERL'
-   if (-e "%p/share/podfiles/5.8.8") {
-   @files = <%p/share/podfiles/5.8.8/*.pod>;
+    if (-e "%p/share/podfiles/5.8.8") {
+        @files = <%p/share/podfiles/5.8.8/*.pod>;
         if ($#files >= 0) {
         exec "cat %p/share/podfiles/5.8.8/*.pod > 
%p/lib/perl5/5.8.8/darwin-thread-multi-2level/perllocal.pod";
         }
-   }
+    }
 END_PERL
 <<
 DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
@@ -86,10 +72,8 @@
 DescPackaging: <<
  Update the podfiles manually, due to fink changes for Type: perl
  Enabled IRC proxy support
-<<
-DescPort: <<
-  Patch memory leak in /quit
-  See http://bugs.irssi.org/index.php?do=details&id=369
+
+ Formerly maintained by Max Horn
 <<
 Homepage: http://www.irssi.org/
 License: GPL

Index: irssi.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/irssi.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- irssi.patch 21 Dec 2006 02:53:42 -0000      1.2
+++ irssi.patch 4 Dec 2007 06:52:48 -0000       1.3
@@ -1,29 +1,12 @@
-diff -ru irssi-0.8.9/configure irssi-0.8.9-patched/configure
---- irssi-0.8.9/configure      2003-12-11 00:23:05.000000000 +0100
-+++ irssi-0.8.9-patched/configure      2004-07-15 22:03:59.000000000 +0200
-@@ -23013,10 +23013,10 @@
- 
-     if $search_ncurses
-     then
--        if test -f $withval/include/ncurses.h
-+        if test -f $withval/include/ncurses/ncurses.h
-       then
--          echo "$as_me:$LINENO: result: Found ncurses on 
$withval/include/ncurses.h" >&5
--echo "${ECHO_T}Found ncurses on $withval/include/ncurses.h" >&6
-+          echo "$as_me:$LINENO: result: Found ncurses on 
$withval/include/ncurses/ncurses.h" >&5
-+echo "${ECHO_T}Found ncurses on $withval/include/ncurses/ncurses.h" >&6
- 
-           CURSES_LIBS="-L$withval/lib -lncurses"
-           echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5
---- irssi-0.8.10/src/irc/dcc/Backup/dcc.c.~1~  2005-12-08 18:32:48.000000000 
+0100
-+++ irssi-0.8.10/src/irc/dcc/dcc.c     2006-01-17 08:51:35.000000000 +0100
-@@ -58,8 +58,8 @@
- 
-       pos = gslist_find_string(dcc_types, type);
-       if (pos != NULL) {
--                dcc_types = g_slist_remove(dcc_types, pos->data);
-               g_free(pos->data);
-+                dcc_types = g_slist_remove(dcc_types, pos->data);
-       }
- }
+diff -Nurd -x'*~' irssi-0.8.12.orig/configure irssi-0.8.12/configure
+--- irssi-0.8.12.orig/configure        2007-10-06 05:41:38.000000000 -0400
++++ irssi-0.8.12/configure     2007-11-11 14:52:36.000000000 -0500
+@@ -24794,7 +24794,7 @@
  
+           CURSES_INCLUDEDIR="-I$withval/include"
+           search_ncurses=false
+-          screen_manager=""ncurses on $withval/include""
++          screen_manager="ncurses on $withval/include"
+             cat >>confdefs.h <<\_ACEOF
+ #define HAS_CURSES 1
+ _ACEOF

Index: irssi.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/irssi.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- irssi.info  24 Dec 2006 16:14:30 -0000      1.9
+++ irssi.info  4 Dec 2007 06:52:48 -0000       1.10
@@ -1,26 +1,10 @@
-# DISCLAIMER: Max Horn is the sole maintainer of this package.
-# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
-# Preferably, send a patch to me instead of making changes yourself!
-# If that is not possible due to extra urgency, at least send me a mail.
-#
-# Explanation: I am sick and tired of getting back to my packages and
-# discovering that people have messed with it. I am then forced to
-# retrace their steps, find out who, when and why did make a certain
-# change etc. -- i.e. it makes my life as maintainer harder.
-# Furthermore, as maintainer I am responsible for problems caused by my
-# packages. But I am not willing to take responsibility for something I
-# did not do. In particular, for changes that other people introduced
-# behind my back, no matter how good and noble their intentions were. As
-# such, I may see myself forced to drop responsibility for (and hence,
-# maintainership of) the affected package.
-
 Package: irssi
-Version: 0.8.10a
-Revision: 1012
-Maintainer: Max Horn <[EMAIL PROTECTED]>
+Version: 0.8.12
+Revision: 101
+Maintainer: Daniel Macks <[EMAIL PROTECTED]>
 BuildDepends: <<
  glib2-dev,
- fink (>= 0.13.0-1),
+ fink (>= 0.24.12-1),
  libncurses5 (>= 5.4-20041023-1006),
  pkgconfig,
  libgettext3-dev,
@@ -36,16 +20,17 @@
 Conflicts: irssi-ssl
 Replaces: irssi-ssl
 Source: http://www.irssi.org/files/irssi-%v.tar.bz2
-SourceDirectory: irssi-0.8.10
-Source-MD5: 38e616bccb6a34ff6d91690317c2fa19
-Patch: %n.patch
+Source-MD5: e407b557b3cfc7c91ce4de2571dd79cb
+PatchFile: %n.patch
+PatchFile-MD5: a8c4aca7973ce1c519a87fb50328921a
 ConfigureParams: <<
+ --disable-dependency-tracking \
  --with-modules \
  --with-ncurses=%p \
  --with-proxy \
  --enable-ipv6 \
  --mandir=%i/share/man \
- --with-perl-lib=%p/lib/perl5/5.8.6/darwin-thread-multi-2level \
+ --with-perl-lib=%p/lib/perl5/5.8.6 \
  --without-socks \
  --disable-ssl
 <<
@@ -71,13 +56,14 @@
 ###
 ### check to see if any .pod files exist in %p/share/podfiles.
 ###
+/bin/echo -n '' > %p/lib/perl5/5.8.1/darwin-thread-multi-2level/perllocal.pod
 perl <<'END_PERL'
-   if (-e "%p/share/podfiles/5.8.6") {
-   @files = <%p/share/podfiles/5.8.6/*.pod>;
+    if (-e "%p/share/podfiles/5.8.6") {
+        @files = <%p/share/podfiles/5.8.6/*.pod>;
         if ($#files >= 0) {
         exec "cat %p/share/podfiles/5.8.6/*.pod > 
%p/lib/perl5/5.8.6/darwin-thread-multi-2level/perllocal.pod";
         }
-   }
+    }
 END_PERL
 <<
 DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
@@ -85,10 +71,8 @@
 DescPackaging: <<
  Update the podfiles manually, due to fink changes for Type: perl
  Enabled IRC proxy support
-<<
-DescPort: <<
-  Patch memory leak in /quit
-  See http://bugs.irssi.org/index.php?do=details&id=369
+
+ Formerly maintained by Max Horn
 <<
 Homepage: http://www.irssi.org/
 License: GPL


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to