diff options
author | perky <perky@FreeBSD.org> | 2002-07-14 02:58:21 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-07-14 02:58:21 +0800 |
commit | d0ec5a8ca4049bbca7cf8dce911755cde2327ba7 (patch) | |
tree | bd13db43c2fb81ce6b0e90d73ed596d494180989 /devel | |
parent | 4e3d06201a22590f78aa7b6a20f049e7e5dc0df2 (diff) | |
download | freebsd-ports-graphics-d0ec5a8ca4049bbca7cf8dce911755cde2327ba7.tar.gz freebsd-ports-graphics-d0ec5a8ca4049bbca7cf8dce911755cde2327ba7.tar.zst freebsd-ports-graphics-d0ec5a8ca4049bbca7cf8dce911755cde2327ba7.zip |
Add py-logging 0.4.6, logging System for Python as in PEP282.
PR: 36791
Submitted by: perky
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 |
6 files changed, 78 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 832d6866016..340fc172a8a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -605,6 +605,7 @@ SUBDIR += py-kjbuckets SUBDIR += py-kqueue SUBDIR += py-log4py + SUBDIR += py-logging SUBDIR += py-mx-experimental SUBDIR += py-ncurses SUBDIR += py-omniorb diff --git a/devel/py-logging/Makefile b/devel/py-logging/Makefile new file mode 100644 index 00000000000..723fd03c257 --- /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 00000000000..d9d640395fc --- /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 00000000000..7730123c47e --- /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 00000000000..4d1f6074dcb --- /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 00000000000..d8f097cffbf --- /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 |