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

Modified Files:
        bittorrent.info bittorrent.patch 
Log Message:
First pass at a new bittorrent. Thanks to theid.

Index: bittorrent.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/bittorrent.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- bittorrent.info     8 Feb 2005 19:11:25 -0000       1.12
+++ bittorrent.info     16 Mar 2005 04:53:17 -0000      1.13
@@ -1,23 +1,24 @@
 Package: bittorrent
-Version: 3.4.2
-Revision: 25
+Version: 4.0.0
+Revision: 1
 Depends: python23
 BuildDepends: python23
 Conflicts: bittorrent-nox
 Replaces: bittorrent-nox
-Source: mirror:sourceforge:bittorrent/BitTorrent-%v.zip
-Source-MD5: 6ad4e128ddc82f8ebef6fbef59872f0d
+Source: mirror:sourceforge:bittorrent/BitTorrent-%v.tar.gz
+Source-MD5: 67f449df351b66f408b72b6bd196952f
 SourceDirectory: BitTorrent-%v
 PatchScript: <<
   #!/bin/sh
   patch -p1 < %a/%n.patch
   perl -pi -e 's|\#\!/usr/bin/env python|\#\!%p/bin/python2.3|' *.py
 <<
-CompileScript: cd www-doc/ && for i in *.uu; do uudecode $i; done
+# CompileScript: cd www-doc/ && for i in *.uu; do uudecode $i; done
+CompileScript: /usr/bin/true
 InstallScript: <<
   #!/bin/sh -e
 
-  python2.3 ./setup.py install --prefix=%i
+  %p/bin/python2.3 ./setup.py install --prefix=%i
 
   # .bittorrent for alternatives
   ( cd %i/bin && \
@@ -42,7 +43,7 @@
   done )
 
 <<
-DocFiles: README.txt credits.txt www-doc/*.{html,png} LICENSE.txt 
debian/changelog
+DocFiles: README.txt credits.txt LICENSE.txt
 Description: Scatter-gather network file transfer
 DescDetail: <<
   BitTorrent is a tool for distributing files. It's extremely
@@ -61,9 +62,9 @@
 
 Splitoff: <<
   Package: %N-gui
-  Depends: wxpython-py23, python23, %N (>= %v-24)
+  Depends: wxpython-py23, python23, %N (>= %v-1)
   Files: bin/*gui* share/man/man1/*gui*.1
-  DocFiles: LICENSE.txt debian/changelog
+  DocFiles: LICENSE.txt
   Description: Scatter-gather network file transfer (GUI files)
   DescDetail: <<
     BitTorrent is a tool for distributing files. It's extremely
@@ -82,14 +83,14 @@
     # postinst script for bittorrent
   case "$1" in
     configure)
-      for i in btcompletedirgui btdownloadgui ; do
+      for i in btmaketorrentgui btdownloadgui ; do
         update-alternatives \
           --install %p/bin/$i $i %p/bin/$i.bittorrent 120 \
           --slave %p/share/man/man1/$i.1 $i.1 %p/share/man/man1/$i.bittorrent.1
       done
     ;;
     abort-upgrade|abort-remove|abort-deconfigure)
-        for i in btcompletedirgui btdownloadgui ; do
+        for i in btmaketorrentgui btdownloadgui ; do
                 update-alternatives \
                 --install %p/bin/$i $i %p/bin/$i.bittorrent 120 \
                 --slave %p/share/man/man1/$i.1 $i.1 
%p/share/man/man1/$i.bittorrent.1
@@ -106,7 +107,7 @@
 
     case "$1" in
       remove|upgrade|deconfigure|purge)
-        for i in btcompletedirgui btdownloadgui ; do
+        for i in btmaketorrentgui btdownloadgui ; do
                 update-alternatives --remove $i %p/bin/$i.bittorrent
         done
         ;;
@@ -129,7 +130,7 @@
   case "$1" in
     configure)
 
-        for i in btcompletedir btdownloadcurses btdownloadheadless 
btlaunchmany btlaunchmanycurses btmakemetafile btreannounce btrename 
btshowmetainfo bttrack ; do
+        for i in btdownloadcurses btdownloadheadless btlaunchmany 
btlaunchmanycurses btmaketorrent btreannounce btrename btshowmetainfo bttest 
bttrack; do
                   update-alternatives \
                   --install %p/bin/$i $i %p/bin/$i.bittorrent 120 \
                   --slave %p/share/man/man1/$i.1 $i.1 
%p/share/man/man1/$i.bittorrent.1
@@ -137,8 +138,7 @@
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)
-        for i in btcompletedir btcompletedirgui btdownloadcurses btdownloadgui 
btdownloadheadless btlaunchmany btlaunchmanycurses btmakemetafile btreannounce 
btrename btshowmetainfo bttrack ; do
-
+        for i in btdownloadgui btmaketorrentgui btdownloadcurses 
btdownloadheadless btlaunchmany btlaunchmanycurses btmaketorrent btreannounce 
btrename btshowmetainfo bttest bttrack; do
                   update-alternatives \
                   --install %p/bin/$i $i %p/bin/$i.bittorrent 120 \
                   --slave %p/share/man/man1/$i.1 $i.1 
%p/share/man/man1/$i.bittorrent.1
@@ -155,7 +155,7 @@
 PreRmScript: <<
 case "$1" in
     remove|upgrade|deconfigure|purge)
-        for i in btcompletedir  btdownloadcurses btdownloadheadless 
btlaunchmany btlaunchmanycurses btmakemetafile btreannounce btrename 
btshowmetainfo bttrack ; do
+        for i in btdownloadcurses btdownloadheadless btlaunchmany 
btlaunchmanycurses btmaketorrent btreannounce btrename btshowmetainfo bttest 
bttrack; do
 
                 update-alternatives --remove $i %p/bin/$i.bittorrent
         done
@@ -170,5 +170,5 @@
 esac
 <<
 License: BSD
-Maintainer: Hisashi Todd Fujinaka <[EMAIL PROTECTED]>
-Homepage: Homepage: http://bitconjurer.org/BitTorrent
+Maintainer: H. Todd Fujinaka <[EMAIL PROTECTED]>
+Homepage: Homepage: http://www.bittorrent.com

Index: bittorrent.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/bittorrent.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bittorrent.patch    4 Feb 2005 23:51:48 -0000       1.2
+++ bittorrent.patch    16 Mar 2005 04:53:17 -0000      1.3
@@ -1,51 +1,18 @@
---- bittorrent-3.4.2.orig/BitTorrent/RawServer.py
-+++ bittorrent-3.4.2/BitTorrent/RawServer.py
-@@ -129,6 +129,10 @@
-             handler = self.handler
-         sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
-         sock.setblocking(0)
-+        try:
-+            sock.setsockopt(socket.IPPROTO_IP, socket.IP_TOS, 32)
-+        except:
-+            pass
-         sock.bind((self.bindaddr, 0))
[...2331 lines suppressed...]
-+M"IY'[EMAIL PROTECTED]:-=UXEH))[EMAIL PROTECTED](.6ZVLDO3,.]TJD>Z>E<,S'
-+M"(QR'9QF;[EMAIL PROTECTED](^CKOLV\^<K5O&ANP^0VG5(,R4MK_^,Z@'$,U
-+M`R%?92!2)MJEM,Y8I#J%KAP3L,C1=?:[G<!D][`<0S4#4>N52+4[TZ/GGQP+
-+M<-/F6%/KHP_5YAB*#&0DKXW5UKQMPC$`5W(*SUBU]2O5>%`&0K':1V<@Y+`,
-+MA/+V6[C/<-CRYL""WA3K;^[?Z68XO*Z28UQG/KM']/;<66!77BUX4^"ZJKRL
-+MV/N8-/J+B8)8S"HE%,SE:[PV_=TO99__ENJJ]KG7","BQ%!3=X.^U^<8(V<@
-+M(-IW(,$VL#+C%+\1L+#*(>_2,5IX%3E&=]\]U;RN>W`&,L3;T_<6!+:M77K*
-+M,L$;``LWS[_M?DQ[I!QCY`SD(?/ZH#;]H^`JT:B!1557'X5?N2,=EF.,.@/!
-+M:P%[+WNGKC:J$HX2N"ZQ//-=NZ/WE!+Q*L>0JF0@:[EMAIL PROTECTED]<TTFLV>9GE
-+M]L)1O841;0G)NUW:]D2AP\H<`[Z(7E=$[S/U7I7\1`*!#:ZV%[OCDW+7C.(M
-+M3.7)6".]=_([F1RC3U497O<,1*KR#(3^3QFM\/\FIQ\MU<L+K1K\FEG-.XFZ
-+M<TE70^.W9MXUN/1X8^W&NT?O=A[KA/)Y[<;.O9U0H(:V/Z_]?`3OM=I9_WUT
-+MQ_1C%L;6I46QY<%5E<(1@)&P.-<QN+P\Q2RK\<R"$^E9C=../7AP[$%C5N,#
-+MRGBP25%4*E_C39\V>]JT!2?L;A<]<G7@)%7%?:O^1T;R)B1<*3CW<UQU\#:'
-+M^&4I3BNFKBA:,;5PZJ-";#PJ?(3++T54P395.9)W:F%1T0JGV)1PUZN<8,?$
-+M7,%*89,:X*8FX9J5`O/*+;D_Y^[Q=ZRN]N]-<DSJ3>J%HC1Z$Q4EZ0^\-Z#2
-+MO[?7O]K?/M'?WG%SW,[EMAIL PROTECTED];K&#Y4W+1._]9D`G@">
-+;`)X`'O7QO]BVR,66=S/3`````$E%3D2N0F""
-+`
-+end



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to