diff --git a/devel/Makefile b/devel/Makefile index fcf62a8d854c..948f2c683960 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-Jinja2-doc/Makefile b/devel/py-Jinja2-doc/Makefile new file mode 100644 index 000000000000..dec469780e81 --- /dev/null +++ b/devel/py-Jinja2-doc/Makefile @@ -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" diff --git a/devel/py-Jinja2-doc/pkg-descr b/devel/py-Jinja2-doc/pkg-descr new file mode 100644 index 000000000000..b1d7d785bc1d --- /dev/null +++ b/devel/py-Jinja2-doc/pkg-descr @@ -0,0 +1,3 @@ +Documentation of Jinja2 template engine. + +WWW: http://jinja.pocoo.org/docs/ diff --git a/devel/py-Jinja2-doc/pkg-plist b/devel/py-Jinja2-doc/pkg-plist new file mode 100644 index 000000000000..bc661136143e --- /dev/null +++ b/devel/py-Jinja2-doc/pkg-plist @@ -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%%