1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name fribidi |
---|
4 | version 0.10.4 |
---|
5 | categories textproc |
---|
6 | maintainers blb@pobox.com |
---|
7 | description Free Implementation of the Unicode BiDi algorithm |
---|
8 | # |
---|
9 | long_description \ |
---|
10 | The FriBidi library implements the algorithm described in the \"Unicode \ |
---|
11 | Standard Annex #9, The Bidirectional Algorithm\", available at \ |
---|
12 | http://www.unicode.org/unicode/reports/tr9/. |
---|
13 | # |
---|
14 | homepage http://fribidi.sourceforge.net/ |
---|
15 | |
---|
16 | master_sites \ |
---|
17 | http://unc.dl.sourceforge.net/sourceforge/fribidi/ \ |
---|
18 | http://telia.dl.sourceforge.net/sourceforge/fribidi/ \ |
---|
19 | http://easynews.dl.sourceforge.net/sourceforge/fribidi/ \ |
---|
20 | http://umn.dl.sourceforge.net/sourceforge/fribidi/ \ |
---|
21 | http://twtelecom.dl.sourceforge.net/sourceforge/fribidi/ \ |
---|
22 | http://belnet.dl.sourceforge.net/sourceforge/fribidi/ \ |
---|
23 | http://cesnet.dl.sourceforge.net/sourceforge/fribidi/ |
---|
24 | |
---|
25 | platforms darwin |
---|
26 | use_bzip2 yes |
---|
27 | checksums md5 0f6e7ecca08e6e108dc06337f5b5cabf |
---|
28 | patchfiles patch-configure |
---|
29 | configure.args --enable-static=no |
---|
30 | |
---|