diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-08 02:50:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-08 02:50:16 +0000 |
commit | baffdd74c319af20977975af6747ab3d4de6103f (patch) | |
tree | 7a4345252dd5acc2a25843fd0330b9d4fb192105 /converters | |
parent | eec6901352765d2c02edca4d9d9780f4462d5649 (diff) | |
download | ports-baffdd74c319af20977975af6747ab3d4de6103f.tar.gz ports-baffdd74c319af20977975af6747ab3d4de6103f.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/fix-mime-charset/Makefile | 39 | ||||
-rw-r--r-- | converters/fix-mime-charset/distinfo | 1 | ||||
-rw-r--r-- | converters/fix-mime-charset/pkg-descr | 9 | ||||
-rw-r--r-- | converters/fix-mime-charset/pkg-plist | 1 |
5 files changed, 51 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 1cd59e3fefe5..3cfd7c4c558d 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -12,6 +12,7 @@ SUBDIR += dumpasn1 SUBDIR += enca SUBDIR += fconv + SUBDIR += fix-mime-charset SUBDIR += fribidi SUBDIR += gbase SUBDIR += i18ntools diff --git a/converters/fix-mime-charset/Makefile b/converters/fix-mime-charset/Makefile new file mode 100644 index 000000000000..5a494aa06442 --- /dev/null +++ b/converters/fix-mime-charset/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: fix-mime-charset +# Date created: 26 November 2003 +# Whom: Nosov Artem <chip-set@mail.ru> +# +# $FreeBSD$ +# + +PORTNAME= fix-mime-charset +PORTVERSION= 0.5.2 +CATEGORIES= converters textproc russian ukrainian +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= fix-mime-chr + +MAINTAINER= chip-set@mail.ru +COMMENT= Fix incorrect Content-Type MIME headers of e-mail messages + +LIB_DEPENDS= enca.3:${PORTSDIR}/converters/enca + +PORTDOCS= README.koi8r README + +GNU_CONFIGURE= yes +USE_GETOPT_LONG= yes +USE_PERL5_BUILD= yes + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +MAN1= fix-mime-charset.1 + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/converters/fix-mime-charset/distinfo b/converters/fix-mime-charset/distinfo new file mode 100644 index 000000000000..b4c2d0740277 --- /dev/null +++ b/converters/fix-mime-charset/distinfo @@ -0,0 +1 @@ +MD5 (fix-mime-charset-0.5.2.tar.gz) = 4380dadef00657817dd61a35e51a1d17 diff --git a/converters/fix-mime-charset/pkg-descr b/converters/fix-mime-charset/pkg-descr new file mode 100644 index 000000000000..f43328a201db --- /dev/null +++ b/converters/fix-mime-charset/pkg-descr @@ -0,0 +1,9 @@ +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. + +- Nosov Artem +chip-set@mail.ru diff --git a/converters/fix-mime-charset/pkg-plist b/converters/fix-mime-charset/pkg-plist new file mode 100644 index 000000000000..24704554ff84 --- /dev/null +++ b/converters/fix-mime-charset/pkg-plist @@ -0,0 +1 @@ +bin/fix-mime-charset |