add node 14

This commit is contained in:
ziggi
2020-10-02 03:16:50 +00:00
parent 5c42b9ad58
commit 41b8f702ca
116 changed files with 11115 additions and 851 deletions

View File

@@ -0,0 +1,23 @@
# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD: head/devel/py-cheetah3/Makefile 528099 2020-03-09 09:32:07Z amdmi3 $
PORTNAME= cheetah
DISTVERSION= 3.2.4
CATEGORIES= devel textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 3
DISTNAME= Cheetah3-${DISTVERSION}
MAINTAINER= FreeBSD@ShaneWare.Biz
COMMENT= HTML template engine for Python
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:python/py-markdown@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/Cheetah/*.so
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1569732902
SHA256 (Cheetah3-3.2.4.tar.gz) = caabb9c22961a3413ac85cd1e5525ec9ca80daeba6555f4f60802b6c256e252b
SIZE (Cheetah3-3.2.4.tar.gz) = 294969

View File

@@ -0,0 +1,7 @@
Cheetah is a Python-powered template engine and code generator. It
can be used as a standalone utility or it can be combined with other
tools. Cheetah has many potential uses, but web developers looking
for a viable alternative to ASP, JSP, PHP and PSP are expected to
be its principle user group.
WWW: https://cheetahtemplate.org/