svn commit: r445464 - head/math/fxt

Joseph Mingrone jrm at FreeBSD.org
Mon Jul 10 23:05:44 UTC 2017


Author: jrm
Date: Mon Jul 10 23:05:43 2017
New Revision: 445464
URL: https://svnweb.freebsd.org/changeset/ports/445464

Log:
  math/fxt: Update to version 2017.06.27 and set new maintainer
  
  PR:		220553
  Submitted by:	maintainer: amutu at amutu.com

Modified:
  head/math/fxt/Makefile
  head/math/fxt/distinfo
  head/math/fxt/pkg-plist

Modified: head/math/fxt/Makefile
==============================================================================
--- head/math/fxt/Makefile	Mon Jul 10 23:00:40 2017	(r445463)
+++ head/math/fxt/Makefile	Mon Jul 10 23:05:43 2017	(r445464)
@@ -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 at FreeBSD.org
+MAINTAINER=	amutu at amutu.com
 COMMENT=	FFT code and related stuff
 
 LICENSE=	GPLv3+

Modified: head/math/fxt/distinfo
==============================================================================
--- head/math/fxt/distinfo	Mon Jul 10 23:00:40 2017	(r445463)
+++ head/math/fxt/distinfo	Mon Jul 10 23:05:43 2017	(r445464)
@@ -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

Modified: head/math/fxt/pkg-plist
==============================================================================
--- head/math/fxt/pkg-plist	Mon Jul 10 23:00:40 2017	(r445463)
+++ head/math/fxt/pkg-plist	Mon Jul 10 23:05:43 2017	(r445464)
@@ -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


More information about the svn-ports-all mailing list