Add bidiv 1.4, a bidirectional text filter.
PR: 46827 Submitted by: Yonatan <Yonatan@xpert.com>
This commit is contained in:
parent
c8ea705c5e
commit
8291508dd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75695
5 changed files with 36 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
SUBDIR += aspell
|
||||
SUBDIR += bedic-data
|
||||
SUBDIR += bibtex2html
|
||||
SUBDIR += bidiv
|
||||
SUBDIR += br-aspell
|
||||
SUBDIR += british-ispell
|
||||
SUBDIR += c2html
|
||||
|
|
27
textproc/bidiv/Makefile
Normal file
27
textproc/bidiv/Makefile
Normal file
|
@ -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>
|
1
textproc/bidiv/distinfo
Normal file
1
textproc/bidiv/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (bidiv-1.4.tgz) = 60295b3c82e902086a2494d2ce8d3445
|
5
textproc/bidiv/pkg-descr
Normal file
5
textproc/bidiv/pkg-descr
Normal file
|
@ -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
|
2
textproc/bidiv/pkg-plist
Normal file
2
textproc/bidiv/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $FreeBSD$
|
||||
bin/bidiv
|
Loading…
Reference in a new issue