1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Import of GNU diction and style, for finding possible errors in

text and evaluating its readability.

I think I will stick with my brain in my quest to clean up
*/*/pkg/DESCR; while slower, I'll bet it's more accurate. :-)

PR:		7479
Submitted by:	J Han <hjh@best.com>
This commit is contained in:
Matthew Hunt 1998-08-04 17:04:18 +00:00
parent 6dfbf36a01
commit 960c517036
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12273
6 changed files with 69 additions and 0 deletions

22
misc/diction/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: diction
# Version required: 0.6
# Date created: 2 August 1998
# Whom: J Han <hjh@best.com>
#
# $Id$
#
DISTNAME= diction-0.6
CATEGORIES= misc
MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
MAINTAINER= hjh@best.com
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_ENV= MKDIR="$(MKDIR)"
MAN1= diction.1 style.1
.include <bsd.port.mk>

1
misc/diction/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (diction-0.6.tar.gz) = a3fe587e57434193a8cd8713f90eaa3e

View File

@ -0,0 +1,20 @@
--- Makefile.in.orig Tue Aug 4 12:55:19 1998
+++ Makefile.in Tue Aug 4 12:55:52 1998
@@ -29,14 +29,14 @@
sed -e s+/usr/share+$(SHAREDIR)+ diction.1.in >$@
install: all
- $(INSTALL) -m 755 -d $(BINDIR)
+ $(MKDIR) $(BINDIR)
$(INSTALL_PROGRAM) -s diction $(BINDIR)/diction
$(INSTALL_PROGRAM) -s style $(BINDIR)/style
- $(INSTALL) -m 755 -d $(SHAREDIR)/diction
+ $(MKDIR) $(SHAREDIR)/diction
$(INSTALL_DATA) de $(SHAREDIR)/diction/de
$(INSTALL_DATA) en $(SHAREDIR)/diction/en
(cd $(SHAREDIR)/diction; rm -f C; ln en C)
- $(INSTALL) -m 755 -d $(MANDIR)/man1
+ $(MKDIR) $(MANDIR)/man1
$(INSTALL_DATA) diction.1 $(MANDIR)/man1/diction.1
$(INSTALL_DATA) style.1 $(MANDIR)/man1/style.1

1
misc/diction/pkg-comment Normal file
View File

@ -0,0 +1 @@
GNU diction and style

17
misc/diction/pkg-descr Normal file
View File

@ -0,0 +1,17 @@
This is the snapshot release 0.6 beta of GNU diction and style, free
implementations of old standard unix commands. For some reason,
many modern systems lack them. Diction prints wordy and commonly
misused phrases. Style analyses surface characteristics of a document,
e.g. sentence length and various readability measures.
Both commands support English and German documents.
--
http://www.fsf.org/software/diction/diction.html
GNU style and diction are written by Michael Haardt
http://cantor.informatik.rwth-aachen.de/~michael/
--
J Han <hjh@best.com>

8
misc/diction/pkg-plist Normal file
View File

@ -0,0 +1,8 @@
bin/diction
bin/style
man/man1/diction.1.gz
man/man1/style.1.gz
share/diction/C
share/diction/de
share/diction/en
@dirrm share/diction