Info2: << Package: twisted2-conch-py%type_pkg[python] Version: 8.2.0 Revision: 1 Distribution: (%type_pkg[python] = 24) 10.5 Description: SSH/SFTP protocol implementation DescDetail: << Conch is an SSHv2 implementation written in Python. SSH is a protocol designed to allow remote access to shells and commands, but it is generic enough to allow everything from TCP forwarding to generic filesystem access. Since conch is written in Python, it interfaces well with other Python projects, such as Imagination. Conch also includes a implementations of the telnet and vt102 protocols, as well as support for rudamentary line editing behaviors. A new implementation of Twisted's Manhole application is also included, featuring server-side input history and interactive syntax coloring. << 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 2.7) 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] 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/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] << DocFiles: LICENSE NEWS README License: OSI-Approved Homepage: http://twistedmatrix.com/projects/conch/ Maintainer: None DescPackaging: << Maintainer (<= 0.6.0-1): Daniel Henninger 0.6.0-3 Renamed executables to language-versioned forms and utilized update-alternatives--dmacks Maintainer (<= 8.2.0-1): Pepe Barbe << # Info2 <<