From chip@kaluga.net  Wed Jan  7 17:03:27 2004
Return-Path: <chip@kaluga.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0514716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <chip-set@mail.ru>
Reply-To: Nosov Artem <chip-set@mail.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: chip@bk.ru
Subject: New port: converters/fix-mime-charset -  Fix incorrect Content-Type MIME headers of e-mail messages
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 07 17:10:07 PST 2004
>Closed-Date:    Wed Jan 07 18:50:26 PST 2004
>Last-Modified:  Wed Jan 07 18:50:26 PST 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Jan 7 18:50:22 PST 2004 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61050 
>Unformatted:
