the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: twisted2-mail-py%type_pkg[python]
Version: 8.2.0
Revision: 1
Architecture: i386, powerpc
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/8.2/TwistedMail-%v.tar.bz2
Source-MD5: 5a7b469d79087ce8973d1f43c1203cd3
Distribution: (%type_pkg[python] = 24) 10.5
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]
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]\
--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]
<<
DocFiles: LICENSE NEWS README
License: OSI-Approved
Homepage: http://twistedmatrix.com/projects/mail/
Maintainer: None
DescPackaging: <<
Maintainer (<= 0.2.0-2): Daniel Henninger
0.2.0-4 Renamed executables to language-versioned forms and
utilized update-alternatives--dmacks
Maintainer (<= 8.2.0-1): Pepe Barbe
<<
# Info2
<<