Index: devel/Makefile =================================================================== --- devel/Makefile (revision 484390) +++ devel/Makefile (working copy) @@ -4069,6 +4069,7 @@ SUBDIR += pecl-params SUBDIR += pecl-propro SUBDIR += pecl-propro2 + SUBDIR += pecl-psr SUBDIR += pecl-pthreads SUBDIR += pecl-pthreads2 SUBDIR += pecl-qb Index: devel/pecl-psr/Makefile =================================================================== --- devel/pecl-psr/Makefile (nonexistent) +++ devel/pecl-psr/Makefile (working copy) @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= psr +PORTVERSION= 0.5.1 +CATEGORIES= devel + +MAINTAINER= joneum@FreeBSD.org +COMMENT= psr to be used the PSR interfaces + +LICENSE= BSD2CLAUSE + +USES= php:pecl + +.include Property changes on: devel/pecl-psr/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/pecl-psr/distinfo =================================================================== --- devel/pecl-psr/distinfo (nonexistent) +++ devel/pecl-psr/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1541577881 +SHA256 (PECL/psr-0.5.1.tgz) = 7c713c887a54333ed96c07f09b227dfbda5c182c4738976565fe1c2f24cb0934 +SIZE (PECL/psr-0.5.1.tgz) = 24075 Property changes on: devel/pecl-psr/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/pecl-psr/pkg-descr =================================================================== --- devel/pecl-psr/pkg-descr (nonexistent) +++ devel/pecl-psr/pkg-descr (working copy) @@ -0,0 +1,5 @@ +This PHP extension provides the interfaces from the PSR standards as established +by the PHP-FIG group. You can use interfaces provided by this extension in +another extension easily + +WWW: https:pecl.php.net/package/psr Property changes on: devel/pecl-psr/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property