svn commit: r472171 - in head/misc: . py-serverfiles

Yuri Victorovich yuri at FreeBSD.org
Mon Jun 11 08:28:15 UTC 2018


Author: yuri
Date: Mon Jun 11 08:28:13 2018
New Revision: 472171
URL: https://svnweb.freebsd.org/changeset/ports/472171

Log:
  New port: misc/py-serverfiles: Access files on a HTTP server and store them locally for reuse

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

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Mon Jun 11 08:18:30 2018	(r472170)
+++ head/misc/Makefile	Mon Jun 11 08:28:13 2018	(r472171)
@@ -421,6 +421,7 @@
     SUBDIR += py-qt4-demo
     SUBDIR += py-qt4-doc
     SUBDIR += py-qt5-demo
+    SUBDIR += py-serverfiles
     SUBDIR += py-socli
     SUBDIR += py-spdx
     SUBDIR += py-spdx-lookup

Added: head/misc/py-serverfiles/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-serverfiles/Makefile	Mon Jun 11 08:28:13 2018	(r472171)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	serverfiles
+DISTVERSION=	0.2.1
+CATEGORIES=	misc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Access files on a HTTP server and store them locally for reuse
+
+LICENSE=	GPLv3+
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/misc/py-serverfiles/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-serverfiles/distinfo	Mon Jun 11 08:28:13 2018	(r472171)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1528705281
+SHA256 (serverfiles-0.2.1.tar.gz) = 7dfe1c28c7792231758929e3cbc24bff71bdc0120594d01e6f9b94847addf871
+SIZE (serverfiles-0.2.1.tar.gz) = 11127

Added: head/misc/py-serverfiles/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-serverfiles/pkg-descr	Mon Jun 11 08:28:13 2018	(r472171)
@@ -0,0 +1,4 @@
+An utility that accesses files on a HTTP server and stores them locally
+for reuse.
+
+WWW: https://pypi.org/project/serverfiles/


More information about the svn-ports-all mailing list