diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ua-ispell/Makefile | 26 | ||||
-rw-r--r-- | textproc/ua-ispell/distinfo | 1 | ||||
-rw-r--r-- | textproc/ua-ispell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/ua-ispell/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/ua-ispell/pkg-plist | 2 | ||||
-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 |
11 files changed, 73 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 52d98d8eb6c5..36f1adb4efcf 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -153,6 +153,7 @@ SUBDIR += tkdiff SUBDIR += tth SUBDIR += txt2html + SUBDIR += ua-ispell SUBDIR += unroff SUBDIR += urlview SUBDIR += wdiff diff --git a/textproc/ua-ispell/Makefile b/textproc/ua-ispell/Makefile new file mode 100644 index 000000000000..c2bb202d2642 --- /dev/null +++ b/textproc/ua-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/textproc/ua-ispell/distinfo b/textproc/ua-ispell/distinfo new file mode 100644 index 000000000000..4d8954e06034 --- /dev/null +++ b/textproc/ua-ispell/distinfo @@ -0,0 +1 @@ +MD5 (ua-ispell.0.0.2b.tar.gz) = 9dfaf3048d5f70510e10e57e9f6c2457 diff --git a/textproc/ua-ispell/pkg-comment b/textproc/ua-ispell/pkg-comment new file mode 100644 index 000000000000..dae7f93efc06 --- /dev/null +++ b/textproc/ua-ispell/pkg-comment @@ -0,0 +1 @@ +Ukrainian (KOI8-U) dictionary for ISPELL diff --git a/textproc/ua-ispell/pkg-descr b/textproc/ua-ispell/pkg-descr new file mode 100644 index 000000000000..78beb514c008 --- /dev/null +++ b/textproc/ua-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/textproc/ua-ispell/pkg-plist b/textproc/ua-ispell/pkg-plist new file mode 100644 index 000000000000..fe5274b5790a --- /dev/null +++ b/textproc/ua-ispell/pkg-plist @@ -0,0 +1,2 @@ +share/ispell/ukrainian.hash +share/ispell/ukrainian.aff diff --git a/ukrainian/ispell/Makefile b/ukrainian/ispell/Makefile new file mode 100644 index 000000000000..c2bb202d2642 --- /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 000000000000..4d8954e06034 --- /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 000000000000..dae7f93efc06 --- /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 000000000000..78beb514c008 --- /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 000000000000..fe5274b5790a --- /dev/null +++ b/ukrainian/ispell/pkg-plist @@ -0,0 +1,2 @@ +share/ispell/ukrainian.hash +share/ispell/ukrainian.aff |