Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2017 07:36:39 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440238 - in head/www: . py-django-hijack
Message-ID:  <201705060736.v467adlp020656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat May  6 07:36:39 2017
New Revision: 440238
URL: https://svnweb.freebsd.org/changeset/ports/440238

Log:
  Django superusers/admins can login and work on behalf of other users without
  having to know their credentials.
  
  WWW: https://github.com/arteria/django-hijack
  
  PR:		210275
  Submitted by:	Kevin Golding <ports@caomhin.org>

Added:
  head/www/py-django-hijack/
  head/www/py-django-hijack/Makefile   (contents, props changed)
  head/www/py-django-hijack/distinfo   (contents, props changed)
  head/www/py-django-hijack/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat May  6 07:29:54 2017	(r440237)
+++ head/www/Makefile	Sat May  6 07:36:39 2017	(r440238)
@@ -1556,6 +1556,7 @@
     SUBDIR += py-django-guardian
     SUBDIR += py-django-happenings
     SUBDIR += py-django-haystack
+    SUBDIR += py-django-hijack
     SUBDIR += py-django-htmlmin
     SUBDIR += py-django-json-rpc
     SUBDIR += py-django-jsonfield

Added: head/www/py-django-hijack/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-hijack/Makefile	Sat May  6 07:36:39 2017	(r440238)
@@ -0,0 +1,22 @@
+# Created by: Kevin Golding <ports@caomhin.org>
+# $FreeBSD$
+
+PORTNAME=	django-hijack
+PORTVERSION=	2.1.1
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports@caomhin.org
+COMMENT=	Allows DJango superusers to login as other users
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/www/py-django-hijack/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-hijack/distinfo	Sat May  6 07:36:39 2017	(r440238)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1465909608
+SHA256 (django-hijack-2.1.1.tar.gz) = 2b90d9fdd733e608aee9b83f25a58ac3d7cb86f337c771fcf1c37713d7bac2d2
+SIZE (django-hijack-2.1.1.tar.gz) = 17047

Added: head/www/py-django-hijack/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-hijack/pkg-descr	Sat May  6 07:36:39 2017	(r440238)
@@ -0,0 +1,4 @@
+Django superusers/admins can login and work on behalf of other users without
+having to know their credentials.
+
+WWW: https://github.com/arteria/django-hijack



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705060736.v467adlp020656>