FreeBSD Bugzilla – Attachment 169374 Details for
Bug 208836
[NEW PORT] www/django-post_office: Django app to monitor and send mail asynchronously
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
post_office.diff
post_office.diff (text/plain), 3.39 KB, created by
Ultima
on 2016-04-16 17:31:26 UTC
(
hide
)
Description:
post_office.diff
Filename:
MIME Type:
Creator:
Ultima
Created:
2016-04-16 17:31:26 UTC
Size:
3.39 KB
patch
obsolete
>Index: www/Makefile >=================================================================== >--- www/Makefile (revision 413350) >+++ www/Makefile (working copy) >@@ -1568,6 +1568,7 @@ > SUBDIR += py-django-pipeline > SUBDIR += py-django-pipeline13 > SUBDIR += py-django-piston >+ SUBDIR += py-django-post_office > SUBDIR += py-django-profiles > SUBDIR += py-django-recaptcha > SUBDIR += py-django-redis >Index: www/py-django-post_office/Makefile >=================================================================== >--- www/py-django-post_office/Makefile (nonexistent) >+++ www/py-django-post_office/Makefile (working copy) >@@ -0,0 +1,26 @@ >+# Created by: Ultima <ultima1252@gmail.com> >+# $FreeBSD$ >+ >+PORTNAME= django-post_office >+PORTVERSION= 2.0.7 >+DISTVERSIONPREFIX= v >+CATEGORIES= www python >+MASTER_SITES= GH >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= ultima1252@gmail.com >+COMMENT= Django app to monitor and send mail asynchronously >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-jsonfield>=0:www/py-django-jsonfield \ >+ ${PYTHON_PKGNAMEPREFIX}django18>=1.4:www/py-django18 >+ >+USES= python >+USE_PYTHON= autoplist distutils >+NO_ARCH= yes >+USE_GITHUB= yes >+GH_ACCOUNT= ui >+ >+.include <bsd.port.mk> > >Property changes on: www/py-django-post_office/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/py-django-post_office/distinfo >=================================================================== >--- www/py-django-post_office/distinfo (nonexistent) >+++ www/py-django-post_office/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (ui-django-post_office-v2.0.7_GH0.tar.gz) = d549a46aba0d72233a24cf4ac601da14e8955e68f1e3438db02477a7b3269426 >+SIZE (ui-django-post_office-v2.0.7_GH0.tar.gz) = 37529 > >Property changes on: www/py-django-post_office/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/py-django-post_office/pkg-descr >=================================================================== >--- www/py-django-post_office/pkg-descr (nonexistent) >+++ www/py-django-post_office/pkg-descr (working copy) >@@ -0,0 +1,13 @@ >+Django Post Office is a simple app to send and manage your emails in >+Django. Some awesome features are: >+ >+* Allows you to send email asynchronously >+* Multi backend support >+* Supports HTML email >+* Supports database based email templates >+* Built in scheduling support >+* Works well with task queues like RQ or Celery >+* Uses multiprocessing to send a large number of emails in parallel >+* Supports multilingual email templates (i18n) >+ >+WWW: https://github.com/ui/django-post_office > >Property changes on: www/py-django-post_office/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
Ultima1252
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 208836
: 169374