Add spell 1.0, a GNU implementation of the UNIX spell utility using

Ispell.

PR:		37355
Submitted by:	Brian Skrab <brian@quynh-and-brian.org>
This commit is contained in:
Cy Schubert 2002-04-25 01:11:49 +00:00
parent bde8560a09
commit 34a1bf8e16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58086
7 changed files with 54 additions and 0 deletions

View file

@ -275,6 +275,7 @@
SUBDIR += smartdoc
SUBDIR += source-highlight
SUBDIR += sp
SUBDIR += spell
SUBDIR += tclExpat
SUBDIR += tdtd.el
SUBDIR += tex2im

25
textproc/spell/Makefile Normal file
View file

@ -0,0 +1,25 @@
# New ports collection makefile for: spell-1.0
# Date created: Wed Apr 24 10:17:36 EDT 2002
# Whom: Brian Skrab <brian@quynh-and-brian.org>
#
# $FreeBSD$
#
PORTNAME= spell
PORTVERSION= 1.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU} \
http://cottage.quynh-and-brian.org/freebsd/ports/distfiles/
MASTER_SITE_SUBDIR= spell
MAINTAINER= brian@quynh-and-brian.org
RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
post-install:
install-info ${PREFIX}/info/spell.info ${PREFIX}/info/dir
.include <bsd.port.mk>

1
textproc/spell/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (spell-1.0.tar.gz) = 57e17cf64ca458baad606a9022794b6d

View file

@ -0,0 +1,14 @@
--- spell.texi.orig Tue Apr 9 21:20:14 1996
+++ spell.texi Wed Apr 24 08:47:57 2002
@@ -9,6 +9,11 @@
@set UPDATED April 6, 1996
@c %**end of header
+@dircategory GNU Packages
+@direntry
+* Spell: (spell). A GNU implementation of the UNIX spell utility using Ispell.
+@end direntry
+
@ifinfo
This file documents GNU Spell, a clone of Unix @code{spell}.

View file

@ -0,0 +1 @@
A GNU implementation of the UNIX spell utility using Ispell

7
textproc/spell/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
A GNU implementation of the UNIX spell utility using Ispell.
Provides a flexible, non-interactive interface to the Ispell utility.
WWW: http://www.gnu.org/
brian@quynh-and-brian.org

5
textproc/spell/pkg-plist Normal file
View file

@ -0,0 +1,5 @@
@comment $FreeBSD$
bin/spell
@unexec install-info --delete %D/info/spell.info %D/info/dir
info/spell.info
@exec install-info %D/info/spell.info %D/info/dir