diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:50:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:50:29 +0800 |
commit | 58871238502b810847405abe507c9a3369608408 (patch) | |
tree | eff11b55ab92630bbefcc2e7703b2fec09235dcc | |
parent | 80559fd0fd6e51865c2e2991c6ee5d890633628a (diff) | |
download | freebsd-ports-gnome-58871238502b810847405abe507c9a3369608408.tar.gz freebsd-ports-gnome-58871238502b810847405abe507c9a3369608408.tar.zst freebsd-ports-gnome-58871238502b810847405abe507c9a3369608408.zip |
build aspell with dictionary
PR: 42523
Submitted by: thierry@pompo.net
-rw-r--r-- | portuguese/aspell-pt_PT/Makefile | 16 | ||||
-rw-r--r-- | portuguese/aspell-pt_PT/pkg-comment | 1 | ||||
-rw-r--r-- | portuguese/aspell-pt_PT/pkg-descr | 6 | ||||
-rw-r--r-- | portuguese/aspell/Makefile | 16 | ||||
-rw-r--r-- | portuguese/aspell/pkg-comment | 1 | ||||
-rw-r--r-- | portuguese/aspell/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pt-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/pt-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/pt-aspell/pkg-descr | 6 |
10 files changed, 70 insertions, 0 deletions
diff --git a/portuguese/aspell-pt_PT/Makefile b/portuguese/aspell-pt_PT/Makefile new file mode 100644 index 000000000000..ddecd5def4ef --- /dev/null +++ b/portuguese/aspell-pt_PT/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pt-aspell +# Date created: 6 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= pt-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_PT= sim + +.include "${MASTERDIR}/Makefile" diff --git a/portuguese/aspell-pt_PT/pkg-comment b/portuguese/aspell-pt_PT/pkg-comment new file mode 100644 index 000000000000..62af98c0cc33 --- /dev/null +++ b/portuguese/aspell-pt_PT/pkg-comment @@ -0,0 +1 @@ +Aspell with Portuguese dictionary diff --git a/portuguese/aspell-pt_PT/pkg-descr b/portuguese/aspell-pt_PT/pkg-descr new file mode 100644 index 000000000000..ea7a7c25bb77 --- /dev/null +++ b/portuguese/aspell-pt_PT/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Portuguese dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://aspell.sourceforge.net/ diff --git a/portuguese/aspell/Makefile b/portuguese/aspell/Makefile new file mode 100644 index 000000000000..ddecd5def4ef --- /dev/null +++ b/portuguese/aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pt-aspell +# Date created: 6 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= pt-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_PT= sim + +.include "${MASTERDIR}/Makefile" diff --git a/portuguese/aspell/pkg-comment b/portuguese/aspell/pkg-comment new file mode 100644 index 000000000000..62af98c0cc33 --- /dev/null +++ b/portuguese/aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Portuguese dictionary diff --git a/portuguese/aspell/pkg-descr b/portuguese/aspell/pkg-descr new file mode 100644 index 000000000000..ea7a7c25bb77 --- /dev/null +++ b/portuguese/aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Portuguese dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://aspell.sourceforge.net/ diff --git a/textproc/Makefile b/textproc/Makefile index 33d6135ca00f..aa0e3fe07adf 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -269,6 +269,7 @@ SUBDIR += pl-aspell SUBDIR += pspell SUBDIR += pspell-ispell + SUBDIR += pt-aspell SUBDIR += py-4suite SUBDIR += py-HyperText SUBDIR += py-asv diff --git a/textproc/pt-aspell/Makefile b/textproc/pt-aspell/Makefile new file mode 100644 index 000000000000..ddecd5def4ef --- /dev/null +++ b/textproc/pt-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pt-aspell +# Date created: 6 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= pt-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_PT= sim + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/pt-aspell/pkg-comment b/textproc/pt-aspell/pkg-comment new file mode 100644 index 000000000000..62af98c0cc33 --- /dev/null +++ b/textproc/pt-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Portuguese dictionary diff --git a/textproc/pt-aspell/pkg-descr b/textproc/pt-aspell/pkg-descr new file mode 100644 index 000000000000..ea7a7c25bb77 --- /dev/null +++ b/textproc/pt-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Portuguese dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://aspell.sourceforge.net/ |