diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-13 18:58:21 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-13 18:58:21 +0000 |
commit | 73a945386cb4f0b1d9baa74b17f6bb0c35dc8bd3 (patch) | |
tree | 0e76c3b4634d58253a253decd371588d9b0f4e8f /devel/py-logging | |
parent | e0e83cffe33e11906e0a58c91add7e1e41f83f73 (diff) | |
download | ports-73a945386cb4f0b1d9baa74b17f6bb0c35dc8bd3.tar.gz ports-73a945386cb4f0b1d9baa74b17f6bb0c35dc8bd3.zip |
Add py-logging 0.4.6, logging System for Python as in PEP282.
PR: 36791
Submitted by: perky
Notes
Notes:
svn path=/head/; revision=62906
Diffstat (limited to 'devel/py-logging')
-rw-r--r-- | devel/py-logging/Makefile | 31 | ||||
-rw-r--r-- | devel/py-logging/distinfo | 1 | ||||
-rw-r--r-- | devel/py-logging/pkg-comment | 1 | ||||
-rw-r--r-- | devel/py-logging/pkg-descr | 5 | ||||
-rw-r--r-- | devel/py-logging/pkg-plist | 39 |
5 files changed, 77 insertions, 0 deletions
diff --git a/devel/py-logging/Makefile b/devel/py-logging/Makefile new file mode 100644 index 000000000000..723fd03c2574 --- /dev/null +++ b/devel/py-logging/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: py-logging +# Date created: 6 April 2002 +# Whom: Hye-Shik Chang +# +# $FreeBSD$ +# + +PORTNAME= logging +PORTVERSION= 0.4.6 +CATEGORIES= devel python +MASTER_SITES= http://www.red-dove.com/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= perky@FreeBSD.org + +USE_PYTHON= yes +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} +.endif + +.include <bsd.port.mk> diff --git a/devel/py-logging/distinfo b/devel/py-logging/distinfo new file mode 100644 index 000000000000..d9d640395fcd --- /dev/null +++ b/devel/py-logging/distinfo @@ -0,0 +1 @@ +MD5 (logging-0.4.6.tar.gz) = a10c94097d5779edb23712f94a213f3c diff --git a/devel/py-logging/pkg-comment b/devel/py-logging/pkg-comment new file mode 100644 index 000000000000..7730123c47ec --- /dev/null +++ b/devel/py-logging/pkg-comment @@ -0,0 +1 @@ +Logging System for Python as in PEP282 diff --git a/devel/py-logging/pkg-descr b/devel/py-logging/pkg-descr new file mode 100644 index 000000000000..4d1f6074dcb4 --- /dev/null +++ b/devel/py-logging/pkg-descr @@ -0,0 +1,5 @@ +Py-logging is fairly close implementation in intent and design to the +description in the PEP 282, borrowing as it did heavily from JSR-47 +(now JDK 1.4's java.util.logging package) and log4j. + +WWW: http://www.red-dove.com/python_logging.html diff --git a/devel/py-logging/pkg-plist b/devel/py-logging/pkg-plist new file mode 100644 index 000000000000..d8f097cffbfc --- /dev/null +++ b/devel/py-logging/pkg-plist @@ -0,0 +1,39 @@ +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 +%%PORTDOCS%%share/examples/py-logging/app.py +%%PORTDOCS%%share/examples/py-logging/default.css +%%PORTDOCS%%share/examples/py-logging/events.xml +%%PORTDOCS%%share/examples/py-logging/log_test.py +%%PORTDOCS%%share/examples/py-logging/log_test0.py +%%PORTDOCS%%share/examples/py-logging/log_test1.py +%%PORTDOCS%%share/examples/py-logging/log_test10.py +%%PORTDOCS%%share/examples/py-logging/log_test11.py +%%PORTDOCS%%share/examples/py-logging/log_test12.py +%%PORTDOCS%%share/examples/py-logging/log_test13.py +%%PORTDOCS%%share/examples/py-logging/log_test14.py +%%PORTDOCS%%share/examples/py-logging/log_test15.py +%%PORTDOCS%%share/examples/py-logging/log_test16.py +%%PORTDOCS%%share/examples/py-logging/log_test17.py +%%PORTDOCS%%share/examples/py-logging/log_test18.py +%%PORTDOCS%%share/examples/py-logging/log_test19.py +%%PORTDOCS%%share/examples/py-logging/log_test2.py +%%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.py +%%PORTDOCS%%share/examples/py-logging/log_test4.py +%%PORTDOCS%%share/examples/py-logging/log_test5.py +%%PORTDOCS%%share/examples/py-logging/log_test6.py +%%PORTDOCS%%share/examples/py-logging/log_test7.py +%%PORTDOCS%%share/examples/py-logging/log_test8.py +%%PORTDOCS%%share/examples/py-logging/log_test9.py +%%PORTDOCS%%share/examples/py-logging/logconf.ini +%%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.py +%%PORTDOCS%%share/examples/py-logging/myapp.py +%%PORTDOCS%%share/examples/py-logging/mymodule.py +%%PORTDOCS%%@dirrm share/examples/py-logging |