Bug 239102

Summary: [NEW PORT] www/py-rules: Awesome Django authorization, without the database
Product: Ports & Packages Reporter: Alexander Sieg <ports>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
none
patch none

Description Alexander Sieg 2019-07-10 08:54:29 UTC
rules is a tiny but powerful app providing object-level permissions to Django,
without requiring a database. At its core, it is a generic framework for
building rule-based systems, similar to decision trees. It can also be used as
a standalone library in other contexts and frameworks.
Comment 1 Alexander Sieg 2019-07-10 08:54:35 UTC
Created attachment 205647 [details]
patch
Comment 2 Alexander Sieg 2019-07-10 08:57:44 UTC
Created attachment 205648 [details]
patch

forget to add WWW to pkg-descr
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-08-25 18:51:36 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Aug 25 18:51:10 UTC 2019
New revision: 509844
URL: https://svnweb.freebsd.org/changeset/ports/509844

Log:
  Add py-rules 2.0.1

  rules is a tiny but powerful app providing object-level permissions to Django,
  without requiring a database. At its core, it is a generic framework for
  building rule-based systems, similar to decision trees. It can also be used as a
  standalone library in other contexts and frameworks.

  WWW: https://github.com/dfunckt/django-rules

  PR:		239102
  Submitted by:	Alexander Sieg <alex@xanderio.de>

Changes:
  head/www/Makefile
  head/www/py-rules/
  head/www/py-rules/Makefile
  head/www/py-rules/distinfo
  head/www/py-rules/pkg-descr
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-08-25 18:52:53 UTC
Committed. Thanks!