Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  8 Apr 2002 16:11:33 +1000 (EST)
From:      Joshua Goodall <joshua@roughtrade.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36868: new port: net/py-spreadmodule
Message-ID:  <20020408061133.69B233E2A@green.shallow.net>

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

>Number:         36868
>Category:       ports
>Synopsis:       new port: net/py-spreadmodule
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 07 23:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joshua Goodall
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD green.shallow.net 4.5-STABLE FreeBSD 4.5-STABLE #3: Sat Apr 6 23:01:47 EST 2002 joshua@green.shallow.net:/usr/obj/usr/src/sys/GREEN i386
>Description:

This is a Python extension module for Spread (net/spread), the group
communications package. It has been interoperability tested with
the existing Perl, C and Java bindings.

Joshua

>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-spreadmodule
#	py-spreadmodule/pkg-plist
#	py-spreadmodule/pkg-descr
#	py-spreadmodule/pkg-comment
#	py-spreadmodule/distinfo
#	py-spreadmodule/Makefile
#
echo c - py-spreadmodule
mkdir -p py-spreadmodule > /dev/null 2>&1
echo x - py-spreadmodule/pkg-plist
sed 's/^X//' >py-spreadmodule/pkg-plist << 'END-of-py-spreadmodule/pkg-plist'
Xlib/%%PYTHON_VERSION%%/site-packages/spread.so
END-of-py-spreadmodule/pkg-plist
echo x - py-spreadmodule/pkg-descr
sed 's/^X//' >py-spreadmodule/pkg-descr << 'END-of-py-spreadmodule/pkg-descr'
XThis is a Python extension module for Spread, an open source group
Xcommunications package.
X
XWWW: http://www.python.org/other/spread/
X
X- Joshua Goodall <joshua@roughtrade.net>
END-of-py-spreadmodule/pkg-descr
echo x - py-spreadmodule/pkg-comment
sed 's/^X//' >py-spreadmodule/pkg-comment << 'END-of-py-spreadmodule/pkg-comment'
XA Python extension module for the Spread group communcations package.
END-of-py-spreadmodule/pkg-comment
echo x - py-spreadmodule/distinfo
sed 's/^X//' >py-spreadmodule/distinfo << 'END-of-py-spreadmodule/distinfo'
XMD5 (SpreadModule-1.1.tgz) = 8a9b6e485763034bc4e90d773a980f55
END-of-py-spreadmodule/distinfo
echo x - py-spreadmodule/Makefile
sed 's/^X//' >py-spreadmodule/Makefile << 'END-of-py-spreadmodule/Makefile'
X# Ports collection makefile for:	py-spreadmodule
X# Date created:				07 April 2002
X# Whom:	      				Joshua Goodall <joshua@roughtrade.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	spreadmodule
XPORTVERSION=	1.1
XCATEGORIES=	net python
XMASTER_SITES=	http://www.python.org/other/spread/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	SpreadModule-${PORTVERSION}
XEXTRACT_SUFX=   .tgz
XBUILD_DEPENDS=  ${LOCALBASE}/lib/libsp.a:${PORTSDIR}/net/spread
XMAINTAINER=	joshua@roughtrade.net
XUSE_PYTHON=	yes
X
XSETUP_CMD=	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
X
Xpost-patch:
X	@${PERL} -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/setup.py
X
Xdo-build:
X	@${SETUP_CMD} build
X
Xdo-install:
X	@${SETUP_CMD} install
X
X.include <bsd.port.mk>
END-of-py-spreadmodule/Makefile
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?20020408061133.69B233E2A>