1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Update to 0.4.7

This commit is contained in:
Hye-Shik Chang 2002-11-18 14:32:31 +00:00
parent 1ce56ca91c
commit c80564cd3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70411
3 changed files with 21 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= logging
PORTVERSION= 0.4.6
PORTVERSION= 0.4.7
CATEGORIES= devel python
MASTER_SITES= http://www.red-dove.com/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,14 +18,11 @@ USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-logging
EXAMPLEFILES= README.txt app.py default.css events.xml log_*.py \
logconf.ini logconf.py logging.dtd logging.xml logrecv.py \
myapp.py mymodule.py
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLEFILES} ${EXAMPLESDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/test/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (logging-0.4.6.tar.gz) = a10c94097d5779edb23712f94a213f3c
MD5 (logging-0.4.7.tar.gz) = c7c4e91f0f8fce232a60ec91852ed0f8

View File

@ -1,9 +1,17 @@
lib/%%PYTHON_VERSION%%/site-packages/logging.py
lib/%%PYTHON_VERSION%%/site-packages/logging.pyc
lib/%%PYTHON_VERSION%%/site-packages/logging.pyo
%%PORTDOCS%%share/examples/py-logging/README.txt
%%PYTHON_SITELIBDIR%%/logging/__init__.py
%%PYTHON_SITELIBDIR%%/logging/__init__.pyc
%%PYTHON_SITELIBDIR%%/logging/__init__.pyo
%%PYTHON_SITELIBDIR%%/logging/config.py
%%PYTHON_SITELIBDIR%%/logging/config.pyc
%%PYTHON_SITELIBDIR%%/logging/config.pyo
%%PYTHON_SITELIBDIR%%/logging/handlers.py
%%PYTHON_SITELIBDIR%%/logging/handlers.pyc
%%PYTHON_SITELIBDIR%%/logging/handlers.pyo
@dirrm %%PYTHON_SITELIBDIR%%/logging
%%PORTDOCS%%share/examples/py-logging/app.py
%%PORTDOCS%%share/examples/py-logging/default.css
%%PORTDOCS%%share/examples/py-logging/critical.ini
%%PORTDOCS%%share/examples/py-logging/debug.ini
%%PORTDOCS%%share/examples/py-logging/error.ini
%%PORTDOCS%%share/examples/py-logging/events.xml
%%PORTDOCS%%share/examples/py-logging/log_test.py
%%PORTDOCS%%share/examples/py-logging/log_test0.py
@ -22,6 +30,7 @@ lib/%%PYTHON_VERSION%%/site-packages/logging.pyo
%%PORTDOCS%%share/examples/py-logging/log_test20.py
%%PORTDOCS%%share/examples/py-logging/log_test21.py
%%PORTDOCS%%share/examples/py-logging/log_test22.py
%%PORTDOCS%%share/examples/py-logging/log_test3.ini
%%PORTDOCS%%share/examples/py-logging/log_test3.py
%%PORTDOCS%%share/examples/py-logging/log_test4.py
%%PORTDOCS%%share/examples/py-logging/log_test5.py
@ -33,7 +42,11 @@ lib/%%PYTHON_VERSION%%/site-packages/logging.pyo
%%PORTDOCS%%share/examples/py-logging/logconf.py
%%PORTDOCS%%share/examples/py-logging/logging.dtd
%%PORTDOCS%%share/examples/py-logging/logging.xml
%%PORTDOCS%%share/examples/py-logging/logrecv.ini
%%PORTDOCS%%share/examples/py-logging/logrecv.py
%%PORTDOCS%%share/examples/py-logging/myapp.py
%%PORTDOCS%%share/examples/py-logging/mymodule.py
%%PORTDOCS%%share/examples/py-logging/stderr.exp
%%PORTDOCS%%share/examples/py-logging/stdout.exp
%%PORTDOCS%%share/examples/py-logging/warn.ini
%%PORTDOCS%%@dirrm share/examples/py-logging