diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-20 14:51:08 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-20 14:51:08 +0000 |
commit | 3adde81cab0d6a17b22da4214857de44ed394de3 (patch) | |
tree | 84976432375dd1b68f133b8017c5c21c4d22a3b2 | |
parent | cf5c5f71cbe5c0baff9334cfd967df7bad10d808 (diff) | |
download | ports-3adde81cab0d6a17b22da4214857de44ed394de3.tar.gz ports-3adde81cab0d6a17b22da4214857de44ed394de3.zip |
Notes
-rw-r--r-- | textproc/Makefile | 9 | ||||
-rw-r--r-- | textproc/bg-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/bg-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/ga-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/ga-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/gl-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/gl-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/hr-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/hr-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/id-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/id-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/is-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/is-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/mi-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/mi-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/ms-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/ms-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/sl-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/sl-aspell/pkg-descr | 3 |
19 files changed, 189 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 62655b15504d..0dfadd4a574d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -13,6 +13,7 @@ SUBDIR += asm2html SUBDIR += aspell SUBDIR += bedic-data + SUBDIR += bg-aspell SUBDIR += bib2html SUBDIR += bibtex2html SUBDIR += bidiv @@ -94,10 +95,12 @@ SUBDIR += foiltex SUBDIR += fop SUBDIR += freegrep + SUBDIR += ga-aspell SUBDIR += galax SUBDIR += gauche-sxml SUBDIR += gdict SUBDIR += gdome2 + SUBDIR += gl-aspell SUBDIR += glark SUBDIR += glimpse SUBDIR += gmat @@ -116,6 +119,7 @@ SUBDIR += hevea SUBDIR += hgrep SUBDIR += highlight + SUBDIR += hr-aspell SUBDIR += hs-haxml SUBDIR += htdig SUBDIR += html @@ -125,6 +129,7 @@ SUBDIR += htmldoc SUBDIR += htmlsection SUBDIR += htmltolatex + SUBDIR += id-aspell SUBDIR += iiimf-client-lib SUBDIR += iiimf-csconv SUBDIR += iiimf-gtk @@ -137,6 +142,7 @@ SUBDIR += info_to_html SUBDIR += intltool SUBDIR += ipdf + SUBDIR += is-aspell SUBDIR += isearch SUBDIR += iso12083 SUBDIR += iso8879 @@ -183,10 +189,12 @@ SUBDIR += meld SUBDIR += mgdiff SUBDIR += mguesser + SUBDIR += mi-aspell SUBDIR += mifluz SUBDIR += minidom SUBDIR += mkcatalog SUBDIR += modlogan + SUBDIR += ms-aspell SUBDIR += nfbtrans SUBDIR += nicetext SUBDIR += nl-aspell @@ -492,6 +500,7 @@ SUBDIR += silvercity SUBDIR += sk-aspell SUBDIR += skribe + SUBDIR += sl-aspell SUBDIR += smartdoc SUBDIR += smartdoc-devel SUBDIR += source-highlight diff --git a/textproc/bg-aspell/Makefile b/textproc/bg-aspell/Makefile new file mode 100644 index 000000000000..3e25288a23a7 --- /dev/null +++ b/textproc/bg-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: bg-aspell +# Date created: 19 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= bg-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Bulgarian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_BG= da + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/bg-aspell/pkg-descr b/textproc/bg-aspell/pkg-descr new file mode 100644 index 000000000000..1603e1770515 --- /dev/null +++ b/textproc/bg-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Bulgarian dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/ga-aspell/Makefile b/textproc/ga-aspell/Makefile new file mode 100644 index 000000000000..d920ae246f84 --- /dev/null +++ b/textproc/ga-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ga-aspell +# Date created: 13 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= ga-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Irish (Gaelic) dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_GA= yes + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/ga-aspell/pkg-descr b/textproc/ga-aspell/pkg-descr new file mode 100644 index 000000000000..f8c8f8de0455 --- /dev/null +++ b/textproc/ga-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Irish (Gaelic) dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/gl-aspell/Makefile b/textproc/gl-aspell/Makefile new file mode 100644 index 000000000000..296a34799aa3 --- /dev/null +++ b/textproc/gl-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gl-aspell +# Date created: 13 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= gl-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Galician dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_GL= si + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/gl-aspell/pkg-descr b/textproc/gl-aspell/pkg-descr new file mode 100644 index 000000000000..6161cb705b04 --- /dev/null +++ b/textproc/gl-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Galician dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/hr-aspell/Makefile b/textproc/hr-aspell/Makefile new file mode 100644 index 000000000000..0bd217afee3b --- /dev/null +++ b/textproc/hr-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: hr-aspell +# Date created: 19 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= hr-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Croatian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_HR= da + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/hr-aspell/pkg-descr b/textproc/hr-aspell/pkg-descr new file mode 100644 index 000000000000..3de33ea0bf9f --- /dev/null +++ b/textproc/hr-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Croatian dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/id-aspell/Makefile b/textproc/id-aspell/Makefile new file mode 100644 index 000000000000..dd2d1a76ecb1 --- /dev/null +++ b/textproc/id-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: id-aspell +# Date created: 19 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= id-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Indonesian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_ID= ya + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/id-aspell/pkg-descr b/textproc/id-aspell/pkg-descr new file mode 100644 index 000000000000..569e5808e325 --- /dev/null +++ b/textproc/id-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Indonesian dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/is-aspell/Makefile b/textproc/is-aspell/Makefile new file mode 100644 index 000000000000..3e3478378b4d --- /dev/null +++ b/textproc/is-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: is-aspell +# Date created: 13 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= is-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Icelandic dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_IS= já + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/is-aspell/pkg-descr b/textproc/is-aspell/pkg-descr new file mode 100644 index 000000000000..71e3e05f12e3 --- /dev/null +++ b/textproc/is-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Icelandic dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/mi-aspell/Makefile b/textproc/mi-aspell/Makefile new file mode 100644 index 000000000000..c2e00e9cbe16 --- /dev/null +++ b/textproc/mi-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: mi-aspell +# Date created: 19 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= mi-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Maori dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_MI= ae + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/mi-aspell/pkg-descr b/textproc/mi-aspell/pkg-descr new file mode 100644 index 000000000000..90d125385191 --- /dev/null +++ b/textproc/mi-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Maori dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/ms-aspell/Makefile b/textproc/ms-aspell/Makefile new file mode 100644 index 000000000000..5869f2db6bc2 --- /dev/null +++ b/textproc/ms-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ms-aspell +# Date created: 19 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= ms-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Malay dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_MS= ya + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/ms-aspell/pkg-descr b/textproc/ms-aspell/pkg-descr new file mode 100644 index 000000000000..11097cbfdfc3 --- /dev/null +++ b/textproc/ms-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Malay dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/sl-aspell/Makefile b/textproc/sl-aspell/Makefile new file mode 100644 index 000000000000..25c30682586c --- /dev/null +++ b/textproc/sl-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: sl-aspell +# Date created: 19 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= sl-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Slovenian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_SL= da + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/sl-aspell/pkg-descr b/textproc/sl-aspell/pkg-descr new file mode 100644 index 000000000000..994d9025c749 --- /dev/null +++ b/textproc/sl-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Slovenian dictionary. + +WWW: http://aspell.net/ |