diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-10-15 20:46:35 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-10-15 20:46:35 +0000 |
commit | 011efa04dd667af5b8bf1adddb8dcea7462cd0ce (patch) | |
tree | a4ae891203f49a14bc791b27dbef723ffaee7385 /textproc/ispell | |
parent | 4cd076626a021a1489485b0662b785ede6ba2d32 (diff) |
Notes
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 19 | ||||
-rw-r--r-- | textproc/ispell/distinfo | 4 | ||||
-rw-r--r-- | textproc/ispell/pkg-descr | 4 |
3 files changed, 21 insertions, 6 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 66cbaca3e223..18ac9369c437 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -8,16 +8,21 @@ # DISTNAME= ispell-3.1 -PKGNAME= ispell-3.1.20 +PKGNAME= ispell-3.1.20c CATEGORIES= textproc elisp -MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ -DISTFILES= ispell-3.1.20.tar.gz +MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ \ + ftp://kdstevens.com/pub/stevens/ +DISTFILES= ispell-3.1.20.tar.gz ${ISPELL_ELISP} -PATCH_SITES= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ -PATCHFILES= ispell-html-mode.patch +PATCH_SITES= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ \ + ftp://kdstevens.com/pub/stevens/ +PATCHFILES= ispell-html-mode.patch texpatch-3.1.20c.gz MAINTAINER= jmz@FreeBSD.org +EXTRACT_ONLY= ispell-3.1.20.tar.gz +ISPELL_ELISP= ispell.el-3.2.gz + MAKE_FLAGS= TMPDIR=${WRKDIR} -f MAN1= ispell.1 sq.1 MAN4= ispell.4 english.4 @@ -36,6 +41,7 @@ MLINKS= ispell.1 buildhash.1 ispell.1 findaffix.1 ispell.1 munchlist.1\ EXTRA_DICT= francais-IREQ-1.4.tar.gz MASTER_SITES+= ftp://ftp.robot.ireq.ca/pub/ispell/ DISTFILES+= ${EXTRA_DICT} +EXTRACT_ONLY+= ${EXTRA_DICT} .endif pre-extract: @@ -46,6 +52,9 @@ pre-extract: @${ECHO_MSG} '******************************************************' .endif +post-extract: + @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${ISPELL_ELISP} > ${WRKSRC}/ispell.el + pre-configure: .if defined(EXTRA_DICT) @${ECHO} ${EXTRA_DICT} > ${WRKDIR}/extra_dict diff --git a/textproc/ispell/distinfo b/textproc/ispell/distinfo index 9defbcf87ec0..5eb0d7e5e4ea 100644 --- a/textproc/ispell/distinfo +++ b/textproc/ispell/distinfo @@ -1,3 +1,5 @@ MD5 (ispell-3.1.20.tar.gz) = 92986f940548fe4116428d21b16fd356 -MD5 (ispell-html-mode.patch) = 1b44441a3748e55b3d509fcff21af4b7 +MD5 (ispell.el-3.2.gz) = 39236db8caa43f84ae4629ba14eda768 MD5 (francais-IREQ-1.4.tar.gz) = 3871371b0f8e57b554f8895ce3a43b5a +MD5 (ispell-html-mode.patch) = 1b44441a3748e55b3d509fcff21af4b7 +MD5 (texpatch-3.1.20c.gz) = 49449d5f5b9a366078da2d13124d8fa1 diff --git a/textproc/ispell/pkg-descr b/textproc/ispell/pkg-descr index 9ede40c46b78..e102edde1ce9 100644 --- a/textproc/ispell/pkg-descr +++ b/textproc/ispell/pkg-descr @@ -3,3 +3,7 @@ errors in the context of the original file, and suggests possible corrections when it can figure them out. Compared to UNIX spell, it is faster and much easier to use. Ispell can also handle languages other than English. + +WWW: http://fmg-www.cs.ucla.edu/geoff/ispell.html + +WWW: http://fmg-www.cs.ucla.edu/geoff/ispell.html |