Port details |
- py-django-post_office Django app to monitor and send mail asynchronously
- 3.9.1 www =2 3.9Version of this port present on the latest quarterly branch.
- Maintainer: ultima@FreeBSD.org
- Port Added: 2016-04-16 17:48:18
- Last Update: 2024-12-19 03:57:11
- Commit Hash: da7fb3b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/ui/django-post_office
- Description:
- 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)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django-post_office>0:www/py-django-post_office@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-django-post_office/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-post_office
- pkg install py311-django-post_office
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-django-post_office listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-django-post_office
- Package flavors (<flavor>: <package>)
- py311: py311-django-post_office
- distinfo:
- TIMESTAMP = 1734389383
SHA256 (ui-django-post_office-v3.9.1_GH0.tar.gz) = ebb59b0441f5c91923e5433f5350b0f26336301e55f987d4a50757afe7e3948c
SIZE (ui-django-post_office-v3.9.1_GH0.tar.gz) = 64533
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-django42>=3.2 : www/py-django42@py311
- py311-bleach>=0 : www/py-bleach@py311
- py311-pytz>=0 : devel/py-pytz@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-django-post_office
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.9.1 19 Dec 2024 03:57:11 |
Richard Gallamore (ultima) |
www/py-django-post_office: Update to 3.9.1
Changes: https://github.com/ui/django-post_office/blob/v3.9.1/CHANGELOG.md |
3.9 18 Aug 2024 23:49:14 |
Richard Gallamore (ultima) |
www/py-django-post_office: Update to 3.9
Changes: https://github.com/ui/django-post_office/blob/master/CHANGELOG.md |
3.7.1_1 27 Apr 2024 09:08:48 |
Kai Knoblich (kai) |
*: Switch consumers over to Django 4.2
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.
* Switch most ports that use www/py-django32 to www/py-django42.
* Ports that are not compatible with Django 3.2 have already been set
with an expiration date were not taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 276319
Reviewed by: dvl, grembo, ultima
Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
ultima, maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D44637 |
3.7.1 27 Aug 2023 16:30:44 |
Richard Gallamore (ultima) |
www/py-django-post_office: Update to 3.7.1
Changes: https://github.com/ui/django-post_office/blob/master/CHANGELOG.md |
3.6.3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.6.3 31 Oct 2022 17:31:18 |
Richard Gallamore (ultima) |
www/py-django-post_office: Update to 3.6.3
Changes: https://github.com/ui/django-post_office/blob/master/CHANGELOG.md |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.6.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.6.1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
3.6.1 17 Jul 2022 20:21:17 |
Richard Gallamore (ultima) |
www/py-django-post_office: Updated to 3.6.1
Changes: https://github.com/ui/django-post_office/blob/master/CHANGELOG.md |
3.6.0_1 28 Apr 2022 10:02:15 |
Kai Knoblich (kai) |
www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.
* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Ports that are not yet ready for Django 3.2 (only three so far) or
those that have already been set with an expiration date were not
taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 261313
Reviewed by: bofh, dvl, koobs, ultima
Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
Alexander Sieg (maintainers)
maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D34859 |
3.6.0 11 Jan 2022 02:29:33 |
Richard Gallamore (ultima) |
www/py-django-post_office: Updated to 3.6.0
Changes: https://github.com/hamcrest/PyHamcrest/blob/V2.0.3/CHANGELOG.rst |
3.5.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.5.3 24 Mar 2021 17:50:36 |
ultima |
Updated to 3.5.3
Changes: https://github.com/ui/django-post_office/blob/v3.5.3/CHANGELOG.md |
3.2.1_1 26 Feb 2021 06:22:00 |
ultima |
Update ports to Django22
django-post_office jsonfield depend has been renamed
upstream, the old django-jsonfield port does not support
django past 1.11.
PR: 245309
Approved by: sunpoet, kai, jhixson (timeout)
Differential Revision: https://reviews.freebsd.org/D28513 |
3.2.1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.2.1 01 Jun 2019 08:19:00 |
ultima |
Updated to 3.2.1
Changes: https://github.com/ui/django-post_office/blob/master/CHANGELOG.md |
3.2.0 06 May 2019 04:35:36 |
ultima |
Updated to 3.2.0
Changes: https://github.com/ui/django-post_office/blob/master/CHANGELOG.md |
3.1.0 06 Aug 2018 05:52:35 |
ultima |
* Updated to 3.1.0 |
3.0.4_1 13 Jun 2018 22:05:51 |
ultima |
Update Seafile family to 6.3.1
As of Seafile 6.3.0, django has been upgraded
to 1.11. Seafile's dependencies have also been
switched to match this change.
Reviewed by: miwi
Differential Revision: https://reviews.freebsd.org/D15718 |
3.0.4 07 Dec 2017 01:49:10 |
ultima |
* Updated to 3.0.4
* Cleanup Makefile
Changes: https://github.com/ui/django-post_office/tree/v3.0.4 (at the bottom) |
3.0.3 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
3.0.3 02 Aug 2017 21:52:30 |
ultima |
* Updated to 3.0.3
Changelog: https://github.com/ui/django-post_office (at bottom)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11818 |
3.0 07 Jul 2017 23:05:00 |
ultima |
* Removed GH_TAGNAME, not required
* Changed PORTVERSION to match upstream
Reported by: mat
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11492 |
3.0.0 06 Jul 2017 01:36:47 |
ultima |
* Updated to 3.0.0
Changelog: https://github.com/ui/django-post_office (At the bottom)
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11492 |
2.0.8 03 Jul 2017 19:06:08 |
ultima |
* Updated maintainer email
* Changed comment headers to match my name and FreeBSD email
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11466 |
2.0.8 01 Sep 2016 17:02:23 |
pi |
www/py-django-post_office: 2.0.7 -> 2.0.8
- Django 1.10 compatibility fixes. Thanks @hockeybuggy!
- Fixed an issue where Django would sometimes create migration files
for post-office. Thanks @fizista!
PR: 212296
Submitted by: Ultima1252@gmail.com (maintainer) |
2.0.7 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.0.7 16 Apr 2016 17:48:10 |
pi |
New port: www/py-django-post_office
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
PR: 208836
Submitted by: Ultima1252@gmail.com |