[Midnightbsd-cvs] mports [24031] trunk/www: add py-beaker
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Aug 29 19:57:43 EDT 2018
Revision: 24031
http://svnweb.midnightbsd.org/mports/?rev=24031
Author: laffer1
Date: 2018-08-29 19:57:43 -0400 (Wed, 29 Aug 2018)
Log Message:
-----------
add py-beaker
Modified Paths:
--------------
trunk/www/Makefile
Added Paths:
-----------
trunk/www/py-beaker/
trunk/www/py-beaker/Makefile
trunk/www/py-beaker/distinfo
trunk/www/py-beaker/pkg-descr
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2018-08-29 23:56:32 UTC (rev 24030)
+++ trunk/www/Makefile 2018-08-29 23:57:43 UTC (rev 24031)
@@ -106,6 +106,7 @@
SUBDIR += pmwiki
SUBDIR += polipo
SUBDIR += privoxy
+SUBDIR += py-beaker
SUBDIR += py-html5lib
SUBDIR += py-httplib2
SUBDIR += py-requests
Added: trunk/www/py-beaker/Makefile
===================================================================
--- trunk/www/py-beaker/Makefile (rev 0)
+++ trunk/www/py-beaker/Makefile 2018-08-29 23:57:43 UTC (rev 24031)
@@ -0,0 +1,25 @@
+# $MidnightBSD$
+
+PORTNAME= beaker
+PORTVERSION= 1.9.0
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= Beaker-${PORTVERSION}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Session and Caching library with WSGI Middleware
+
+LICENSE= bsd3
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} <= 3200
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}funcsigs>=1.0.2:devel/py-funcsigs
+.endif
+
+.include <bsd.port.post.mk>
Property changes on: trunk/www/py-beaker/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/py-beaker/distinfo
===================================================================
--- trunk/www/py-beaker/distinfo (rev 0)
+++ trunk/www/py-beaker/distinfo 2018-08-29 23:57:43 UTC (rev 24031)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1497889439
+SHA256 (Beaker-1.9.0.tar.gz) = 317d0f9a3618364a4ce447d227b698bd7cdcad57301326ce8013d200abd695bf
+SIZE (Beaker-1.9.0.tar.gz) = 39817
Property changes on: trunk/www/py-beaker/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/py-beaker/pkg-descr
===================================================================
--- trunk/www/py-beaker/pkg-descr (rev 0)
+++ trunk/www/py-beaker/pkg-descr 2018-08-29 23:57:43 UTC (rev 24031)
@@ -0,0 +1,23 @@
+Beaker is built on code from the package MyghtyUtils, originally used
+in the Myghty project. It implements a full set of cache functionality
+along with sessions that can utilize the caches.
+
+Beaker includes Cache and Session WSGI middleware to ease integration
+with WSGI capable frameworks, and is automatically used by Pylons.
+
+Features
+ * Fast, robust performance
+ * Multiple reader/single writer lock system to avoid duplicate
+ simultaneous cache creation
+ * Cache back-ends include dbm, file, memory, memcached, and
+ database (Using SQLAlchemy for multiple-db vendor support)
+ * Signed cookie's to prevent session hijacking/spoofing
+ * Extensible Container object to support new back-ends
+ * Cache's can be divided into namespaces (to represent templates,
+ objects, etc.) then keyed for different copies
+ * Create functions for automatic call-backs to create new cache
+ copies after expiration
+ * Fine-grained toggling of back-ends, keys, and expiration per
+ Cache object
+
+WWW: http://beaker.groovie.org/
Property changes on: trunk/www/py-beaker/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list