Bug 188919 - [NEW] www/py-django-subdomains: Subdomains helpers for the Django framework.
Summary: [NEW] www/py-django-subdomains: Subdomains helpers for the Django framework.
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 16:50 UTC by ru_M1cRO
Modified: 2014-04-25 14:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.66 KB, text/plain)
2014-04-23 16:50 UTC, ru_M1cRO
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ru_M1cRO 2014-04-23 16:50:03 UTC
New port www/py-django-subdomains: Subdomains helpers for the Django framework.

https://github.com/tkaemming/django-subdomains

Tests: https://redports.org/buildarchive/20140423105501-46175/

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-04-25 14:09:34 UTC
Author: danfe
Date: Fri Apr 25 13:09:29 2014
New Revision: 352124
URL: http://svnweb.freebsd.org/changeset/ports/352124
QAT: https://qat.redports.org/buildarchive/r352124/

Log:
  Subdomain helpers for the Django framework, including subdomain-based URL
  routing and reversing.
  
  WWW: https://github.com/tkaemming/django-subdomains
  
  PR:	ports/188919

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Apr 25 13:08:34 2014	(r352123)
+++ head/www/Makefile	Fri Apr 25 13:09:29 2014	(r352124)
@@ -1525,6 +1525,7 @@
     SUBDIR += py-django-signals-ahoy
     SUBDIR += py-django-simple-captcha
     SUBDIR += py-django-storages
+    SUBDIR += py-django-subdomains
     SUBDIR += py-django-tables2
     SUBDIR += py-django-tagging
     SUBDIR += py-django-tastypie

Added: head/www/py-django-subdomains/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-subdomains/Makefile	Fri Apr 25 13:09:29 2014	(r352124)
@@ -0,0 +1,19 @@
+# Created by: Ilya A. Arkhipov <rum1cro@yandex.ru>
+# $FreeBSD$
+
+PORTNAME=	django-subdomains
+PORTVERSION=	2.0.4
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	rum1cro@yandex.ru
+COMMENT=	Subdomains helpers for the Django framework
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django
+
+USE_PYTHON=	2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-django-subdomains/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-subdomains/distinfo	Fri Apr 25 13:09:29 2014	(r352124)
@@ -0,0 +1,2 @@
+SHA256 (django-subdomains-2.0.4.tar.gz) = 05e861b3459281318ce451443332e7e114a2b7c99d2306e9c89adfcc8fbcb098
+SIZE (django-subdomains-2.0.4.tar.gz) = 10912

Added: head/www/py-django-subdomains/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-subdomains/pkg-descr	Fri Apr 25 13:09:29 2014	(r352124)
@@ -0,0 +1,4 @@
+Subdomain helpers for the Django framework, including subdomain-based URL
+routing and reversing.
+
+WWW: https://github.com/tkaemming/django-subdomains
_______________________________________________
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 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2014-04-25 14:10:18 UTC
State Changed
From-To: open->closed

Committed as r352124, thanks!