diff options
author | jrm <jrm@FreeBSD.org> | 2017-07-11 07:05:43 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2017-07-11 07:05:43 +0800 |
commit | 7a2a6cfaa9eb27e5fce1e652c90198c3311c9142 (patch) | |
tree | 4efa470bf5fc7c8d572ad6053d60367ccf69cf96 /math/fxt | |
parent | e870d2acf174dea93f712673b0502b9573eefbe6 (diff) | |
download | freebsd-ports-gnome-7a2a6cfaa9eb27e5fce1e652c90198c3311c9142.tar.gz freebsd-ports-gnome-7a2a6cfaa9eb27e5fce1e652c90198c3311c9142.tar.zst freebsd-ports-gnome-7a2a6cfaa9eb27e5fce1e652c90198c3311c9142.zip |
math/fxt: Update to version 2017.06.27 and set new maintainer
PR: 220553
Submitted by: maintainer: amutu@amutu.com
Diffstat (limited to 'math/fxt')
-rw-r--r-- | math/fxt/Makefile | 4 | ||||
-rw-r--r-- | math/fxt/distinfo | 6 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 11 |
3 files changed, 16 insertions, 5 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 443dad87f04e..6633c000c8ec 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= fxt -PORTVERSION= 2016.06.02 +DISTVERSION= 2017.06.27 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amutu@amutu.com COMMENT= FFT code and related stuff LICENSE= GPLv3+ diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 749a89c471c5..0063387eaea0 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466023991 -SHA256 (fxt-2016.06.02.tgz) = 442876bb3c27689b0b44472761d420d366273ce573bf27b195d351b74795f647 -SIZE (fxt-2016.06.02.tgz) = 1831978 +TIMESTAMP = 1499490415 +SHA256 (fxt-2017.06.27.tgz) = bcb94dda0c745759995aeda2b9562134ff6b459ab1ab438ea9223d3b360f48bb +SIZE (fxt-2017.06.27.tgz) = 1837654 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 8ea447f7dc82..d37d39d24e8e 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -106,6 +106,7 @@ include/fxt/bits/graypower.h include/fxt/bits/grsnegative.h include/fxt/bits/hilbert.h include/fxt/bits/ith-one-idx.h +include/fxt/bits/kolakoski-seq.h include/fxt/bits/negbin.h include/fxt/bits/nextgray.h include/fxt/bits/parenwords.h @@ -794,6 +795,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/hilbert-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/hilbert-texpic-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/hilbert-texpic-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/kolakoski-seq-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/kolakoski-seq-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/modular-lookup-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/modular-lookup-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/negbin-demo.cc @@ -1636,6 +1639,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A007608-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A039724-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A039724-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A042942-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A042942-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A062200-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A062200-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A066411-demo.cc @@ -1704,8 +1709,14 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A240949-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A247386-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A247386-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A249872-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A249872-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A259095-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A259095-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A276691-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A276691-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A278479-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A278479-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bitstring-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bitstring-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bracelets-demo.cc |