Bug 132043 - [New Port]textproc/py-Tempita:A very small text templating language
Summary: [New Port]textproc/py-Tempita:A very small text templating language
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 07:40 UTC by wenheping
Modified: 2009-02-27 15:30 UTC (History)
0 users

See Also:


Attachments
file.shar (1.94 KB, text/plain)
2009-02-24 07:40 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-02-24 07:40:01 UTC
Tempita is a small templating language for text substitution.
This isn't meant to be the Next Big Thing in templating; it's
just a handy little templating language for when your project
outgrows string.Template or % substitution. It's small, it
embeds Python in strings, and it doesn't do much else.

WWW:    http://pythonpaste.org/tempita/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-24 07:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-02-27 15:24:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-02-27 15:27:40 UTC
miwi        2009-02-27 15:27:31 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-Tempita       Makefile distinfo pkg-descr pkg-plist 
  Log:
  Tempita is a small templating language for text substitution.
  This isn't meant to be the Next Big Thing in templating; it's
  just a handy little templating language for when your project
  outgrows string.Template or % substitution. It's small, it
  embeds Python in strings, and it doesn't do much else.
  
  WWW:    http://pythonpaste.org/tempita/
  
  PR:             ports/132043
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.2272    +1 -0      ports/www/Makefile
  1.1       +20 -0     ports/www/py-Tempita/Makefile (new)
  1.1       +3 -0      ports/www/py-Tempita/distinfo (new)
  1.1       +7 -0      ports/www/py-Tempita/pkg-descr (new)
  1.1       +1 -0      ports/www/py-Tempita/pkg-plist (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"