aboutsummaryrefslogtreecommitdiff
path: root/converters/fribidi
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-19 17:32:04 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-19 17:32:04 +0000
commit5cbe079c2fb618b7c7648c664f39b510e12f5b08 (patch)
tree041a5b2650c8825a21ea1bac80551190fbe7bff9 /converters/fribidi
parent653b1b1664f5b99de071940b3180d51f265347ce (diff)
downloadports-5cbe079c2fb618b7c7648c664f39b510e12f5b08.tar.gz
ports-5cbe079c2fb618b7c7648c664f39b510e12f5b08.zip
add fribidi 0.10.3
A Free Implementation of the Unicode Bidirectional Algorithm
Notes
Notes: svn path=/head/; revision=57887
Diffstat (limited to 'converters/fribidi')
-rw-r--r--converters/fribidi/Makefile20
-rw-r--r--converters/fribidi/distinfo1
-rw-r--r--converters/fribidi/pkg-comment1
-rw-r--r--converters/fribidi/pkg-descr20
-rw-r--r--converters/fribidi/pkg-plist21
5 files changed, 63 insertions, 0 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile
new file mode 100644
index 000000000000..7f5f02553d5a
--- /dev/null
+++ b/converters/fribidi/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# Ports collection makefile for: fribidi
+# Date created: Apr 19, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= fribidi
+PORTVERSION= 0.10.3
+CATEGORIES= converters
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/converters/fribidi/distinfo b/converters/fribidi/distinfo
new file mode 100644
index 000000000000..8c6bc3a2df70
--- /dev/null
+++ b/converters/fribidi/distinfo
@@ -0,0 +1 @@
+MD5 (fribidi-0.10.3.tar.gz) = 75c1ff750829ddaad778c116f1ef4243
diff --git a/converters/fribidi/pkg-comment b/converters/fribidi/pkg-comment
new file mode 100644
index 000000000000..dcf13e36bee4
--- /dev/null
+++ b/converters/fribidi/pkg-comment
@@ -0,0 +1 @@
+A Free Implementation of the Unicode Bidirectional Algorithm
diff --git a/converters/fribidi/pkg-descr b/converters/fribidi/pkg-descr
new file mode 100644
index 000000000000..fc706be4d47a
--- /dev/null
+++ b/converters/fribidi/pkg-descr
@@ -0,0 +1,20 @@
+A Free Implementation of the Unicode Bidirectional Algorithm.
+
+The library implements all of the algorithm as described in the "Unicode
+Standard Annex #9, The Bidirectional Algorithm,
+http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhautively tested
+against Bidi Reference Code, and due to our best knowledge, does not contain
+any conformance bugs.
+
+In the API, we were inspired by the document "Bi-Di languages support - BiDi
+API proposal" by Franck Portaneri which he wrote as a proposal for adding BiDi
+support to Mozilla.
+
+Internally the library uses Unicode entirely. The character property function
+was automatically created from the Unicode property list data file,
+PropList.txt, available from the Unicode Online Data site. This means that
+every Unicode character will be treated in strict accordance with the Unicode
+specification. The same is true for the mirroring of characters, which also
+works for all the characters listed as mirrorable in the Unicode specification.
+
+WWW: http://fribidi.sourceforge.net/
diff --git a/converters/fribidi/pkg-plist b/converters/fribidi/pkg-plist
new file mode 100644
index 000000000000..32173d65b9b0
--- /dev/null
+++ b/converters/fribidi/pkg-plist
@@ -0,0 +1,21 @@
+bin/fribidi
+bin/fribidi-config
+include/fribidi/fribidi.h
+include/fribidi/fribidi_char_sets.h
+include/fribidi/fribidi_char_sets_cap_rtl.h
+include/fribidi/fribidi_char_sets_cp1255.h
+include/fribidi/fribidi_char_sets_cp1256.h
+include/fribidi/fribidi_char_sets_isiri_3342.h
+include/fribidi/fribidi_char_sets_iso8859_6.h
+include/fribidi/fribidi_char_sets_iso8859_8.h
+include/fribidi/fribidi_char_sets_utf8.h
+include/fribidi/fribidi_config.h
+include/fribidi/fribidi_mem.h
+include/fribidi/fribidi_types.h
+include/fribidi/fribidi_unicode.h
+@dirrm include/fribidi
+lib/libfribidi.a
+lib/libfribidi.la
+lib/libfribidi.so
+lib/libfribidi.so.0
+lib/pkgconfig/fribidi.pc