Commit graph

5 commits

Author SHA1 Message Date
Fukang Chen
3eb6f25d8c mail/py-pymailq: Update to 0.9.0
- Use setup.py to install the man page

Reviewed by: koobs
Approved by: koobs (ports)
Differential Revision: https://reviews.freebsd.org/D14722
2018-03-19 07:36:57 +00:00
Antoine Brodin
377901b804 Simplify some USES=python
With hat:	portmgr
2017-12-29 09:01:54 +00:00
Mathieu Arnold
bf406b4d24 Enhance USES=uniquefiles to be more generic.
This allows to have more complex renaming schemes.  Until now, it could
only add a prefix or a suffix, but this was not working at all for man
pages, because it would give man/man1/pyfoo.1.gz-2.7 or
man/man1/pyfoo-1-2.7.gz.  With this change, a man page will be correctly
renamed to man/man1/pyfoo-2.7.1.gz.

Unfix ports that were already handling man pages.

PR:		220214
Submitted by:	Fukang Chen (previous patch)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13444
2017-12-19 16:23:48 +00:00
Fukang Chen
a6c793d3b2 mail/py-pymailq: Update to 0.8.0
Reviewed by:	koobs
Approved by:	koobs (ports)
Differential Revision:	https://reviews.freebsd.org/D12198
2017-09-12 14:42:41 +00:00
Fukang Chen
9f1cce221f [NEW PORT] mail/py-pymailq: Postfix queue control python tool
The pymailq module makes it easy to view and control Postfix mails
queue. It provide several classes to store, view and interact with
mail queue using Postfix command line tools. This module is provided
for automation and monitoring developments.

WWW: https://github.com/outini/pymailq

Reviewed_by: koobs, mat
Approved by: koobs (ports)
Differential_Revision: D10976
2017-05-31 07:15:20 +00:00