1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Add pecl-fribidi 1.0, a PECL extension for the unicode Bidi algorithm.

This commit is contained in:
Alex Dupre 2004-07-19 07:26:57 +00:00
parent 335b633290
commit b674531c4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113974
4 changed files with 36 additions and 0 deletions

View File

@ -53,6 +53,7 @@
SUBDIR += p5-Unicode-Map8
SUBDIR += p5-Unicode-MapUTF8
SUBDIR += p5-Unicode-String
SUBDIR += pecl-fribidi
SUBDIR += psiconv
SUBDIR += py-cjkcodecs
SUBDIR += py-iconv

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: pecl-fribidi
# Date created: 9 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fribidi
PORTVERSION= 1.0
CATEGORIES= converters pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= A PECL extension for the unicode Bidi algorithm
LIB_DEPENDS= fribidi.0:${PORTSDIR}/converters/fribidi
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (PECL/fribidi-1.0.tgz) = 360e55f049cdebc96fe797eba78399ef
SIZE (PECL/fribidi-1.0.tgz) = 5241

View File

@ -0,0 +1,7 @@
A PHP frontend to the FriBidi library: an implementation of the unicode
Bidi algorithm, provides means for handling right-to-left text.
WWW: http://pecl.php.net/package/fribidi/
- Alex Dupre
ale@FreeBSD.org