ports/130560: [PATCH] math/fxt: update to 2009.01.09, take maintainership

Dennis Herrmann adox at mcx2.org
Wed Jan 14 20:40:06 UTC 2009


>Number:         130560
>Category:       ports
>Synopsis:       [PATCH] math/fxt: update to 2009.01.09, take maintainership
>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 Jan 14 20:40:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD dhn.homeunix.com 7.1-STABLE FreeBSD 7.1-STABLE #4: Sat Jan 10 13:45:30 CET 2009
>Description:
- Update to 2009.01.09
- Take maintainership

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fxt-2009.01.09.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/fxt/Makefile,v
retrieving revision 1.31
diff -u -u -r1.31 Makefile
--- Makefile	25 Aug 2008 21:16:25 -0000	1.31
+++ Makefile	14 Jan 2009 20:32:10 -0000
@@ -7,13 +7,13 @@
 #
 
 PORTNAME=	fxt
-PORTVERSION=	2008.08.17
+PORTVERSION=	2009.01.09
 CATEGORIES=	math
 MASTER_SITES=	http://www.jjj.de/fxt/ \
 		http://freebsd.unixfreunde.de/sources/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	adox at mcx2.org
 COMMENT=	FFT code and related stuff
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/math/fxt/distinfo,v
retrieving revision 1.23
diff -u -u -r1.23 distinfo
--- distinfo	25 Aug 2008 21:16:25 -0000	1.23
+++ distinfo	14 Jan 2009 18:59:53 -0000
@@ -1,3 +1,3 @@
-MD5 (fxt-2008.08.17.tgz) = c118bc49ab627dd17604c3b6cd9ccc9b
-SHA256 (fxt-2008.08.17.tgz) = 519db4ba20b125c2f3299efb9ead450a0aeb48a964b20fb8aab77a198b630cb2
-SIZE (fxt-2008.08.17.tgz) = 1126112
+MD5 (fxt-2009.01.09.tgz) = 27b78ac8b40e7453b8b29d4e46a09886
+SHA256 (fxt-2009.01.09.tgz) = 78b3430c107588b207d54d03f4b214854d0305473e1539d783c88306f6b24c2b
+SIZE (fxt-2009.01.09.tgz) = 1141134
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/math/fxt/pkg-plist,v
retrieving revision 1.18
diff -u -u -r1.18 pkg-plist
--- pkg-plist	25 Aug 2008 21:16:25 -0000	1.18
+++ pkg-plist	14 Jan 2009 19:11:57 -0000
@@ -179,6 +179,8 @@
 include/fxt/comb/fibonacci.h
 include/fxt/comb/gray-cycle-leaders.h
 include/fxt/comb/gray.h
+include/fxt/comb/hilbert-ndim-rec.h
+include/fxt/comb/hilbert-ndim.h
 include/fxt/comb/ksubset-gray.h
 include/fxt/comb/ksubset-rec.h
 include/fxt/comb/ksubset-twoclose.h
@@ -196,12 +198,14 @@
 include/fxt/comb/mset-perm-gray.h
 include/fxt/comb/mset-perm-lex-rec.h
 include/fxt/comb/mset-perm-lex.h
+include/fxt/comb/mset-perm-pref.h
 include/fxt/comb/necklace.h
 include/fxt/comb/num-compositions.h
 include/fxt/comb/num-necklaces.h
 include/fxt/comb/num2perm.h
 include/fxt/comb/paren-gray.h
 include/fxt/comb/paren.h
+include/fxt/comb/paren-pref.h
 include/fxt/comb/partition-rec.h
 include/fxt/comb/partition.h
 include/fxt/comb/perm-colex.h
@@ -377,6 +381,7 @@
 include/fxt/sort/equivclasses.h
 include/fxt/sort/grep.h
 include/fxt/sort/heapsort.h
+include/fxt/sort/merge-sort.h
 include/fxt/sort/minmax.h
 include/fxt/sort/minmaxfunc.h
 include/fxt/sort/minmaxidx.h
@@ -411,6 +416,7 @@
 include/fxt/walsh/arithtransform.h
 include/fxt/walsh/dyadiccnvl.h
 include/fxt/walsh/fib-walsh.h
+include/fxt/walsh/max-convolution.h
 include/fxt/walsh/mers-walsh.h
 include/fxt/walsh/or-convolution.h
 include/fxt/walsh/reedmuller.h
@@ -630,6 +636,10 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/gexz-gray-out.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/hadamard-srs-demo.cc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/hadamard-srs-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/hilbert-ndim-demo.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/hilbert-ndim-rec-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/hilbert-ndim-rec-demo.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/hilbert-ndim-out.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/hanoi-rec-demo.cc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/hanoi-rec-out.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/kproducts-colex-demo.cc
@@ -672,6 +682,8 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-rec-out.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-rec2-demo.cc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-rec2-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-pref-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-pref-demo.cc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/naf-gray-rec-demo.cc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/naf-gray-rec-out.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/naf-pos-rec-demo.cc
@@ -710,6 +722,8 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/paren-gray-rec-demo.cc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/paren-gray-rec-out.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/paren-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/paren-pref-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/paren-pref-demo.cc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/partition-demo.cc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/partition-out.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/partition-rec-demo.cc
@@ -1003,6 +1017,10 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-necklaces-out.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/heapsort-demo.cc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/heapsort-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/merge-sort-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/merge-sort-demo.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/merge-sort4-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/merge-sort4-demo.cc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/radixsort-demo.cc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/radixsort-out.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/selection-sort-demo.cc
--- fxt-2009.01.09.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list