pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/47382: add pkgsrc/www/py-pywebdav 0.9.8



The following reply was made to PR pkg/47382; it has been noted by GNATS.

From: Richard PALO <richard.palo%baou.fr@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/47382: add pkgsrc/www/py-pywebdav 0.9.8
Date: Thu, 17 Jan 2013 12:43:31 +0100

 Here is a version cleaned up a bit:
 
 Index: pkgsrc/www/py-pywebdav/DESCR
 --- /dev/null
 +++ pkgsrc/www/py-pywebdav/DESCR
 @@ -0,0 +1,6 @@
 +Python WebDAV implementation (level 1 and 2) that features a library that
 +enables you to integrate WebDAV server capabilities to your application.
 +
 +A fully working example on how to use the library is included. You can 
 find a
 +server in the DAVServer package. This server is fully functional and 
 can even
 +be run as daemon.
 Index: pkgsrc/www/py-pywebdav/Makefile
 --- /dev/null
 +++ pkgsrc/www/py-pywebdav/Makefile
 @@ -0,0 +1,25 @@
 +# $NetBSD$
 +VERSION=              0.9.8
 +DISTNAME=             PyWebDAV-${VERSION}
 +PKGNAME=              ${PYPKGPREFIX}-${DISTNAME:tl}
 +CATEGORIES=           www python
 +MASTER_SITES= http://pywebdav.googlecode.com/files/
 +
 +MAINTAINER=           pkgsrc-users%NetBSD.org@localhost
 +HOMEPAGE=             http://code.google.com/p/pywebdav/
 +COMMENT=              Standards compliant Python WebDAV server and library
 +LICENSE=              gnu-gpl-v2
 +
 +DOCDIR=                       share/doc/${PKGBASE}
 +
 +PLIST_SUBST+= DOCDIR=${DOCDIR:Q}
 +
 +INSTALLATION_DIRS+=   ${DOCDIR}
 +
 +post-install:
 +                              ${INSTALL_DATA} ${WRKSRC}/README 
${DESTDIR}${PREFIX}/${DOCDIR}
 +                              ${INSTALL_DATA} ${WRKSRC}/VERSION 
${DESTDIR}${PREFIX}/${DOCDIR}
 +                              ${INSTALL_DATA} ${WRKSRC}/doc/* 
${DESTDIR}${PREFIX}/${DOCDIR}
 +
 +.include "../../lang/python/egg.mk"
 +.include "../../mk/bsd.pkg.mk"
 Index: pkgsrc/www/py-pywebdav/PLIST
 --- /dev/null
 +++ pkgsrc/www/py-pywebdav/PLIST
 @@ -0,0 +1,89 @@
 +@comment $NetBSD$
 +bin/davserver
 +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 +${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 +${PYSITELIB}/pywebdav/__init__.py
 +${PYSITELIB}/pywebdav/__init__.pyc
 +${PYSITELIB}/pywebdav/__init__.pyo
 +${PYSITELIB}/pywebdav/lib/AuthServer.py
 +${PYSITELIB}/pywebdav/lib/AuthServer.pyc
 +${PYSITELIB}/pywebdav/lib/AuthServer.pyo
 +${PYSITELIB}/pywebdav/lib/INI_Parse.py
 +${PYSITELIB}/pywebdav/lib/INI_Parse.pyc
 +${PYSITELIB}/pywebdav/lib/INI_Parse.pyo
 +${PYSITELIB}/pywebdav/lib/WebDAVServer.py
 +${PYSITELIB}/pywebdav/lib/WebDAVServer.pyc
 +${PYSITELIB}/pywebdav/lib/WebDAVServer.pyo
 +${PYSITELIB}/pywebdav/lib/__init__.py
 +${PYSITELIB}/pywebdav/lib/__init__.pyc
 +${PYSITELIB}/pywebdav/lib/__init__.pyo
 +${PYSITELIB}/pywebdav/lib/constants.py
 +${PYSITELIB}/pywebdav/lib/constants.pyc
 +${PYSITELIB}/pywebdav/lib/constants.pyo
 +${PYSITELIB}/pywebdav/lib/davcmd.py
 +${PYSITELIB}/pywebdav/lib/davcmd.pyc
 +${PYSITELIB}/pywebdav/lib/davcmd.pyo
 +${PYSITELIB}/pywebdav/lib/davcopy.py
 +${PYSITELIB}/pywebdav/lib/davcopy.pyc
 +${PYSITELIB}/pywebdav/lib/davcopy.pyo
 +${PYSITELIB}/pywebdav/lib/davmove.py
 +${PYSITELIB}/pywebdav/lib/davmove.pyc
 +${PYSITELIB}/pywebdav/lib/davmove.pyo
 +${PYSITELIB}/pywebdav/lib/dbconn.py
 +${PYSITELIB}/pywebdav/lib/dbconn.pyc
 +${PYSITELIB}/pywebdav/lib/dbconn.pyo
 +${PYSITELIB}/pywebdav/lib/delete.py
 +${PYSITELIB}/pywebdav/lib/delete.pyc
 +${PYSITELIB}/pywebdav/lib/delete.pyo
 +${PYSITELIB}/pywebdav/lib/errors.py
 +${PYSITELIB}/pywebdav/lib/errors.pyc
 +${PYSITELIB}/pywebdav/lib/errors.pyo
 +${PYSITELIB}/pywebdav/lib/iface.py
 +${PYSITELIB}/pywebdav/lib/iface.pyc
 +${PYSITELIB}/pywebdav/lib/iface.pyo
 +${PYSITELIB}/pywebdav/lib/locks.py
 +${PYSITELIB}/pywebdav/lib/locks.pyc
 +${PYSITELIB}/pywebdav/lib/locks.pyo
 +${PYSITELIB}/pywebdav/lib/propfind.py
 +${PYSITELIB}/pywebdav/lib/propfind.pyc
 +${PYSITELIB}/pywebdav/lib/propfind.pyo
 +${PYSITELIB}/pywebdav/lib/report.py
 +${PYSITELIB}/pywebdav/lib/report.pyc
 +${PYSITELIB}/pywebdav/lib/report.pyo
 +${PYSITELIB}/pywebdav/lib/status.py
 +${PYSITELIB}/pywebdav/lib/status.pyc
 +${PYSITELIB}/pywebdav/lib/status.pyo
 +${PYSITELIB}/pywebdav/lib/utils.py
 +${PYSITELIB}/pywebdav/lib/utils.pyc
 +${PYSITELIB}/pywebdav/lib/utils.pyo
 +${PYSITELIB}/pywebdav/server/__init__.py
 +${PYSITELIB}/pywebdav/server/__init__.pyc
 +${PYSITELIB}/pywebdav/server/__init__.pyo
 +${PYSITELIB}/pywebdav/server/daemonize.py
 +${PYSITELIB}/pywebdav/server/daemonize.pyc
 +${PYSITELIB}/pywebdav/server/daemonize.pyo
 +${PYSITELIB}/pywebdav/server/fileauth.py
 +${PYSITELIB}/pywebdav/server/fileauth.pyc
 +${PYSITELIB}/pywebdav/server/fileauth.pyo
 +${PYSITELIB}/pywebdav/server/fshandler.py
 +${PYSITELIB}/pywebdav/server/fshandler.pyc
 +${PYSITELIB}/pywebdav/server/fshandler.pyo
 +${PYSITELIB}/pywebdav/server/mysqlauth.py
 +${PYSITELIB}/pywebdav/server/mysqlauth.pyc
 +${PYSITELIB}/pywebdav/server/mysqlauth.pyo
 +${PYSITELIB}/pywebdav/server/server.py
 +${PYSITELIB}/pywebdav/server/server.pyc
 +${PYSITELIB}/pywebdav/server/server.pyo
 +${DOCDIR}/ARCHITECTURE
 +${DOCDIR}/Changes
 +${DOCDIR}/INSTALL
 +${DOCDIR}/LICENSE
 +${DOCDIR}/README
 +${DOCDIR}/TODO
 +${DOCDIR}/VERSION
 +${DOCDIR}/interface_class
 +${DOCDIR}/walker
 Index: pkgsrc/www/py-pywebdav/distinfo
 --- /dev/null
 +++ pkgsrc/www/py-pywebdav/distinfo
 @@ -0,0 +1,5 @@
 +$NetBSD$
 +
 +SHA1 (PyWebDAV-0.9.8.tar.gz) = 6ffe160de8b58a5250b32620e7a8f8f634535275
 +RMD160 (PyWebDAV-0.9.8.tar.gz) = a5b66beda58b081ff891248fa5e912bcbc4d4b27
 +Size (PyWebDAV-0.9.8.tar.gz) = 52605 bytes
 


Home | Main Index | Thread Index | Old Index