Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2000 12:03:14 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/23626: Update port: misc/diction to 0.9
Message-ID:  <200012182003.eBIK3EV27863@freefall.freebsd.org>
Resent-Message-ID: <200012182010.eBIKA2530775@freefall.freebsd.org>

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

>Number:         23626
>Category:       ports
>Synopsis:       Update port: misc/diction to 0.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 18 12:10:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.9

New file:
files/patch-ab

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/misc/diction/Makefile misc/diction/Makefile
--- /usr/ports/misc/diction/Makefile	Sat Apr 15 00:28:20 2000
+++ misc/diction/Makefile	Tue Dec 19 01:21:46 2000
@@ -1,22 +1,19 @@
-# New ports collection makefile for: diction
+# New ports collection makefile for:	diction
 # Date created:		2 August 1998
 # Whom:			J Han <hjh@best.com>
 #
 # $FreeBSD: ports/misc/diction/Makefile,v 1.6 2000/04/14 08:45:36 asami Exp $
 #
 
-PORTNAME=		diction
-PORTVERSION=		0.8
-CATEGORIES=		misc
-MASTER_SITES=		ftp://cantor.informatik.rwth-aachen.de/pub/unix/
+PORTNAME=	diction
+PORTVERSION=	0.9
+CATEGORIES=	misc
+MASTER_SITES=	http://www.moria.de/~michael/diction/
 
-MAINTAINER=		ports@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 
-GNU_CONFIGURE=		yes
-USE_GMAKE=		yes
+USE_AUTOCONF=	yes
 
-MAKE_ENV=		MKDIR="$(MKDIR)"
-
-MAN1=			diction.1 style.1
+MAN1=		diction.1 style.1
 
 .include <bsd.port.mk>
diff -urN /usr/ports/misc/diction/distinfo misc/diction/distinfo
--- /usr/ports/misc/diction/distinfo	Sat Mar 20 01:08:13 1999
+++ misc/diction/distinfo	Tue Dec 19 00:17:43 2000
@@ -1 +1 @@
-MD5 (diction-0.8.tar.gz) = 0765745433bfa6bdc303db81acded9a1
+MD5 (diction-0.9.tar.gz) = 948e9c4b9001e8f06e6154231fbd06d7
diff -urN /usr/ports/misc/diction/files/patch-aa misc/diction/files/patch-aa
--- /usr/ports/misc/diction/files/patch-aa	Wed Aug  5 02:04:18 1998
+++ misc/diction/files/patch-aa	Tue Dec 19 00:32:40 2000
@@ -1,20 +1,39 @@
---- 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 >$@
+--- Makefile.in.orig	Tue May 16 03:10:04 2000
++++ Makefile.in	Tue Dec 19 00:32:28 2000
+@@ -3,6 +3,10 @@
+ prefix=		@prefix@
+ exec_prefix=	@exec_prefix@
+ 
++INSTALL=	@INSTALL@
++INSTALL_PROGRAM=	@INSTALL_PROGRAM@
++INSTALL_DATA=	@INSTALL_DATA@
++
+ CC=		@CC@
+ CFLAGS=		@CFLAGS@
+ CPPFLAGS=	@CPPFLAGS@ -DSHAREDIR=\"@datadir@\"
+@@ -20,16 +24,16 @@
+ 		getopt.o getopt1.o $(LIBM) $(LIBS)
  
  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
+-		@INSTALL@ -m 755 -d @bindir@
+-		@INSTALL@ diction @bindir@/diction
+-		@INSTALL@ style @bindir@/style
+-		@INSTALL@ -m 755 -d @datadir@/diction
+-		@INSTALL@ -m 644 de @datadir@/diction/de
+-		@INSTALL@ -m 644 en @datadir@/diction/en
++		-mkdir -p @bindir@
++		$(INSTALL_PROGRAM) diction @bindir@/diction
++		$(INSTALL_PROGRAM) style @bindir@/style
++		-mkdir -p @datadir@/diction
++		$(INSTALL_DATA) de @datadir@/diction/de
++		$(INSTALL_DATA) en @datadir@/diction/en
+ 		(cd @datadir@/diction; rm -f C; ln en C)
+-		@INSTALL@ -m 755 -d @mandir@/man1
+-		@INSTALL@ -m 644 diction.1 @mandir@/man1/diction.1
+-		@INSTALL@ -m 644 style.1 @mandir@/man1/style.1
++		-mkdir -p @mandir@/man1
++		$(INSTALL_DATA) diction.1 @mandir@/man1/diction.1
++		$(INSTALL_DATA) style.1 @mandir@/man1/style.1
  
+ install.msg:
+ 		gencat -o @datadir@/locale/en_US/LC_MESSAGES/diction.cat diction-en.msg sent-en.msg
diff -urN /usr/ports/misc/diction/files/patch-ab misc/diction/files/patch-ab
--- /usr/ports/misc/diction/files/patch-ab	Thu Jan  1 09:00:00 1970
+++ misc/diction/files/patch-ab	Tue Dec 19 00:26:44 2000
@@ -0,0 +1,14 @@
+--- configure.in.orig	Tue May 16 03:08:09 2000
++++ configure.in	Tue Dec 19 00:26:35 2000
+@@ -19,11 +19,6 @@
+ fi
+ 
+ AC_PROG_CC
+-if test "$GCC" = yes
+-then
+-  CFLAGS="${CFLAGS} ${PIPE}-Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common"
+-  LDFLAGS='-g'
+-fi
+ 
+ AC_PROG_INSTALL
+ AC_CHECK_FUNCS(strerror)
diff -urN /usr/ports/misc/diction/pkg-descr misc/diction/pkg-descr
--- /usr/ports/misc/diction/pkg-descr	Mon May  3 14:37:12 1999
+++ misc/diction/pkg-descr	Tue Dec 19 00:14:41 2000
@@ -1,17 +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.
+This is the 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.
 
 --
-WWW: http://www.fsf.org/software/diction/diction.html 
+WWW: http://www.gnu.org/software/diction/diction.html 
 
 GNU style and diction are written by Michael Haardt
 
-http://cantor.informatik.rwth-aachen.de/~michael/
+http://www.moria.de/~michael/
 
 --
 J Han <hjh@best.com>


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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