Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

5
textproc/gutcheck/DESCR Normal file
View File

@@ -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.

View File

@@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.2 2012/10/25 06:55:53 asau 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
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"

3
textproc/gutcheck/PLIST Normal file
View File

@@ -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

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2010/05/20 00:45:43 taca Exp $
SHA1 (gutcheck-0.991/gutcheck.zip) = 9740061f2379f38b165cadc0708372b376eaa9a8
RMD160 (gutcheck-0.991/gutcheck.zip) = 25b98d9083782e31190ce65a143c0bbbaa89c684
Size (gutcheck-0.991/gutcheck.zip) = 83093 bytes