Summary: | [new port] textproc/pystache: a Python implementation of Mustache | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Grzegorz Blach <magik> | ||||
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Grzegorz Blach
2012-03-22 10:00:30 UTC
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it. rm 2012-03-25 19:30:49 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/py-pystache Makefile distinfo pkg-descr Log: Pystache is a Python implementation of Mustache. Inspired by ctemplate and et, Mustache is a framework-agnostic way to render logic-free views. WWW: https://github.com/defunkt/pystache PR: 166314 Submitted by: Grzegorz Blach <magik@roorback.net> Feature safe: yes Revision Changes Path 1.1710 +1 -0 ports/textproc/Makefile 1.1 +23 -0 ports/textproc/py-pystache/Makefile (new) 1.1 +2 -0 ports/textproc/py-pystache/distinfo (new) 1.1 +5 -0 ports/textproc/py-pystache/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed as textproc/py-pystache. Thank you! |