From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 18 08:30:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7355106566C for ; Sat, 18 Aug 2012 08:30:06 +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 853798FC12 for ; Sat, 18 Aug 2012 08:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7I8U6lT005615 for ; Sat, 18 Aug 2012 08:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7I8U6UE005614; Sat, 18 Aug 2012 08:30:06 GMT (envelope-from gnats) Resent-Date: Sat, 18 Aug 2012 08:30:06 GMT Resent-Message-Id: <201208180830.q7I8U6UE005614@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, Kubilay Kocak Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DE1E1065670 for ; Sat, 18 Aug 2012 08:27:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1FA038FC08 for ; Sat, 18 Aug 2012 08:27:48 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so4837835pbb.13 for ; Sat, 18 Aug 2012 01:27:48 -0700 (PDT) Received: by 10.68.200.227 with SMTP id jv3mr17669383pbc.162.1345278468404; Sat, 18 Aug 2012 01:27:48 -0700 (PDT) Received: from freebsd-9-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id sj5sm6647717pbc.30.2012.08.18.01.27.46 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 18 Aug 2012 01:27:47 -0700 (PDT) Received: by freebsd-9-amd64.localdomain (Postfix, from userid 1001) id 639FC3AE19; Sat, 18 Aug 2012 18:27:42 +1000 (EST) Message-Id: <20120818082742.639FC3AE19@freebsd-9-amd64.localdomain> Date: Sat, 18 Aug 2012 18:27:42 +1000 (EST) From: Kubilay Kocak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/170731: [NEW PORT] databases/py-umemcache: Memcache client written in highly optimized C++ with Python bindings 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: Sat, 18 Aug 2012 08:30:06 -0000 >Number: 170731 >Category: ports >Synopsis: [NEW PORT] databases/py-umemcache: Memcache client written in highly optimized C++ with Python bindings >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: Sat Aug 18 08:30:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul 7 21:26:56 EST >Description: Ultra fast memcache client written in highly optimized C++ with Python bindings WWW: https://github.com/esnme/ultramemcache/ ==[QA]== port test clean: looks fine. redports build clean: https://redports.org/buildarchive/20120818073129-61606/ unit test clean: Ran 31 tests in 76.202s - OK ======== Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar 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: # # py-umemcache # py-umemcache/Makefile # py-umemcache/pkg-descr # py-umemcache/distinfo # echo c - py-umemcache mkdir -p py-umemcache > /dev/null 2>&1 echo x - py-umemcache/Makefile sed 's/^X//' >py-umemcache/Makefile << '57b14ac3a5158b4986c179aee16592d2' X# New ports collection makefile for: py-umemcache X# Date created: 2012-08-18 X# Whom: Kubilay Kocak X# X# $FreeBSD$ X# X XPORTNAME= umemcache XPORTVERSION= 1.4 XCATEGORIES= databases python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= koobs.freebsd@gmail.com XCOMMENT= Memcache client written in highly optimized C++ with Python bindings X XLICENSE= BSD X XUSE_DOS2UNIX= yes XUSE_ZIP= yes XUSE_PYTHON= -2.7 XUSE_PYDISTUTILS= yes X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/umemcache.so X X.include 57b14ac3a5158b4986c179aee16592d2 echo x - py-umemcache/pkg-descr sed 's/^X//' >py-umemcache/pkg-descr << '7e09208ea32d40d4a35cfe459aff71b1' XUltra fast memcache client written in highly optimized C++ with Python bindings X XWWW: https://github.com/esnme/ultramemcache/ 7e09208ea32d40d4a35cfe459aff71b1 echo x - py-umemcache/distinfo sed 's/^X//' >py-umemcache/distinfo << 'fa4f9fa490ce340d86785cd01059ba43' XSHA256 (umemcache-1.4.zip) = 0552e07cfa05bf19cbfa4b3b725b5daa5be9184d4bdeca98fb00f23aee20afb3 XSIZE (umemcache-1.4.zip) = 24005 fa4f9fa490ce340d86785cd01059ba43 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: