1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name base91 |
---|
5 | version 0.6.0 |
---|
6 | categories mail |
---|
7 | maintainers alan.macports.sp@polyphase.ca |
---|
8 | description Encode and decode base91 files |
---|
9 | long_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. |
---|
16 | use_configure no |
---|
17 | build.args prefix=${prefix} |
---|
18 | destroot.destdir ${destroot} |
---|
19 | destroot.args prefix=${prefix} DESTDIR=${destroot} |
---|
20 | homepage http://base91.sourceforge.net/ |
---|
21 | platforms darwin |
---|
22 | master_sites sourceforge |
---|
23 | checksums md5 e227841d900cc463a162bd79775aeb54 \ |
---|
24 | sha1 00cfd573ec8b3d0160dbf53e2c7a49b99a1aa720 \ |
---|
25 | rmd160 62ddd00e3a3dd261e7f19a6caddbec86d33146e1 |
---|