aboutsummaryrefslogtreecommitdiff
path: root/mail/eps
Commit message (Collapse)AuthorAgeFilesLines
* mail/eps: fix build on powerpc64 elfv2Piotr Kubaj2020-03-181-0/+1
| | | | | | | | | | | lld needs -fPIC: ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol _i_headers; recompile with -fPIC >>> defined in email.o >>> referenced by email.c >>> email.o:(email_header_internal) Notes: svn path=/head/; revision=528652
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-1/+6
| | | | Notes: svn path=/head/; revision=508882
* Bump PORTREVISION for changed CFLAGSEd Maste2018-09-181-1/+1
| | | | | | | | | | | | | | I adjusted CFLAGS in several ports to allow linking with lld on i386 but missed the corresponding PORTREVISION bump. Related commits: r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068 Reported by: antoine Approved by: antoine Notes: svn path=/head/; revision=480069
* mail/eps: add -fPIC on i386, to allow linking with lldEd Maste2018-09-181-0/+1
| | | | | | | | | | | By default lld does not allow non-PIC code where PIC is required. Other architectures already apply -fPIC; do so for i386 as well. Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=480047
* Mark these ports as broken on aarch64, and, where appropriate, armvX.Mark Linimon2018-07-071-0/+2
| | | | | | | | | While here, pet portlint and modernize. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=474058
* Maintainer's email address bounces (no mailbox here by that name).Mark Linimon2017-06-251-1/+1
| | | | Notes: svn path=/head/; revision=444252
* Begin deorbit burn of ia64. We have not attempted to build packages forMark Linimon2017-06-251-6/+2
| | | | | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444251
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373086
* 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