mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
add py-period 0.5
A basic time period checking libary
This commit is contained in:
parent
248b0da7e3
commit
4ef1b1e55b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56134
@ -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
29
devel/py-period/Makefile
Normal 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
1
devel/py-period/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (period-0.5.tar.gz) = 89d0fd410eecf54b702837ce61a0d8f0
|
1
devel/py-period/pkg-comment
Normal file
1
devel/py-period/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A basic time period checking libary
|
5
devel/py-period/pkg-descr
Normal file
5
devel/py-period/pkg-descr
Normal 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
|
4
devel/py-period/pkg-plist
Normal file
4
devel/py-period/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user