1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add a new port russian/bogofilter (ru-bogofilter), which is

a sub-port of main/bogofilter.  If installed from this port,
bogofilter will convert mails in the other popular "windows-1251"
charset to KOI8-R, thus improving spam detection for mails in
different Cyrillic charsets.
This commit is contained in:
Yaroslav Tykhiy 2004-06-18 14:46:21 +00:00
parent 757809a774
commit ad16e21811
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111725
2 changed files with 19 additions and 0 deletions

View File

@ -7,6 +7,7 @@
SUBDIR += apache13
SUBDIR += apache13-modssl
SUBDIR += aspell
SUBDIR += bogofilter
SUBDIR += cyrproxy
SUBDIR += d1489
SUBDIR += elm.language

View File

@ -0,0 +1,18 @@
# New ports collection makefile for: ru-bogofilter
# Date created: 18 June 2004
# Whom: Yar Tikhiy <yar@freebsd.org>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../../mail/bogofilter
CATEGORIES= russian mail
MAINTAINER= yar@freebsd.org
CONFLICTS= bogofilter-0* bogofilter-tdb* bogofilter-qdbm*
CFLAGS+= -DWINDOWS_1251_to_CYRILLIC
.include "${MASTERDIR}/Makefile"