Port details |
- spellutils Programs used to isolate some parts or texts before spell-checking
- 0.7_5 textproc
=3 0.7_5Version of this port present on the latest quarterly branch. - Maintainer: thierry@FreeBSD.org
 - Port Added: 2003-01-20 05:42:39
- Last Update: 2024-02-23 16:23:08
- Commit Hash: 46bf293
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- License: GPLv2
- WWW:
- https://web.archive.org/web/20081225045803/http://home.worldonline.dk/byrial/spellutils/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- spellutils>0:textproc/spellutils
- To install the port:
- cd /usr/ports/textproc/spellutils/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/spellutils
- pkg install spellutils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spellutils
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (spellutils-0.7.tar.bz2) = 0d5723321b6d60f31a93a43708904b2fddfcff3ec2fdd30e13214c64dd28e875
SIZE (spellutils-0.7.tar.bz2) = 110421
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for spellutils-0.7_5:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- textproc_spellutils
- USES:
- gettext tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7_5 23 Feb 2024 16:23:08
    |
Thierry Thomas (thierry)  |
textproc/spellutils: move manpages
Also retrieve WWW from web.archive.org. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.7_4 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.7_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.7_4 21 Nov 2019 21:28:31
  |
thierry  |
Unbreak. |
0.7_4 06 Nov 2019 16:26:35
  |
antoine  |
Mark a few ports BROKEN (unfetchable) |
0.7_4 08 Dec 2016 19:52:20
  |
tijl  |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.7_3 15 Nov 2014 16:26:33
  |
antoine  |
Cleanup plist |
0.7_3 15 Jul 2014 17:03:32
  |
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
0.7_3 02 Jul 2014 20:10:43
  |
thierry  |
The original site is down, switch to SourceFiles. |
0.7_3 11 Jun 2014 14:50:00
  |
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.7_3 27 Apr 2014 20:21:48
  |
thierry  |
Since I'm there, change my e-mail. |
0.7_3 27 Apr 2014 20:19:27
  |
thierry  |
- Stagify;
- Define the license;
- Pet portlint.
Todo: check if the mastersite is definitely down or not. |
0.7_3 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.7_3 24 Apr 2013 18:10:32
  |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.7_3 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.7_3 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
0.7_3 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.7_2 06 Jun 2008 14:05:09
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.7_1 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.7_1 19 Mar 2004 00:19:49
 |
thierry  |
SIZE-ify my ports.
Submitted by: Trevor Johnson <trevor@FreeBSD.org>
Approved by: mat (mentor). |
0.7_1 04 Feb 2004 04:36:30
 |
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
0.7_1 23 Jan 2004 18:12:26
 |
trevor  |
Now gettext 0.12.1 is gettext-old. |
0.7_1 26 Aug 2003 20:25:58
 |
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
0.7 25 Aug 2003 05:41:38
 |
marcus  |
Chase the libintl.so shared lib version. |
0.7 21 Feb 2003 13:42:50
 |
knu  |
De-pkg-comment. |
0.7 20 Jan 2003 05:42:15
 |
edwin  |
New port textproc/spellutils: newsbody & pospell spell-checking utilities.
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.
PR: ports/41211
Submitted by: Thierry Thomas <thierry@pompo.net> |