diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 23:59:08 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 23:59:08 +0000 |
commit | 7be49f3c4b4dde6665e16c72c052b1c589804835 (patch) | |
tree | d3e9651f4148795e431a2b3dffefbed92d357b38 /textproc | |
parent | Upgrade to the latest version, 3.2.0b6. (diff) |
Add slaves ports for Aspell's new dictionaries.
Diffstat (limited to 'textproc')
41 files changed, 420 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6bf74215c146..1ef890369f86 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -16,11 +16,14 @@ SUBDIR += ascii2pdf SUBDIR += asm2html SUBDIR += aspell + SUBDIR += az-aspell + SUBDIR += be-aspell SUBDIR += bedic-data SUBDIR += bg-aspell SUBDIR += bib2html SUBDIR += bibtex2html SUBDIR += bidiv + SUBDIR += bn-aspell SUBDIR += br-aspell SUBDIR += british-ispell SUBDIR += c2html @@ -95,9 +98,11 @@ SUBDIR += eo-aspell SUBDIR += eruby SUBDIR += es-aspell + SUBDIR += et-aspell SUBDIR += expat2 SUBDIR += exslt SUBDIR += fdp-tools + SUBDIR += fi-aspell SUBDIR += filepp SUBDIR += fist SUBDIR += fo-aspell @@ -132,6 +137,7 @@ SUBDIR += highlight SUBDIR += hr-aspell SUBDIR += hs-haxml + SUBDIR += hsb-aspell SUBDIR += htdig SUBDIR += html SUBDIR += html-pretty @@ -171,6 +177,7 @@ SUBDIR += kbedic SUBDIR += kdiff3 SUBDIR += l2a + SUBDIR += la-aspell SUBDIR += lacheck SUBDIR += latex2html SUBDIR += latte @@ -194,7 +201,9 @@ SUBDIR += linux-expat SUBDIR += linux-libxml SUBDIR += linuxdoc + SUBDIR += lt-aspell SUBDIR += ltxml + SUBDIR += lv-aspell SUBDIR += makefaq SUBDIR += makepatch SUBDIR += maketeidtd @@ -208,7 +217,9 @@ SUBDIR += mifluz SUBDIR += mini-xml SUBDIR += minidom + SUBDIR += mk-aspell SUBDIR += mkcatalog + SUBDIR += mn-aspell SUBDIR += modlogan SUBDIR += ms-aspell SUBDIR += mt-aspell @@ -220,6 +231,7 @@ SUBDIR += nltk SUBDIR += nn-aspell SUBDIR += nunnimcax + SUBDIR += ny-aspell SUBDIR += ocaml-pxp SUBDIR += ocaml-yaxi SUBDIR += ocaml-yaxpo @@ -490,6 +502,7 @@ SUBDIR += py-xmltools SUBDIR += py2html SUBDIR += pybook + SUBDIR += qu-aspell SUBDIR += queequeg SUBDIR += rand SUBDIR += raptor @@ -542,6 +555,7 @@ SUBDIR += ruby-xmlscan-old SUBDIR += ruby-xslt SUBDIR += ruby-xtemplate + SUBDIR += rw-aspell SUBDIR += rxp SUBDIR += sablotron SUBDIR += sagasu @@ -549,6 +563,7 @@ SUBDIR += sary SUBDIR += saxon SUBDIR += saxon-devel + SUBDIR += sc-aspell SUBDIR += scim SUBDIR += scr2txt SUBDIR += scrollkeeper @@ -578,6 +593,7 @@ SUBDIR += stardict2 SUBDIR += sv-aspell SUBDIR += sw-aspell + SUBDIR += ta-aspell SUBDIR += tclExpat SUBDIR += tdtd.el SUBDIR += tei-guidelines-p3 @@ -588,11 +604,13 @@ SUBDIR += tei-xlite SUBDIR += tei-xsl-fo SUBDIR += tei-xsl-html + SUBDIR += tet-aspell SUBDIR += tex2im SUBDIR += texi2db SUBDIR += texi2html SUBDIR += tinyxml SUBDIR += tkdiff + SUBDIR += tl-aspell SUBDIR += tn-aspell SUBDIR += tnef2txt SUBDIR += tr-aspell @@ -605,6 +623,7 @@ SUBDIR += unroff SUBDIR += unrtf SUBDIR += urlview + SUBDIR += uz-aspell SUBDIR += wa-aspell SUBDIR += wdiff SUBDIR += webcpp @@ -651,6 +670,7 @@ SUBDIR += xt SUBDIR += xxdiff SUBDIR += y2l + SUBDIR += yi-aspell SUBDIR += yodl SUBDIR += zu-aspell diff --git a/textproc/az-aspell/Makefile b/textproc/az-aspell/Makefile new file mode 100644 index 000000000000..7fb29725a74f --- /dev/null +++ b/textproc/az-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: az-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= az-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Azerbaijani dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_AZ= beli + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/az-aspell/pkg-descr b/textproc/az-aspell/pkg-descr new file mode 100644 index 000000000000..0ebc5d6a34ec --- /dev/null +++ b/textproc/az-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Azerbaijani dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/be-aspell/Makefile b/textproc/be-aspell/Makefile new file mode 100644 index 000000000000..83da5cf60ebc --- /dev/null +++ b/textproc/be-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: be-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= be-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Belarusian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_BE= tak + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/be-aspell/pkg-descr b/textproc/be-aspell/pkg-descr new file mode 100644 index 000000000000..3a65e7a8246e --- /dev/null +++ b/textproc/be-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Belarusian dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/bn-aspell/Makefile b/textproc/bn-aspell/Makefile new file mode 100644 index 000000000000..2f66c5dd5fc0 --- /dev/null +++ b/textproc/bn-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: bn-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= bn-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Bengali dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_BN= ha + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/bn-aspell/pkg-descr b/textproc/bn-aspell/pkg-descr new file mode 100644 index 000000000000..e50f30a36d30 --- /dev/null +++ b/textproc/bn-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Bengali dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/et-aspell/Makefile b/textproc/et-aspell/Makefile new file mode 100644 index 000000000000..3ec1bcc7fac1 --- /dev/null +++ b/textproc/et-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: et-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= et-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Estonian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_ET= jah + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/et-aspell/pkg-descr b/textproc/et-aspell/pkg-descr new file mode 100644 index 000000000000..30c99322b32e --- /dev/null +++ b/textproc/et-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Estonian dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/fi-aspell/Makefile b/textproc/fi-aspell/Makefile new file mode 100644 index 000000000000..3518b47da6e0 --- /dev/null +++ b/textproc/fi-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: fi-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= fi-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Finnish dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_FI= kyllä + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/fi-aspell/pkg-descr b/textproc/fi-aspell/pkg-descr new file mode 100644 index 000000000000..7cd2d7916c3d --- /dev/null +++ b/textproc/fi-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Finnish dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/hsb-aspell/Makefile b/textproc/hsb-aspell/Makefile new file mode 100644 index 000000000000..0ff83eee7cc9 --- /dev/null +++ b/textproc/hsb-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: hsb-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= hsb-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Upper Sorbian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_HSB= haj + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/hsb-aspell/pkg-descr b/textproc/hsb-aspell/pkg-descr new file mode 100644 index 000000000000..0ffe32fa21b6 --- /dev/null +++ b/textproc/hsb-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Upper Sorbian dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/la-aspell/Makefile b/textproc/la-aspell/Makefile new file mode 100644 index 000000000000..23affea989e4 --- /dev/null +++ b/textproc/la-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: la-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= la-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Latin dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_LA= ita + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/la-aspell/pkg-descr b/textproc/la-aspell/pkg-descr new file mode 100644 index 000000000000..bedae7e6b245 --- /dev/null +++ b/textproc/la-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Latin dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/lt-aspell/Makefile b/textproc/lt-aspell/Makefile new file mode 100644 index 000000000000..0968042c7929 --- /dev/null +++ b/textproc/lt-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: lt-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= lt-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Lithuanian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_LT= taip + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/lt-aspell/pkg-descr b/textproc/lt-aspell/pkg-descr new file mode 100644 index 000000000000..dc46feb5cfa9 --- /dev/null +++ b/textproc/lt-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Lithuanian dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/lv-aspell/Makefile b/textproc/lv-aspell/Makefile new file mode 100644 index 000000000000..8cd45e3b44f9 --- /dev/null +++ b/textproc/lv-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: lv-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= lv-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Latvian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_LV= ja + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/lv-aspell/pkg-descr b/textproc/lv-aspell/pkg-descr new file mode 100644 index 000000000000..d26f30e685df --- /dev/null +++ b/textproc/lv-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Latvian dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/mk-aspell/Makefile b/textproc/mk-aspell/Makefile new file mode 100644 index 000000000000..6a396fbb1ca5 --- /dev/null +++ b/textproc/mk-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: mk-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= mk-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Macedonian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_MK= da + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/mk-aspell/pkg-descr b/textproc/mk-aspell/pkg-descr new file mode 100644 index 000000000000..4822ad943b09 --- /dev/null +++ b/textproc/mk-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Macedonian dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/mn-aspell/Makefile b/textproc/mn-aspell/Makefile new file mode 100644 index 000000000000..51d14e86317d --- /dev/null +++ b/textproc/mn-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: mn-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= mn-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Mongolian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_MN= tiim + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/mn-aspell/pkg-descr b/textproc/mn-aspell/pkg-descr new file mode 100644 index 000000000000..b10b659f64aa --- /dev/null +++ b/textproc/mn-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Mongolian dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/ny-aspell/Makefile b/textproc/ny-aspell/Makefile new file mode 100644 index 000000000000..3749965fc5fd --- /dev/null +++ b/textproc/ny-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ny-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= ny-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Nyanja dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_NY= inde + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/ny-aspell/pkg-descr b/textproc/ny-aspell/pkg-descr new file mode 100644 index 000000000000..c759f4856c7c --- /dev/null +++ b/textproc/ny-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Nyanja dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/qu-aspell/Makefile b/textproc/qu-aspell/Makefile new file mode 100644 index 000000000000..84ea57c99620 --- /dev/null +++ b/textproc/qu-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: qu-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= qu-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Quechua dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_QU= ari + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/qu-aspell/pkg-descr b/textproc/qu-aspell/pkg-descr new file mode 100644 index 000000000000..17d66f608991 --- /dev/null +++ b/textproc/qu-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Quechua dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/rw-aspell/Makefile b/textproc/rw-aspell/Makefile new file mode 100644 index 000000000000..127c08185be9 --- /dev/null +++ b/textproc/rw-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: rw-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= rw-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Kinyarwanda dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_RW= yego + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/rw-aspell/pkg-descr b/textproc/rw-aspell/pkg-descr new file mode 100644 index 000000000000..d9d7a0c5dffa --- /dev/null +++ b/textproc/rw-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Kinyarwanda dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/sc-aspell/Makefile b/textproc/sc-aspell/Makefile new file mode 100644 index 000000000000..1cc03269e150 --- /dev/null +++ b/textproc/sc-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: sc-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= sc-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Sardinian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_SC= eja + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/sc-aspell/pkg-descr b/textproc/sc-aspell/pkg-descr new file mode 100644 index 000000000000..a2e41d94a85a --- /dev/null +++ b/textproc/sc-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Sardinian dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/ta-aspell/Makefile b/textproc/ta-aspell/Makefile new file mode 100644 index 000000000000..8a8238598942 --- /dev/null +++ b/textproc/ta-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ta-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= ta-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Tamil dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_TA= aam + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/ta-aspell/pkg-descr b/textproc/ta-aspell/pkg-descr new file mode 100644 index 000000000000..df4ad827ec26 --- /dev/null +++ b/textproc/ta-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Tamil dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/tet-aspell/Makefile b/textproc/tet-aspell/Makefile new file mode 100644 index 000000000000..bb8490fcb06f --- /dev/null +++ b/textproc/tet-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: tet-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= tet-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Tetum dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_TET= sin + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/tet-aspell/pkg-descr b/textproc/tet-aspell/pkg-descr new file mode 100644 index 000000000000..e89810f2d1e8 --- /dev/null +++ b/textproc/tet-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Tetum dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/tl-aspell/Makefile b/textproc/tl-aspell/Makefile new file mode 100644 index 000000000000..eea8729cc296 --- /dev/null +++ b/textproc/tl-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: tl-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= tl-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Tagalog dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_TL= opo + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/tl-aspell/pkg-descr b/textproc/tl-aspell/pkg-descr new file mode 100644 index 000000000000..a2f29486afad --- /dev/null +++ b/textproc/tl-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Tagalog dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/uz-aspell/Makefile b/textproc/uz-aspell/Makefile new file mode 100644 index 000000000000..5ff1d6d701b0 --- /dev/null +++ b/textproc/uz-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: uz-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= uz-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Uzbek dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_UZ= kha + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/uz-aspell/pkg-descr b/textproc/uz-aspell/pkg-descr new file mode 100644 index 000000000000..eba7da0730ae --- /dev/null +++ b/textproc/uz-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Uzbek dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/yi-aspell/Makefile b/textproc/yi-aspell/Makefile new file mode 100644 index 000000000000..182dcaab7c58 --- /dev/null +++ b/textproc/yi-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: yi-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= yi-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Yiddish dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_YI= yo + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/yi-aspell/pkg-descr b/textproc/yi-aspell/pkg-descr new file mode 100644 index 000000000000..6bb7ee7fa297 --- /dev/null +++ b/textproc/yi-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Yiddish dictionary. + +WWW: http://aspell.net/ |