add py-period 0.5

A basic time period checking libary
This commit is contained in:
Ying-Chieh Liao 2002-03-15 07:59:39 +00:00
parent 248b0da7e3
commit 4ef1b1e55b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56134
6 changed files with 41 additions and 0 deletions

View file

@ -548,6 +548,7 @@
SUBDIR += py-omniorb
SUBDIR += py-optik
SUBDIR += py-orbit
SUBDIR += py-period
SUBDIR += py-pqueue
SUBDIR += py-twisted
SUBDIR += py-unit

29
devel/py-period/Makefile Normal file
View file

@ -0,0 +1,29 @@
# ex:ts=8
# New ports collection makefile for: py-period
# Date created: Mar 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= period
PORTVERSION= 0.5
CATEGORIES= devel python
MASTER_SITES= http://www.biostat.wisc.edu/~annis/creations/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@geeksrus.net
USE_PYTHON= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/period.py ${PYTHON_SITELIBDIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for ex in html txt
${INSTALL_DATA} ${WRKSRC}/period.${ex} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

1
devel/py-period/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (period-0.5.tar.gz) = 89d0fd410eecf54b702837ce61a0d8f0

View file

@ -0,0 +1 @@
A basic time period checking libary

View file

@ -0,0 +1,5 @@
This is an early version of a basic time period checking libary for Python.
It is in part inspired by perl's Time::Period module and the time class
mechanism of Cfengine.
WWW: http://www.biostat.wisc.edu/~annis/creations/period.py.html

View file

@ -0,0 +1,4 @@
lib/%%PYTHON_VERSION%%/site-packages/period.py
%%PORTDOCS%%share/doc/period/period.html
%%PORTDOCS%%share/doc/period/period.txt
%%PORTDOCS%%@dirrm share/doc/period