# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # eps # eps/Makefile # eps/distinfo # eps/pkg-descr # eps/pkg-message # eps/pkg-plist # echo c - eps mkdir -p eps > /dev/null 2>&1 echo x - eps/Makefile sed 's/^X//' >eps/Makefile << 'END-of-eps/Makefile' X# New ports collection makefile for: eps X# Date created: 21 Jul 2005 X# Whom: ismail@enderunix.org X# X# $FreeBSD: ports/mail/eps/Makefile,v 1.3 2007/08/22 14:37:36 ahze Exp $ X# X XPORTNAME= eps XPORTVERSION= 1.6 XPORTREVISION= 1 XCATEGORIES= mail XMASTER_SITES= http://www.inter7.com/eps/ X XMAINTAINER= ismail@EnderUNIX.org XCOMMENT= EPS is a Email Parsing System X XPORTDOCS= howto X XMAKE_ENV+= DEFS="${CFLAGS}" X Xpost-patch: X @${REINPLACE_CMD} -e 's|^CC =|CC \?=|' \ X -e 's|^DEFS =|DEFS \?=|' \ X ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/libeps.a ${PREFIX}/lib X ${MKDIR} ${PREFIX}/include/eps X ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/eps X X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${DOCSDIR} X @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." X X.endif X X.include END-of-eps/Makefile echo x - eps/distinfo sed 's/^X//' >eps/distinfo << 'END-of-eps/distinfo' XMD5 (eps-1.6.tar.gz) = 42e295e596097f46b210efb811d64f40 XSHA256 (eps-1.6.tar.gz) = f0076d278c21fb33de03c1bf90d9fc6eeeef48f60bd17d343a10666715d2493d XSIZE (eps-1.6.tar.gz) = 25608 END-of-eps/distinfo echo x - eps/pkg-descr sed 's/^X//' >eps/pkg-descr << 'END-of-eps/pkg-descr' XEPS (Email Parsing System) is intended to give people the ability Xto write their own email processing tools. XWhether you want to process incoming and outgoing emails, Xor just analyze a message, Xthis package is intended to aid in that endeavor. X XFeatures X X * Written in C X * API is documented X * Fast and efficient X XUsage XHow we use EPS and how others use EPS X X * Tracking incoming and outgoing email messages based on threads X * Archiving and searching against threads X * Demographics collection via email X * Email client X * Create custom autoresponders X * We even used it to parse simple LDIF files! X XWWW: http://www.inter7.com/index.php?page=eps END-of-eps/pkg-descr echo x - eps/pkg-message sed 's/^X//' >eps/pkg-message << 'END-of-eps/pkg-message' X XPlease read the %%PREFIX%%/share/doc/eps/howto END-of-eps/pkg-message echo x - eps/pkg-plist sed 's/^X//' >eps/pkg-plist << 'END-of-eps/pkg-plist' Xinclude/eps/address.h Xinclude/eps/base64.h Xinclude/eps/boundary.h Xinclude/eps/buffer.h Xinclude/eps/content.h Xinclude/eps/date.h Xinclude/eps/email.h Xinclude/eps/eps.h Xinclude/eps/fold.h Xinclude/eps/header.h Xinclude/eps/int_buffer.h Xinclude/eps/int_stream.h Xinclude/eps/interface.h Xinclude/eps/line.h Xinclude/eps/mime.h Xinclude/eps/misc.h Xinclude/eps/qp.h Xinclude/eps/result.h Xinclude/eps/rfc2822.h Xinclude/eps/unfold.h Xlib/libeps.a X@dirrm include/eps END-of-eps/pkg-plist exit