Skip site navigation (1)Skip section navigation (2)
Date:      13 Oct 1999 13:11:39 -0000
From:      okazaki@be.to
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14302: textproc/ispell minor update request
Message-ID:  <19991013131139.13883.qmail@dolphin.be.to>

next in thread | raw e-mail | index | archive | help

>Number:         14302
>Category:       ports
>Synopsis:       textproc/ispell minor update request
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 13 06:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     OKAZAKI Tetsurou
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
unknown
>Environment:

	ports-current tree cvsup-ed at Oct 13 06:20 (JST)

>Description:

	This is a minor update request of the port
	textproc/ispell to the maintainer (who is a committer.)

	Change-Log:

	* New distfile: latest stable version of the ispell.el.
	* New patch file: texpatch-3.1.20c.gz from
			http://kdstevens.com/~stevens/ispell-page.html
	* Add patch level 'c' to the PKGNAME.
	* DIST_SUBDIR= ispell
	* Append WWW: comment to the pkg/DESCR.

>How-To-Repeat:

>Fix:
	
	Please accept and commit this patch.

diff -urN /usr/ports/textproc/ispell/Makefile ispell/Makefile
--- /usr/ports/textproc/ispell/Makefile	Thu Sep  2 08:02:27 1999
+++ ispell/Makefile	Wed Oct 13 16:46:05 1999
@@ -8,16 +8,22 @@
 #
 
 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
 
+DIST_SUBDIR=	ispell
+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
@@ -45,6 +51,9 @@
 	@${ECHO_MSG} '* typing "make british" following a "make clean"     *'
 	@${ECHO_MSG} '******************************************************'
 .endif
+
+post-extract:
+	@${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${ISPELL_ELISP} > ${WRKSRC}/ispell.el
 
 pre-configure:
 .if defined(EXTRA_DICT)
diff -urN /usr/ports/textproc/ispell/files/md5 ispell/files/md5
--- /usr/ports/textproc/ispell/files/md5	Wed Dec 17 20:22:09 1997
+++ ispell/files/md5	Wed Oct 13 17:03:00 1999
@@ -1,3 +1,5 @@
-MD5 (ispell-3.1.20.tar.gz) = 92986f940548fe4116428d21b16fd356
-MD5 (ispell-html-mode.patch) = 1b44441a3748e55b3d509fcff21af4b7
-MD5 (francais-IREQ-1.4.tar.gz) = 3871371b0f8e57b554f8895ce3a43b5a
+MD5 (ispell/ispell-3.1.20.tar.gz) = 92986f940548fe4116428d21b16fd356
+MD5 (ispell/ispell.el-3.2.gz) = 39236db8caa43f84ae4629ba14eda768
+MD5 (ispell/francais-IREQ-1.4.tar.gz) = 3871371b0f8e57b554f8895ce3a43b5a
+MD5 (ispell/ispell-html-mode.patch) = 1b44441a3748e55b3d509fcff21af4b7
+MD5 (ispell/texpatch-3.1.20c.gz) = 49449d5f5b9a366078da2d13124d8fa1
diff -urN /usr/ports/textproc/ispell/pkg/DESCR ispell/pkg/DESCR
--- /usr/ports/textproc/ispell/pkg/DESCR	Fri Aug 20 22:54:57 1999
+++ ispell/pkg/DESCR	Tue Oct 12 20:21:34 1999
@@ -3,3 +3,5 @@
 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

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991013131139.13883.qmail>