Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 17:29:48 +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: r485143 - in head/devel: . pecl-mustache
Message-ID:  <201811171729.wAHHTmOj062571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 17 17:29:47 2018
New Revision: 485143
URL: https://svnweb.freebsd.org/changeset/ports/485143

Log:
  Add pecl-mustache 0.8.1
  
  Mustache is a framework-agnostic way to render logic-free views. php-mustache is
  a C++ implementation of Mustache as a PHP extension.
  
  WWW: https://github.com/jbboehr/php-mustache

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Nov 17 17:28:24 2018	(r485142)
+++ head/devel/Makefile	Sat Nov 17 17:29:47 2018	(r485143)
@@ -4068,6 +4068,7 @@
     SUBDIR += pecl-memoize
     SUBDIR += pecl-msgpack
     SUBDIR += pecl-msgpack0
+    SUBDIR += pecl-mustache
     SUBDIR += pecl-ncurses
     SUBDIR += pecl-newt
     SUBDIR += pecl-params

Added: head/devel/pecl-mustache/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-mustache/Makefile	Sat Nov 17 17:29:47 2018	(r485143)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	mustache
+PORTVERSION=	0.8.1
+CATEGORIES=	devel
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Mustache templating language
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+LIB_DEPENDS=	libmustache.so:devel/libmustache
+
+USES=		compiler:c++11-lang php:pecl
+
+USE_CXXSTD=	c++11
+
+post-patch:
+	@${REINPLACE_CMD} -e '/stdc++/d' ${WRKSRC}/config.m4
+
+.include <bsd.port.mk>

Added: head/devel/pecl-mustache/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-mustache/distinfo	Sat Nov 17 17:29:47 2018	(r485143)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1542444858
+SHA256 (PECL/mustache-0.8.1.tgz) = 9c246dde53bebc51d682b8a9f56b054bd979a2cb8b288965f0bf0d2b0b700213
+SIZE (PECL/mustache-0.8.1.tgz) = 42968

Added: head/devel/pecl-mustache/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-mustache/pkg-descr	Sat Nov 17 17:29:47 2018	(r485143)
@@ -0,0 +1,4 @@
+Mustache is a framework-agnostic way to render logic-free views. php-mustache is
+a C++ implementation of Mustache as a PHP extension.
+
+WWW: https://github.com/jbboehr/php-mustache



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