ports/159111: [new port] devel/py-msgpack: MessagePack (de)serializer for Python

Andrey Zonov andrey at zonov.org
Fri Jul 22 13:40:10 UTC 2011


>Number:         159111
>Category:       ports
>Synopsis:       [new port] devel/py-msgpack: MessagePack (de)serializer for Python
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 22 13:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Zonov
>Release:        stable-7, stable-8
>Organization:
>Environment:
>Description:
MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small.
>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-msgpack
#	py-msgpack/Makefile
#	py-msgpack/distinfo
#	py-msgpack/pkg-descr
#	py-msgpack/pkg-plist
#
echo c - py-msgpack
mkdir -p py-msgpack > /dev/null 2>&1
echo x - py-msgpack/Makefile
sed 's/^X//' >py-msgpack/Makefile << '49defeaab543273c138cd2a26e9bb01c'
X# New ports collection makefile for:	py-msgpack
X# Date created:				11 July 2011
X# Whom:	      				Andrey Zonov <andrey at zonov.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	msgpack
XPORTVERSION=	0.1.9
XCATEGORIES=	devel python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	msgpack-python-${PORTVERSION}
X
XMAINTAINER=	andrey at zonov.org
XCOMMENT=	MessagePack (de)serializer for Python
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
XPYDISTUTILS_PKGNAME=	msgpack_python
X
X.include <bsd.port.mk>
49defeaab543273c138cd2a26e9bb01c
echo x - py-msgpack/distinfo
sed 's/^X//' >py-msgpack/distinfo << 'eb2c5192df106aa18a2e08b85a096edb'
XMD5 (msgpack-python-0.1.9.tar.gz) = fea360812fd4bd485c07b03239f1ddd0
XSHA256 (msgpack-python-0.1.9.tar.gz) = 6956ae4c954dceddc5b46b6d426a2a2b81dc43b43bff611530ff03dc46159eaf
XSIZE (msgpack-python-0.1.9.tar.gz) = 42638
eb2c5192df106aa18a2e08b85a096edb
echo x - py-msgpack/pkg-descr
sed 's/^X//' >py-msgpack/pkg-descr << '8c9748a3ec55124dacdd196b6890465d'
XMessagePack is a binary-based efficient data interchange format
Xthat is focused on high performance. It is like JSON, but very fast
Xand small.
X
XWWW: http://pypi.python.org/pypi/msgpack-python/
8c9748a3ec55124dacdd196b6890465d
echo x - py-msgpack/pkg-plist
sed 's/^X//' >py-msgpack/pkg-plist << 'ebdecd3a53e5b360cba356bb396980a8'
X%%PYTHON_SITELIBDIR%%/msgpack/_msgpack.so
X%%PYTHON_SITELIBDIR%%/msgpack/__init__.py
X%%PYTHON_SITELIBDIR%%/msgpack/__init__.pyc
X%%PYTHON_SITELIBDIR%%/msgpack/__init__.pyo
X%%PYTHON_SITELIBDIR%%/msgpack/__version__.py
X%%PYTHON_SITELIBDIR%%/msgpack/__version__.pyo
X%%PYTHON_SITELIBDIR%%/msgpack/__version__.pyc
X at dirrm %%PYTHON_SITELIBDIR%%/msgpack
ebdecd3a53e5b360cba356bb396980a8
exit



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



More information about the freebsd-ports-bugs mailing list