From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 6 12:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6B3CEAC9 for ; Tue, 6 Aug 2013 12:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 58BF72C76 for ; Tue, 6 Aug 2013 12:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r76Ce1IT061791 for ; Tue, 6 Aug 2013 12:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r76Ce1Mw061790; Tue, 6 Aug 2013 12:40:01 GMT (envelope-from gnats) Date: Tue, 6 Aug 2013 12:40:01 GMT Message-Id: <201308061240.r76Ce1Mw061790@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/178024: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Aug 2013 12:40:01 -0000 The following reply was made to PR ports/178024; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178024: commit references a PR Date: Tue, 6 Aug 2013 12:32:53 +0000 (UTC) Author: danfe Date: Tue Aug 6 12:32:40 2013 New Revision: 324312 URL: http://svnweb.freebsd.org/changeset/ports/324312 Log: Linux fuser(1) is incompatible with FreeBSD one, do not look for it. While here: trim the header, adjust CATEGORIES and COMMENT, employ USES for perl5, add LICENSE (GPLv2), install handful or docs, and update port description. PR: ports/178024 Submitted by: koitsu Approved by: maintainer timeout (since April 21st) Modified: head/mail/archmbox/Makefile head/mail/archmbox/pkg-descr Modified: head/mail/archmbox/Makefile ============================================================================== --- head/mail/archmbox/Makefile Tue Aug 6 12:06:19 2013 (r324311) +++ head/mail/archmbox/Makefile Tue Aug 6 12:32:40 2013 (r324312) @@ -1,23 +1,38 @@ -# New ports collection makefile for: archmbox -# Date created: 4 April 2004 -# Whom: Talal Al-Dik -# +# Created by: Talal Al-Dik # $FreeBSD$ -# PORTNAME= archmbox PORTVERSION= 4.10.0 -CATEGORIES= mail +PORTREVISION= 1 +CATEGORIES= mail perl5 MASTER_SITES= SF/adc-${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= tad@vif.com -COMMENT= Email archiver written in perl; parses mailboxes and performs actions +COMMENT= Email archiver that parses mailboxes and performs actions +LICENSE= GPLv2 + +USES= perl5 GNU_CONFIGURE= yes -USE_PERL5= yes -CONFIGURE_ENV+= PERL=${PERL} +CONFIGURE_ENV= PERL="${PERL}" MAN1= archmbox.1 PLIST_FILES= bin/archmbox +PORTDOCS= ChangeLog NEWS README THANKS TODO + +OPTIONS_DEFINE= DOCS + +.include + +post-patch: +# Linux fuser(1) is incompatible with FreeBSD one, do not look for it + @${REINPLACE_CMD} -e '/for ac_prog in/s, fuser,,' \ + ${WRKSRC}/configure + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} +.endif .include Modified: head/mail/archmbox/pkg-descr ============================================================================== --- head/mail/archmbox/pkg-descr Tue Aug 6 12:06:19 2013 (r324311) +++ head/mail/archmbox/pkg-descr Tue Aug 6 12:32:40 2013 (r324312) @@ -1,20 +1,23 @@ -Archmbox is a simple email archiver written in perl: -- parses one or more mailboxes -- selects some or all messages -- performs specific actions on the selected messages. -At this time archmbox supports mbox and mbx mailbox formats. - -Three different modes are available: -- list mode, which is useful to list all selected messages -- kill mode, if messages should be deleted from the mailbox(es) -- archive mode, to archive the selected messages in a different mailbox +Archmbox is a simple email archiver written in Perl; it parses one or more +mailboxes, selects some or all messages and then performs specific actions +on the selected messages. Archmbox supports mbox and mbx mailbox formats. -Messages selection is based upon: -- date criteria -- absolute date -- days offset +Four different modes are available: -It is also possible to refine the selection using regex on the header fields. -The archive mailbox can be saved in gz or bz2 compressed format as well. + - List mode, which is useful to list all selected messages before + archmbox performs the real operations (archiving or deleting) + - Kill mode, if messages should be deleted from the mailbox(es) rather + than archived + - Archive mode, to archive the selected messages in a different mailbox + - Copy mode, to copy the selected messages from the source mailbox + +Messages selection is based upon a date criteria; an absolute date or days +offset can be specified. It is also possible to refine the selection using +regular expressions on the header fields of the message. + +All archived messages are stored in a new mailbox with the same name of the +original one plus .archived as extension (this is the default, but can be +changed); the archive mailbox can be saved in gz or bz2 compressed format +as well. WWW: http://adc-archmbox.sourceforge.net/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"