Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2009 23:21:26 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/135940: [NEW PORT]devel/py-SymbolType:Simple Symbol Type for Python
Message-ID:  <200906222321.n5MNLQ91076000@www.freebsd.org>
Resent-Message-ID: <200906222330.n5MNU12H094104@freefall.freebsd.org>

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

>Number:         135940
>Category:       ports
>Synopsis:       [NEW PORT]devel/py-SymbolType:Simple Symbol Type for Python
>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:   Mon Jun 22 23:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-CURRENT
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
py-SymbolType is a Simple "symbol" type, useful for enumerations
or sentinels.

WWW:    http://peak.telecommunity.com/DevCenter/SymbolType


(it was prepared for tg2)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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-SymbolType
#	py-SymbolType/Makefile
#	py-SymbolType/distinfo
#	py-SymbolType/pkg-descr
#	py-SymbolType/pkg-plist
#
echo c - py-SymbolType
mkdir -p py-SymbolType > /dev/null 2>&1
echo x - py-SymbolType/Makefile
sed 's/^X//' >py-SymbolType/Makefile << '5c8e4942c230818ff287b2c086848daf'
X# New ports collection makefile for:	py-SymbolType
X# Date created:		23 June, 2009
X# Whom:			Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	SymbolType
XPORTVERSION=	1.0
XCATEGORIES=	devel python
XMASTER_SITES=	CHEESESHOP \
X		http://www.turbogears.org/2.0/downloads/2.0.1/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Simple Symbol Type for Python
X
XUSE_ZIP=	yes
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	easy_install
X
X.include <bsd.port.mk>
5c8e4942c230818ff287b2c086848daf
echo x - py-SymbolType/distinfo
sed 's/^X//' >py-SymbolType/distinfo << '123cf9d5980a157f1ab516ea7fc36bad'
XMD5 (SymbolType-1.0.zip) = 4b9155cc908b249f029a518b8de09368
XSHA256 (SymbolType-1.0.zip) = bcc311398c7dbcc9cbde9fe68bba89b0efe45103410b5949f3acf484fcb14f39
XSIZE (SymbolType-1.0.zip) = 9507
123cf9d5980a157f1ab516ea7fc36bad
echo x - py-SymbolType/pkg-descr
sed 's/^X//' >py-SymbolType/pkg-descr << '5b0b7a62d6aaaca4f9a9eb5f3a69d974'
Xpy-SymbolType is a Simple "symbol" type, useful for enumerations
Xor sentinels.
X
XWWW:	http://peak.telecommunity.com/DevCenter/SymbolType
5b0b7a62d6aaaca4f9a9eb5f3a69d974
echo x - py-SymbolType/pkg-plist
sed 's/^X//' >py-SymbolType/pkg-plist << 'f4b7042eadd241717e04dbaf21d83350'
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
f4b7042eadd241717e04dbaf21d83350
exit



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



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