From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 11 08:50:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEACC1065670 for ; Mon, 11 Jul 2011 08:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C0218FC1A for ; Mon, 11 Jul 2011 08:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6B8o8xK046141 for ; Mon, 11 Jul 2011 08:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6B8o8NP046140; Mon, 11 Jul 2011 08:50:08 GMT (envelope-from gnats) Resent-Date: Mon, 11 Jul 2011 08:50:08 GMT Resent-Message-Id: <201107110850.p6B8o8NP046140@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Mahmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C474F106566B for ; Mon, 11 Jul 2011 08:45:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 963B88FC12 for ; Mon, 11 Jul 2011 08:45:07 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6B8j6xB079277 for ; Mon, 11 Jul 2011 08:45:06 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6B8j6vp079276; Mon, 11 Jul 2011 08:45:06 GMT (envelope-from nobody) Message-Id: <201107110845.p6B8j6vp079276@red.freebsd.org> Date: Mon, 11 Jul 2011 08:45:06 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158797: [NEW PORT] devel/py-smmap: Pure python sliding memory map manager X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2011 08:50:08 -0000 >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 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 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: