[Midnightbsd-cvs] mports [17888] trunk/devel: add pecl-intl port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Dec 18 18:55:04 EST 2014


Revision: 17888
          http://svnweb.midnightbsd.org/mports/?rev=17888
Author:   laffer1
Date:     2014-12-18 18:55:03 -0500 (Thu, 18 Dec 2014)
Log Message:
-----------
add pecl-intl port

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/pecl-intl/
    trunk/devel/pecl-intl/Makefile
    trunk/devel/pecl-intl/distinfo
    trunk/devel/pecl-intl/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2014-12-18 23:50:04 UTC (rev 17887)
+++ trunk/devel/Makefile	2014-12-18 23:55:03 UTC (rev 17888)
@@ -372,6 +372,7 @@
 SUBDIR += pcre
 SUBDIR += pcsc-lite
 SUBDIR += pear
+SUBDIR += pecl-intl
 SUBDIR += performance
 SUBDIR += perltidy
 SUBDIR += php-xdebug

Added: trunk/devel/pecl-intl/Makefile
===================================================================
--- trunk/devel/pecl-intl/Makefile	                        (rev 0)
+++ trunk/devel/pecl-intl/Makefile	2014-12-18 23:55:03 UTC (rev 17888)
@@ -0,0 +1,22 @@
+# $FreeBSD: head/devel/pecl-intl/Makefile 373134 2014-11-23 09:20:03Z sunpoet $
+# $MidnightBSD$
+
+PORTNAME=	intl
+PORTVERSION=	3.0.0
+CATEGORIES=	devel pear
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+DIST_SUBDIR=	PECL
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	PECL extension to support Internationalization(ICU)
+
+LICENSE=	php
+
+LIB_DEPENDS=	libicui18n.so:${PORTSDIR}/devel/icu
+
+USE_PHP=	yes
+USE_PHPEXT=	yes
+USES=		tar:tgz
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/pecl-intl/Makefile
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/devel/pecl-intl/distinfo
===================================================================
--- trunk/devel/pecl-intl/distinfo	                        (rev 0)
+++ trunk/devel/pecl-intl/distinfo	2014-12-18 23:55:03 UTC (rev 17888)
@@ -0,0 +1,2 @@
+SHA256 (PECL/intl-3.0.0.tgz) = 88bdda718fcb0341256841f1d63bfbe3686aa2f877ad47e999815d537a255f87
+SIZE (PECL/intl-3.0.0.tgz) = 248200


Property changes on: trunk/devel/pecl-intl/distinfo
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/devel/pecl-intl/pkg-descr
===================================================================
--- trunk/devel/pecl-intl/pkg-descr	                        (rev 0)
+++ trunk/devel/pecl-intl/pkg-descr	2014-12-18 23:55:03 UTC (rev 17888)
@@ -0,0 +1,6 @@
+pecl-intl is an Internationalization extension that implements ICU [1] library
+functionality in PHP.
+
+[1] http://www.icu-project.org/
+
+WWW: http://pecl.php.net/package/intl


Property changes on: trunk/devel/pecl-intl/pkg-descr
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list