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/

View File

@@ -2,7 +2,7 @@
# $FreeBSD: head/devel/py-enum34/Makefile 416794 2016-06-12 11:10:00Z bofh $
PORTNAME= enum34
PORTVERSION= 1.1.6
PORTVERSION= 1.1.10
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7
USES= python:2.7-3.3
USES= python:2.7-3.4
USE_PYTHON= distutils autoplist
NO_ARCH= yes

31
python/py-psutil/Makefile Normal file
View File

@@ -0,0 +1,31 @@
# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD: head/sysutils/py-psutil/Makefile 526661 2020-02-21 18:57:16Z sunpoet $
PORTNAME= psutil
PORTVERSION= 5.7.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Process utilities module for Python
#RUN_DEPENDS= ${PY_ENUM34}
#TEST_DEPENDS= ${PY_IPADDRESS}
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}psutil121
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psutil/_psutil_bsd.so \
${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psutil/_psutil_posix.so
.include <bsd.port.pre.mk>
#.if ${PYTHON_REL} < 3000
#TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>=0:python/py-mock@${PY_FLAVOR}
#.endif
.include <bsd.port.post.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1582222968
SHA256 (psutil-5.7.0.tar.gz) = 685ec16ca14d079455892f25bd124df26ff9137664af445563c1bd36629b5e0e
SIZE (psutil-5.7.0.tar.gz) = 449628

View File

@@ -0,0 +1,7 @@
psutil is a module providing an interface for retrieving information on running
processes and system utilization (CPU, memory) in a portable way by using
Python, implementing many functionalities offered by tools like ps, top and
Windows task manager.
WWW: https://pypi.org/project/psutil/
WWW: https://github.com/giampaolo/psutil

View File

@@ -10,7 +10,7 @@ MAINTAINER= rm@FreeBSD.org
COMMENT= Type Hints for Python
NO_ARCH= yes
USES= python:-3.4
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>