Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2018 20:36:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485258 - in head/devel: . pecl-psr
Message-ID:  <201811182036.wAIKaQqe013151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 18 20:36:26 2018
New Revision: 485258
URL: https://svnweb.freebsd.org/changeset/ports/485258

Log:
  Add pecl-psr 0.6.1
  
  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://github.com/jbboehr/php-psr

Added:
  head/devel/pecl-psr/
  head/devel/pecl-psr/Makefile   (contents, props changed)
  head/devel/pecl-psr/distinfo   (contents, props changed)
  head/devel/pecl-psr/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Nov 18 20:03:15 2018	(r485257)
+++ head/devel/Makefile	Sun Nov 18 20:36:26 2018	(r485258)
@@ -4074,6 +4074,7 @@
     SUBDIR += pecl-params
     SUBDIR += pecl-propro
     SUBDIR += pecl-propro2
+    SUBDIR += pecl-psr
     SUBDIR += pecl-pthreads
     SUBDIR += pecl-pthreads2
     SUBDIR += pecl-qb

Added: head/devel/pecl-psr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-psr/Makefile	Sun Nov 18 20:36:26 2018	(r485258)
@@ -0,0 +1,16 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	psr
+PORTVERSION=	0.6.1
+CATEGORIES=	devel
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Provides accepted PSR interfaces
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+USES=		php:pecl
+
+.include <bsd.port.mk>

Added: head/devel/pecl-psr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-psr/distinfo	Sun Nov 18 20:36:26 2018	(r485258)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1542441591
+SHA256 (PECL/psr-0.6.1.tgz) = 57ccc6293ddb56b3cae2620bb3dc00f145d5edb42e38b160d93ed968fcbb1bae
+SIZE (PECL/psr-0.6.1.tgz) = 25747

Added: head/devel/pecl-psr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-psr/pkg-descr	Sun Nov 18 20:36:26 2018	(r485258)
@@ -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://github.com/jbboehr/php-psr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811182036.wAIKaQqe013151>