Bug 166314 - [new port] textproc/pystache: a Python implementation of Mustache
Summary: [new port] textproc/pystache: a Python implementation of Mustache
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 10:00 UTC by Grzegorz Blach
Modified: 2012-03-25 20:45 UTC (History)
0 users

See Also:


Attachments
file.shar (1.54 KB, text/plain)
2012-03-22 10:00 UTC, Grzegorz Blach
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2012-03-22 10:00:30 UTC
Pystache is a Python implementation of Mustache.
Inspired by ctemplate and et, Mustache is a framework-agnostic
way to render logic-free views.


https://github.com/defunkt/pystache


Port on redports.org:
http://redports.org/browser/magik/textproc/pystache

Fix: Patch attached with submission follows:
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-03-25 20:26:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-25 20:30:58 UTC
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"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-03-25 20:45:45 UTC
State Changed
From-To: open->closed

Committed as textproc/py-pystache. Thank you!