From 5b7c3ecbe922700ceecf099ba547561569e47778 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 4 Feb 2012 02:32:42 +0000 Subject: Automated proofreader for text files, man pages, and DocBook SGML source files. WWW: http://www.wonkity.com/~wblock/igor/ PR: ports/164751 Submitted by: gjb Written by: wblock --- textproc/igor/Makefile | 29 +++++++++++++++++++++++++++++ textproc/igor/distinfo | 2 ++ textproc/igor/pkg-descr | 4 ++++ 3 files changed, 35 insertions(+) create mode 100644 textproc/igor/Makefile create mode 100644 textproc/igor/distinfo create mode 100644 textproc/igor/pkg-descr (limited to 'textproc/igor') diff --git a/textproc/igor/Makefile b/textproc/igor/Makefile new file mode 100644 index 000000000000..48ba2d83406a --- /dev/null +++ b/textproc/igor/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: igor +# Date created: 2012-02-03 +# Whom: gjb@freebsd.org +# +# $FreeBSD$ +# + +PORTNAME= igor +PORTVERSION= 1.170 +CATEGORIES= textproc +MASTER_SITES= http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ + +MAINTAINER= gjb@FreeBSD.org +COMMENT= FreeBSD Documentation Project sanity check script + +LICENSE= BSD + +USE_PERL5_RUN= yes + +NO_BUILD= yes + +PLIST_FILES= bin/${PORTNAME} + +.include + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + +.include diff --git a/textproc/igor/distinfo b/textproc/igor/distinfo new file mode 100644 index 000000000000..06e199db072f --- /dev/null +++ b/textproc/igor/distinfo @@ -0,0 +1,2 @@ +SHA256 (igor-1.170.tar.gz) = e05317360e61adfc350a5bf3f5134520a9414f73ecc02b84abf73f45497038d4 +SIZE (igor-1.170.tar.gz) = 12843 diff --git a/textproc/igor/pkg-descr b/textproc/igor/pkg-descr new file mode 100644 index 000000000000..e9479b47fd7e --- /dev/null +++ b/textproc/igor/pkg-descr @@ -0,0 +1,4 @@ +Automated proofreader for text files, man pages, and DocBook SGML +source files. + +WWW: http://www.wonkity.com/~wblock/igor/ -- cgit v1.2.3