diff options
author | yar <yar@FreeBSD.org> | 2005-10-05 07:46:45 +0800 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2005-10-05 07:46:45 +0800 |
commit | b3fda37a84b98c6dd8bffa7fcee49d0632f70fdd (patch) | |
tree | bfeabdd65e5187b023b313b7517a414d2df6e5bf /russian | |
parent | 14cece17ed4e8a401cd3d6f38d6238d3a8aed5d6 (diff) | |
download | freebsd-ports-gnome-b3fda37a84b98c6dd8bffa7fcee49d0632f70fdd.tar.gz freebsd-ports-gnome-b3fda37a84b98c6dd8bffa7fcee49d0632f70fdd.tar.zst freebsd-ports-gnome-b3fda37a84b98c6dd8bffa7fcee49d0632f70fdd.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.
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/bogofilter/Makefile | 26 |
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" |