svn commit: r435110 - in head/textproc: . kiss-templates

Michael Gmelin grembo at FreeBSD.org
Tue Feb 28 23:28:57 UTC 2017


Author: grembo
Date: Tue Feb 28 23:28:55 2017
New Revision: 435110
URL: https://svnweb.freebsd.org/changeset/ports/435110

Log:
  New port: textproc/kiss-templates
  
  Type safe "Keep it simple, stupid" text templates for C++.
  
  WWW: https://github.com/rbock/kiss-templates
  
  PR:		217418
  Submitted by:	Andreas Sommer <andreas.sommer87 at googlemail.com>

Added:
  head/textproc/kiss-templates/
  head/textproc/kiss-templates/Makefile   (contents, props changed)
  head/textproc/kiss-templates/distinfo   (contents, props changed)
  head/textproc/kiss-templates/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Feb 28 22:54:12 2017	(r435109)
+++ head/textproc/Makefile	Tue Feb 28 23:28:55 2017	(r435110)
@@ -372,6 +372,7 @@
     SUBDIR += kibana45
     SUBDIR += kibana50
     SUBDIR += kibana50-x-pack
+    SUBDIR += kiss-templates
     SUBDIR += kmfl-european-latin
     SUBDIR += kmfl-khmer
     SUBDIR += kmfl-sil-ezra

Added: head/textproc/kiss-templates/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/kiss-templates/Makefile	Tue Feb 28 23:28:55 2017	(r435110)
@@ -0,0 +1,32 @@
+# Created by: Andreas Sommer <andreas.sommer87 at googlemail.com>
+# $FreeBSD$
+
+PORTNAME=		kiss-templates
+PORTVERSION=		0.18
+CATEGORIES=		textproc
+
+MAINTAINER=		andreas.sommer87 at googlemail.com
+COMMENT=		Type safe "Keep it simple, stupid" text templates for C++
+
+LICENSE=		BSD2CLAUSE
+LICENSE_FILE=		${WRKSRC}/LICENSE
+
+USE_GITHUB=		yes
+GH_ACCOUNT=		rbock
+
+PLIST_FILES=		bin/kiste2cpp \
+			include/kiste/html.h \
+			include/kiste/kiste.h \
+			include/kiste/raw.h \
+			include/kiste/terminal.h
+
+USES=			cmake
+
+OPTIONS_DEFINE=		TEST
+TEST_DESC=		Build with unit tests
+TEST_BUILD_DEPENDS=	boost-libs>=1.55:devel/boost-libs
+TEST_USES=		python:2,build,test shebangfix
+TEST_TEST_TARGET=	test
+SHEBANG_FILES=		tests/comparison-based/generate.py tests/differ.py
+
+.include <bsd.port.mk>

Added: head/textproc/kiss-templates/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/kiss-templates/distinfo	Tue Feb 28 23:28:55 2017	(r435110)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1488320042
+SHA256 (rbock-kiss-templates-0.18_GH0.tar.gz) = 9ef6441b6dff992de8a8189b35293bef2b8f1892dee2f3d1dd6d0d6d6f6fb5e9
+SIZE (rbock-kiss-templates-0.18_GH0.tar.gz) = 27930

Added: head/textproc/kiss-templates/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/kiss-templates/pkg-descr	Tue Feb 28 23:28:55 2017	(r435110)
@@ -0,0 +1,3 @@
+Type safe "Keep it simple, stupid" text templates for C++.
+
+WWW: https://github.com/rbock/kiss-templates


More information about the svn-ports-all mailing list