Date: Wed, 5 Sep 2012 22:00:27 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303727 - in head/devel: . py-Jinja2-doc Message-ID: <201209052200.q85M0RZk009090@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Wed Sep 5 22:00:27 2012 New Revision: 303727 URL: http://svn.freebsd.org/changeset/ports/303727 Log: Documentation of Jinja2 template engine. WWW: http://jinja.pocoo.org/docs/ Added: head/devel/py-Jinja2-doc/ head/devel/py-Jinja2-doc/Makefile (contents, props changed) head/devel/py-Jinja2-doc/pkg-descr (contents, props changed) head/devel/py-Jinja2-doc/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Sep 5 21:56:12 2012 (r303726) +++ head/devel/Makefile Wed Sep 5 22:00:27 2012 (r303727) @@ -3144,6 +3144,7 @@ SUBDIR += py-InlineEgg SUBDIR += py-Jinja SUBDIR += py-Jinja2 + SUBDIR += py-Jinja2-doc SUBDIR += py-Missing SUBDIR += py-MultiMapping SUBDIR += py-PEAK-Rules Added: head/devel/py-Jinja2-doc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Jinja2-doc/Makefile Wed Sep 5 22:00:27 2012 (r303727) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -doc + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Documentation of Jinja2 template engine + +LICENSE= BSD + +DESCR= ${.CURDIR}/pkg-descr + +MASTERDIR= ${.CURDIR}/../py-Jinja2 + +OPTIONS_DEFINE= +OPTIONS_DEFAULT= + +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" Added: head/devel/py-Jinja2-doc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Jinja2-doc/pkg-descr Wed Sep 5 22:00:27 2012 (r303727) @@ -0,0 +1,3 @@ +Documentation of Jinja2 template engine. + +WWW: http://jinja.pocoo.org/docs/ Added: head/devel/py-Jinja2-doc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Jinja2-doc/pkg-plist Wed Sep 5 22:00:27 2012 (r303727) @@ -0,0 +1,53 @@ +@comment $FreeBSD$ +%%DOCSDIR%%/.buildinfo +%%DOCSDIR%%/_sources/api.txt +%%DOCSDIR%%/_sources/changelog.txt +%%DOCSDIR%%/_sources/extensions.txt +%%DOCSDIR%%/_sources/faq.txt +%%DOCSDIR%%/_sources/index.txt +%%DOCSDIR%%/_sources/integration.txt +%%DOCSDIR%%/_sources/intro.txt +%%DOCSDIR%%/_sources/latexindex.txt +%%DOCSDIR%%/_sources/sandbox.txt +%%DOCSDIR%%/_sources/switching.txt +%%DOCSDIR%%/_sources/templates.txt +%%DOCSDIR%%/_sources/tricks.txt +%%DOCSDIR%%/_static/ajax-loader.gif +%%DOCSDIR%%/_static/basic.css +%%DOCSDIR%%/_static/comment-bright.png +%%DOCSDIR%%/_static/comment-close.png +%%DOCSDIR%%/_static/comment.png +%%DOCSDIR%%/_static/doctools.js +%%DOCSDIR%%/_static/down-pressed.png +%%DOCSDIR%%/_static/down.png +%%DOCSDIR%%/_static/file.png +%%DOCSDIR%%/_static/jinja-small.png +%%DOCSDIR%%/_static/jinja.css +%%DOCSDIR%%/_static/jquery.js +%%DOCSDIR%%/_static/minus.png +%%DOCSDIR%%/_static/plus.png +%%DOCSDIR%%/_static/pygments.css +%%DOCSDIR%%/_static/searchtools.js +%%DOCSDIR%%/_static/underscore.js +%%DOCSDIR%%/_static/up-pressed.png +%%DOCSDIR%%/_static/up.png +%%DOCSDIR%%/_static/websupport.js +%%DOCSDIR%%/api.html +%%DOCSDIR%%/changelog.html +%%DOCSDIR%%/extensions.html +%%DOCSDIR%%/faq.html +%%DOCSDIR%%/genindex.html +%%DOCSDIR%%/index.html +%%DOCSDIR%%/integration.html +%%DOCSDIR%%/intro.html +%%DOCSDIR%%/latexindex.html +%%DOCSDIR%%/objects.inv +%%DOCSDIR%%/sandbox.html +%%DOCSDIR%%/search.html +%%DOCSDIR%%/searchindex.js +%%DOCSDIR%%/switching.html +%%DOCSDIR%%/templates.html +%%DOCSDIR%%/tricks.html +@dirrm %%DOCSDIR%%/_static +@dirrm %%DOCSDIR%%/_sources +@dirrm %%DOCSDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209052200.q85M0RZk009090>