mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add new port www/py-wsgidav
PR: 193313 Submitted by: JingFeng Yan WsgiDAV is a WebDAV server for sharing files and other resources over the web. It is based on the WSGI interface. It comes bundled with a simple WSGI web server. This package is based on PyFileServer by Ho Chun Wei.
This commit is contained in:
parent
bc20ee9439
commit
3c59d30b47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372235
4 changed files with 28 additions and 0 deletions
|
@ -1697,6 +1697,7 @@
|
|||
SUBDIR += py-wikitools
|
||||
SUBDIR += py-ws4py
|
||||
SUBDIR += py-wsgiauth
|
||||
SUBDIR += py-wsgidav
|
||||
SUBDIR += py-zope.app.wsgi
|
||||
SUBDIR += pyblosxom
|
||||
SUBDIR += pydio
|
||||
|
|
20
www/py-wsgidav/Makefile
Normal file
20
www/py-wsgidav/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= WsgiDAV
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yan_jingfeng@yahoo.com
|
||||
COMMENT= WSGI based WebDAV server for sharing resources
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= python:2 zip
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
post-extract:
|
||||
${RM} -r ${WRKSRC}/tests
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-wsgidav/distinfo
Normal file
2
www/py-wsgidav/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (WsgiDAV-1.1.0.zip) = fde76947dad2cb3e7d40201188b8aa3e2b02dd88962a09d18f5d47fa9f80a55b
|
||||
SIZE (WsgiDAV-1.1.0.zip) = 206417
|
5
www/py-wsgidav/pkg-descr
Normal file
5
www/py-wsgidav/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
WsgiDAV is a WebDAV server for sharing files and other resources over the
|
||||
web. It is based on the WSGI interface. It comes bundled with a simple
|
||||
WSGI web server. This package is based on PyFileServer by Ho Chun Wei.
|
||||
|
||||
WWW: https://github.com/mar10/wsgidav
|
Loading…
Add table
Reference in a new issue