Port details |
- mailman3 GNU Mailing List Management System, Core
- 3.3.7 mail
=2 Version of this port present on the latest quarterly branch. - Maintainer: einar@isnic.is
 - Port Added: 2020-09-21 15:43:29
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- People watching this port, also watch:: samba413, mailman, metalock
- License: GPLv3+
- Description:
- Mailman is free software for managing electronic mail discussion
and e-newsletter lists. Mailman is integrated with the web, making
it easy for users to manage their accounts and for list owners to
administer their lists. Mailman supports built-in archiving, automatic
bounce processing, content filtering, digest delivery, spam filters,
and more.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mailman>0:mail/mailman3@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/mail/mailman3/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/mailman3
- pkg install py39-mailman
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 py39-mailman listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-mailman
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1590347054
SHA256 (mailman-3.3.7.tar.gz) = e4c19b89ac3bd01ac1f96ab0fb587d51fdf6a73b1d76db4bc3252c79a20810c6
SIZE (mailman-3.3.7.tar.gz) = 1661573
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-aiosmtpd>=1.1 : mail/py-aiosmtpd@py39
- py39-alembic>=1.8.0 : databases/py-alembic@py39
- py39-atpublic>0 : devel/py-atpublic@py39
- py39-click>0 : devel/py-click@py39
- py39-dnspython>=1.14.0 : dns/py-dnspython@py39
- py39-falcon>=3.0.0 : www/py-falcon@py39
- py39-flufl.bounce>=4.0 : mail/py-flufl.bounce@py39
- py39-flufl.i18n>=3.2 : devel/py-flufl.i18n@py39
- py39-flufl.lock>=5.2 : devel/py-flufl.lock@py39
- py39-lazr.config>0 : devel/py-lazr.config@py39
- py39-passlib>0 : security/py-passlib@py39
- py39-requests>0 : www/py-requests@py39
- py39-zope.component>0 : devel/py-zope.component@py39
- py39-zope.configuration>0 : devel/py-zope.configuration@py39
- py39-zope.event>0 : devel/py-zope.event@py39
- py39-zope.interface>0 : devel/py-zope.interface@py39
- py39-importlib-resources>0 : devel/py-importlib-resources@py39
- py39-attrs>0 : devel/py-attrs@py39
- py39-gunicorn>0 : www/py-gunicorn@py39
- py39-psutil>0 : sysutils/py-psutil@py39
- py39-authres>0 : mail/py-authres@py39
- py39-authheaders>0 : mail/py-authheaders@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_mailman3
- USES:
- cpe python:3.5+
- pkg-message:
- To initialise Mailman's runtime directories, log files and database
for the first time, run
service mailman info
You can then start Mailman by running:
service mailman startWWW: http://www.list.org/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.7 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.3.7 08 Dec 2022 12:29:31
    |
Charlie Li (vishwin)  Author: Einar Bjarni Halldórsson |
mail/mailman3: update to 3.3.7 and update dependencies
Maintainer over to submitter.
PR: 267890
Approved by: mentors (implicit) |
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.3.1_3 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.3.1_3 22 May 2022 06:07:06
    |
Jose Alonso Cardenas Marquez (acm)  |
mail/mailman3: Bump PORTREVISION
- devel/py-flufl.lock was modified |
3.3.1_2 16 Jan 2022 17:10:18
    |
Jose Alonso Cardenas Marquez (acm)  |
mail/mailman3: Bump PORTREVISION
Some dependencies were updated to latest version
devel/py-atpublic
devel/py-flufl.i18n
devel/py-flufl.lock
devel/py-lazr.config
mail/py-flufl.bounce |
3.3.1_1 19 Oct 2021 11:14:33
    |
Stefan Eßer (se)  |
mail/mailman3: Add CPE information
Approved by: portmgr (blanket) |
3.3.1_1 14 Oct 2021 17:57:29
    |
Muhammad Moinur Rahman (bofh)  |
mail/mailman3: Switch to py-alembic 1.4.x
- This is required for updating databases/py-alembic
PR: 258791
Approved by: vishwin (maintainer-timeout) |
3.3.1 05 May 2021 11:48:05
    |
Charlie Li (vishwin)  |
Switch my MAINTAINER email to @FreeBSD.org
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D30113 |
3.3.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.3.1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
3.3.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.3.1 21 Sep 2020 15:43:19
  |
swills  |
mail/mailman3: create port
Mailman is free software for managing electronic mail discussion
and e-newsletter lists. Mailman is integrated with the web, making
it easy for users to manage their accounts and for list owners to
administer their lists. Mailman supports built-in archiving, automatic
bounce processing, content filtering, digest delivery, spam filters,
and more.
WWW: http://www.list.org/
PR: 225543
Submitted by: Charlie Li <ml+freebsd@vishwin.info> (with changes from pi) |