Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2012 22:54:49 GMT
From:      Glen Barber <gjb@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/164751: [new port] textproc/igor: Automated proofreader for text files, man pages, and DocBook SGML source files
Message-ID:  <201202032254.q13MsnBV077638@red.freebsd.org>
Resent-Message-ID: <201202032300.q13N0NSY016648@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164751
>Category:       ports
>Synopsis:       [new port] textproc/igor: Automated proofreader for text files, man pages, and DocBook SGML source files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 03 23:00:23 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Glen Barber
>Release:        FreeBSD 10.0-CURRENT #5 r230510M
>Organization:
>Environment:
n/a
>Description:
igor, written by Warren Block (wblock@), is an automated proofreader for text files, man pages, and DocBook SGML source files.

Quoting the FreeBSD Status Report:
igor is a program that proofreads man pages, DocBook SGML source, and other text files for many common mistakes.

Files are tested for spelling mistakes, repeated words, and white-space problems. Man pages are also checked for minimal structure, and DocBook SGML source files are checked for formatting and tag problems.

If you write or edit FreeBSD documentation, let igor help you check it for correctness.
>How-To-Repeat:

>Fix:
Shell archive is attached.


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	igor
#	igor/Makefile
#	igor/distinfo
#	igor/pkg-descr
#
echo c - igor
mkdir -p igor > /dev/null 2>&1
echo x - igor/Makefile
sed 's/^X//' >igor/Makefile << '26496c7ab4fe381b0da26cd9e525dc98'
X#
X# $FreeBSD$
X#
X
XPORTNAME=	igor
XPORTVERSION=	1.170
XCATEGORIES=	textproc
XMASTER_SITES=	http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
X
XMAINTAINER=	gjb@FreeBSD.org
XCOMMENT=	FreeBSD Documentation Project sanity check script
X
XLICENSE=	BSD
X
XUSE_PERL5_RUN=	yes
X
XNO_BUILD=	yes
X
XPLIST_FILES=	bin/${PORTNAME}
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.post.mk>
26496c7ab4fe381b0da26cd9e525dc98
echo x - igor/distinfo
sed 's/^X//' >igor/distinfo << '2e1feda0bfa67be8da68e9d5b9d2ef45'
XSHA256 (igor-1.170.tar.gz) = e05317360e61adfc350a5bf3f5134520a9414f73ecc02b84abf73f45497038d4
XSIZE (igor-1.170.tar.gz) = 12843
2e1feda0bfa67be8da68e9d5b9d2ef45
echo x - igor/pkg-descr
sed 's/^X//' >igor/pkg-descr << '9f91a15f99ae0e82a50d1878a5f3f86b'
XAutomated proofreader for text files, man pages, and DocBook SGML
Xsource files.
X
XWWW: http://www.wonkity.com/~wblock/igor/
9f91a15f99ae0e82a50d1878a5f3f86b
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202032254.q13MsnBV077638>