[Midnightbsd-cvs] mports [24030] trunk/textproc: add py-mako
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Aug 29 19:56:32 EDT 2018
Revision: 24030
http://svnweb.midnightbsd.org/mports/?rev=24030
Author: laffer1
Date: 2018-08-29 19:56:32 -0400 (Wed, 29 Aug 2018)
Log Message:
-----------
add py-mako
Modified Paths:
--------------
trunk/textproc/Makefile
Added Paths:
-----------
trunk/textproc/py-mako/
trunk/textproc/py-mako/Makefile
trunk/textproc/py-mako/distinfo
trunk/textproc/py-mako/pkg-descr
Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile 2018-08-29 23:51:15 UTC (rev 24029)
+++ trunk/textproc/Makefile 2018-08-29 23:56:32 UTC (rev 24030)
@@ -166,6 +166,7 @@
SUBDIR += py-chardet
SUBDIR += py-docutils
SUBDIR += py-libxml2
+SUBDIR += py-mako
SUBDIR += py-markdown
SUBDIR += py-pygments
SUBDIR += py-pystemmer
Added: trunk/textproc/py-mako/Makefile
===================================================================
--- trunk/textproc/py-mako/Makefile (rev 0)
+++ trunk/textproc/py-mako/Makefile 2018-08-29 23:56:32 UTC (rev 24030)
@@ -0,0 +1,25 @@
+# $MidnightBSD$
+
+PORTNAME= mako
+PORTVERSION= 1.0.6
+CATEGORIES= textproc www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= Mako-${PORTVERSION}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Super-fast templating language in Python
+
+LICENSE= mit
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker \
+ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:textproc/py-MarkupSafe \
+ ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker \
+ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:textproc/py-MarkupSafe \
+ ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Property changes on: trunk/textproc/py-mako/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/py-mako/distinfo
===================================================================
--- trunk/textproc/py-mako/distinfo (rev 0)
+++ trunk/textproc/py-mako/distinfo 2018-08-29 23:56:32 UTC (rev 24030)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1479379557
+SHA256 (Mako-1.0.6.tar.gz) = 48559ebd872a8e77f92005884b3d88ffae552812cdf17db6768e5c3be5ebbe0d
+SIZE (Mako-1.0.6.tar.gz) = 575112
Property changes on: trunk/textproc/py-mako/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/py-mako/pkg-descr
===================================================================
--- trunk/textproc/py-mako/pkg-descr (rev 0)
+++ trunk/textproc/py-mako/pkg-descr 2018-08-29 23:56:32 UTC (rev 24030)
@@ -0,0 +1,11 @@
+Mako is a template library written in Python. It provides a familiar,
+non-XML syntax which compiles into Python modules for maximum
+performance. Mako's syntax and API borrows from the best ideas of many
+others, including Django templates, Cheetah, Myghty, and
+Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server
+Page) language, which refines the familiar ideas of componentized
+layout and inheritance to produce one of the most straightforward and
+flexible models available, while also maintaining close ties to Python
+calling and scoping semantics.
+
+WWW: http://www.makotemplates.org/
Property changes on: trunk/textproc/py-mako/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list