mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
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@googlemail.com>
This commit is contained in:
parent
219539d204
commit
f7619b0899
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435110
@ -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
|
||||
|
32
textproc/kiss-templates/Makefile
Normal file
32
textproc/kiss-templates/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# Created by: Andreas Sommer <andreas.sommer87@googlemail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kiss-templates
|
||||
PORTVERSION= 0.18
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= andreas.sommer87@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>
|
3
textproc/kiss-templates/distinfo
Normal file
3
textproc/kiss-templates/distinfo
Normal file
@ -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
|
3
textproc/kiss-templates/pkg-descr
Normal file
3
textproc/kiss-templates/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Type safe "Keep it simple, stupid" text templates for C++.
|
||||
|
||||
WWW: https://github.com/rbock/kiss-templates
|
Loading…
Reference in New Issue
Block a user