Update of /cvsroot/fink/dists/10.4/stable/crypto/finkinfo
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv30464

Added Files:
        twisted2-mail-py.info twisted2-py.info twisted2-web-py.info 
        twisted2-words-py.info 
Log Message:
move to stable to satisfy dependencies


--- NEW FILE: twisted2-words-py.info ---
Info2: <<

Package: twisted2-words-py%type_pkg[python]
Version: 0.3.0
Revision: 2
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Description: Chat and instance messaging
DescDetail: <<
Twisted Words includes:

    * Low-level protocol implementations of OSCAR (AIM and ICQ),
      IRC, MSN, TOC (AIM).
    * Jabber libraries.
    * 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]
CompileScript: <<
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %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
<<
DocFiles: LICENSE NEWS README
License: OSI-Approved
Homepage: http://twistedmatrix.com/projects/words/
Maintainer: None <[EMAIL PROTECTED]>
DescPackaging: <<
 Maintainer (<= 0.3.0-1): Daniel Henninger
<<

# Info2
<<

--- NEW FILE: twisted2-mail-py.info ---
Info2: <<

Package: twisted2-mail-py%type_pkg[python]
Version: 0.2.0
Revision: 3
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Description: SMTP/IMAP/POP protocol implementation
DescDetail: <<
Twisted Mail contains high-level, efficient protocol implementations
for both clients and servers of SMTP, POP3, and IMAP4. Additionally,
it contains an "out of the box" combination SMTP/POP3 virtual-hosting
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]
CompileScript: <<
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %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
<<
DocFiles: LICENSE NEWS README
License: OSI-Approved
Homepage: http://twistedmatrix.com/projects/mail/
Maintainer: None <[EMAIL PROTECTED]>
DescPackaging: <<
 Maintainer (<= 0.2.0-2): Daniel Henninger
<<

# Info2
<<

--- NEW FILE: twisted2-py.info ---
Info2: <<

Package: twisted2-py%type_pkg[python]
Version: 2.1.0
Revision: 4
Distribution: (%type_pkg[python] = 23) 10.3, (%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/Twisted/2.1/Twisted-%v.tar.bz2
Source-MD5: 0aa4b877c4e34750e52c9f0b93959913
Type: python (2.3 2.4 2.5) 
Depends: python%type_pkg[python], pyopenssl-py%type_pkg[python], 
pycrypto-py%type_pkg[python], zopeinterface-py%type_pkg[python]
CompileScript: <<
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %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]
<<
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/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]
 <<
PreRmScript: <<
 update-alternatives --remove twistd %p/bin/twistd%type_raw[python]
<<

DocFiles: CREDITS INSTALL LICENSE NEWS README
License: OSI-Approved
Homepage: http://twistedmatrix.com/projects/core/
Maintainer: None <[EMAIL PROTECTED]>
DescPackaging: <<
 Maintainer (<= 2.1.0-2): Daniel Henninger
For Revision >= 3 Renamed executables to language-versioned forms and 
utilized update-alternatives--akh
<<

# Info2
<<

--- NEW FILE: twisted2-web-py.info ---
Info2: <<

Package: twisted2-web-py%type_pkg[python]
Version: 0.5.0
Revision: 3
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Description: HTTP protocol implementation
DescDetail: <<
Twisted web is a web server, and also provides basic HTTP client
support. You may want to check out Nevow, a templating toolkit
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]
CompileScript: <<
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %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
<<
DocFiles: LICENSE NEWS README
License: OSI-Approved
Homepage: http://twistedmatrix.com/projects/web/
Maintainer: None <[EMAIL PROTECTED]>
DescPackaging: <<
 Maintainer (<= 0.5.0-2): Daniel Henninger
<<

# Info2
<<


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to