From 5bad93b56d44b33665475d3d9ac43dd1d2f8c832 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 10 Sep 2002 03:37:38 +0000 Subject: [PATCH] build aspell with dictionary PR: 42532 Submitted by: thierry@pompo.net --- russian/Makefile | 1 + russian/aspell/Makefile | 17 +++++++++++++++++ russian/aspell/pkg-comment | 1 + russian/aspell/pkg-descr | 3 +++ 4 files changed, 22 insertions(+) create mode 100644 russian/aspell/Makefile create mode 100644 russian/aspell/pkg-comment create mode 100644 russian/aspell/pkg-descr diff --git a/russian/Makefile b/russian/Makefile index 00f3b67bf765..496120a5abd1 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -4,6 +4,7 @@ SUBDIR += X.language SUBDIR += apache13 SUBDIR += apache13-modssl + SUBDIR += aspell SUBDIR += cyrproxy SUBDIR += d1489 SUBDIR += elm.language diff --git a/russian/aspell/Makefile b/russian/aspell/Makefile new file mode 100644 index 000000000000..29ccd02edf3d --- /dev/null +++ b/russian/aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ru-aspell +# Date created: 1 September 2002 +# Whom: Thierry Thomas +# +# $FreeBSD$ +# + +PORTNAME= aspell +CATEGORIES= russian + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../../textproc/aspell + +ASPELL_RU= da + +.include "${MASTERDIR}/Makefile" diff --git a/russian/aspell/pkg-comment b/russian/aspell/pkg-comment new file mode 100644 index 000000000000..48f09105c3db --- /dev/null +++ b/russian/aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Russian dictionary diff --git a/russian/aspell/pkg-descr b/russian/aspell/pkg-descr new file mode 100644 index 000000000000..d22f12707973 --- /dev/null +++ b/russian/aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Russian dictionary (charset koi8-r). + +WWW: http://aspell.sourceforge.net/