diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-17 10:26:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-17 10:26:49 +0000 |
commit | 8ff38a8618b345777051c4ad1d00183de897a3d1 (patch) | |
tree | 67de04036e185d43077f1ce3db6c95381beb5fcd /textproc | |
parent | b6bd4a138f4b0faa1268274120d9080901077fcd (diff) | |
download | ports-8ff38a8618b345777051c4ad1d00183de897a3d1.tar.gz ports-8ff38a8618b345777051c4ad1d00183de897a3d1.zip |
Notes
Diffstat (limited to 'textproc')
-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 |