aboutsummaryrefslogtreecommitdiff
path: root/mail/eps
Commit message (Collapse)AuthorAgeFilesLines
* Support stagingEmanuel Haupt2014-02-211-10/+5
| | | | Notes: svn path=/head/; revision=345330
* 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
* Build with standard gnu89 which will create a usable libeps.a with clang.Baptiste Daroussin2013-07-301-6/+7
| | | | | | | | | | | This allows mail/epstools to properly build with clang. Bump port revision libeps.a has to be regenerated While here: - convert to optionsng - trim header Notes: svn path=/head/; revision=323955
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Update to 1.7Thomas Abthorpe2008-03-062-5/+6
| | | | | | | | PR: ports/121319 Submitted by: Ismail YENIGUL <ismail enderunix.org> (maintainer) Notes: svn path=/head/; revision=208499
* - Unbreak for amd, set CFLAGS+= -fPICThomas Abthorpe2007-10-091-1/+7
| | | | | | | | | Submitted by: pointyhat via pavmail Reviewed by: miwi@ Approved by: ismail enderunix.org (maintainer, via private email) miwi (co-mentor) Notes: svn path=/head/; revision=201212
* - Update to 1.6Thomas Abthorpe2007-10-043-5/+7
| | | | | | | | | PR: ports/116894 Submitted by: Ismail YENIGUL <ismail enderunix.org> (maintainer) Approved by: miwi (co-mentor) Notes: svn path=/head/; revision=200832
* - Install header files in include/eps instead of include/ to not conflictMichael Johnson2007-08-222-19/+22
| | | | | | | | | | with ffmpeg PR: ports/115038 Approved by: maintainer timeout Notes: svn path=/head/; revision=198123
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-2/+0
| | | | Notes: svn path=/head/; revision=162032
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* EPS (Email Parsing System) is intended to give people the abilityRenato Botelho2005-07-215-0/+82
to write their own email processing tools. Whether you want to process incoming and outgoing emails, or just analyze a message, this package is intended to aid in that endeavor. Features * Written in C * API is documented * Fast and efficient Usage How we use EPS and how others use EPS * Tracking incoming and outgoing email messages based on threads * Archiving and searching against threads * Demographics collection via email * Email client * Create custom autoresponders * We even used it to parse simple LDIF files! WWW: http://www.inter7.com/index.php?page=eps PR: ports/83818 Submitted by: Ismail YENIGUL <ismail@enderunix.org> Approved by: flz (mentor) Notes: svn path=/head/; revision=139831