aboutsummaryrefslogtreecommitdiff
path: root/mail/mb2md
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-051-1/+1
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* Support stagingRenato Botelho2013-10-131-2/+1
| | | | Notes: svn path=/head/; revision=330244
* 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
* Change my ports to USES (gmake|perl5)Renato Botelho2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=325961
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-3/+2
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323702
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+2
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-5/+1
| | | | Notes: svn path=/head/; revision=305298
* Remove MAKE_JOBS_SAFE since port has NO_BUILD set and silence portlintRenato Botelho2012-07-021-1/+0
| | | | Notes: svn path=/head/; revision=300411
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300219
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Cleanup MASTER_SITESRenato Botelho2010-09-301-2/+1
| | | | Notes: svn path=/head/; revision=262194
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFERenato Botelho2009-03-281-0/+1
| | | | Notes: svn path=/head/; revision=231204
* Add a backup MASTER_SITERenato Botelho2006-08-291-1/+2
| | | | Notes: svn path=/head/; revision=171622
* - Add SHA256Renato Botelho2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147578
* - Take maintainershipRenato Botelho2005-09-301-1/+1
| | | | Notes: svn path=/head/; revision=143829
* Fix build.Kirill Ponomarev2005-03-211-1/+2
| | | | Notes: svn path=/head/; revision=131844
* Update to version 3.20Kirill Ponomarev2005-03-132-11/+14
| | | | | | | | PR: ports/78739 Submitted by: Ports Fury Notes: svn path=/head/; revision=131063
* Reset undeliverable maintainer address:Kris Kennaway2005-01-021-1/+1
| | | | | | | | | | | | <andy@evo6.org>: Host or domain name not found. Name service error for name=evo6.org type=A: Host not found Remove associated MASTER_SITE. Approved by: portmgr (self) Notes: svn path=/head/; revision=125667
* Correctly use EXTRACT_AFTER_ARGSKris Kennaway2004-06-051-1/+2
| | | | Notes: svn path=/head/; revision=110876
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* New port: mb2md - Converts mbox mailboxes to MaildirEdwin Groothuis2003-10-104-0/+39
This is a Perl script that reads a directory of Mbox format mailboxes and converts them to Maildir format. Some details of this are to suit Courier IMAP's naming conventions for Maildir mailboxes. PR: ports/53537 Submitted by: Andy Gilligan <andy@evo6.org> Notes: svn path=/head/; revision=90753