Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2011 08:45:06 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158797: [NEW PORT] devel/py-smmap: Pure python sliding memory map manager
Message-ID:  <201107110845.p6B8j6vp079276@red.freebsd.org>
Resent-Message-ID: <201107110850.p6B8o8NP046140@freefall.freebsd.org>

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

>Number:         158797
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-smmap: Pure python sliding memory map manager
>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 Jul 11 08:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-CURRENT
>Organization:
>Environment:
9.0-CURRENT i386
>Description:
smmap is a pure python implementation of a sliding memory map to help unifying
memory mapped access on 32 and 64 bit systems and to help managing resources
more efficiently.

https://github.com/Byron/smmap



This port is needed to update devel/py-gitdb.

tinderbuild log (8.2-RELEASE):
http://happy-nation.by.ru/ports/tb/py27-smmap-0.8.1.log
>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-smmap
#	py-smmap/Makefile
#	py-smmap/distinfo
#	py-smmap/pkg-descr
#
echo c - py-smmap
mkdir -p py-smmap > /dev/null 2>&1
echo x - py-smmap/Makefile
sed 's/^X//' >py-smmap/Makefile << 'dc50a13c21002a57904bedfa3914454a'
X# New ports collection makefile for:	py-smmap
X# Date created:				11 July 2011
X# Whom:					Ruslan Mahmatkhanov <cvs-src@yandex.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	smmap
XPORTVERSION=	0.8.1
XCATEGORIES=	devel python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	cvs-src@yandex.ru
XCOMMENT=	Pure python sliding memory map manager
X
XLICENSE=	BSD
X
XUSE_PYTHON=		yes
XUSE_PYDISTUTILS=	easy_install
XPLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
X
X.include <bsd.port.mk>
dc50a13c21002a57904bedfa3914454a
echo x - py-smmap/distinfo
sed 's/^X//' >py-smmap/distinfo << 'd0412195a3be7f0bf8cc3fddb8f236fb'
XSHA256 (smmap-0.8.1.tar.gz) = 6415a0f3bc98c8e1f287dfd35f758caee4cdcefbc9068e036a521267444b3e83
XSIZE (smmap-0.8.1.tar.gz) = 19205
d0412195a3be7f0bf8cc3fddb8f236fb
echo x - py-smmap/pkg-descr
sed 's/^X//' >py-smmap/pkg-descr << '5de5531c9ef5227a0ab77cb000021d2e'
Xsmmap is a pure python implementation of a sliding memory map to help unifying
Xmemory mapped access on 32 and 64 bit systems and to help managing resources
Xmore efficiently.
X
XWWW:	https://github.com/Byron/smmap
5de5531c9ef5227a0ab77cb000021d2e
exit



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



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