Bug 217343 - [New Port] devel/rubygem-mustache0 Framework-agnostic way to render logic-free views
Summary: [New Port] devel/rubygem-mustache0 Framework-agnostic way to render logic-fre...
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: 217345
  Show dependency treegraph
 
Reported: 2017-02-25 09:26 UTC by Sir l33tname
Modified: 2017-03-09 21:55 UTC (History)
3 users (show)

See Also:
sirl33tname: maintainer-feedback? (ruby)


Attachments
svn diff for devel/rubygem-mustache0 (2.86 KB, patch)
2017-02-25 09:26 UTC, Sir l33tname
no flags Details | Diff
Poudriere testport output (16.72 KB, text/plain)
2017-02-25 09:28 UTC, Sir l33tname
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sir l33tname 2017-02-25 09:26:55 UTC
Created attachment 180277 [details]
svn diff for devel/rubygem-mustache0

www/rubygem-gollum depends on an older (0.X) mustache version.
Comment 1 Sir l33tname 2017-02-25 09:28:35 UTC
Created attachment 180278 [details]
Poudriere testport output
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-03-09 21:54:15 UTC
A commit references this bug:

Author: swills
Date: Thu Mar  9 21:53:19 UTC 2017
New revision: 435804
URL: https://svnweb.freebsd.org/changeset/ports/435804

Log:
  devel/rubygem-mustache0: create port for 0.x version of mustache

  Inspired by ctemplate, Mustache is a framework-agnostic way to render
  logic-free views.

  As ctemplates says, "It emphasizes separating logic from presentation:
  it is impossible to embed application logic in this template
  language.

  Think of Mustache as a replacement for your views. Instead of views
  consisting of ERB or HAML with random helpers and arbitrary logic,
  your views are broken into two parts: a Ruby class and an HTML
  template.

  WWW: https://github.com/mustache/mustache

  PR:		217343
  Submitted by:	Sir l33tname <sirl33tname@gmail.com>

Changes:
  head/devel/Makefile
  head/devel/rubygem-mustache0/
  head/devel/rubygem-mustache0/Makefile
  head/devel/rubygem-mustache0/distinfo
Comment 3 Steve Wills freebsd_committer freebsd_triage 2017-03-09 21:55:31 UTC
Committed, thanks!