svn commit: r517625 - in head/www: . py-crossplane

Sergey A. Osokin osa at FreeBSD.org
Fri Nov 15 01:23:04 UTC 2019


Author: osa
Date: Fri Nov 15 01:23:03 2019
New Revision: 517625
URL: https://svnweb.freebsd.org/changeset/ports/517625

Log:
  Add crossplane, the command-line utility to convert NGINX
  configurations into JSON and back.

Added:
  head/www/py-crossplane/
  head/www/py-crossplane/Makefile   (contents, props changed)
  head/www/py-crossplane/distinfo   (contents, props changed)
  head/www/py-crossplane/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Nov 14 23:22:13 2019	(r517624)
+++ head/www/Makefile	Fri Nov 15 01:23:03 2019	(r517625)
@@ -1448,6 +1448,7 @@
     SUBDIR += py-collective.easytemplate
     SUBDIR += py-collective.templateengines
     SUBDIR += py-cookies
+    SUBDIR += py-crossplane
     SUBDIR += py-css-parser
     SUBDIR += py-csscompressor
     SUBDIR += py-cssmin

Added: head/www/py-crossplane/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-crossplane/Makefile	Fri Nov 15 01:23:03 2019	(r517625)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	crossplane
+DISTVERSION=	0.5.3
+DISTVERSIONPREFIX=	v
+CATEGORIES=	www python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	absl-py-${PORTVERSION}
+
+MAINTAINER=	osa at FreeBSD.org
+COMMENT=	NGINX configurations converter into JSON and back
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	nginxinc
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-crossplane/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-crossplane/distinfo	Fri Nov 15 01:23:03 2019	(r517625)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1573780479
+SHA256 (nginxinc-crossplane-v0.5.3_GH0.tar.gz) = 6c6f1413a00e7d0477cb95329bbb3d71339e3c487011f9ed899c47afd8daddcd
+SIZE (nginxinc-crossplane-v0.5.3_GH0.tar.gz) = 85939

Added: head/www/py-crossplane/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-crossplane/pkg-descr	Fri Nov 15 01:23:03 2019	(r517625)
@@ -0,0 +1,5 @@
+Crossplane is reliable and fast NGINX configuration file parser and
+builder, it's quick and reliable way to convert NGINX configurations
+into JSON and back.
+
+WWW: https://github.com/nginxinc/crossplane


More information about the svn-ports-all mailing list