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:
parent
335b633290
commit
b674531c4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113974
@ -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
|
||||
|
26
converters/pecl-fribidi/Makefile
Normal file
26
converters/pecl-fribidi/Makefile
Normal 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>
|
2
converters/pecl-fribidi/distinfo
Normal file
2
converters/pecl-fribidi/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PECL/fribidi-1.0.tgz) = 360e55f049cdebc96fe797eba78399ef
|
||||
SIZE (PECL/fribidi-1.0.tgz) = 5241
|
7
converters/pecl-fribidi/pkg-descr
Normal file
7
converters/pecl-fribidi/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user