Ticket #26160: Portfile

File Portfile, 1.0 KB (added by alan.macports.sp@…, 14 years ago)

mail/base91/Portfile

Line 
1# $Id$
2
3PortSystem      1.0
4name            base91
5version         0.6.0
6categories      mail
7maintainers     alan.macports.sp@polyphase.ca
8description     Encode and decode base91 files
9long_description        \
10 basE91 is an advanced method for encoding binary data as ASCII characters. \
11 It is similar to UUencode or base64, but is more efficient. The overhead \
12 produced by basE91 depends on the input data. It amounts at most to 23% \
13 (versus 33% for base64) and can range down to 14%, which typically occurs \
14 on 0-byte blocks. This makes basE91 very useful for transferring larger \
15 files over binary insecure connections like e-mail or terminal lines.
16use_configure no
17build.args prefix=${prefix}
18destroot.destdir        ${destroot}
19destroot.args prefix=${prefix} DESTDIR=${destroot}
20homepage        http://base91.sourceforge.net/
21platforms       darwin
22master_sites    sourceforge
23checksums           md5     e227841d900cc463a162bd79775aeb54 \
24                    sha1    00cfd573ec8b3d0160dbf53e2c7a49b99a1aa720 \
25                    rmd160  62ddd00e3a3dd261e7f19a6caddbec86d33146e1