Summary: | [NEW] www/py-django-subdomains: Subdomains helpers for the Django framework. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | ru_M1cRO <rum1cro> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
ru_M1cRO
2014-04-23 16:50:03 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" State Changed From-To: open->closed Committed as r352124, thanks! |