From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 7 17:10:13 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 380DC16A4CE for ; Wed, 7 Jan 2004 17:10:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1AFC43D3F for ; Wed, 7 Jan 2004 17:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i081A7FR081714 for ; Wed, 7 Jan 2004 17:10:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i081A7V4081713; Wed, 7 Jan 2004 17:10:07 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 7 Jan 2004 17:10:07 -0800 (PST) Resent-Message-Id: <200401080110.i081A7V4081713@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, Nosov Artem Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0514716A4CE for ; Wed, 7 Jan 2004 17:03:27 -0800 (PST) Received: from basic.maxnet.ru (mx.maxnet.ru [195.112.97.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id C482A43D53 for ; Wed, 7 Jan 2004 17:03:17 -0800 (PST) (envelope-from chip@kaluga.net) Received: from void.su (client11.m-pool-2.maxnet.ru [195.112.114.75] (may be forged)) by basic.maxnet.ru (8.11.3/8.11.3) with ESMTP id i0813EZ88671; Thu, 8 Jan 2004 04:03:14 +0300 (MSK) (envelope-from chip@kaluga.net) Received: by void.su (Postfix, from userid 1000) id 8832D1F8; Thu, 8 Jan 2004 05:07:58 +0300 (MSK) Message-Id: <20040108020758.8832D1F8@void.su> Date: Thu, 8 Jan 2004 05:07:58 +0300 (MSK) From: Nosov Artem To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: chip@bk.ru Subject: ports/61050: New port: converters/fix-mime-charset - Fix incorrect Content-Type MIME headers of e-mail messages X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nosov Artem List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2004 01:10:13 -0000 >Number: 61050 >Category: ports >Synopsis: New port: converters/fix-mime-charset - Fix incorrect Content-Type MIME headers of e-mail messages >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 Jan 07 17:10:07 PST 2004 >Closed-Date: >Last-Modified: >Originator: Nosov Artem >Release: FreeBSD 4.8-RELEASE i386 >Organization: ASC >Environment: System: FreeBSD 4.8-RELEASE >Description: New port: converters/fix-mime-charset - Fix incorrect Content-Type MIME headers of e-mail messages Categories: converters textproc russian ukrainian Fix-mime-charset automatically detects character sets of email message and modifies the Content-Type header appropriately. It can be used as mail filter in mailing lists where users often set the charset of their messages incorrectly. It processes messages fast and accurately, ignoring attachments, and correctly interprets transfer-encodings. None but the Content-Type header is changed. >How-To-Repeat: >Fix: --- fix-mime-charset.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: # # fix-mime-charset/ # fix-mime-charset/Makefile # fix-mime-charset/distinfo # fix-mime-charset/pkg-plist # fix-mime-charset/pkg-descr # echo c - fix-mime-charset/ mkdir -p fix-mime-charset/ > /dev/null 2>&1 echo x - fix-mime-charset/Makefile sed 's/^X//' >fix-mime-charset/Makefile << 'END-of-fix-mime-charset/Makefile' X# New ports collection makefile for: fix-mime-charset X# Date created: 26 November 2003 X# Whom: Nosov Artem X# X# $FreeBSD$ X# X XPORTNAME= fix-mime-charset XPORTVERSION= 0.5.2 XCATEGORIES= converters textproc russian ukrainian XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= fix-mime-chr X XMAINTAINER= chip-set@mail.ru XCOMMENT= Fix incorrect Content-Type MIME headers of e-mail messages X XLIB_DEPENDS= enca.3:${PORTSDIR}/converters/enca X XGNU_CONFIGURE= yes XUSE_GETOPT_LONG= yes XUSE_PERL5_BUILD= yes X XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" X XMAN1= fix-mime-charset.1 X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for file in README README.koi8r X @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X.include END-of-fix-mime-charset/Makefile echo x - fix-mime-charset/distinfo sed 's/^X//' >fix-mime-charset/distinfo << 'END-of-fix-mime-charset/distinfo' XMD5 (fix-mime-charset-0.5.2.tar.gz) = 4380dadef00657817dd61a35e51a1d17 END-of-fix-mime-charset/distinfo echo x - fix-mime-charset/pkg-plist sed 's/^X//' >fix-mime-charset/pkg-plist << 'END-of-fix-mime-charset/pkg-plist' Xbin/fix-mime-charset X%%PORTDOCS%%share/doc/fix-mime-charset/README X%%PORTDOCS%%share/doc/fix-mime-charset/README.koi8r X%%PORTDOCS%%@dirrm share/doc/fix-mime-charset END-of-fix-mime-charset/pkg-plist echo x - fix-mime-charset/pkg-descr sed 's/^X//' >fix-mime-charset/pkg-descr << 'END-of-fix-mime-charset/pkg-descr' XFix-mime-charset automatically detects character sets of email message and Xmodifies the Content-Type header appropriately. It can be used as mail Xfilter in mailing lists where users often set the charset of their messages Xincorrectly. It processes messages fast and accurately, ignoring Xattachments, and correctly interprets transfer-encodings. None but the XContent-Type header is changed. X X- Nosov Artem Xchip-set@mail.ru END-of-fix-mime-charset/pkg-descr exit --- fix-mime-charset.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: