From owner-freebsd-ports-bugs Wed Feb 12 19:40:13 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A03FD37B401 for ; Wed, 12 Feb 2003 19:40:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD08D43FAF for ; Wed, 12 Feb 2003 19:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1D3e8NS050746 for ; Wed, 12 Feb 2003 19:40:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1D3e86L050745; Wed, 12 Feb 2003 19:40:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F37D37B401 for ; Wed, 12 Feb 2003 19:36:49 -0800 (PST) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546A143F75 for ; Wed, 12 Feb 2003 19:36:48 -0800 (PST) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.218.122.239]) by t-mta1.odn.ne.jp with ESMTP id <20030213033647469.ECNU.4459.t-mta1.odn.ne.jp@mta1.odn.ne.jp>; Thu, 13 Feb 2003 12:36:47 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 9144F54B7; Thu, 13 Feb 2003 12:36:46 +0900 (JST) Message-Id: <20030213033646.9144F54B7@hadaly.dyndns.org> Date: Thu, 13 Feb 2003 12:36:46 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48229: Update port: games/an to 0.95 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48229 >Category: ports >Synopsis: Update port: games/an to 0.95 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 12 19:40:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Tue Jan 7 14:25:02 JST 2003 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: Update to 0.95. an-0.95/debian/copyright says as follows: This is an, maintained by Paul Martin on Mon, 13 Nov 2000 17:53:04 +0000. The original author of this program, who appears to have disappeared, was Richard Jones . So we now use the debian version of an. >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/an/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 10 Nov 2002 16:46:01 -0000 1.9 +++ Makefile 13 Feb 2003 03:31:01 -0000 @@ -6,23 +6,27 @@ # PORTNAME= an -PORTVERSION= 0.93 -PORTREVISION= 1 +PORTVERSION= 0.95 CATEGORIES= games -MASTER_SITES= http://www.gtoal.com/wordgames/anagrams/${DISTNAME}/ +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/a/an +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org +COMMENT= Fast anagram generator +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes -MAKE_ENV+= DEFS=-DDEFDICT=\\\"/usr/share/dict/words\\\" ALL_TARGET= with-getopt MAN6= an.6 post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^CC=|CC?=|g ; \ - s|^CFLAGS=-O|CFLAGS+=|g ; \ + s|^CFLAGS=-O2|CFLAGS+=|g ; \ s| make| \$$\(MAKE\)|g' + @${REINPLACE_CMD} -e 's|^\#OBJS|OBJS|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '//d' ${WRKSRC}/an.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/an ${PREFIX}/bin Index: distinfo =================================================================== RCS file: /home/ncvs/ports/games/an/distinfo,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 distinfo --- distinfo 4 Mar 1997 10:30:13 -0000 1.1.1.1 +++ distinfo 13 Feb 2003 03:31:01 -0000 @@ -1 +1 @@ -MD5 (an-0.93.tar.gz) = a78419d3b7cedf46c6d57311c3062297 +MD5 (an_0.95.orig.tar.gz) = 1f67775dd505a4bad7f891d6062da560 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/games/an/pkg-descr,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-descr --- pkg-descr 4 Mar 1997 10:30:13 -0000 1.1.1.1 +++ pkg-descr 13 Feb 2003 03:31:01 -0000 @@ -1,21 +1,3 @@ -an v0.93 - Anagram Generator -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Generates anagrams for a phrase supplied by the user, the words used in the -anagram are taken from a specified dictionary which should contain one -word per line (default:/usr/dict/words). - -Read INSTALL for instructions on installing. - -Written by Richard M. Jones -Many ideas contributed by Julian Assange (Let this be a lesson to you) - -Please mail bug reports and any suggestions to: - jonesr@latcs1.cs.latrobe.edu.au - -Some Anagrams Found Using an-0.93 -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Free Software Foundation - I'd fan out tons of freeware! -National Security Agency - Lusty yearning at cocaine. -President Dole - Led despite Ron. -Central Intelligence Agency - Langley: Inelegant, eccentric. +Generates anagrams for a phrase supplied by the user, the words used +in the anagram are taken from a specified dictionary which should +contain one word per line (default:/usr/share/dict/words). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message