summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-10-15 20:46:35 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-10-15 20:46:35 +0000
commit011efa04dd667af5b8bf1adddb8dcea7462cd0ce (patch)
treea4ae891203f49a14bc791b27dbef723ffaee7385 /textproc
parentAdd LIB_DEPENDS=png. While I'm here, remove the extra include (diff)
Minor update:
New distfile: latest stable version of the ispell.el New patch file: texpatch-3.1.20c.gz Add patch level 'c' to the PKGNAME Append WWW: comment to the pkg/DESCR PR: ports/14302 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Reviewed by: jmz
Notes
Notes: svn path=/head/; revision=22465
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell/Makefile19
-rw-r--r--textproc/ispell/distinfo4
-rw-r--r--textproc/ispell/pkg-descr4
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