- Update to 2011.08.10

This commit is contained in:
Dennis Herrmann 2011-08-11 17:03:00 +00:00
parent 383ae45677
commit 86c2e2ecd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279498
3 changed files with 7 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= fxt
PORTVERSION= 2011.07.24
PORTVERSION= 2011.08.10
CATEGORIES= math
MASTER_SITES= http://www.jjj.de/fxt/
EXTRACT_SUFX= .tgz

View file

@ -1,2 +1,2 @@
SHA256 (fxt-2011.07.24.tgz) = 586c824b95ef098d92cc0eca58ec17d35414012b961ef2f95813389d1f8111ad
SIZE (fxt-2011.07.24.tgz) = 1323794
SHA256 (fxt-2011.08.10.tgz) = 4da2588fe9a01963350cd196b026b768329f8c374bb896ea4f07d43a89e35732
SIZE (fxt-2011.08.10.tgz) = 1322893

View file

@ -300,7 +300,6 @@ include/fxt/correlation/slowcorr.h
include/fxt/dctdst-all.h
include/fxt/dctdst/dctdst.h
include/fxt/ds-all.h
include/fxt/ds/priorityqueue1.h
include/fxt/ds/bitarray.h
include/fxt/ds/coroutine.h
include/fxt/ds/deque.h
@ -1087,6 +1086,10 @@ lib/libfxt.a
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gf2n/primefact-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gf2n/qmatrix-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gf2n/qmatrix-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph/sta-graph-acgray-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph/sta-graph-macgray-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph/sta-graph-acgray-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph/sta-graph-macgray-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph/graph-debruijn-m-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph/graph-perm-pref-rot-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph/graph-perm-pref-rot-demo.cc