From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 4 19:10:17 2004 Return-Path: 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 6098E16A4CE for ; Sun, 4 Apr 2004 19:10:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 443E643D3F for ; Sun, 4 Apr 2004 19:10:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i352AHbv073592 for ; Sun, 4 Apr 2004 19:10:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i352AHlw073591; Sun, 4 Apr 2004 19:10:17 -0700 (PDT) (envelope-from gnats) Resent-Date: Sun, 4 Apr 2004 19:10:17 -0700 (PDT) Resent-Message-Id: <200404050210.i352AHlw073591@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, Talal Al-Dik Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1098316A4CE for ; Sun, 4 Apr 2004 19:02:22 -0700 (PDT) Received: from koala.vif.com (ip216-239-74-191.vif.net [216.239.74.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A7DB43D1F for ; Sun, 4 Apr 2004 19:02:17 -0700 (PDT) (envelope-from squid@www.vif.com) Received: from koala.vif.com (localhost [127.0.0.1]) by koala.vif.com (8.12.11/8.12.11) with ESMTP id i3521t8t006072 for ; Sun, 4 Apr 2004 22:02:05 -0400 (EDT) (envelope-from squid@www.vif.com) Received: (from squid@localhost) by koala.vif.com (8.12.11/8.12.11/Submit) id i3521orX006071; Sun, 4 Apr 2004 22:01:50 -0400 (EDT) (envelope-from squid) Message-Id: <200404050201.i3521orX006071@koala.vif.com> Date: Sun, 4 Apr 2004 22:01:50 -0400 (EDT) From: Talal Al-Dik To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/65183: New port: mail/archmbox manipulate mbox files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Talal Al-Dik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2004 02:10:17 -0000 >Number: 65183 >Category: ports >Synopsis: New port: mail/archmbox manipulate mbox files >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: Sun Apr 04 19:10:16 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Talal Al-Dik >Release: FreeBSD 5.2-CURRENT i386 >Organization: VIF Internet >Environment: System: FreeBSD koala.vif.com 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Mar 24 04:17:29 EST 2004 squid@koala.vif.com:/usr/obj/usr/src/sys/KOALA i386 >Description: New port of archmbox, a utility to manipulate mailboxes >How-To-Repeat: >Fix: # 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: # # archmbox/ # archmbox/Makefile # archmbox/distinfo # archmbox/pkg-descr # archmbox/pkg-plist # echo c - archmbox/ mkdir -p archmbox/ > /dev/null 2>&1 echo x - archmbox/Makefile sed 's/^X//' >archmbox/Makefile << 'END-of-archmbox/Makefile' X# New ports collection makefile for: archmbox X# Date created: 4 April 2004 X# Whom: Talal Al-Dik X# X# $FreeBSD$ X# X XPORTNAME= archmbox XPORTVERSION= 4.5.2 XCATEGORIES= mail XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= adc-archmbox X XMAINTAINER= tad@vif.com XCOMMENT= Email archiver written in perl; parses mailboxes and performs actions X XGNU_CONFIGURE= yes XCONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" X XMAN1= archmbox.1 X X.include END-of-archmbox/Makefile echo x - archmbox/distinfo sed 's/^X//' >archmbox/distinfo << 'END-of-archmbox/distinfo' XMD5 (archmbox-4.5.2.tar.gz) = 4a7324ee754c502dcb4c99b66bc45302 XSIZE (archmbox-4.5.2.tar.gz) = 62731 END-of-archmbox/distinfo echo x - archmbox/pkg-descr sed 's/^X//' >archmbox/pkg-descr << 'END-of-archmbox/pkg-descr' XArchmbox is a simple email archiver written in perl: X- parses one or more mailboxes X- selects some or all messages X- performs specific actions on the selected messages. XAt this time archmbox supports mbox and mbx mailbox formats. X XThree different modes are available: X- list mode, which is useful to list all selected messages X- kill mode, if messages should be deleted from the mailbox(es) X- archive mode, to archive the selected messages in a different mailbox X XMessages selection is based upon: X- date criteria X- absolute date X- days offset X XIt is also possible to refine the selection using regex on the header fields. XThe archive mailbox can be saved in gz or bz2 compressed format as well. X XWWW: http://adc-archmbox.sourceforge.net/ END-of-archmbox/pkg-descr echo x - archmbox/pkg-plist sed 's/^X//' >archmbox/pkg-plist << 'END-of-archmbox/pkg-plist' Xbin/archmbox END-of-archmbox/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: