diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/aspell-dict/Makefile | 32 | ||||
-rw-r--r-- | textproc/aspell-dict/distinfo | 1 | ||||
-rw-r--r-- | textproc/aspell-dict/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/aspell-dict/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/aspell-dict/pkg-plist | 20 |
6 files changed, 58 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e57e0e6be754..5b9eeaea8cc8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -7,6 +7,7 @@ SUBDIR += antiword SUBDIR += ascii2pdf SUBDIR += aspell + SUBDIR += aspell-dict SUBDIR += bedic-data SUBDIR += bibtex2html SUBDIR += br-ispell diff --git a/textproc/aspell-dict/Makefile b/textproc/aspell-dict/Makefile new file mode 100644 index 000000000000..80c1493c31b6 --- /dev/null +++ b/textproc/aspell-dict/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: en-aspell-dict +# Date created: 25 August 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= aspell-dict +PORTVERSION= 0.50 +CATEGORIES= textproc +MASTER_SITES= http://savannah.gnu.org/download/${PORTRNAME}/rel/ \ + ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= ${PORTRNAME} +PKGNAMEPREFIX= en- +DISTNAME= ${PORTRNAME}-${PKGNAMEPREFIX}${PORTVERSION}-${DISTREVISION} + +MAINTAINER= thierry@pompo.net + +BUILD_DEPENDS= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell +RUN_DEPENDS= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell + +USE_BZIP2= yes +HAS_CONFIGURE= yes +USE_GMAKE= yes + +CONFIGURE_ENV= ASPELL="${LOCALBASE}/bin/aspell" \ + WORD_LIST_COMPRESS="${LOCALBASE}/bin/word-list-compress" + +PORTRNAME= ${PORTNAME:S/-dict//} +DISTREVISION= 2 + +.include <bsd.port.mk> diff --git a/textproc/aspell-dict/distinfo b/textproc/aspell-dict/distinfo new file mode 100644 index 000000000000..86068d80d89b --- /dev/null +++ b/textproc/aspell-dict/distinfo @@ -0,0 +1 @@ +MD5 (aspell-en-0.50-2.tar.bz2) = 9cee7464f9e6e2eae42443048cd3c855 diff --git a/textproc/aspell-dict/pkg-comment b/textproc/aspell-dict/pkg-comment new file mode 100644 index 000000000000..e0b0fee69ea7 --- /dev/null +++ b/textproc/aspell-dict/pkg-comment @@ -0,0 +1 @@ +English dictionary for aspell diff --git a/textproc/aspell-dict/pkg-descr b/textproc/aspell-dict/pkg-descr new file mode 100644 index 000000000000..595262fef0f2 --- /dev/null +++ b/textproc/aspell-dict/pkg-descr @@ -0,0 +1,3 @@ +English dictionary for aspell. + +WWW: http://aspell.sourceforge.net/ diff --git a/textproc/aspell-dict/pkg-plist b/textproc/aspell-dict/pkg-plist new file mode 100644 index 000000000000..96fab462af42 --- /dev/null +++ b/textproc/aspell-dict/pkg-plist @@ -0,0 +1,20 @@ +share/aspell/american-w-accents.alias +share/aspell/american.alias +share/aspell/british-w-accents.alias +share/aspell/british.alias +share/aspell/canadian-w-accents.alias +share/aspell/canadian.alias +share/aspell/en-only.rws +share/aspell/en.dat +share/aspell/en.multi +share/aspell/en_CA-only.rws +share/aspell/en_CA-w-accents.multi +share/aspell/en_CA.multi +share/aspell/en_GB-only.rws +share/aspell/en_GB-w-accents.multi +share/aspell/en_GB.multi +share/aspell/en_US-only.rws +share/aspell/en_US-w-accents.multi +share/aspell/en_US.multi +share/aspell/en_phonet.dat +share/aspell/english.alias |