summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-05-08 20:46:36 +0000
committerwiz <wiz@pkgsrc.org>2010-05-08 20:46:36 +0000
commit73a4738cbb4aa9c9bb0950a84c1da1bd6d41f36d (patch)
tree286a26d877e6911183325e9190c416a97a2cd8cc /textproc
parent1995ff7010656f2135ffa58b482b7fe004e98cd9 (diff)
downloadpkgsrc-73a4738cbb4aa9c9bb0950a84c1da1bd6d41f36d.tar.gz
Initial import of gutcheck-0.991:
Gutcheck is a plain-text checking program that specializes in reporting the problems that spellcheckers don't--errors like mismatched quotes, misplaced punctuation, unintended blank lines. It is specifically tuned for checking texts for submission to Project Gutenberg, though it can be useful elsewhere as well.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gutcheck/DESCR5
-rw-r--r--textproc/gutcheck/Makefile29
-rw-r--r--textproc/gutcheck/PLIST3
-rw-r--r--textproc/gutcheck/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/textproc/gutcheck/DESCR b/textproc/gutcheck/DESCR
new file mode 100644
index 00000000000..b9fc3521bf3
--- /dev/null
+++ b/textproc/gutcheck/DESCR
@@ -0,0 +1,5 @@
+Gutcheck is a plain-text checking program that specializes in
+reporting the problems that spellcheckers don't--errors like
+mismatched quotes, misplaced punctuation, unintended blank lines.
+It is specifically tuned for checking texts for submission to
+Project Gutenberg, though it can be useful elsewhere as well.
diff --git a/textproc/gutcheck/Makefile b/textproc/gutcheck/Makefile
new file mode 100644
index 00000000000..1e006b350ed
--- /dev/null
+++ b/textproc/gutcheck/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/08 20:46:36 wiz Exp $
+#
+
+DISTNAME= gutcheck
+PKGNAME= gutcheck-0.991
+CATEGORIES= textproc
+MASTER_SITES= http://pglaf.org/~jtinsley/gutcheck/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://gutcheck.sourceforge.net/
+COMMENT= Text checker specialized in reporting problems spellcheckers overlook
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DIST_SUBDIR= ${PKGNAME_NOREV}
+WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin share/doc/gutcheck
+
+do-build:
+ cd ${WRKSRC} && ${CC} ${CFLAGS} -o gutcheck gutcheck.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gutcheck ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/gutcheck.txt \
+ ${DESTDIR}${PREFIX}/share/doc/gutcheck
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/gutcheck/PLIST b/textproc/gutcheck/PLIST
new file mode 100644
index 00000000000..741453ae751
--- /dev/null
+++ b/textproc/gutcheck/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/08 20:46:36 wiz Exp $
+bin/gutcheck
+share/doc/gutcheck/gutcheck.txt
diff --git a/textproc/gutcheck/distinfo b/textproc/gutcheck/distinfo
new file mode 100644
index 00000000000..5953eb9da49
--- /dev/null
+++ b/textproc/gutcheck/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/05/08 20:46:36 wiz Exp $
+
+SHA1 (gutcheck-0.99.1/gutcheck.zip) = 9740061f2379f38b165cadc0708372b376eaa9a8
+RMD160 (gutcheck-0.99.1/gutcheck.zip) = 25b98d9083782e31190ce65a143c0bbbaa89c684
+Size (gutcheck-0.99.1/gutcheck.zip) = 83093 bytes