aboutsummaryrefslogtreecommitdiff
path: root/mail/archivemail
Commit message (Collapse)AuthorAgeFilesLines
* mail/archivemail: Limit to Python 2.7, level up port complianceKubilay Kocak2019-04-143-12/+21
| | | | | | | | | | | | | | | | | | | | | | | | | archivemail fails to build with Python 3.x [1]: print too_old_error ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(too_old_error)? Limit to Python 2.7 accordingly. While I'm here, level up port compliance: - Update COMMENT to match setup.py:description - Use distutils/autoplist/concurrent (package uses a setup.py). Remove NO_BUILD, do-install target, amend pkg-plist accordingly. - Patch setup.py to install man pages in /usr/local not /usr/local/share - Add test target to assist QA PR: 237179 [1] Reported by: Helge Oldach <freebsd oldach net> [1] MFH: 2019Q2 Notes: svn path=/head/; revision=498876
* - Fix buildDmitry Marakasov2017-04-201-2/+2
| | | | Notes: svn path=/head/; revision=438973
* - Fix shebangsMartin Wilke2017-04-191-2/+4
| | | | Notes: svn path=/head/; revision=438894
* - Add LICENSEDmitry Marakasov2016-09-081-0/+8
| | | | | | | | - Add NO_ARCH - Switch to options helpers Notes: svn path=/head/; revision=421536
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373086
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* - Convert ports of mail/ to new USES=pythonMarcus von Appen2014-10-211-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371330
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362023
* - Stage supportMartin Wilke2014-02-062-14/+7
| | | | Notes: svn path=/head/; revision=342925
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Trim headerMartin Wilke2013-02-191-7/+8
| | | | | | | | | | | | | - OptionNG [1] - Install Manpage [2] PR: 176157 [1] 173697 [2] Submitted by: jgh [1] Helge Oldach <ports-archivemail@oldach.net> [2] Notes: svn path=/head/; revision=312582
* - Update to 0.9.0Martin Wilke2011-10-234-11/+7
| | | | Notes: svn path=/head/; revision=284189
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Update to 0.8.2Martin Wilke2010-11-042-4/+4
| | | | | | | | PR: 151513 Submitted by: jason <jgh@experts-exchange.com> Notes: svn path=/head/; revision=264007
* - Update to 0.8.0Martin Wilke2010-09-114-23/+14
| | | | | | | | PR: 149946 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=260960
* - Python 2.5 support and various bugfixMartin Wilke2009-01-312-3/+14
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=227281
* Reset sergei@ due to maintainer-timeouts and no response to email.Mark Linimon2008-07-271-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=217649
* - Update to 0.7.2Pav Lucistnik2008-02-202-4/+4
| | | | | | | | | PR: ports/119714 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer timeout (sergei; 1 month) Notes: svn path=/head/; revision=207674
* - Update to 0.7.0 [1]Sergei Kolobov2007-03-213-8/+7
| | | | | | | | | | - Shorten COMMENT PR: ports/109939 [1] Submitted by: Marcelo Araujo (araujo AT bsdmail DOT org) Notes: svn path=/head/; revision=187912
* - Update to 0.6.2Sergei Kolobov2006-09-224-25/+13
| | | | | | | | | | | | - Install script via port's Makefile instead of USE_PYDISTUTILS - Manual page is no longer included in the distribution; building it from SGML source requires Jade and docbook2man; in order to avoid adding quite heavy dependecies for this simple utility, we now install SGML and associated Makefile to DOCSDIR for those who want to build the man page manually Notes: svn path=/head/; revision=173579
* - Add SHA256 checksums to my portsSergei Kolobov2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149422
* - This fixes the following warning when you run archivemail with Python 2.3:Sergei Kolobov2004-04-113-9/+21
| | | | | | | | | | | | | | | | /usr/local/bin/archivemail:760: SyntaxWarning: assignment to None (None, last_dir) = os.path.split(os.path.dirname(message.fp.name)) The patch was also submitted to upstream (using SF's bug tracking system). PR: ports/64354 Submitted by: Simon Barner <barner@in.tum.de> - Use DOCSDIR/EXAMPLESDIR macros in pkg-plist - Bump PORTREVISION Notes: svn path=/head/; revision=106741
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+1
| | | | Notes: svn path=/head/; revision=99525
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-231-1/+1
| | | | | | | Approved by: krion Notes: svn path=/head/; revision=91927
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Taking of maintainershipEdwin Groothuis2002-11-161-1/+1
| | | | | | | | PR: ports/45346 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=70272
* Give up maintainership of these ports since I don't have time. Quanta goes toAlan Eldridge2002-11-151-1/+1
| | | | | | | kde@, all the rest are up for grabs to the most masochistic bidder. Notes: svn path=/head/; revision=70143
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizeAlan Eldridge2002-11-011-2/+2
| | | | | | | | mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along.... Notes: svn path=/head/; revision=69249
* Changed MAINTAINER to my FreeBSD address.Alan Eldridge2002-11-011-2/+2
| | | | Notes: svn path=/head/; revision=69236
* Update to 0.6.1.Alan Eldridge2002-10-312-2/+2
| | | | Notes: svn path=/head/; revision=69194
* Updated to version 0.6.0Alan Eldridge2002-10-122-2/+2
| | | | | | | | PR: ports/43620 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=67847
* Update to 0.5.1. Bugfix release.Alan Eldridge2002-09-192-3/+3
| | | | | | | | PR: 42922 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=66683
* Install examples and docs.Alan Eldridge2002-09-162-0/+21
| | | | | | | | PR: ports/42824 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=66447
* Update to 0.5.0.Alan Eldridge2002-09-152-2/+2
| | | | Notes: svn path=/head/; revision=66353
* Update to current version 0.4.9. This one even has a man page! Wow!Alan Eldridge2002-08-182-5/+4
| | | | Notes: svn path=/head/; revision=64639
* Add archivemail 0.1.0, search mailbox files and archive or deletePete Fritchman2002-05-195-0/+33
mail older than N days. PR: 36648 Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=59479