diff options
author | mi <mi@FreeBSD.org> | 2001-03-13 07:20:03 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-03-13 07:20:03 +0800 |
commit | 9517d3d7eff27a0ebe3b4e5c4764a8b94ba3152a (patch) | |
tree | c296eeb8e3b640bd9d5be36a3071938d8c713ba4 /ukrainian | |
parent | 3966bb55880c6a1afbc616cfab0eac9f3a264906 (diff) | |
download | freebsd-ports-graphics-9517d3d7eff27a0ebe3b4e5c4764a8b94ba3152a.tar.gz freebsd-ports-graphics-9517d3d7eff27a0ebe3b4e5c4764a8b94ba3152a.tar.zst freebsd-ports-graphics-9517d3d7eff27a0ebe3b4e5c4764a8b94ba3152a.zip |
Add ua-ispell 0.0.2b, ukrainian (KOI8-U) dictionary for ISPELL.
PR: 23313
Submitted by: mi
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/ispell/Makefile | 26 | ||||
-rw-r--r-- | ukrainian/ispell/distinfo | 1 | ||||
-rw-r--r-- | ukrainian/ispell/pkg-comment | 1 | ||||
-rw-r--r-- | ukrainian/ispell/pkg-descr | 6 | ||||
-rw-r--r-- | ukrainian/ispell/pkg-plist | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/ukrainian/ispell/Makefile b/ukrainian/ispell/Makefile new file mode 100644 index 00000000000..c2bb202d264 --- /dev/null +++ b/ukrainian/ispell/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: ukr-ispell +# Date created: 5 Dec 2000 +# Whom: mi +# +# $FreeBSD$ +# + +PORTNAME= ispell +PORTVERSION= 0.0.2b +CATEGORIES= textproc ukrainian +MASTER_SITES= http://virtual-estates.net/port-stuff/ \ + ftp://cad.ntu-kpi.kiev.ua/soft/lingvist/UkrIspell/ +PKGNAMEPREFIX= ua +DISTNAME= ua-ispell.${PORTVERSION} + +MAINTAINER= mi@aldan.algebra.com + +BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell + +ALL_TARGET= all,koi + +do-install: + cd ${WRKSRC} && \ + ${INSTALL_DATA} ukrainian.hash ukrainian.aff ${PREFIX}/share/ispell + +.include <bsd.port.mk> diff --git a/ukrainian/ispell/distinfo b/ukrainian/ispell/distinfo new file mode 100644 index 00000000000..4d8954e0603 --- /dev/null +++ b/ukrainian/ispell/distinfo @@ -0,0 +1 @@ +MD5 (ua-ispell.0.0.2b.tar.gz) = 9dfaf3048d5f70510e10e57e9f6c2457 diff --git a/ukrainian/ispell/pkg-comment b/ukrainian/ispell/pkg-comment new file mode 100644 index 00000000000..dae7f93efc0 --- /dev/null +++ b/ukrainian/ispell/pkg-comment @@ -0,0 +1 @@ +Ukrainian (KOI8-U) dictionary for ISPELL diff --git a/ukrainian/ispell/pkg-descr b/ukrainian/ispell/pkg-descr new file mode 100644 index 00000000000..78beb514c00 --- /dev/null +++ b/ukrainian/ispell/pkg-descr @@ -0,0 +1,6 @@ +Ukrainian (KOI8-U) dictionary for ISPELL + +WWW: http://www.physics.mcgill.ca/WWW/oleh/emacs/ispell.html + +The software itself is far from finished -- some very basic +words are not listed. diff --git a/ukrainian/ispell/pkg-plist b/ukrainian/ispell/pkg-plist new file mode 100644 index 00000000000..fe5274b5790 --- /dev/null +++ b/ukrainian/ispell/pkg-plist @@ -0,0 +1,2 @@ +share/ispell/ukrainian.hash +share/ispell/ukrainian.aff |