Port details |
- eps Email Parsing System
- 1.7_2 mail
=2 1.7_2Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2005-07-21 16:47:17
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://www.inter7.com/index.php?page=eps
- Description:
- EPS (Email Parsing System) is intended to give people the ability
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!
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/mail/eps/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/eps
- pkg install eps
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: eps
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (eps-1.7.tar.gz) = 8eb7ebb0331a8a604d4f3d029b9ec90debef40be4a4b71a7364cfec4c4175bd5
SIZE (eps-1.7.tar.gz) = 29913
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- mail/epstools
- for Run
-
- mail/epstools
Configuration Options:
- ===> The following configuration options are available for eps-1.7_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- mail_eps
- pkg-message:
- For install:
- Please read the %%PREFIX%%/share/doc/eps/howto
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.7_2 20 Jul 2022 14:22:19
    |
Tobias C. Berner (tcberner)  |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.7_2 12 Nov 2021 14:48:46
    |
Piotr Kubaj (pkubaj)  |
mail/eps: fix build on armv7
Same issue as on other architectures. |
1.7_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.7_2 02 Jan 2021 01:46:09
  |
linimon  |
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket) |
1.7_2 23 Sep 2020 19:33:07
  |
linimon  |
Canonicalize CFLAGS across all powerpc variants. |
1.7_2 27 May 2020 14:55:03
  |
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
1.7_2 14 Apr 2020 10:49:04
  |
pkubaj  |
mail/eps: fix build on powerpc with clang
Add -fPIC:
ld: error: can't create dynamic relocation R_PPC_ADDR16_LO against local symbol
in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext'
to allow text relocations in the output
>>> defined in mime.o
>>> referenced by mime.c
>>> mime.o:(mime_content_type) |
1.7_2 18 Mar 2020 15:18:43
  |
pkubaj  |
mail/eps: fix build on powerpc64 elfv2
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) |
1.7_2 13 Aug 2019 22:29:43
  |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.7_2 18 Sep 2018 19:20:18
  |
emaste  |
Bump PORTREVISION for changed CFLAGS
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 |
1.7_1 18 Sep 2018 17:46:33
  |
emaste  |
mail/eps: add -fPIC on i386, to allow linking with lld
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 |
1.7_1 07 Jul 2018 06:44:07
  |
linimon  |
Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket) |
1.7_1 25 Jun 2017 00:44:12
  |
linimon  |
Maintainer's email address bounces (no mailbox here by that name). |
1.7_1 25 Jun 2017 00:29:09
  |
linimon  |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
1.7_1 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.7_1 22 Nov 2014 18:42:44
  |
antoine  |
Cleanup plist |
1.7_1 21 Feb 2014 08:43:23
  |
ehaupt  |
Support staging |
1.7_1 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.7_1 30 Jul 2013 12:18:54
  |
bapt  |
Build with standard gnu89 which will create a usable libeps.a with clang.
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 |
1.7 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
1.7 22 Aug 2009 00:28:34
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.7 06 Mar 2008 13:44:47
 |
tabthorpe  |
- Update to 1.7
PR: ports/121319
Submitted by: Ismail YENIGUL <ismail enderunix.org> (maintainer) |
1.6 09 Oct 2007 20:03:45
 |
tabthorpe  |
- Unbreak for amd, set CFLAGS+= -fPIC
Submitted by: pointyhat via pavmail
Reviewed by: miwi@
Approved by: ismail enderunix.org (maintainer, via private email) miwi
(co-mentor) |
1.6 04 Oct 2007 16:05:54
 |
tabthorpe  |
- Update to 1.6
PR: ports/116894
Submitted by: Ismail YENIGUL <ismail enderunix.org> (maintainer)
Approved by: miwi (co-mentor) |
1.5_1 22 Aug 2007 14:37:36
 |
ahze  |
- Install header files in include/eps instead of include/ to not conflict
with ffmpeg
PR: ports/115038
Approved by: maintainer timeout |
1.5 10 May 2006 22:37:39
 |
edwin  |
Remove USE_REINPLACE from ports starting with M |
1.5 22 Jan 2006 12:50:54
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.5 21 Jul 2005 16:46:22
 |
garga  |
EPS (Email Parsing System) is intended to give people the ability
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
(Only the first 15 lines of the commit message are shown above ) |