From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 20 23:50:17 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F78616A41F for ; Wed, 20 Jul 2005 23:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E94043D46 for ; Wed, 20 Jul 2005 23:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6KNoG6W093057 for ; Wed, 20 Jul 2005 23:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6KNoG0s093056; Wed, 20 Jul 2005 23:50:16 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jul 2005 23:50:16 GMT Resent-Message-Id: <200507202350.j6KNoG0s093056@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, ismail@enderunix.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1938B16A41F for ; Wed, 20 Jul 2005 23:43:12 +0000 (GMT) (envelope-from root@devel.enderunix.org) Received: from devel.enderunix.org (ns2.mersin.edu.tr [193.255.128.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 23F7443D45 for ; Wed, 20 Jul 2005 23:43:10 +0000 (GMT) (envelope-from root@devel.enderunix.org) Received: (qmail 12768 invoked by uid 0); 20 Jul 2005 23:42:15 -0000 Message-Id: <20050720234215.12767.qmail@devel.enderunix.org> Date: 20 Jul 2005 23:42:15 -0000 From: ismail@enderunix.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83818: New port: mail/eps X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ismail@enderunix.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 23:50:17 -0000 >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 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: