diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-11-18 14:32:31 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-11-18 14:32:31 +0000 |
commit | c80564cd3bde5e3d2066b96665be22c2d61b9269 (patch) | |
tree | ea8391d4992a9af918ec556af007795aa8db7d37 /devel | |
parent | 1ce56ca91c1b809b8368f26ae16152ab0d3713d5 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-logging/Makefile | 7 | ||||
-rw-r--r-- | devel/py-logging/distinfo | 2 | ||||
-rw-r--r-- | devel/py-logging/pkg-plist | 23 |
3 files changed, 21 insertions, 11 deletions
diff --git a/devel/py-logging/Makefile b/devel/py-logging/Makefile index 723fd03c2574..29e1b621d715 100644 --- a/devel/py-logging/Makefile +++ b/devel/py-logging/Makefile @@ -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> diff --git a/devel/py-logging/distinfo b/devel/py-logging/distinfo index d9d640395fcd..42dc5f47cd28 100644 --- a/devel/py-logging/distinfo +++ b/devel/py-logging/distinfo @@ -1 +1 @@ -MD5 (logging-0.4.6.tar.gz) = a10c94097d5779edb23712f94a213f3c +MD5 (logging-0.4.7.tar.gz) = c7c4e91f0f8fce232a60ec91852ed0f8 diff --git a/devel/py-logging/pkg-plist b/devel/py-logging/pkg-plist index d8f097cffbfc..d1a29f33735b 100644 --- a/devel/py-logging/pkg-plist +++ b/devel/py-logging/pkg-plist @@ -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 |