aboutsummaryrefslogtreecommitdiff
path: root/mail/mailfmt
Commit message (Collapse)AuthorAgeFilesLines
* Fix bunch of ports by TundraWare, which share a common set of problemsDmitry Marakasov2018-02-192-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | - Add LICENSE It explicitly requires user agreement (thus no-auto-accept) and forbids distribution for a fee `beyond reasonable duplication charges` which is too vague I don't think can be guaranteed in any case (thus no-*-sell) tdir port uses another variant of license, which also forbids modification, and since the port requires shebangfix and Makefile patching, also mark it no-pkg-mirror and BROKEN. - Don't install licenses with documentation, since our license framework already handles this - Fix python shebangs - Limit python version to 2.7, as no port is compatible with python3 - Add NO_ARCH - User options targets helpers - Simplify installation in a few cases Approved by: portmgr blanket Notes: svn path=/head/; revision=462320
* - Fix shebangsDmitry Marakasov2017-04-211-2/+3
| | | | Notes: svn path=/head/; revision=439047
* - Add NO_ARCHDmitry Marakasov2016-08-302-16/+9
| | | | | | | - Simplify installation (do-install is simpler and more straightforward than changing whole upstream makefile) Notes: svn path=/head/; revision=421107
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373086
* - Convert ports of mail/ to new USES=pythonMarcus von Appen2014-10-211-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371330
* Allow staging as a regular userAntoine Brodin2014-09-081-2/+2
| | | | Notes: svn path=/head/; revision=367672
* Stagify.Vanilla I. Shu2014-07-103-17/+16
| | | | Notes: svn path=/head/; revision=361451
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360579
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - fix plist with -DNOPORTDOCSIon-Mihai Tetcu2008-06-292-4/+8
| | | | | | | | | - bump PORTREVISION Prompted by: QA Tindy run Notes: svn path=/head/; revision=215981
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add mailfmt, a python script to format mail or news messages to remove leadingJoe Marcus Clarke2003-03-025-0/+46
quotations and wrap lines to reasonable lengths. PR: 43876 Submitted by: Tim Daneliuk <tundra@tundraware.com> Notes: svn path=/head/; revision=76765