1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add py-log4py 0.7.1

A python logging module
This commit is contained in:
Ying-Chieh Liao 2002-03-14 09:16:35 +00:00
parent 4b5d694b1d
commit 2e839f9bd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56064
6 changed files with 51 additions and 0 deletions

View File

@ -541,6 +541,7 @@
SUBDIR += py-htmlkit
SUBDIR += py-kjbuckets
SUBDIR += py-kqueue
SUBDIR += py-log4py
SUBDIR += py-mx-experimental
SUBDIR += py-ncurses
SUBDIR += py-omniorb

32
devel/py-log4py/Makefile Normal file
View File

@ -0,0 +1,32 @@
# ex:ts=8
# Ports collection makefile for: py-log4py
# Date created: Mar 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= log4py
PORTVERSION= 0.7.1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
USE_PYTHON= yes
SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
do-build:
@${SETUP_CMD} build
do-install:
@${SETUP_CMD} install
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
devel/py-log4py/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (log4py-0.7.1.tar.gz) = 8bf2880828123b1a7fb8f8c7d38d8ed5

View File

@ -0,0 +1 @@
A python logging module

View File

@ -0,0 +1,3 @@
log4py is a logging module for python, similar to log4j
WWW: http://www.its4you.at/log4py.php

13
devel/py-log4py/pkg-plist Normal file
View File

@ -0,0 +1,13 @@
lib/%%PYTHON_VERSION%%/site-packages/log4py.py
lib/%%PYTHON_VERSION%%/site-packages/log4py.pyc
%%PORTDOCS%%share/doc/log4py/AUTHORS
%%PORTDOCS%%share/doc/log4py/COPYING
%%PORTDOCS%%share/doc/log4py/ChangeLog
%%PORTDOCS%%share/doc/log4py/LICENSE
%%PORTDOCS%%share/doc/log4py/html/index.html
%%PORTDOCS%%share/doc/log4py/html/indices.html
%%PORTDOCS%%share/doc/log4py/html/log4py.css
%%PORTDOCS%%share/doc/log4py/html/log4py.html
%%PORTDOCS%%share/doc/log4py/html/log4py.Logger.html
%%PORTDOCS%%@dirrm share/doc/log4py/html
%%PORTDOCS%%@dirrm share/doc/log4py