Maintainer update to igor-1.555:
* catches more misspellings * new option -V * some bugfixes * improved verbose diagnostics * use sed -i rather than perl -pi * regenerate patches
This commit is contained in:
parent
6f5a2d59fc
commit
fdcb97cdb9
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2014/10/07 19:13:50 schwarze Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/08/30 14:30:22 schwarze Exp $
|
||||
|
||||
COMMENT = FreeBSD Documentation Project sanity check script
|
||||
VERSION = 1.502
|
||||
VERSION = 1.555
|
||||
DISTNAME = igor-${VERSION}
|
||||
CATEGORIES = textproc
|
||||
HOMEPAGE = http://www.wonkity.com/~wblock/igor/
|
||||
@ -16,7 +16,7 @@ NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
post-patch:
|
||||
perl -pi -e 's,/usr/local/etc,${SYSCONFDIR},g' \
|
||||
sed -i 's,/usr/local/etc,${SYSCONFDIR},g' \
|
||||
${WRKSRC}/igor ${WRKSRC}/igor.1
|
||||
|
||||
do-install:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (igor-1.502.tar.gz) = FchUOu0q5v8/7na1wWZ3GS/fMQoKI6vsO2kMXxk+Wb4=
|
||||
SIZE (igor-1.502.tar.gz) = 26137
|
||||
SHA256 (igor-1.555.tar.gz) = kQ/tBi4jQtV2UEDWncjNrT+HIP+6Tep+YG/jR5rQ3cU=
|
||||
SIZE (igor-1.555.tar.gz) = 36959
|
||||
|
@ -1,7 +1,8 @@
|
||||
$OpenBSD: patch-igor,v 1.1 2014/10/07 19:13:50 schwarze Exp $
|
||||
--- igor.orig Tue Oct 7 10:02:06 2014
|
||||
+++ igor Tue Oct 7 10:14:36 2014
|
||||
@@ -102,7 +102,7 @@ usage: $prog -h
|
||||
$OpenBSD: patch-igor,v 1.2 2015/08/30 14:30:22 schwarze Exp $
|
||||
do not report contractions by default (local change)
|
||||
--- igor.orig Sun Aug 16 23:40:00 2015
|
||||
+++ igor Sun Aug 30 16:06:04 2015
|
||||
@@ -104,7 +104,7 @@ usage: $prog -h
|
||||
-f FreeBSD obsolete features
|
||||
-r repeated words
|
||||
-s spelling
|
||||
@ -10,7 +11,7 @@ $OpenBSD: patch-igor,v 1.1 2014/10/07 19:13:50 schwarze Exp $
|
||||
-w whitespace
|
||||
-y style suggestions (off by default)
|
||||
|
||||
@@ -221,13 +221,13 @@ sub initialize {
|
||||
@@ -234,13 +234,13 @@ sub initialize {
|
||||
# -D equals -abefgmprsuw
|
||||
if ( $opt_D ) {
|
||||
$opt_a = $opt_b = $opt_e = $opt_f = $opt_g = $opt_m = $opt_p
|
||||
@ -26,7 +27,7 @@ $OpenBSD: patch-igor,v 1.1 2014/10/07 19:13:50 schwarze Exp $
|
||||
= $opt_E = 1;
|
||||
}
|
||||
|
||||
@@ -250,7 +250,7 @@ sub initialize {
|
||||
@@ -263,7 +263,7 @@ sub initialize {
|
||||
$opt_a = $opt_b = $opt_c = $opt_d = $opt_e
|
||||
= $opt_f = $opt_g = $opt_i = $opt_l = $opt_m
|
||||
= $opt_n = $opt_o = $opt_p = $opt_r = $opt_s
|
||||
|
@ -1,7 +1,8 @@
|
||||
$OpenBSD: patch-igor_1,v 1.1 2014/10/07 19:13:50 schwarze Exp $
|
||||
--- igor.1.orig Tue Oct 7 10:02:06 2014
|
||||
+++ igor.1 Tue Oct 7 10:13:03 2014
|
||||
@@ -97,7 +97,7 @@ When ready for the actual commit, run
|
||||
$OpenBSD: patch-igor_1,v 1.2 2015/08/30 14:30:22 schwarze Exp $
|
||||
do not report contractions by default (local change)
|
||||
--- igor.1.orig Sun Aug 16 23:40:00 2015
|
||||
+++ igor.1 Sun Aug 30 16:06:04 2015
|
||||
@@ -104,7 +104,7 @@ When ready for the actual commit, run
|
||||
.Nm
|
||||
without this option to check the date.
|
||||
Equivalent to
|
||||
@ -10,7 +11,7 @@ $OpenBSD: patch-igor_1,v 1.1 2014/10/07 19:13:50 schwarze Exp $
|
||||
.It Fl z
|
||||
Run all applicable non-whitespace
|
||||
.Pq content
|
||||
@@ -156,6 +156,12 @@ The Debian project has a list of words at
|
||||
@@ -163,6 +163,12 @@ The Debian project has a list of words at
|
||||
.Li http://anonscm.debian.org/gitweb/?p=lintian/lintian.git;a=blob_plain;f=vendors/debian/ftp-master-auto-reject/data/spelling/corrections;hb=HEAD
|
||||
.It Fl u
|
||||
Identify contractions, which make translation more difficult.
|
||||
|
Loading…
Reference in New Issue
Block a user