create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

23
python/py-mako/Makefile Normal file
View File

@@ -0,0 +1,23 @@
# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD: head/textproc/py-mako/Makefile 437390 2017-04-01 00:31:09Z wen $
PORTNAME= mako
PORTVERSION= 1.0.6
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Mako-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Super-fast templating language in Python
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:python/py-beaker@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:python/py-MarkupSafe@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Babel>0:python/py-babel@${PY_FLAVOR}
RUN_DEPENDS= ${BUILD_DEPENDS}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

3
python/py-mako/distinfo Normal file
View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1479379557
SHA256 (Mako-1.0.6.tar.gz) = 48559ebd872a8e77f92005884b3d88ffae552812cdf17db6768e5c3be5ebbe0d
SIZE (Mako-1.0.6.tar.gz) = 575112

11
python/py-mako/pkg-descr Normal file
View File

@@ -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/