Bug 41211 - New port textproc/spellutils: newsbody & pospell spell-checking utilities.
Summary: New port textproc/spellutils: newsbody & pospell spell-checking utilities.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-31 22:00 UTC by Thierry Thomas
Modified: 2003-01-20 05:42 UTC (History)
0 users

See Also:


Attachments
file.shar (5.66 KB, text/plain)
2002-07-31 22:00 UTC, Thierry Thomas
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas 2002-07-31 22:00:02 UTC
Spellutils is a suite of programs which are used to isolate some parts
or texts from various types of files and hand them over to another
program which may change the texts; it is typically a spell checker.
Afterwards the possibly changed text parts are copied back in place in
the original file.

1) The newsbody utility
The program newsbody is a utility to isolate the body part of a news or
email message in a separate file and then call some other program which
may change the body, and eventually merge the headers with the possibly
changed body. Optionally quotes and/or signature can be removed too, as
well as all or selected header lines can be kept.

2) The pospell utility
The program pospell is a utility to isolate the translations from a .po
file, then call some other program which may change the translations
(typically a spell checker), and eventually copy them back in place in
the .po file.

Fix: Execute the following shar file:
How-To-Repeat: 	N/A.
Comment 1 Thierry Thomas 2002-08-04 08:20:56 UTC
Le 31 aoû 02 à 22:55:55 +0000, Thierry Thomas écrivait :
> 
> >Number:         41211
> >Category:       ports
> >Synopsis:       New port textproc/spellutils: newsbody & pospell spell-checking utilities.

This little patch to chase the upgrade of gettext:


diff -urN /usr/ports/textproc/spellutils.orig/Makefile /usr/ports/textproc/spellutils/Makefile
--- /usr/ports/textproc/spellutils.orig/Makefile	Wed Jul 31 22:33:17 2002
+++ /usr/ports/textproc/spellutils/Makefile	Sat Aug  3 11:30:55 2002
@@ -12,7 +12,7 @@
 
 MAINTAINER=	thierry@pompo.net
 
-LIB_DEPENDS=	intl.2:${PORTSDIR}/devel/gettext
+LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes



-- 
Th. Thomas.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-01-20 05:42:42 UTC
State Changed
From-To: open->closed

Commited, thanks!