Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2002 17:28:07 +0900 (KST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34927: New port: math/py-gsl
Message-ID:  <200202140828.g1E8S7j83987@akaraka.yonsei.ac.kr>

next in thread | raw e-mail | index | archive | help

>Number:         34927
>Category:       ports
>Synopsis:       New port: math/py-gsl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 14 00:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Yonsei University
>Environment:
System: FreeBSD akaraka.yonsei.ac.kr 4.5-STABLE FreeBSD 4.5-STABLE #1: Sat Feb 2 16:52:57 KST 2002 root@akaraka.yonsei.ac.kr:/usr/src/sys/compile/JOARRA i386

>Description:
python interface to math/gsl ;)

>How-To-Repeat:

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-gsl
#	py-gsl/Makefile
#	py-gsl/distinfo
#	py-gsl/pkg-comment
#	py-gsl/pkg-descr
#	py-gsl/pkg-plist
#
echo c - py-gsl
mkdir -p py-gsl > /dev/null 2>&1
echo x - py-gsl/Makefile
sed 's/^X//' >py-gsl/Makefile << 'END-of-py-gsl/Makefile'
X# New ports collection makefile for:	py-gsl
X# Date created:		14 February 2002
X# Whom:			Hye-Shik Chang <perky@fallin.lv>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gsl
XPORTVERSION=	0.0.4
XCATEGORIES=	math python
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	pygsl
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	pygsl-${PORTVERSION}
XDIST_SUBDIR=	python
X
XMAINTAINER=	perky@fallin.lv
X
XLIB_DEPENDS=	gsl.0:${PORTSDIR}/math/gsl
X
XPLIST_SUB=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
XUSE_PYTHON=	yes
X
Xdo-build:
X	@cd ${WRKSRC} && ${PYTHON_CMD} setup.py build
X
Xdo-install:
X	@cd ${WRKSRC} && ${PYTHON_CMD} setup.py install
X
X.include <bsd.port.mk>
END-of-py-gsl/Makefile
echo x - py-gsl/distinfo
sed 's/^X//' >py-gsl/distinfo << 'END-of-py-gsl/distinfo'
XMD5 (python/pygsl-0.0.4.tar.gz) = 486c5bc4c0d2cd56ff84b41421d9f928
END-of-py-gsl/distinfo
echo x - py-gsl/pkg-comment
sed 's/^X//' >py-gsl/pkg-comment << 'END-of-py-gsl/pkg-comment'
XPython interface to GNU Scientific Library
END-of-py-gsl/pkg-comment
echo x - py-gsl/pkg-descr
sed 's/^X//' >py-gsl/pkg-descr << 'END-of-py-gsl/pkg-descr'
XPython interface to GNU Scientific Library
X
XWWW: http://sourceforge.net/projects/pygsl/
END-of-py-gsl/pkg-descr
echo x - py-gsl/pkg-plist
sed 's/^X//' >py-gsl/pkg-plist << 'END-of-py-gsl/pkg-plist'
X@cwd %%LOCALBASE%%
X%%PYTHON_SITELIBDIR%%/pygsl/__init__.py
X%%PYTHON_SITELIBDIR%%/pygsl/__init__.pyc
X%%PYTHON_SITELIBDIR%%/pygsl/_rng.so
X%%PYTHON_SITELIBDIR%%/pygsl/const.so
X%%PYTHON_SITELIBDIR%%/pygsl/errors.py
X%%PYTHON_SITELIBDIR%%/pygsl/errors.pyc
X%%PYTHON_SITELIBDIR%%/pygsl/ieee.so
X%%PYTHON_SITELIBDIR%%/pygsl/init.so
X%%PYTHON_SITELIBDIR%%/pygsl/rng.py
X%%PYTHON_SITELIBDIR%%/pygsl/rng.pyc
X%%PYTHON_SITELIBDIR%%/pygsl/sf.so
X@dirrm %%PYTHON_SITELIBDIR%%/pygsl
END-of-py-gsl/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202140828.g1E8S7j83987>