diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-17 12:28:32 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-17 12:28:32 +0000 |
commit | 8291508dd7cd15377c4335f329d5c068def74011 (patch) | |
tree | 4458895353b405aec0189c2bc0d57bd35f59ea66 /textproc | |
parent | c8ea705c5e174f8f0554357c9bf567c447bea1c8 (diff) | |
download | ports-8291508dd7cd15377c4335f329d5c068def74011.tar.gz ports-8291508dd7cd15377c4335f329d5c068def74011.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
5 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1f3a08a6f1c2..b1a1d5d4e591 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -10,6 +10,7 @@ SUBDIR += aspell SUBDIR += bedic-data SUBDIR += bibtex2html + SUBDIR += bidiv SUBDIR += br-aspell SUBDIR += british-ispell SUBDIR += c2html 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 |