View | Details | Raw Unified | Return to bug 208836
Collapse All | Expand All

(-)www/Makefile (+1 lines)
Lines 1568-1573 Link Here
1568
    SUBDIR += py-django-pipeline
1568
    SUBDIR += py-django-pipeline
1569
    SUBDIR += py-django-pipeline13
1569
    SUBDIR += py-django-pipeline13
1570
    SUBDIR += py-django-piston
1570
    SUBDIR += py-django-piston
1571
    SUBDIR += py-django-post_office
1571
    SUBDIR += py-django-profiles
1572
    SUBDIR += py-django-profiles
1572
    SUBDIR += py-django-recaptcha
1573
    SUBDIR += py-django-recaptcha
1573
    SUBDIR += py-django-redis
1574
    SUBDIR += py-django-redis
(-)www/py-django-post_office/Makefile (+26 lines)
Line 0 Link Here
1
# Created by: Ultima <ultima1252@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	django-post_office
5
PORTVERSION=	2.0.7
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	www python
8
MASTER_SITES=	GH
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
11
MAINTAINER=	ultima1252@gmail.com
12
COMMENT=	Django app to monitor and send mail asynchronously
13
14
LICENSE=	MIT
15
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
16
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django-jsonfield>=0:www/py-django-jsonfield \
18
		${PYTHON_PKGNAMEPREFIX}django18>=1.4:www/py-django18
19
20
USES=		python
21
USE_PYTHON=	autoplist distutils
22
NO_ARCH=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	ui
25
26
.include <bsd.port.mk>
(-)www/py-django-post_office/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (ui-django-post_office-v2.0.7_GH0.tar.gz) = d549a46aba0d72233a24cf4ac601da14e8955e68f1e3438db02477a7b3269426
2
SIZE (ui-django-post_office-v2.0.7_GH0.tar.gz) = 37529
(-)www/py-django-post_office/pkg-descr (+13 lines)
Line 0 Link Here
1
Django Post Office is a simple app to send and manage your emails in 
2
Django. Some awesome features are:
3
4
* Allows you to send email asynchronously
5
* Multi backend support
6
* Supports HTML email
7
* Supports database based email templates
8
* Built in scheduling support
9
* Works well with task queues like RQ or Celery
10
* Uses multiprocessing to send a large number of emails in parallel
11
* Supports multilingual email templates (i18n)
12
13
WWW: https://github.com/ui/django-post_office

Return to bug 208836