This port has been deprecated for 3 months.

Delete it finally from the tree.

Background:

This sub-port has been useless since bogofilter 0.94.13 was out
with fully functional support for multi-language wordlists encoded
in UTF-8.  No need for l10n when i18n is already here.
This commit is contained in:
Yaroslav Tykhiy 2005-10-04 23:46:45 +00:00
parent 6bc04edb3e
commit 2517c26c94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144231
3 changed files with 1 additions and 27 deletions

1
MOVED
View file

@ -1634,3 +1634,4 @@ lang/pyperl||2005-09-30|New port added without a maintainer
mail/exim-monitor||2005-10-01|obsolete
devel/beagle|devel/open-beagle|2005-10-02|renamed to reflect project's name
games/pmars-doc||2005-10-04|Obsolete, merged with games/pmars
russian/bogofilter||2005-10-04|obsoleted by utf-8 support in mail/bogofilter

View file

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

View file

@ -1,26 +0,0 @@
# New ports collection makefile for: ru-bogofilter
# Date created: 18 June 2004
# Whom: Yar Tikhiy <yar@freebsd.org>
#
# $FreeBSD$
#
CATEGORIES= russian mail
MAINTAINER= yar@freebsd.org
DEPRECATED= mail/bogofilter provides Unicode support through WITH_ICONV
CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-sqlite-[0-9]*
# bogofilter does CP1251->KOI8-R conversion by default since 0.94.13.
# WITH_CP866 tells bogofilter to map KOI8-R, CP1251, and ISO-8859-5 to CP866.
.if defined(WITH_CP866)
CONFIGURE_ARGS+= --enable-russian
.else
NO_PACKAGE= Identical to mail/bogofilter by default since 0.94.13
.endif
MASTERDIR= ${.CURDIR}/../../mail/bogofilter
.include "${MASTERDIR}/Makefile"