From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 4 09:20:03 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0D1D16A418 for ; Thu, 4 Oct 2007 09:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BD25D13C4A7 for ; Thu, 4 Oct 2007 09:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l949K2dV031633 for ; Thu, 4 Oct 2007 09:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l949K22g031632; Thu, 4 Oct 2007 09:20:02 GMT (envelope-from gnats) Resent-Date: Thu, 4 Oct 2007 09:20:02 GMT Resent-Message-Id: <200710040920.l949K22g031632@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 458C816A41B for ; Thu, 4 Oct 2007 09:14:48 +0000 (UTC) (envelope-from root@ftpfreebsd.marmara.edu.tr) Received: from ftpfreebsd.marmara.edu.tr (ftpfreebsd.marmara.edu.tr [193.140.143.25]) by mx1.freebsd.org (Postfix) with ESMTP id 03A3613C468 for ; Thu, 4 Oct 2007 09:14:44 +0000 (UTC) (envelope-from root@ftpfreebsd.marmara.edu.tr) Received: (qmail 30856 invoked by uid 0); 4 Oct 2007 08:50:47 -0000 Message-Id: <20071004085047.30855.qmail@ftpfreebsd.marmara.edu.tr> Date: 4 Oct 2007 08:50:47 -0000 From: ismail@enderunix.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/116895: Update 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: Thu, 04 Oct 2007 09:20:03 -0000 >Number: 116895 >Category: ports >Synopsis: Update port:mail/eps >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 09:20:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ismail YENIGUL >Release: FreeBSD 6.2-RELEASE-p5 i386 >Organization: EnderUNIX >Environment: System: FreeBSD ftpfreebsd.marmara.edu.tr 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #2: Mon Jul 9 14:01:39 EEST 2007 root@ftpfreebsd.marmara.edu.tr:/usr/obj/usr/src/sys/SMP 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: 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 --- eps.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: