mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Add aspell-dict 0.50, english dictionary for aspell.
PR: 42048 Submitted by: Thierry Thomas <thierry@pompo.net>
This commit is contained in:
parent
1a8d0bb1d5
commit
c6ee413d9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65452
@ -7,6 +7,7 @@
|
||||
SUBDIR += antiword
|
||||
SUBDIR += ascii2pdf
|
||||
SUBDIR += aspell
|
||||
SUBDIR += aspell-dict
|
||||
SUBDIR += bedic-data
|
||||
SUBDIR += bibtex2html
|
||||
SUBDIR += br-ispell
|
||||
|
32
textproc/aspell-dict/Makefile
Normal file
32
textproc/aspell-dict/Makefile
Normal file
@ -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>
|
1
textproc/aspell-dict/distinfo
Normal file
1
textproc/aspell-dict/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (aspell-en-0.50-2.tar.bz2) = 9cee7464f9e6e2eae42443048cd3c855
|
1
textproc/aspell-dict/pkg-comment
Normal file
1
textproc/aspell-dict/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
English dictionary for aspell
|
3
textproc/aspell-dict/pkg-descr
Normal file
3
textproc/aspell-dict/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
English dictionary for aspell.
|
||||
|
||||
WWW: http://aspell.sourceforge.net/
|
20
textproc/aspell-dict/pkg-plist
Normal file
20
textproc/aspell-dict/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user