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:
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
|
@ -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
25
textproc/spell/Makefile
Normal 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
1
textproc/spell/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (spell-1.0.tar.gz) = 57e17cf64ca458baad606a9022794b6d
|
14
textproc/spell/files/patch-spell.texi
Normal file
14
textproc/spell/files/patch-spell.texi
Normal 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}.
|
||||
|
1
textproc/spell/pkg-comment
Normal file
1
textproc/spell/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A GNU implementation of the UNIX spell utility using Ispell
|
7
textproc/spell/pkg-descr
Normal file
7
textproc/spell/pkg-descr
Normal 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
5
textproc/spell/pkg-plist
Normal 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
|
Loading…
Reference in a new issue