mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10: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:
parent
757809a774
commit
ad16e21811
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111725
@ -7,6 +7,7 @@
|
||||
SUBDIR += apache13
|
||||
SUBDIR += apache13-modssl
|
||||
SUBDIR += aspell
|
||||
SUBDIR += bogofilter
|
||||
SUBDIR += cyrproxy
|
||||
SUBDIR += d1489
|
||||
SUBDIR += elm.language
|
||||
|
18
russian/bogofilter/Makefile
Normal file
18
russian/bogofilter/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user