diff options
author | markp <markp@FreeBSD.org> | 2003-02-17 20:28:32 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2003-02-17 20:28:32 +0800 |
commit | 328701d71c91a6ea740c6541010d4101737c1822 (patch) | |
tree | 22163270dfd081bdc4e82a72757edacc8fc90aa2 /textproc/bidiv | |
parent | 8f941f6af41fcc07675a575060a3f2e891154732 (diff) | |
download | freebsd-ports-gnome-328701d71c91a6ea740c6541010d4101737c1822.tar.gz freebsd-ports-gnome-328701d71c91a6ea740c6541010d4101737c1822.tar.zst freebsd-ports-gnome-328701d71c91a6ea740c6541010d4101737c1822.zip |
Add bidiv 1.4, a bidirectional text filter.
PR: 46827
Submitted by: Yonatan <Yonatan@xpert.com>
Diffstat (limited to 'textproc/bidiv')
-rw-r--r-- | textproc/bidiv/Makefile | 27 | ||||
-rw-r--r-- | textproc/bidiv/distinfo | 1 | ||||
-rw-r--r-- | textproc/bidiv/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/bidiv/pkg-plist | 2 |
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/bidiv/Makefile b/textproc/bidiv/Makefile new file mode 100644 index 000000000000..65ebe9c4c05f --- /dev/null +++ b/textproc/bidiv/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: bidiv +# Date created: 06 Jan 2003 +# Whom: Yonatan <Yonatan@xpert.com> +# +# $FreeBSD$ +# + +PORTNAME= bidiv +PORTVERSION= 1.4 +CATEGORIES= textproc +MASTER_SITES= http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/ +EXTRACT_SUFX= .tgz + +MAINTAINER= Yonatan@xpert.com +COMMENT= A bidirectional text filter + +LIB_DEPENDS= fribidi.0:${PORTSDIR}/converters/fribidi + +USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/bidiv +MAN1= bidiv.1 +MAKE_ENV+= CC_OPT_FLAGS="${CFLAGS}" + +post-patch: + ${REINPLACE_CMD} -E "s/^(PREFIX|CC_OPT_FLAGS).+//g;" ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/textproc/bidiv/distinfo b/textproc/bidiv/distinfo new file mode 100644 index 000000000000..9e99117596c7 --- /dev/null +++ b/textproc/bidiv/distinfo @@ -0,0 +1 @@ +MD5 (bidiv-1.4.tgz) = 60295b3c82e902086a2494d2ce8d3445 diff --git a/textproc/bidiv/pkg-descr b/textproc/bidiv/pkg-descr new file mode 100644 index 000000000000..6103f1786b1e --- /dev/null +++ b/textproc/bidiv/pkg-descr @@ -0,0 +1,5 @@ +bidiv is a filter for changing birectional text stored in +logical-order to 8-bit visual order text for viewing on terminals +which do not handle bidirectionality. + +WWW: http://www.ivrix.org.il diff --git a/textproc/bidiv/pkg-plist b/textproc/bidiv/pkg-plist new file mode 100644 index 000000000000..251a5a8aee21 --- /dev/null +++ b/textproc/bidiv/pkg-plist @@ -0,0 +1,2 @@ +@comment $FreeBSD$ +bin/bidiv |