From owner-freebsd-ports Mon Oct 28 2:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A7337B401 for ; Mon, 28 Oct 2002 02:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8601643E4A for ; Mon, 28 Oct 2002 02:40:01 -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 g9SAe1x3044661 for ; Mon, 28 Oct 2002 02:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SAe13Z044660; Mon, 28 Oct 2002 02:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5EDC37B401 for ; Mon, 28 Oct 2002 02:33:58 -0800 (PST) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C4643E6E for ; Mon, 28 Oct 2002 02:33:58 -0800 (PST) (envelope-from erwin@backup-mx.droso.dk) Received: by backup-mx.droso.dk (Postfix, from userid 1000) id DE582AB46; Mon, 28 Oct 2002 11:33:56 +0100 (CET) Message-Id: <20021028103356.DE582AB46@backup-mx.droso.dk> Date: Mon, 28 Oct 2002 11:33:56 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44561: update math/fxt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44561 >Category: ports >Synopsis: update math/fxt >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 02:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: update to 2002.10.09 to make fetchable again >How-To-Repeat: >Fix: --- fxt.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/fxt/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 29 Mar 2002 00:50:17 -0000 1.3 +++ Makefile 28 Oct 2002 10:33:05 -0000 @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2002.03.23 +PORTVERSION= 2002.10.09 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz Index: distinfo =================================================================== RCS file: /home/ncvs/ports/math/fxt/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 29 Mar 2002 00:50:17 -0000 1.3 +++ distinfo 28 Oct 2002 10:33:05 -0000 @@ -1 +1 @@ -MD5 (fxt-2002.03.23.tgz) = 79e02294dbcd487b9ef8ecd8d0381c3d +MD5 (fxt-2002.10.09.tgz) = 25a9b928737d67426bd215ae35c3e055 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/math/fxt/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 29 Mar 2002 00:50:17 -0000 1.3 +++ pkg-plist 28 Oct 2002 10:33:05 -0000 @@ -12,6 +12,7 @@ include/fxt/bitarray.h include/fxt/bitasm.h include/fxt/bitcombination.h +include/fxt/bitcombminchange.h include/fxt/bitcount.h include/fxt/bitcyclic.h include/fxt/bithigh.h @@ -27,6 +28,7 @@ include/fxt/bytescan.h include/fxt/cholesky.h include/fxt/cmult.h +include/fxt/combaltminchange.h include/fxt/combcolex.h include/fxt/comblazy.h include/fxt/comblex.h @@ -56,6 +58,8 @@ include/fxt/graycode.h include/fxt/graypermute.h include/fxt/greencode.h +include/fxt/haarnn.h +include/fxt/haarnninplace.h include/fxt/haarpermute.h include/fxt/hilbert.h include/fxt/inline.h @@ -98,6 +102,7 @@ include/fxt/quantise.h include/fxt/radixpermute.h include/fxt/range.h +include/fxt/reorth.h include/fxt/restrict.h include/fxt/revbin.h include/fxt/revbinpermute.h @@ -135,7 +140,7 @@ include/fxt/subsetdebruijn.h include/fxt/subsetlex.h include/fxt/subsetminchange.h -include/fxt/subsetordered.h +include/fxt/subsetmonotone.h include/fxt/sumdiff.h include/fxt/symbolify.h include/fxt/symmetricpart.h --- fxt.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message