Date: Thu, 8 Jan 2004 05:07:58 +0300 (MSK) From: Nosov Artem <chip-set@mail.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: chip@bk.ru Subject: ports/61050: New port: converters/fix-mime-charset - Fix incorrect Content-Type MIME headers of e-mail messages Message-ID: <20040108020758.8832D1F8@void.su> Resent-Message-ID: <200401080110.i081A7V4081713@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <chip-set@mail.ru> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040108020758.8832D1F8>