Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8934

Modified Files:
        twisted2-conch-py.info twisted2-flow-py.info 
        twisted2-lore-py.info twisted2-mail-py.info 
        twisted2-names-py.info twisted2-news-py.info 
        twisted2-pair-py.info twisted2-py.info twisted2-runner-py.info 
        twisted2-web-py.info twisted2-words-py.info 
Log Message:
Update from tracker
https://sourceforge.net/tracker2/?func=detail&aid=2607193&group_id=17203&atid=414256


Index: twisted2-words-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/twisted2-words-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- twisted2-words-py.info      28 Sep 2008 19:45:35 -0000      1.8
+++ twisted2-words-py.info      1 Mar 2009 22:49:41 -0000       1.9
@@ -1,9 +1,8 @@
 Info2: <<
 
 Package: twisted2-words-py%type_pkg[python]
-Version: 8.1.0
+Version: 8.2.0
 Revision: 1
-Distribution: (%type_pkg[python] = 23) 10.4
 Description: Chat and instant-messaging
 DescDetail: <<
 Twisted Words includes:
@@ -14,21 +13,30 @@
     * Prototypes of chat server and client frameworks built on top
       of the protocols.
 <<
-Source: http://tmrc.mit.edu/mirror/twisted/Words/8.1/TwistedWords-%v.tar.bz2
-Source-MD5: 40cecdc6d58efefdb02b50961bb9a381
-Type: python (2.3 2.4 2.5)
-Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.1.0-1)
+Source: http://tmrc.mit.edu/mirror/twisted/Words/8.2/TwistedWords-%v.tar.bz2
+Source-MD5: 7067b9e66f8fb85657e9044ffbd28e17
+Type: python (2.4 2.5 2.6)
+Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.2.0-1)
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
 <<
 InstallScript: <<
+ #!/bin/sh -ev
  %p/bin/python%type_raw[python] setup.py install --root=%d
  mkdir -p %i/share/doc/twisted2-words-py%type_pkg[python]
  cp -R doc %i/share/doc/twisted2-words-py%type_pkg[python]/doc
-mv %i/bin/im %i/bin/im%type_raw[python]
+ mv %i/bin/im %i/bin/im%type_raw[python]
+ 
+ cd %i/share/doc/%n/doc/man
+ mkdir -p %i/share/man/man1
+ for FILE in *.1; do
+  NAME=`echo $FILE | cut -d '.' -f 1`
+  mv -v $FILE %i/share/man/man1/"$NAME"%type_raw[python].1
+ done
 <<
 PostInstScript: <<
- update-alternatives --install %p/bin/im im %p/bin/im%type_raw[python] 
%type_pkg[python]
+ update-alternatives --install %p/bin/im im %p/bin/im%type_raw[python] 
%type_pkg[python]\
+                                               --slave %p/share/man/man1/im.1 
im.1 %p/share/man/man1/im%type_raw[python].1
  <<
 PreRmScript: <<
  update-alternatives --remove im %p/bin/im%type_raw[python]
@@ -36,7 +44,7 @@
 DocFiles: LICENSE NEWS README
 License: OSI-Approved
 Homepage: http://twistedmatrix.com/projects/words/
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: Pepe Barbe <pepe.ba...@gmail.com>
 DescPackaging: <<
  Maintainer (<= 0.3.0-1): Daniel Henninger
 0.3.0-3 Renamed executables to language-versioned forms and 

Index: twisted2-names-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/twisted2-names-py.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- twisted2-names-py.info      28 Sep 2008 19:45:34 -0000      1.7
+++ twisted2-names-py.info      1 Mar 2009 22:49:41 -0000       1.8
@@ -1,9 +1,8 @@
 Info2: <<
 
 Package: twisted2-names-py%type_pkg[python]
-Version: 8.1.0
+Version: 8.2.0
 Revision: 1
-Distribution: (%type_pkg[python] = 23) 10.4
 Description: DNS protocol implementation
 DescDetail: <<
 Twisted Names is both a domain name server as well as a client
@@ -17,10 +16,10 @@
 well as a replacement for the blocking gethostbyname() function
 provided by the Python stdlib socket module.
 <<
-Source: http://tmrc.mit.edu/mirror/twisted/Names/8.1/TwistedNames-%v.tar.bz2
-Source-MD5: e5f49fc23bef015484dbd025bf835611
-Type: python (2.3 2.4 2.5)
-Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.1.0-1)
+Source: http://tmrc.mit.edu/mirror/twisted/Names/8.2/TwistedNames-%v.tar.bz2
+Source-MD5: c056c996cbaeb27078bba214e6bf5872
+Type: python (2.4 2.5 2.6)
+Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.2.0-1)
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
 <<
@@ -32,7 +31,7 @@
 DocFiles: LICENSE NEWS README
 License: OSI-Approved
 Homepage: http://twistedmatrix.com/projects/names/
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: Pepe Barbe <pepe.ba...@gmail.com>
 DescPackaging: <<
  Maintainer (<= 0.2.0-1): Daniel Henninger
 <<

Index: twisted2-runner-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/twisted2-runner-py.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- twisted2-runner-py.info     28 Sep 2008 19:45:35 -0000      1.7
+++ twisted2-runner-py.info     1 Mar 2009 22:49:41 -0000       1.8
@@ -1,17 +1,16 @@
 Info2: <<
 
 Package: twisted2-runner-py%type_pkg[python]
-Version: 8.0.0
+Version: 8.2.0
 Revision: 1
-Distribution: (%type_pkg[python] = 23) 10.4
 Description: Process management
 DescDetail: <<
 Runner has process management, including an inetd replacement.
 <<
-Source: http://tmrc.mit.edu/mirror/twisted/Runner/8.0/TwistedRunner-%v.tar.bz2
-Source-MD5: 8dcc0f4cbb0621b761ef67aae73051a8
-Type: python (2.3 2.4 2.5)
-Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.1.0-1)
+Source: http://tmrc.mit.edu/mirror/twisted/Runner/8.2/TwistedRunner-%v.tar.bz2
+Source-MD5: 88aab66663bcc1b984d3edeb789d4f1c
+Type: python (2.4 2.5 2.6)
+Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.2.0-1)
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
 <<
@@ -21,7 +20,7 @@
 DocFiles: LICENSE NEWS README
 License: OSI-Approved
 Homepage: http://twistedmatrix.com/projects/lore/
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: Pepe Barbe <pepe.ba...@gmail.com>
 DescPackaging: <<
  Maintainer (<= 0.1.0-1): Daniel Henninger
 <<

Index: twisted2-web-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/twisted2-web-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- twisted2-web-py.info        28 Sep 2008 19:45:35 -0000      1.8
+++ twisted2-web-py.info        1 Mar 2009 22:49:41 -0000       1.9
@@ -1,9 +1,8 @@
 Info2: <<
 
 Package: twisted2-web-py%type_pkg[python]
-Version: 8.1.0
+Version: 8.2.0
 Revision: 1
-Distribution: (%type_pkg[python] = 23) 10.4
 Description: HTTP protocol implementation
 DescDetail: <<
 Twisted web is a web server, and also provides basic HTTP client
@@ -11,10 +10,12 @@
 designed for twisted.web, and Twisted Web2, the next generation
 Twisted web server.
 <<
-Source: http://tmrc.mit.edu/mirror/twisted/Web/8.1/TwistedWeb-%v.tar.bz2
-Source-MD5: 0710b8976f64bec768bb5218ab1802c0
-Type: python (2.3 2.4 2.5)
-Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.1.0-1)
+Source: http://tmrc.mit.edu/mirror/twisted/Web/8.2/TwistedWeb-%v.tar.bz2
+Source-MD5: e2e301cdfedbe82025361269051e7f65
+Type: python (2.4 2.5 2.6)
+Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.2.0-1)
+Conflicts: twisted2-web2-py%type_pkg[python]
+Replaces: twisted2-web2-py%type_pkg[python]
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
 <<

Index: twisted2-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/twisted2-py.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- twisted2-py.info    28 Sep 2008 19:45:34 -0000      1.11
+++ twisted2-py.info    1 Mar 2009 22:49:41 -0000       1.12
@@ -1,46 +1,62 @@
 Info2: <<
 
 Package: twisted2-py%type_pkg[python]
-Version: 8.1.0
+Version: 8.2.0
 Revision: 1
-Distribution: (%type_pkg[python] = 23) 10.4
 Description: Asynchronous networking framework
 DescDetail: <<
 Twisted is an asynchronous networking framework written in
 Python, supporting TCP, UDP, multicast, SSL/TLS, serial
 communication and more.
 <<
-Source: http://tmrc.mit.edu/mirror/twisted/Core/8.1/TwistedCore-%v.tar.bz2
-Source-MD5: b6f766c7512d342be1844eeee974031d
-Type: python (2.3 2.4 2.5) 
+Source: http://tmrc.mit.edu/mirror/twisted/Core/8.2/TwistedCore-%v.tar.bz2
+Source-MD5: 46f7a6b3e29ef48c4035c22d78f69196
+Type: python (2.4 2.5 2.6) 
 Depends: python%type_pkg[python], pyopenssl-py%type_pkg[python], 
pycrypto-py%type_pkg[python], zopeinterface-py%type_pkg[python]
+Conflicts: twisted2-web2-py%type_pkg[python]
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
 <<
 InstallScript: <<
+ #!/bin/sh -ev
  %p/bin/python%type_raw[python] setup.py install --root=%d
  mkdir -p %i/share/doc/twisted2-py%type_pkg[python]
- cp -R doc %i/share/doc/twisted2-py%type_pkg[python]/doc
-mv %i/bin/manhole %i/bin/manhole%type_raw[python]
-mv %i/bin/mktap %i/bin/mktap%type_raw[python]
-mv %i/bin/pyhtmlizer %i/bin/pyhtmlizer%type_raw[python]
-mv %i/bin/t-im %i/bin/t-im%type_raw[python]
-mv %i/bin/tap2deb %i/bin/tap2deb%type_raw[python]
-mv %i/bin/tap2rpm %i/bin/tap2rpm%type_raw[python]
-mv %i/bin/tapconvert %i/bin/tapconvert%type_raw[python]
-mv %i/bin/trial %i/bin/trial%type_raw[python]
-mv %i/bin/twistd %i/bin/twistd%type_raw[python]
+ cp -Rv doc %i/share/doc/twisted2-py%type_pkg[python]/doc
+ mv -v %i/bin/manhole %i/bin/manhole%type_raw[python]
+ mv -v %i/bin/mktap %i/bin/mktap%type_raw[python]
+ mv -v %i/bin/pyhtmlizer %i/bin/pyhtmlizer%type_raw[python]
+ mv -v %i/bin/tap2deb %i/bin/tap2deb%type_raw[python]
+ mv -v %i/bin/tap2rpm %i/bin/tap2rpm%type_raw[python]
+ mv -v %i/bin/tapconvert %i/bin/tapconvert%type_raw[python]
+ mv -v %i/bin/trial %i/bin/trial%type_raw[python]
+ mv -v %i/bin/twistd %i/bin/twistd%type_raw[python]
+ 
+ cd %i/share/doc/%n/doc/man
+ mkdir -p %i/share/man/man1
+ for FILE in *.1; do
+  NAME=`echo $FILE | cut -d '.' -f 1`
+  mv -v $FILE %i/share/man/man1/"$NAME"%type_raw[python].1
+ done
+
+
 <<
 PostInstScript: <<
  update-alternatives --install %p/bin/twistd twistd 
%p/bin/twistd%type_raw[python] %type_pkg[python]\
                                         --slave %p/bin/manhole manhole 
%p/bin/manhole%type_raw[python]\
                                         --slave %p/bin/mktap mktap 
%p/bin/mktap%type_raw[python]\
                                         --slave %p/bin/pyhtmlizer pyhtmlizer 
%p/bin/pyhtmlizer%type_raw[python]\
-                                        --slave %p/bin/t-im t-im 
%p/bin/t-im%type_raw[python]\
                                         --slave %p/bin/tap2deb tap2deb 
%p/bin/tap2deb%type_raw[python]\
                                         --slave %p/bin/tap2rpm tap2rpm 
%p/bin/tap2rpm%type_raw[python]\
                                         --slave %p/bin/tapconvert tapconvert 
%p/bin/tapconvert%type_raw[python]\
-                                        --slave %p/bin/trial trial 
%p/bin/trial%type_raw[python]
+                                        --slave %p/bin/trial trial 
%p/bin/trial%type_raw[python]\
+                                        --slave %p/share/man/man1/twistd.1 
twistd.1 %p/share/man/man1/twistd%type_raw[python].1\
+                                        --slave %p/share/man/man1/manhole.1 
manhole.1 %p/share/man/man1/manhole%type_raw[python].1\
+                                        --slave %p/share/man/man1/mktap.1 
mktap.1 %p/share/man/man1/mktap%type_raw[python].1\
+                                        --slave %p/share/man/man1/pyhtmlizer.1 
pyhtmlizer.1 %p/share/man/man1/pyhtmlizer%type_raw[python].1\
+                                        --slave %p/share/man/man1/tap2deb.1 
tap2deb.1 %p/share/man/man1/tap2deb%type_raw[python].1\
+                                        --slave %p/share/man/man1/tap2rpm.1 
tap2rpm.1 %p/share/man/man1/tap2rpm%type_raw[python].1\
+                                        --slave %p/share/man/man1/tapconvert.1 
tapconvert.1 %p/share/man/man1/tapconvert%type_raw[python].1\
+                                        --slave %p/share/man/man1/trial.1 
trial.1 %p/share/man/man1/trial%type_raw[python].1
  <<
 PreRmScript: <<
  update-alternatives --remove twistd %p/bin/twistd%type_raw[python]
@@ -49,7 +65,7 @@
 DocFiles: CREDITS LICENSE NEWS README
 License: OSI-Approved
 Homepage: http://twistedmatrix.com/projects/core/
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: Pepe Barbe <pepe.ba...@gmail.com>
 DescPackaging: <<
  Maintainer (<= 2.1.0-2): Daniel Henninger
 2.1.0-3 Renamed executables to language-versioned forms and 

Index: twisted2-flow-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/twisted2-flow-py.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- twisted2-flow-py.info       22 Aug 2008 23:00:30 -0000      1.6
+++ twisted2-flow-py.info       1 Mar 2009 22:49:41 -0000       1.7
@@ -1,17 +1,16 @@
 Info2: <<
 
 Package: twisted2-flow-py%type_pkg[python]
-Version: 0.1.0
+Version: 8.2.0
 Revision: 2
-Distribution: (%type_pkg[python] = 23) 10.4
 Description: Generator based asynchronous result flows
 DescDetail: <<
 Flow is a generator-based async result flow thing.
 <<
-Source: http://tmrc.mit.edu/mirror/twisted/Flow/0.1/TwistedFlow-%v.tar.bz2
-Source-MD5: 2bf918f72e5115793c25a7aac6b83502
-Type: python (2.3 2.4 2.5)
-Depends: python%type_pkg[python], twisted2-py%type_pkg[python]
+Source: http://tmrc.mit.edu/mirror/twisted/Flow/8.2/TwistedFlow-%v.tar.bz2
+Source-MD5: ef973c0f6eee6bae4065c90b2dbba00f
+Type: python (2.4 2.5 2.6)
+Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.2.0-1)
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
 <<
@@ -23,7 +22,7 @@
 DocFiles: LICENSE README
 License: OSI-Approved
 Homepage: http://twistedmatrix.com/projects/flow/
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: Pepe Barbe <pepe.ba...@gmail.com>
 DescPackaging: <<
  Maintainer (<= 0.1.0-1): Daniel Henninger
 <<

Index: twisted2-mail-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/twisted2-mail-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- twisted2-mail-py.info       28 Sep 2008 19:45:34 -0000      1.8
+++ twisted2-mail-py.info       1 Mar 2009 22:49:41 -0000       1.9
@@ -1,9 +1,8 @@
 Info2: <<
 
 Package: twisted2-mail-py%type_pkg[python]
-Version: 8.1.0
+Version: 8.2.0
 Revision: 1
-Distribution: (%type_pkg[python] = 23) 10.4
 Description: SMTP/IMAP/POP protocol implementation
 DescDetail: <<
 Twisted Mail contains high-level, efficient protocol implementations
@@ -12,21 +11,30 @@
 mail server. Also included is a read/write Maildir implementation and
 a basic Mail Exchange calculator (depends on Twisted Names).
 <<
-Source: http://tmrc.mit.edu/mirror/twisted/Mail/8.1/TwistedMail-%v.tar.bz2
-Source-MD5: b471434356da5cdfb04dbe38802425ef
-Type: python (2.3 2.4 2.5)
-Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.1.0-1)
+Source: http://tmrc.mit.edu/mirror/twisted/Mail/8.2/TwistedMail-%v.tar.bz2
+Source-MD5: 5a7b469d79087ce8973d1f43c1203cd3
+Type: python (2.4 2.5 2.6)
+Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.2.0-1)
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
 <<
 InstallScript: <<
+ #!/bin/sh -ev
  %p/bin/python%type_raw[python] setup.py install --root=%d
  mkdir -p %i/share/doc/twisted2-mail-py%type_pkg[python]
  cp -R doc %i/share/doc/twisted2-mail-py%type_pkg[python]/doc
-mv %i/bin/mailmail %i/bin/mailmail%type_raw[python]
+ mv %i/bin/mailmail %i/bin/mailmail%type_raw[python]
+ 
+ cd %i/share/doc/%n/doc/man
+ mkdir -p %i/share/man/man1
+ for FILE in *.1; do
+  NAME=`echo $FILE | cut -d '.' -f 1`
+  mv -v $FILE %i/share/man/man1/"$NAME"%type_raw[python].1
+ done
 <<
 PostInstScript: <<
- update-alternatives --install %p/bin/mailmail mailmailonch 
%p/bin/mailmail%type_raw[python] %type_pkg[python]
+ update-alternatives --install %p/bin/mailmail mailmailonch 
%p/bin/mailmail%type_raw[python] %type_pkg[python]\
+                                               --slave 
%p/share/man/man1/mailmail.1 mailmailonch.1 
%p/share/man/man1/mailmail%type_raw[python].1
  <<
 PreRmScript: <<
  update-alternatives --remove mailmail %p/bin/mailmail%type_raw[python]
@@ -34,7 +42,7 @@
 DocFiles: LICENSE NEWS README
 License: OSI-Approved
 Homepage: http://twistedmatrix.com/projects/mail/
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: Pepe Barbe <pepe.ba...@gmail.com>
 DescPackaging: <<
  Maintainer (<= 0.2.0-2): Daniel Henninger
 0.2.0-4 Renamed executables to language-versioned forms and 

Index: twisted2-conch-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/twisted2-conch-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- twisted2-conch-py.info      28 Sep 2008 19:45:34 -0000      1.9
+++ twisted2-conch-py.info      1 Mar 2009 22:49:41 -0000       1.10
@@ -1,9 +1,8 @@
 Info2: <<
 
 Package: twisted2-conch-py%type_pkg[python]
-Version: 8.1.0
+Version: 8.2.0
 Revision: 1
-Distribution: (%type_pkg[python] = 23) 10.4
 Description: SSH/SFTP protocol implementation
 DescDetail: <<
 Conch is an SSHv2 implementation written in Python. SSH is
@@ -18,27 +17,39 @@
 featuring server-side input history and interactive syntax
 coloring.
 <<
-Source: http://tmrc.mit.edu/mirror/twisted/Conch/8.1/TwistedConch-%v.tar.bz2
-Source-MD5: e746618618ba93f707f7725899e141a9
-Type: python (2.3 2.4 2.5)
-Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.1.0-1)
+Source: http://tmrc.mit.edu/mirror/twisted/Conch/8.2/TwistedConch-%v.tar.bz2
+Source-MD5: 1e17cef8a0108acc09fc2f9fa26be3f1
+Type: python (2.4 2.5 2.6)
+Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.2.0-1)
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
 <<
 InstallScript: <<
+ #!/bin/sh -ev
  %p/bin/python%type_raw[python] setup.py install --root=%d
  mkdir -p %i/share/doc/twisted2-conch-py%type_pkg[python]
  cp -R doc %i/share/doc/twisted2-conch-py%type_pkg[python]/doc
-mv %i/bin/cftp %i/bin/cftp%type_raw[python]
-mv %i/bin/ckeygen %i/bin/ckeygen%type_raw[python]
-mv %i/bin/conch %i/bin/conch%type_raw[python]
-mv %i/bin/tkconch %i/bin/tkconch%type_raw[python]
+ mv %i/bin/cftp %i/bin/cftp%type_raw[python]
+ mv %i/bin/ckeygen %i/bin/ckeygen%type_raw[python]
+ mv %i/bin/conch %i/bin/conch%type_raw[python]
+ mv %i/bin/tkconch %i/bin/tkconch%type_raw[python]
+ 
+ mkdir -p %i/share/man/man1/
+ cd doc/man
+ for FILE in *.1; do
+  NAME=`echo $FILE | cut -d '.' -f 1`
+  mv -v $FILE %i/share/man/man1/"$NAME"%type_raw[python].1
+ done
 <<
 PostInstScript: <<
  update-alternatives --install %p/bin/conch conch 
%p/bin/conch%type_raw[python] %type_pkg[python]\
                                         --slave %p/bin/cftp cftp 
%p/bin/cftp%type_raw[python]\
                                         --slave %p/bin/ckeygen ckeygen 
%p/bin/ckeygen%type_raw[python]\
-                                        --slave %p/bin/tkconch tkconch 
%p/bin/tkconch%type_raw[python]
+                                        --slave %p/bin/tkconch tkconch 
%p/bin/tkconch%type_raw[python]\
+                                        --slave %p/share/man/man1/conch.1 
conch.1 %p/share/man/man1/conch%type_raw[python].1\
+                                        --slave %p/share/man/man1/cftp.1 
cftp.1 %p/share/man/man1/cftp%type_raw[python].1\
+                                        --slave %p/share/man/man1/ckeygen.1 
ckeygen.1 %p/share/man/man1/ckeygen%type_raw[python].1\
+                                        --slave %p/share/man/man1/tkconch.1 
tkconch.1 %p/share/man/man1/tkconch%type_raw[python].1
  <<
 PreRmScript: <<
  update-alternatives --remove conch %p/bin/conch%type_raw[python]
@@ -46,7 +57,7 @@
 DocFiles: LICENSE NEWS README
 License: OSI-Approved
 Homepage: http://twistedmatrix.com/projects/conch/
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: Pepe Barbe <pepe.ba...@gmail.com>
 DescPackaging: <<
  Maintainer (<= 0.6.0-1): Daniel Henninger
 0.6.0-3 Renamed executables to language-versioned forms and 

Index: twisted2-lore-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/twisted2-lore-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- twisted2-lore-py.info       28 Sep 2008 19:45:34 -0000      1.9
+++ twisted2-lore-py.info       1 Mar 2009 22:49:41 -0000       1.10
@@ -1,30 +1,36 @@
 Info2: <<
 
 Package: twisted2-lore-py%type_pkg[python]
-Version: 8.1.0
+Version: 8.2.0
 Revision: 1
-Distribution: (%type_pkg[python] = 23) 10.4
 Description: Document generator with HTML/Latex support
 DescDetail: <<
 Lore is a documentation generator.
 <<
-Source: http://tmrc.mit.edu/mirror/twisted/Lore/8.1/TwistedLore-%v.tar.bz2
-Source-MD5: ec7226b88218586ec1d5c3b3624376b7
-Type: python (2.3 2.4 2.5)
-Depends: python%type_pkg[python], twisted2-py%type_pkg[python]
+Source: http://tmrc.mit.edu/mirror/twisted/Lore/8.2/TwistedLore-%v.tar.bz2
+Source-MD5: e21b44e6c3d923cfbe543aa637641c32
+Type: python (2.4 2.5 2.6)
+Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.2.0-1)
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
 <<
 InstallScript: <<
+ #!/bin/sh -ev
  %p/bin/python%type_raw[python] setup.py install --root=%d
  mkdir -p %i/share/doc/twisted2-lore-py%type_pkg[python]
  cp -R doc %i/share/doc/twisted2-lore-py%type_pkg[python]/doc
-mv %i/bin/bookify %i/bin/bookify%type_raw[python]
-mv %i/bin/lore %i/bin/lore%type_raw[python]
+ mv %i/bin/lore %i/bin/lore%type_raw[python]
+ 
+ cd %i/share/doc/%n/doc/man
+ mkdir -p %i/share/man/man1
+ for FILE in *.1; do
+  NAME=`echo $FILE | cut -d '.' -f 1`
+  mv -v $FILE %i/share/man/man1/"$NAME"%type_raw[python].1
+ done
 <<
 PostInstScript: <<
  update-alternatives --install %p/bin/lore lore %p/bin/lore%type_raw[python] 
%type_pkg[python]\
-                                        --slave %p/bin/bookify bookify 
%p/bin/bookify%type_raw[python]
+                                        --slave %p/share/man/man1/lore.1 
lore.1 %p/share/man/man1/lore%type_raw[python].1
  <<
 PreRmScript: <<
  update-alternatives --remove lore %p/bin/lore%type_raw[python]
@@ -32,7 +38,7 @@
 DocFiles: LICENSE NEWS README
 License: OSI-Approved
 Homepage: http://twistedmatrix.com/projects/lore/
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: Pepe Barbe <pepe.ba...@gmail.com>
 DescPackaging: <<
  Maintainer (<= 0.1.0-1): Daniel Henninger
 0.1.0-3 Renamed executables to language-versioned forms and 

Index: twisted2-news-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/twisted2-news-py.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- twisted2-news-py.info       28 Sep 2008 19:45:34 -0000      1.7
+++ twisted2-news-py.info       1 Mar 2009 22:49:41 -0000       1.8
@@ -1,9 +1,8 @@
 Info2: <<
 
 Package: twisted2-news-py%type_pkg[python]
-Version: 8.1.0
+Version: 8.2.0
 Revision: 1
-Distribution: (%type_pkg[python] = 23) 10.4
 Description: NNTP protocol implementation
 DescDetail: <<
 Twisted News provides a very basic NNTP server, as well as an
@@ -14,10 +13,10 @@
 filesystem for message storage. Twisted News also has very
 rudamentary support for moderated groups.
 <<
-Source: http://tmrc.mit.edu/mirror/twisted/News/8.1/TwistedNews-%v.tar.bz2
-Source-MD5: 25849ad7d4aa8e516ca486986109eba0
-Type: python (2.3 2.4 2.5)
-Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.1.0-1)
+Source: http://tmrc.mit.edu/mirror/twisted/News/8.2/TwistedNews-%v.tar.bz2
+Source-MD5: 46deb8f062635d1a95ef4ee3b2e382bf
+Type: python (2.4 2.5 2.6)
+Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.2.0-1)
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
 <<
@@ -27,7 +26,7 @@
 DocFiles: NEWS LICENSE README
 License: OSI-Approved
 Homepage: http://twistedmatrix.com/projects/news/
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: Pepe Barbe <pepe.ba...@gmail.com>
 DescPackaging: <<
  Maintainer (<= 0.1.0-1): Daniel Henninger
 <<

Index: twisted2-pair-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/twisted2-pair-py.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- twisted2-pair-py.info       22 Aug 2008 23:00:31 -0000      1.6
+++ twisted2-pair-py.info       1 Mar 2009 22:49:41 -0000       1.7
@@ -1,17 +1,16 @@
 Info2: <<
 
 Package: twisted2-pair-py%type_pkg[python]
-Version: 0.1.0
+Version: 8.2.0
 Revision: 2
-Distribution: (%type_pkg[python] = 23) 10.4
 Description: Low-level tcp protocol implementation
 DescDetail: <<
 Twisted Pair can do low level TCP work.
 <<
-Source: http://tmrc.mit.edu/mirror/twisted/Pair/0.1/TwistedPair-%v.tar.bz2
-Source-MD5: 337abc88327149849731a40649556bf0
-Type: python (2.3 2.4 2.5)
-Depends: python%type_pkg[python], twisted2-py%type_pkg[python]
+Source: http://tmrc.mit.edu/mirror/twisted/Pair/8.2/TwistedPair-%v.tar.bz2
+Source-MD5: ae38ea13c60123c626d2c9d7062ecff4
+Type: python (2.4 2.5 2.6)
+Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.2.0-1)
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
 <<
@@ -23,7 +22,7 @@
 DocFiles: LICENSE README
 License: OSI-Approved
 Homepage: http://twistedmatrix.com/projects/lore/
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: Pepe Barbe <pepe.ba...@gmail.com>
 DescPackaging: <<
  Maintainer (<= 0.1.0-1): Daniel Henninger
 <<


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to