Bug 217418 - [New port] textproc/kiss-templates: Type safe "Keep it simple, stupid" text templates for C++
Summary: [New port] textproc/kiss-templates: Type safe "Keep it simple, stupid" text t...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-28 11:18 UTC by Andreas Sommer
Modified: 2017-02-28 23:38 UTC (History)
1 user (show)

See Also:


Attachments
Port skeleton (9.44 KB, text/plain)
2017-02-28 11:18 UTC, Andreas Sommer
no flags Details
Port skeleton (2.10 KB, text/plain)
2017-02-28 21:34 UTC, Andreas Sommer
no flags Details
poudriere testport output with option TEST=on (i.e. including unit tests) (123.22 KB, text/plain)
2017-02-28 21:35 UTC, Andreas Sommer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sommer 2017-02-28 11:18:24 UTC
Created attachment 180358 [details]
Port skeleton
Comment 1 Michael Gmelin freebsd_committer freebsd_triage 2017-02-28 11:33:37 UTC
Can you attach a poudriere build log output that includes stage-qa etc.?
Comment 2 Andreas Sommer 2017-02-28 21:34:23 UTC
Created attachment 180376 [details]
Port skeleton

Updated kiss-template to 0.18 which removes the need for patching a CMake file
Comment 3 Andreas Sommer 2017-02-28 21:35:01 UTC
Created attachment 180377 [details]
poudriere testport output with option TEST=on (i.e. including unit tests)
Comment 4 Michael Gmelin freebsd_committer freebsd_triage 2017-02-28 23:13:05 UTC
Will commit this with a few changes:
 - Move pkg-plist to PLIST_FILES in Makefile, due to less than six files in the list as suggested by portlint(1).
 - Change explicit options check to generic variable replacements (see [0])
 - Some minor formatting changes

[0] https://www.freebsd.org/doc/en/books/porters-handbook/makefile-options.html#options-variables
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-02-28 23:29:59 UTC
A commit references this bug:

Author: grembo
Date: Tue Feb 28 23:28:56 UTC 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@googlemail.com>

Changes:
  head/textproc/Makefile
  head/textproc/kiss-templates/
  head/textproc/kiss-templates/Makefile
  head/textproc/kiss-templates/distinfo
  head/textproc/kiss-templates/pkg-descr