1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name recode |
---|
4 | version 3.6 |
---|
5 | categories textproc |
---|
6 | maintainers darwinports@opendarwin.org |
---|
7 | description convert files between character sets and usages |
---|
8 | long_description GNU `recode' converts files between character sets and usages. When exact transliterations are not possible, it may get rid of the offending characters or fall back on approximations. This program recognizes or produces nearly 150 different character sets and is able to transliterate files between almost any pair. Most RFC 1345 character sets are supported. |
---|
9 | homepage http://www.gnu.org/software/recode/ |
---|
10 | master_sites gnu |
---|
11 | platforms darwin openbsd |
---|
12 | checksums md5 be3f40ad2e93dae5cd5f628264bf1877 |
---|
13 | configure.args --mandir=${prefix}/share/man \ |
---|
14 | --without-included-gettext \ |
---|
15 | --host=powerpc-apple-freebsd |
---|
16 | configure.env CPPFLAGS="-I${prefix}/include" \ |
---|
17 | LDFLAGS="-L${prefix}/lib" |
---|
18 | #depends_test python |
---|
19 | #failed on macosx : undefined symbol with -shared ... |
---|
20 | #ok openbsd |
---|
21 | |
---|
22 | ## another error ... |
---|
23 | #variant darwin { |
---|
24 | # configure.args-append --disable-shared |
---|
25 | #} |
---|