Bug 239179

Summary: [NEW PORT] www/py-dj22-django-redis: Full featured Redis cache/session backend for Django
Product: Ports & Packages Reporter: Alexander Sieg <ports>
Component: Individual Port(s)Assignee: Kai Knoblich <kai>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: kai
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
none
updated patch file
none
patch file none

Description Alexander Sieg 2019-07-12 22:42:38 UTC
Django-redis is a BSD Licensed, full featured Redis cache/session
backend for Django.

Why use django-redis?

 * Modular client system (pluggable clients).
 * Master-Slave support in the default client.
 * Used in production in several projects as cache and session storage.
 * Supports infinite timeouts.
 * Python 3 support in same code base.
 * Facilities for raw access to Redis client/connection pool.
 * Highly configurable (can emulate memcached exception behavior, for
   example).
 * Unix sockets supported by default.
 * Pluggable parsers.

WWW: https://github.com/niwinz/django-redis
Comment 1 Alexander Sieg 2019-07-12 22:44:09 UTC
Created attachment 205737 [details]
patch
Comment 2 Alexander Sieg 2019-07-12 22:47:45 UTC
Created attachment 205738 [details]
updated patch file

Forgot to set MAINTAINER
Comment 3 Alexander Sieg 2019-07-12 22:50:46 UTC
Created attachment 205739 [details]
patch file

forgot to add dj22- to PKGNAMEPREFIX
Comment 4 Kai Knoblich freebsd_committer freebsd_triage 2020-01-20 00:04:33 UTC
(In reply to Alexander Sieg from comment #0)

Thank you for the patch.

Unfortunately this PR slipped through the cracks and I'm closing it as "Overcome by events" because www/py-dj22-django-redis was repo-copied from www/py-django-redis in ports r521044.