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

Modified Files:
        twisted2-mail-py.info twisted2-py.info twisted2-web-py.info 
        twisted2-words-py.info 
Log Message:
latest twisted unstable->stable for use by trac already in stable


Index: twisted2-words-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/crypto/finkinfo/twisted2-words-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- twisted2-words-py.info      23 Aug 2008 03:49:07 -0000      1.2
+++ twisted2-words-py.info      16 Jun 2009 21:32:45 -0000      1.3
@@ -1,9 +1,8 @@
 Info2: <<
 
 Package: twisted2-words-py%type_pkg[python]
-Version: 0.3.0
-Revision: 3
-Distribution: (%type_pkg[python] = 23) 10.4
+Version: 8.2.0
+Revision: 1
 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/0.3/TwistedWords-%v.tar.bz2
-Source-MD5: 8fdb18c85bde467baddc1c7f3febb82e
-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/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-mail-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/crypto/finkinfo/twisted2-mail-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- twisted2-mail-py.info       23 Aug 2008 03:49:07 -0000      1.2
+++ twisted2-mail-py.info       16 Jun 2009 21:32:45 -0000      1.3
@@ -1,9 +1,8 @@
 Info2: <<
 
 Package: twisted2-mail-py%type_pkg[python]
-Version: 0.2.0
-Revision: 4
-Distribution: (%type_pkg[python] = 23) 10.4
+Version: 8.2.0
+Revision: 1
 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/0.2/TwistedMail-%v.tar.bz2
-Source-MD5: bae977d92cfcb1a3a5e884262ed444cc
-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/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-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/crypto/finkinfo/twisted2-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- twisted2-py.info    23 Aug 2008 03:49:07 -0000      1.2
+++ twisted2-py.info    16 Jun 2009 21:32:45 -0000      1.3
@@ -1,53 +1,71 @@
 Info2: <<
 
 Package: twisted2-py%type_pkg[python]
-Version: 2.1.0
-Revision: 4
-Distribution: (%type_pkg[python] = 23) 10.4
+Version: 8.2.0
+Revision: 1
 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/Twisted/2.1/Twisted-%v.tar.bz2
-Source-MD5: 0aa4b877c4e34750e52c9f0b93959913
-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/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/tkmktap %i/bin/tkmktap%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/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/tkmktap tkmktap 
%p/bin/tkmktap%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]
 <<
 
-DocFiles: CREDITS INSTALL LICENSE NEWS README
+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-web-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/crypto/finkinfo/twisted2-web-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- twisted2-web-py.info        23 Aug 2008 03:49:07 -0000      1.2
+++ twisted2-web-py.info        16 Jun 2009 21:32:45 -0000      1.3
@@ -1,9 +1,8 @@
 Info2: <<
 
 Package: twisted2-web-py%type_pkg[python]
-Version: 0.5.0
-Revision: 4
-Distribution: (%type_pkg[python] = 23) 10.4
+Version: 8.2.0
+Revision: 1
 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/0.5/TwistedWeb-%v.tar.bz2
-Source-MD5: 287b9402ca99d05e6d3be99413317633
-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/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
 <<
@@ -22,13 +23,6 @@
  %p/bin/python%type_raw[python] setup.py install --root=%d
  mkdir -p %i/share/doc/twisted2-web-py%type_pkg[python]
  cp -R doc %i/share/doc/twisted2-web-py%type_pkg[python]/doc
-mv %i/bin/websetroot %i/bin/websetroot%type_raw[python]
-<<
-PostInstScript: <<
- update-alternatives --install %p/bin/websetroot websetroot 
%p/bin/websetroot%type_raw[python] %type_pkg[python]
- <<
-PreRmScript: <<
- update-alternatives --remove websetroot %p/bin/websetroot%type_raw[python]
 <<
 DocFiles: LICENSE NEWS README
 License: OSI-Approved


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to