aboutsummaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2005-10-04 23:46:45 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2005-10-04 23:46:45 +0000
commit2517c26c94bf1457e3dd8ee6edf51c10dbb83f9b (patch)
treeac859ac13a923a7cdfde2b94adc5390e42a163f9 /russian
parent6bc04edb3e3bf784306a23e90708ac74cc198cc3 (diff)
downloadports-2517c26c94bf1457e3dd8ee6edf51c10dbb83f9b.tar.gz
ports-2517c26c94bf1457e3dd8ee6edf51c10dbb83f9b.zip
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.
Notes
Notes: svn path=/head/; revision=144231
Diffstat (limited to 'russian')
-rw-r--r--russian/Makefile1
-rw-r--r--russian/bogofilter/Makefile26
2 files changed, 0 insertions, 27 deletions
diff --git a/russian/Makefile b/russian/Makefile
index 9c38d464ecf7..de8664043ab2 100644
--- a/russian/Makefile
+++ b/russian/Makefile
@@ -8,7 +8,6 @@
SUBDIR += apache13-modssl
SUBDIR += artwiz-ru
SUBDIR += aspell
- SUBDIR += bogofilter
SUBDIR += cyrproxy
SUBDIR += d1489
SUBDIR += elm.language
diff --git a/russian/bogofilter/Makefile b/russian/bogofilter/Makefile
deleted file mode 100644
index 4c94cc27d7d8..000000000000
--- a/russian/bogofilter/Makefile
+++ /dev/null
@@ -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"