diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-02-12 22:29:25 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-02-12 22:29:25 +0000 |
commit | 701717615da548a0bf60529590895fb1cfe095c3 (patch) | |
tree | 101e5d09419eb4c5a832b851137810f2999fb59e /portuguese | |
parent | 51002ea402a35d16065ce53ecc5119cd44758341 (diff) | |
download | ports-701717615da548a0bf60529590895fb1cfe095c3.tar.gz ports-701717615da548a0bf60529590895fb1cfe095c3.zip |
Notes
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/Makefile | 1 | ||||
-rw-r--r-- | portuguese/aspell-pt_BR/Makefile | 18 | ||||
-rw-r--r-- | portuguese/aspell-pt_BR/distinfo | 3 | ||||
-rw-r--r-- | portuguese/aspell-pt_BR/pkg-descr | 3 | ||||
-rw-r--r-- | portuguese/aspell-pt_BR/pkg-plist | 5 |
5 files changed, 30 insertions, 0 deletions
diff --git a/portuguese/Makefile b/portuguese/Makefile index 85a3fdf7eb01..9e93d1913889 100644 --- a/portuguese/Makefile +++ b/portuguese/Makefile @@ -5,6 +5,7 @@ SUBDIR += acroread SUBDIR += aspell + SUBDIR += aspell-pt_BR SUBDIR += ispell-pt_BR SUBDIR += kde3-i18n SUBDIR += kde3-i18n-pt_BR diff --git a/portuguese/aspell-pt_BR/Makefile b/portuguese/aspell-pt_BR/Makefile new file mode 100644 index 000000000000..1fb29586feda --- /dev/null +++ b/portuguese/aspell-pt_BR/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: aspell-pt_BR +# Date created: 12 February 2007 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= aspell-pt_BR +DISTVERSION= 6-pt_BR-20070206 +CATEGORIES= portuguese textproc + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Aspell Brazilian Portuguese dictionary + +DICT= pt_BR + +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/portuguese/aspell-pt_BR/distinfo b/portuguese/aspell-pt_BR/distinfo new file mode 100644 index 000000000000..7efc81dbb56c --- /dev/null +++ b/portuguese/aspell-pt_BR/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-pt_BR-20070206.tar.bz2) = 3cbed920adb94a093e7d49780da52a9f +SHA256 (aspell6-pt_BR-20070206.tar.bz2) = 9855565f4db7f164ae0d1d3ebc1dd88072fa15af4b303a66267bb4e781668ea4 +SIZE (aspell6-pt_BR-20070206.tar.bz2) = 834924 diff --git a/portuguese/aspell-pt_BR/pkg-descr b/portuguese/aspell-pt_BR/pkg-descr new file mode 100644 index 000000000000..4d05f442cd84 --- /dev/null +++ b/portuguese/aspell-pt_BR/pkg-descr @@ -0,0 +1,3 @@ +Aspell Brazilian Portuguese dictionary. + +WWW: http://lexico.codigolivre.org.br/ diff --git a/portuguese/aspell-pt_BR/pkg-plist b/portuguese/aspell-pt_BR/pkg-plist new file mode 100644 index 000000000000..05252df99101 --- /dev/null +++ b/portuguese/aspell-pt_BR/pkg-plist @@ -0,0 +1,5 @@ +lib/aspell-%%VER%%/pt_BR.dat +lib/aspell-%%VER%%/pt_BR_affix.dat +share/aspell/pt_BR.multi +share/aspell/pt_BR.multi +share/aspell/pt_BR.rws |