Skip site navigation (1)Skip section navigation (2)
Date:      20 Jul 2005 23:42:15 -0000
From:      ismail@enderunix.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83818: New port: mail/eps
Message-ID:  <20050720234215.12767.qmail@devel.enderunix.org>
Resent-Message-ID: <200507202350.j6KNoG0s093056@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         83818
>Category:       ports
>Synopsis:       New port: mail/eps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 20 23:50:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ismail YENIGUL
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
EnderUNIX Team
>Environment:
System: FreeBSD devel.enderunix.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Tue Sep 21 09:34:51 EEST 2004 root@devel.enderunix.org:/usr/src/sys/compile/DEVEL i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- eps.shar begins here ---
# 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$
X#
X
XPORTNAME=	eps
XPORTVERSION=	1.5
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
Xdo-install:
X	@${INSTALL_DATA} ${WRKSRC}/libeps.a ${PREFIX}/lib
X	@${CP} ${WRKSRC}/*.h ${PREFIX}/include/
X
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	@${INSTALL_MAN} ${WRKSRC}/doc/${PORTDOCS} ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-eps/Makefile
echo x - eps/distinfo
sed 's/^X//' >eps/distinfo << 'END-of-eps/distinfo'
XMD5 (eps-1.5.tar.gz) = 842615f5527eacdf91d5dd375ef2e71d
XSIZE (eps-1.5.tar.gz) = 28346
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/address.h
Xinclude/base64.h
Xinclude/boundary.h
Xinclude/buffer.h
Xinclude/content.h
Xinclude/email.h
Xinclude/eps.h
Xinclude/fold.h
Xinclude/header.h
Xinclude/int_buffer.h
Xinclude/int_stream.h
Xinclude/interface.h
Xinclude/line.h
Xinclude/mime.h
Xinclude/misc.h
Xinclude/qp.h
Xinclude/rfc2822.h
Xinclude/unfold.h
Xlib/libeps.a
END-of-eps/pkg-plist
exit
--- eps.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050720234215.12767.qmail>