diff options
-rw-r--r-- | CVSROOT/modules | 5 | ||||
-rw-r--r-- | textproc/Makefile | 5 | ||||
-rw-r--r-- | textproc/csb-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/csb-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/hi-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/hi-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/hil-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/hil-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/mr-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/mr-aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/pa-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/pa-aspell/pkg-descr | 3 |
12 files changed, 110 insertions, 0 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 5c012f59..ed9516b 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -1278,6 +1278,7 @@ cryptoslam ports/games/cryptoslam cryptplug ports/security/cryptplug cs-aspell ports/textproc/cs-aspell cs-ooodict-CZ ports/editors/ooodict-cs_CZ +csb-aspell ports/textproc/csb-aspell cscope ports/devel/cscope cscout ports/devel/cscout csmash ports/games/csmash @@ -3461,10 +3462,12 @@ hfs ports/emulators/hfs hfsutils ports/emulators/hfsutils hgrep ports/textproc/hgrep hhm ports/textproc/hhm +hi-aspell ports/textproc/hi-aspell hicolor-icon-theme ports/misc/hicolor-icon-theme hidentd ports/net/hidentd highlight ports/textproc/highlight highmoon ports/games/highmoon +hil-aspell ports/textproc/hil-aspell himenobench ports/benchmarks/himenobench hinfo ports/net/hinfo histring ports/misc/histring @@ -6202,6 +6205,7 @@ mpqc ports/science/mpqc mpqc-mpich ports/science/mpqc-mpich mprime ports/math/mprime mprof ports/devel/mprof +mr-aspell ports/textproc/mr-aspell mreport ports/mail/mreport mrsidviewer ports/graphics/mrsidviewer mrt ports/net/mrt @@ -8541,6 +8545,7 @@ p5-vpopmail ports/mail/p5-vpopmail p5-xmltv ports/textproc/p5-xmltv p65 ports/devel/p65 p7zip ports/archivers/p7zip +pa-aspell ports/textproc/pa-aspell packit ports/net-mgmt/packit pad ports/security/pad padkey ports/x11/padkey diff --git a/textproc/Makefile b/textproc/Makefile index 862194b..cb920a7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -54,6 +54,7 @@ SUBDIR += cost SUBDIR += crimson SUBDIR += cs-aspell + SUBDIR += csb-aspell SUBDIR += csv2latex SUBDIR += csv2xml SUBDIR += ctpp @@ -146,7 +147,9 @@ SUBDIR += hevea SUBDIR += hgrep SUBDIR += hhm + SUBDIR += hi-aspell SUBDIR += highlight + SUBDIR += hil-aspell SUBDIR += hr-aspell SUBDIR += hs-haxml SUBDIR += hsb-aspell @@ -245,6 +248,7 @@ SUBDIR += mkcatalog SUBDIR += mn-aspell SUBDIR += modlogan + SUBDIR += mr-aspell SUBDIR += ms-aspell SUBDIR += mt-aspell SUBDIR += nb-aspell @@ -507,6 +511,7 @@ SUBDIR += p5-libxml SUBDIR += p5-podlators SUBDIR += p5-xmltv + SUBDIR += pa-aspell SUBDIR += par SUBDIR += pardiff SUBDIR += pdftohtml diff --git a/textproc/csb-aspell/Makefile b/textproc/csb-aspell/Makefile new file mode 100644 index 0000000..7e0e8dd --- /dev/null +++ b/textproc/csb-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: csb-aspell +# Date created: 02 June 2005 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= csb-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Kashubian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_CSB= yo + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/csb-aspell/pkg-descr b/textproc/csb-aspell/pkg-descr new file mode 100644 index 0000000..0f48746 --- /dev/null +++ b/textproc/csb-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Kashubian dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/hi-aspell/Makefile b/textproc/hi-aspell/Makefile new file mode 100644 index 0000000..e0214a2 --- /dev/null +++ b/textproc/hi-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: hi-aspell +# Date created: 02 June 2005 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= hi-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Hindi dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_HI= ha + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/hi-aspell/pkg-descr b/textproc/hi-aspell/pkg-descr new file mode 100644 index 0000000..513cc766 --- /dev/null +++ b/textproc/hi-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Hindi dictionary. + +WWW: http://www.janabhaaratii.org.in/ diff --git a/textproc/hil-aspell/Makefile b/textproc/hil-aspell/Makefile new file mode 100644 index 0000000..47942ac --- /dev/null +++ b/textproc/hil-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: hil-aspell +# Date created: 02 June 2005 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= hil-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Hiligaynon dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_HIL= hu-o + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/hil-aspell/pkg-descr b/textproc/hil-aspell/pkg-descr new file mode 100644 index 0000000..032ebe7 --- /dev/null +++ b/textproc/hil-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Hiligaynon dictionary. + +WWW: http://aspell.net/ diff --git a/textproc/mr-aspell/Makefile b/textproc/mr-aspell/Makefile new file mode 100644 index 0000000..0c19341 --- /dev/null +++ b/textproc/mr-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: mr-aspell +# Date created: 02 June 2005 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= mr-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Marathi dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_MR= a + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/mr-aspell/pkg-descr b/textproc/mr-aspell/pkg-descr new file mode 100644 index 0000000..da8b85b --- /dev/null +++ b/textproc/mr-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Marathi dictionary. + +WWW: http://www.janabhaaratii.org.in/ diff --git a/textproc/pa-aspell/Makefile b/textproc/pa-aspell/Makefile new file mode 100644 index 0000000..7ffb3fb --- /dev/null +++ b/textproc/pa-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: pa-aspell +# Date created: 02 June 2005 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= pa-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Punjabi dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_PA= haji + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/pa-aspell/pkg-descr b/textproc/pa-aspell/pkg-descr new file mode 100644 index 0000000..b229c4c --- /dev/null +++ b/textproc/pa-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Punjabi dictionary. + +WWW: http://punlinux.sourceforge.net/ |