pecl-intl is a Internationalization extension that
implements ICU library functionality in PHP. WWW: http://pecl.php.net/package/intl PR: ports/125080 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
3854d07738
commit
8bac51d93e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215889
4 changed files with 34 additions and 0 deletions
|
@ -1927,6 +1927,7 @@
|
|||
SUBDIR += pecl-hidef
|
||||
SUBDIR += pecl-htscanner
|
||||
SUBDIR += pecl-inclued
|
||||
SUBDIR += pecl-intl
|
||||
SUBDIR += pecl-json
|
||||
SUBDIR += pecl-mcve
|
||||
SUBDIR += pecl-operator
|
||||
|
|
25
devel/pecl-intl/Makefile
Normal file
25
devel/pecl-intl/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: pecl-intl
|
||||
# Date created: June 28, 2008
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= intl
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
#DISTNAME= svn-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A PECL extension to support Internationalization(ICU)
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/pecl-intl/distinfo
Normal file
3
devel/pecl-intl/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (PECL/intl-1.0.0.tgz) = ce06390ec308f4d00bfe71dd5bc5867b
|
||||
SHA256 (PECL/intl-1.0.0.tgz) = 6e6abd7ef377a81767edf7ec60f72093985be701472a1c8787ea8e741c9dcc5d
|
||||
SIZE (PECL/intl-1.0.0.tgz) = 130386
|
5
devel/pecl-intl/pkg-descr
Normal file
5
devel/pecl-intl/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
pecl-intl is a Internationalization extension that
|
||||
implements ICU library functionality in PHP.About
|
||||
ICU please visit http://www.icu-project.org/
|
||||
|
||||
WWW: http://pecl.php.net/package/intl
|
Loading…
Reference in a new issue