Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2006 18:21:34 +0800 (CST)
From:      Dryice Liu <dryice@dryice.name>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106767: [NEW PORT] devel/py-ruledispatch: Rule-based Dispatching and Generic Functions
Message-ID:  <200612151021.kBFALYbb020826@readonline.info>
Resent-Message-ID: <200612151030.kBFAU5eY010127@freefall.freebsd.org>

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

>Number:         106767
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-ruledispatch: Rule-based Dispatching and Generic Functions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 15 10:30:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005


	
>Description:

	Attached is the shar file for devel/py-ruledispatch, the
	Rule-based Dispatching and Generic functions lib. It will be
	used in the (coming) TurboGears-devel port.

	Please note this PR depends on ports/106764

>How-To-Repeat:
	
>Fix:

	

--- attached file begins here ---
# 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:
#
#	/usr/ports/devel/py-ruledispatch/
#	/usr/ports/devel/py-ruledispatch/distinfo
#	/usr/ports/devel/py-ruledispatch/Makefile
#	/usr/ports/devel/py-ruledispatch/pkg-descr
#	/usr/ports/devel/py-ruledispatch/pkg-plist
#
echo c - /usr/ports/devel/py-ruledispatch/
mkdir -p /usr/ports/devel/py-ruledispatch/ > /dev/null 2>&1
echo x - /usr/ports/devel/py-ruledispatch/distinfo
sed 's/^X//' >/usr/ports/devel/py-ruledispatch/distinfo << 'END-of-/usr/ports/devel/py-ruledispatch/distinfo'
XMD5 (RuleDispatch-0.5a0.dev-r2115.tar.gz) = 0bdec1022ad28a6819abc99e5f2e5b7c
XSHA256 (RuleDispatch-0.5a0.dev-r2115.tar.gz) = 857828633eb9341159b6c6afe5f3ddc8ee905b58625f20fc7f750adc67368d75
XSIZE (RuleDispatch-0.5a0.dev-r2115.tar.gz) = 95955
END-of-/usr/ports/devel/py-ruledispatch/distinfo
echo x - /usr/ports/devel/py-ruledispatch/Makefile
sed 's/^X//' >/usr/ports/devel/py-ruledispatch/Makefile << 'END-of-/usr/ports/devel/py-ruledispatch/Makefile'
X# New ports collection makefile for:	py-ruledispatch
X# Date created:		15 December 2006
X# Whom:			Dryice Liu	<dryice@dryice.name>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	RuleDispatch
XPORTVERSION=	0.5.a0.r2115
XCATEGORIES=	devel python
XMASTER_SITES=	http://files.turbogears.org/eggs/ \
X		http://dryice.name/computer/FreeBSD/distfiles/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	${PORTNAME}-0.5a0.dev-r2115
X
XMAINTAINER=	dryice@dryice.name
XCOMMENT=	Rule-based Dispatching and Generic Functions
X
XBUILD_DEPENDS=	easy_install:${PORTSDIR}/devel/py-setuptools \
X		${PYTHON_SITELIBDIR}/PyProtocols-1.0a0-py${_PYTHON_VERSION}-freebsd-${EGGOSREL}-${ARCH}.egg:${PORTSDIR}/devel/py-protocols-devel
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_PYTHON=	2.3+
XUSE_PYDISTUTILS=	yes
XRULEDISPATCHVER?=	0.5a0.dev_r2115
XPYTHONVER?=	${_PYTHON_VERSION}
XEGGOSREL!=	uname -r
XPLIST_SUB=	RULEDISPATCHVER=${RULEDISPATCHVER} \
X		PYTHONVER=${PYTHONVER} \
X		EGGOSREL=${EGGOSREL} \
X		ARCH=${ARCH}
X
X.include <bsd.port.mk>
END-of-/usr/ports/devel/py-ruledispatch/Makefile
echo x - /usr/ports/devel/py-ruledispatch/pkg-descr
sed 's/^X//' >/usr/ports/devel/py-ruledispatch/pkg-descr << 'END-of-/usr/ports/devel/py-ruledispatch/pkg-descr'
XRule-based Dispatching and Generic Functions
X
XAuthor:	Phillip J. Eby <peak@eby-sarna.com>
END-of-/usr/ports/devel/py-ruledispatch/pkg-descr
echo x - /usr/ports/devel/py-ruledispatch/pkg-plist
sed 's/^X//' >/usr/ports/devel/py-ruledispatch/pkg-plist << 'END-of-/usr/ports/devel/py-ruledispatch/pkg-plist'
X%%PYTHON_SITELIBDIR%%/RuleDispatch-%%RULEDISPATCHVER%%-py%%PYTHONVER%%-freebsd-%%EGGOSREL%%-%%ARCH%%.egg
END-of-/usr/ports/devel/py-ruledispatch/pkg-plist
exit
--- attached file ends here ---


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



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