summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-03-20 14:51:08 +0000
committerthierry <thierry@FreeBSD.org>2004-03-20 14:51:08 +0000
commit3a345e80ee847d785dfc43cf1d116a5b2db18973 (patch)
tree76e73245f75840e2668487a46e3de7c713670e5c
parentb489f10f5135200db4a5aa7faf540b4d6a9a17b4 (diff)
downloadFreeBSD-ports-3a345e80ee847d785dfc43cf1d116a5b2db18973.zip
FreeBSD-ports-3a345e80ee847d785dfc43cf1d116a5b2db18973.tar.gz
Adding bg-aspell ga-aspell gl-aspell hr-aspell id-aspell is-aspell mi-aspell
ms-aspell sl-aspell. Aspell with Afrikaans (af), Bulgarian (bg), Croatian (hr), Galician (gl), Indonesian (id),Icelandic (is), Irish (ga), Maori (mi), Malay (ms), and Slovenian (sl) dictionaries. PRs: ports/64187, ports/64188, ports/64189. Approved by: mat (mentor).
-rw-r--r--CVSROOT/modules9
-rw-r--r--textproc/Makefile9
-rw-r--r--textproc/bg-aspell/Makefile17
-rw-r--r--textproc/bg-aspell/pkg-descr3
-rw-r--r--textproc/ga-aspell/Makefile17
-rw-r--r--textproc/ga-aspell/pkg-descr3
-rw-r--r--textproc/gl-aspell/Makefile17
-rw-r--r--textproc/gl-aspell/pkg-descr3
-rw-r--r--textproc/hr-aspell/Makefile17
-rw-r--r--textproc/hr-aspell/pkg-descr3
-rw-r--r--textproc/id-aspell/Makefile17
-rw-r--r--textproc/id-aspell/pkg-descr3
-rw-r--r--textproc/is-aspell/Makefile17
-rw-r--r--textproc/is-aspell/pkg-descr3
-rw-r--r--textproc/mi-aspell/Makefile17
-rw-r--r--textproc/mi-aspell/pkg-descr3
-rw-r--r--textproc/ms-aspell/Makefile17
-rw-r--r--textproc/ms-aspell/pkg-descr3
-rw-r--r--textproc/sl-aspell/Makefile17
-rw-r--r--textproc/sl-aspell/pkg-descr3
20 files changed, 198 insertions, 0 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index 4803d49..cd622c4 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -606,6 +606,7 @@ bfilter ports/net/bfilter
bforce ports/comms/bforce
bforce-kst ports/comms/bforce-kst
bftpd ports/ftp/bftpd
+bg-aspell ports/textproc/bg-aspell
bg-ooodict-BG ports/editors/ooodict-bg_BG
bglibs ports/devel/bglibs
bgpq ports/net-mgmt/bgpq
@@ -2094,6 +2095,7 @@ g-wrap ports/devel/g-wrap
g2 ports/graphics/g2
g2c ports/devel/g2c
g3dviewer ports/graphics/g3dviewer
+ga-aspell ports/textproc/ga-aspell
gaa ports/devel/gaa
gabber ports/net/gabber
gaddr ports/deskutils/gaddr
@@ -2357,6 +2359,7 @@ gkrellweather ports/misc/gkrellweather
gkrellweather2 ports/misc/gkrellweather2
gkx86info ports/misc/gkx86info
gl-117 ports/games/gl-117
+gl-aspell ports/textproc/gl-aspell
gl2ps ports/print/gl2ps
glabels ports/deskutils/glabels
glacier ports/mail/glacier
@@ -2921,6 +2924,7 @@ hpl ports/benchmarks/hpl
hpoj ports/graphics/hpoj
hppsmtools ports/graphics/hppsmtools
hptools ports/devel/hptools
+hr-aspell ports/textproc/hr-aspell
hr-ooodict-HR ports/editors/ooodict-hr_HR
hs-HOpenGL ports/graphics/hs-HOpenGL
hs-alex ports/devel/hs-alex
@@ -3049,6 +3053,7 @@ icqlib0 ports/net/icqlib0
icqnix ports/net/icqnix
icu ports/devel/icu
icu2 ports/devel/icu2
+id-aspell ports/textproc/id-aspell
id-utils ports/devel/id-utils
id3ed ports/audio/id3ed
id3el ports/audio/id3el
@@ -3186,6 +3191,7 @@ irsim ports/cad/irsim
irssi ports/irc/irssi
irssistats ports/irc/irssistats
isakmpd ports/security/isakmpd
+is-aspell ports/textproc/is-aspell
isc-dhcp3-client ports/net/isc-dhcp3-client
isc-dhcp3-devel ports/net/isc-dhcp3-devel
isc-dhcp3-relay ports/net/isc-dhcp3-relay
@@ -4943,6 +4949,7 @@ mhc-emacs20 ports/deskutils/mhc-emacs20
mhc-xemacs21-mule ports/deskutils/mhc-xemacs21-mule
mhonarc ports/www/mhonarc
mhwaveedit ports/audio/mhwaveedit
+mi-aspell ports/textproc/mi-aspell
mico ports/devel/mico
micq ports/net/micq
micro_httpd ports/www/micro_httpd
@@ -5239,6 +5246,7 @@ mrsidviewer ports/graphics/mrsidviewer
mrt ports/net/mrt
mrtg ports/net-mgmt/mrtg
mrtg-ping-probe ports/net/mrtg-ping-probe
+ms-aspell ports/textproc/ms-aspell
mscompress ports/archivers/mscompress
msend ports/net/msend
mserver ports/comms/mserver
@@ -8785,6 +8793,7 @@ skill ports/sysutils/skill
skip ports/security/skip
skribe ports/textproc/skribe
sl ports/games/sl
+sl-aspell ports/textproc/sl-aspell
slash ports/www/slash
slashem-tty ports/games/slashem-tty
slay ports/sysutils/slay
diff --git a/textproc/Makefile b/textproc/Makefile
index 62655b1..0dfadd4 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 0000000..3e25288
--- /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 0000000..1603e17
--- /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 0000000..d920ae2
--- /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 0000000..f8c8f8d
--- /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 0000000..296a347
--- /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 0000000..6161cb7
--- /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 0000000..0bd217a
--- /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 0000000..3de33ea
--- /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 0000000..dd2d1a7
--- /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 0000000..569e580
--- /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 0000000..3e34783
--- /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 0000000..71e3e05
--- /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 0000000..c2e00e9
--- /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 0000000..90d1253
--- /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 0000000..5869f2d
--- /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 0000000..11097cb
--- /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 0000000..25c3068
--- /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 0000000..994d902
--- /dev/null
+++ b/textproc/sl-aspell/pkg-descr
@@ -0,0 +1,3 @@
+Aspell with Slovenian dictionary.
+
+WWW: http://aspell.net/
OpenPOWER on IntegriCloud