Add py-statgrab 0.1, a set of Python bindings for libstatgrab.

PR:		ports/64539
Submitted by:	Tim Bishop <tim@bishnet.net>
This commit is contained in:
Kirill Ponomarev 2004-03-23 13:43:52 +00:00
parent 21e6d85ac3
commit 433ab1934e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105044
5 changed files with 38 additions and 0 deletions

View File

@ -1025,6 +1025,7 @@
SUBDIR += py-simpleparse
SUBDIR += py-sip
SUBDIR += py-spark
SUBDIR += py-statgrab
SUBDIR += py-tables
SUBDIR += py-twisted
SUBDIR += py-ui

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: py-statgrab
# Date created: 20 March 2004
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#
PORTNAME= statgrab
PORTVERSION= 0.1
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://www.i-scream.org/pub/i-scream/%SUBDIR%/
MASTER_SITE_SUBDIR= py${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= tim@bishnet.net
COMMENT= A set of Python bindings for libstatgrab
LIB_DEPENDS= statgrab.4:${PORTSDIR}/devel/libstatgrab
DIST_SUBDIR= i-scream
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (i-scream/pystatgrab-0.1.tar.gz) = 47a1711745111a49bd59ec03332e0ff8
SIZE (i-scream/pystatgrab-0.1.tar.gz) = 20668

View File

@ -0,0 +1,3 @@
pystatgrab contains a set of python bindings for the libstatgrab library.
WWW: http://www.i-scream.org/libstatgrab/

View File

@ -0,0 +1,4 @@
%%PYTHON_SITELIBDIR%%/_statgrab.so
%%PYTHON_SITELIBDIR%%/statgrab.py
%%PYTHON_SITELIBDIR%%/statgrab.pyc
%%PYTHON_SITELIBDIR%%/statgrab.pyo