From owner-freebsd-ports Thu Mar 28 16:10:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40A3F37B41B for ; Thu, 28 Mar 2002 16:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2T0A1f35816; Thu, 28 Mar 2002 16:10:01 -0800 (PST) (envelope-from gnats) Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBW-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 991DC37B417 for ; Thu, 28 Mar 2002 16:00:11 -0800 (PST) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g2SNnPC14658 for ; Fri, 29 Mar 2002 00:49:25 +0100 (MET) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 88DD65A547 for ; Fri, 29 Mar 2002 00:49:24 +0100 (CET) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id D60BB5A545; Fri, 29 Mar 2002 00:49:22 +0100 (CET) Message-Id: <20020328234922.D60BB5A545@nemesis.informatik.unibw-muenchen.de> Date: Fri, 29 Mar 2002 00:49:22 +0100 (CET) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36444: Update port: math/fxt to 2002.03.23 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: 36444 >Category: ports >Synopsis: Update port: math/fxt to 2002.03.23 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Mar 28 16:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 21 12:00:59 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386 >Description: This update solves also the bento fetch problem. Regards, Olli >How-To-Repeat: >Fix: diff -ruN fxt.old/Makefile fxt/Makefile --- fxt.old/Makefile Sun Mar 3 09:48:17 2002 +++ fxt/Makefile Fri Mar 29 00:39:31 2002 @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2002.02.25 +PORTVERSION= 2002.03.23 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff -ruN fxt.old/distinfo fxt/distinfo --- fxt.old/distinfo Sun Mar 3 09:48:17 2002 +++ fxt/distinfo Fri Mar 29 00:39:46 2002 @@ -1 +1 @@ -MD5 (fxt-2002.02.25.tgz) = d0863ba3eb86b6342d510b7c14e875ed +MD5 (fxt-2002.03.23.tgz) = 79e02294dbcd487b9ef8ecd8d0381c3d diff -ruN fxt.old/pkg-plist fxt/pkg-plist --- fxt.old/pkg-plist Sun Mar 3 09:48:17 2002 +++ fxt/pkg-plist Fri Mar 29 00:45:19 2002 @@ -13,7 +13,7 @@ include/fxt/bitasm.h include/fxt/bitcombination.h include/fxt/bitcount.h -include/fxt/bitcount01.h +include/fxt/bitcyclic.h include/fxt/bithigh.h include/fxt/bitlow.h include/fxt/bitmisc.h @@ -24,22 +24,25 @@ include/fxt/bitswap.h include/fxt/bitzip.h include/fxt/branchless.h +include/fxt/bytescan.h include/fxt/cholesky.h include/fxt/cmult.h +include/fxt/combcolex.h include/fxt/comblazy.h include/fxt/comblex.h include/fxt/combminchange.h -include/fxt/combnum.h include/fxt/complextype.h include/fxt/constants.h include/fxt/convex.h include/fxt/copy.h include/fxt/copy2d.h +include/fxt/csincos.h include/fxt/cycles.h include/fxt/daubechies.h include/fxt/debruijn.h include/fxt/diff.h include/fxt/diskaux.h +include/fxt/dyadiccnvl.h include/fxt/factor.h include/fxt/fhtmulsqr.h include/fxt/funcemu.h @@ -52,6 +55,7 @@ include/fxt/gcd.h include/fxt/graycode.h include/fxt/graypermute.h +include/fxt/greencode.h include/fxt/haarpermute.h include/fxt/hilbert.h include/fxt/inline.h @@ -64,11 +68,13 @@ include/fxt/minmax2d.h include/fxt/misc.h include/fxt/misc2d.h +include/fxt/mixedradixgray.h include/fxt/mmult.h include/fxt/mod.h include/fxt/modarith.h include/fxt/modlazy.h include/fxt/modm.h +include/fxt/modularmixedradixgray.h include/fxt/moduli.h include/fxt/monotone.h include/fxt/mtypes.h @@ -77,16 +83,19 @@ include/fxt/paren.h include/fxt/partition.h include/fxt/permapply.h +include/fxt/permcyclic.h include/fxt/permderange.h include/fxt/permlazy.h include/fxt/permlex.h include/fxt/permminchange.h +include/fxt/permstar.h include/fxt/permtrotter.h include/fxt/permutation.h include/fxt/permvisit.h include/fxt/primes.h include/fxt/primestring.h include/fxt/printbin.h +include/fxt/quantise.h include/fxt/radixpermute.h include/fxt/range.h include/fxt/restrict.h @@ -113,6 +122,10 @@ include/fxt/shortrevbinpermute.h include/fxt/shortrevbinpermute0.h include/fxt/sincos.h +include/fxt/slowcnvl.h +include/fxt/slowcorr.h +include/fxt/slowlazy.h +include/fxt/slowtwodimcnvl.h include/fxt/sort.h include/fxt/sortcomplex.h include/fxt/sortfunc.h @@ -120,6 +133,7 @@ include/fxt/sortlazy.h include/fxt/sortptr.h include/fxt/subsetdebruijn.h +include/fxt/subsetlex.h include/fxt/subsetminchange.h include/fxt/subsetordered.h include/fxt/sumdiff.h @@ -135,6 +149,13 @@ include/fxt/transpose_ba.h include/fxt/unique.h include/fxt/vector.h +include/fxt/walshgray.h +include/fxt/walshhartley.h +include/fxt/walshlazy.h +include/fxt/walshpal.h +include/fxt/walshseq.h +include/fxt/walshwak.h +include/fxt/walshwal.h include/fxt/waveletfilter.h include/fxt/workspace.h include/fxt/zerobyte.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message