diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-17 18:26:49 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-17 18:26:49 +0800 |
commit | 83e60504c944c78042577c6b72f2710b9549dc6d (patch) | |
tree | a2bd08394266a7555ef8fafc46bcb684c97bed1d | |
parent | a4025c8687dae050c68eb068cfd788373da33829 (diff) | |
download | freebsd-ports-gnome-83e60504c944c78042577c6b72f2710b9549dc6d.tar.gz freebsd-ports-gnome-83e60504c944c78042577c6b72f2710b9549dc6d.tar.zst freebsd-ports-gnome-83e60504c944c78042577c6b72f2710b9549dc6d.zip |
Add fribidi - a Free Implementation of the Unicode BiDi algorithm.
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/fribidi/Makefile | 24 | ||||
-rw-r--r-- | textproc/fribidi/distinfo | 1 | ||||
-rw-r--r-- | textproc/fribidi/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/fribidi/pkg-descr | 22 | ||||
-rw-r--r-- | textproc/fribidi/pkg-plist | 9 |
6 files changed, 58 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 783b15088709..60c577af8a2a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -32,6 +32,7 @@ SUBDIR += expat SUBDIR += fr-ispell SUBDIR += freegrep + SUBDIR += fribidi SUBDIR += gaspell SUBDIR += gdict SUBDIR += glimpse diff --git a/textproc/fribidi/Makefile b/textproc/fribidi/Makefile new file mode 100644 index 000000000000..2a9ba0c3f703 --- /dev/null +++ b/textproc/fribidi/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: fribidi +# Date created: 17 July 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= fribidi +PORTVERSION= 0.1.12 +CATEGORIES= textproc devel +MASTER_SITES= http://imagic.weizmann.ac.il/~dov/freesw/FriBidi/ + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config + +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes + +CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" + +.include <bsd.port.mk> diff --git a/textproc/fribidi/distinfo b/textproc/fribidi/distinfo new file mode 100644 index 000000000000..1ce2f086a37d --- /dev/null +++ b/textproc/fribidi/distinfo @@ -0,0 +1 @@ +MD5 (fribidi-0.1.12.tar.gz) = aa436718992fe4825699b88c6d1e0110 diff --git a/textproc/fribidi/pkg-comment b/textproc/fribidi/pkg-comment new file mode 100644 index 000000000000..bdbd9e1b3bcb --- /dev/null +++ b/textproc/fribidi/pkg-comment @@ -0,0 +1 @@ +FriBidi, a Free Implementation of the Unicode BiDi algorithm diff --git a/textproc/fribidi/pkg-descr b/textproc/fribidi/pkg-descr new file mode 100644 index 000000000000..147991513b95 --- /dev/null +++ b/textproc/fribidi/pkg-descr @@ -0,0 +1,22 @@ +This is is FriBidi, a Free Implementation of the Unicode BiDi algorithm. + +Background +========== +One of the missing links stopping the penetration of free software in +Israel is the lack of support for Hebrew. In order to have proper +Hebrew support, the BiDi algorithm must be implemented. It is my hope +that this library will stimulate more Hebrew free software. + +Of course the BiDi algorithm is not limited to Hebrew, so I expect +that our Arab neighbors will also find this software useful. + +Audience +======== + +It is my hope that this library will stimulate the implementation of +Hebrew and Arabic in lots of free software. Here is a small list of +projects that would benifit from the use of the FriBidi library, but +of course there are many more: Wine, Mozilla, Gtk, Gnome, Qt, KDE, +AbiWord, lynx. + +WWW: http://imagic.weizmann.ac.il/~dov/freesw/FriBidi/ diff --git a/textproc/fribidi/pkg-plist b/textproc/fribidi/pkg-plist new file mode 100644 index 000000000000..c7270762cca6 --- /dev/null +++ b/textproc/fribidi/pkg-plist @@ -0,0 +1,9 @@ +bin/fribidi +bin/fribidi-config +include/fribidi/fribidi.h +include/fribidi/fribidi_char_sets.h +include/fribidi/fribidi_types.h +lib/libfribidi.a +lib/libfribidi.so +lib/libfribidi.so.0 +@dirrm include/fribidi |