From owner-svn-ports-all@freebsd.org Wed Jun 15 13:17:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA942A3143E; Wed, 15 Jun 2016 13:17:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61D9B1A9D; Wed, 15 Jun 2016 13:17:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5FDHlVp073609; Wed, 15 Jun 2016 13:17:47 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5FDHliM073606; Wed, 15 Jun 2016 13:17:47 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201606151317.u5FDHliM073606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 15 Jun 2016 13:17:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416925 - head/math/fxt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2016 13:17:48 -0000 Author: wen Date: Wed Jun 15 13:17:47 2016 New Revision: 416925 URL: https://svnweb.freebsd.org/changeset/ports/416925 Log: - Update to 2016.06.02 Modified: head/math/fxt/Makefile head/math/fxt/distinfo head/math/fxt/pkg-plist Modified: head/math/fxt/Makefile ============================================================================== --- head/math/fxt/Makefile Wed Jun 15 11:10:24 2016 (r416924) +++ head/math/fxt/Makefile Wed Jun 15 13:17:47 2016 (r416925) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fxt -PORTVERSION= 2016.04.10 +PORTVERSION= 2016.06.02 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ Modified: head/math/fxt/distinfo ============================================================================== --- head/math/fxt/distinfo Wed Jun 15 11:10:24 2016 (r416924) +++ head/math/fxt/distinfo Wed Jun 15 13:17:47 2016 (r416925) @@ -1,2 +1,3 @@ -SHA256 (fxt-2016.04.10.tgz) = ce3b123bb7fef3caff645dff6c7278b2562b22b68423c93067827833f6a9adea -SIZE (fxt-2016.04.10.tgz) = 1827070 +TIMESTAMP = 1466023991 +SHA256 (fxt-2016.06.02.tgz) = 442876bb3c27689b0b44472761d420d366273ce573bf27b195d351b74795f647 +SIZE (fxt-2016.06.02.tgz) = 1831978 Modified: head/math/fxt/pkg-plist ============================================================================== --- head/math/fxt/pkg-plist Wed Jun 15 11:10:24 2016 (r416924) +++ head/math/fxt/pkg-plist Wed Jun 15 13:17:47 2016 (r416925) @@ -183,6 +183,7 @@ include/fxt/comb/catalan-rgs.h include/fxt/comb/catalan-step-rgs-colex.h include/fxt/comb/catalan-step-rgs-lex.h include/fxt/comb/catalan-step-rgs-subset-lexrev.h +include/fxt/comb/catalan-step-rgs-to-paren-string.h include/fxt/comb/catalan.h include/fxt/comb/cayley-perm.h include/fxt/comb/change-rgs.h @@ -438,6 +439,7 @@ include/fxt/comb/setpart-rgs-subset-lex. include/fxt/comb/setpart-s-zero-map-rgs.h include/fxt/comb/setpart-zero-map-rgs.h include/fxt/comb/setpart.h +include/fxt/comb/skew-binary.h include/fxt/comb/sl-gray-compare.h include/fxt/comb/smooth-rfact-rgs.h include/fxt/comb/stringsubst.h @@ -1394,6 +1396,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-zero-map-rgs-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/shift-subsets-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/shift-subsets-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/skew-binary-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/skew-binary-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/smooth-rfact-rgs-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/smooth-rfact-rgs-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/stirling1-demo.cc