Bug 170731 - [NEW PORT] databases/py-umemcache: Memcache client written in highly optimized C++ with Python bindings
Summary: [NEW PORT] databases/py-umemcache: Memcache client written in highly optimize...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-18 09:30 UTC by koobs
Modified: 2012-08-24 16:24 UTC (History)
0 users

See Also:


Attachments
.shar (1.63 KB, text/plain)
2012-08-18 09:30 UTC, koobs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-08-18 09:30:06 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-18 09:30:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Sofian Brabez freebsd_committer freebsd_triage 2012-08-24 16:14:16 UTC
Responsible Changed
From-To: freebsd-python->sbz

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-24 16:17:04 UTC
Author: sbz
Date: Fri Aug 24 15:15:39 2012
New Revision: 303087
URL: http://svn.freebsd.org/changeset/ports/303087

Log:
  Ultra fast memcache client written in highly optimized C++ with Python bindings
  
  WWW:	https://github.com/esnme/ultramemcache/
  
  PR:		ports/170731
  Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>

Added:
  head/databases/py-umemcache/
  head/databases/py-umemcache/Makefile   (contents, props changed)
  head/databases/py-umemcache/distinfo   (contents, props changed)
  head/databases/py-umemcache/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Fri Aug 24 14:58:13 2012	(r303086)
+++ head/databases/Makefile	Fri Aug 24 15:15:39 2012	(r303087)
@@ -735,6 +735,7 @@
     SUBDIR += py-sqlrelay
     SUBDIR += py-swift
     SUBDIR += py-sybase
+    SUBDIR += py-umemcache
     SUBDIR += py-whisper
     SUBDIR += pydbdesigner
     SUBDIR += pydbx

Added: head/databases/py-umemcache/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-umemcache/Makefile	Fri Aug 24 15:15:39 2012	(r303087)
@@ -0,0 +1,26 @@
+# New ports collection makefile for:	py-umemcache
+# Date created:		2012-08-18
+# Whom:			Kubilay Kocak <koobs.freebsd@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	umemcache
+PORTVERSION=	1.4
+CATEGORIES=	databases python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	koobs.freebsd@gmail.com
+COMMENT=	Memcache client written in highly optimized C++ with Python bindings
+
+LICENSE=	BSD
+
+USE_DOS2UNIX=	yes
+USE_ZIP=	yes
+USE_PYTHON=	-2.7
+USE_PYDISTUTILS=	yes
+
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/umemcache.so
+
+.include <bsd.port.mk>

Added: head/databases/py-umemcache/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-umemcache/distinfo	Fri Aug 24 15:15:39 2012	(r303087)
@@ -0,0 +1,2 @@
+SHA256 (umemcache-1.4.zip) = 0552e07cfa05bf19cbfa4b3b725b5daa5be9184d4bdeca98fb00f23aee20afb3
+SIZE (umemcache-1.4.zip) = 24005

Added: head/databases/py-umemcache/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-umemcache/pkg-descr	Fri Aug 24 15:15:39 2012	(r303087)
@@ -0,0 +1,3 @@
+Ultra fast memcache client written in highly optimized C++ with Python bindings
+
+WWW:	https://github.com/esnme/ultramemcache/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Sofian Brabez freebsd_committer freebsd_triage 2012-08-24 16:24:16 UTC
State Changed
From-To: open->closed

New port added. Thanks!