Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2019 08:47:42 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492413 - head/math/reduce
Message-ID:  <201902080847.x188lggt039132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Feb  8 08:47:42 2019
New Revision: 492413
URL: https://svnweb.freebsd.org/changeset/ports/492413

Log:
  math/reduce: Update to 20190120
  
  - Clean up whitespace in pkg-descr
  
  PR:		235580
  Submitted by:	pfg (maintainer)

Modified:
  head/math/reduce/Makefile
  head/math/reduce/distinfo
  head/math/reduce/pkg-descr

Modified: head/math/reduce/Makefile
==============================================================================
--- head/math/reduce/Makefile	Fri Feb  8 07:47:51 2019	(r492412)
+++ head/math/reduce/Makefile	Fri Feb  8 08:47:42 2019	(r492413)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	reduce
-PORTVERSION=	20181123
+PORTVERSION=	20190120
 CATEGORIES=	math lang
 MASTER_SITES=	SF/${PORTNAME}-algebra/${SFSUBDIR}/
-DISTNAME=	Reduce-svn4829-src
+DISTNAME=	Reduce-svn4868-src
 
 MAINTAINER=	pfg@FreeBSD.org
 COMMENT=	REDUCE Codemist Standard Lisp general-purpose computer system
@@ -26,7 +26,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 USES=		autoreconf:build libtool gmake ncurses jpeg
 USE_XORG=	x11 xcursor xext xorgproto xft xrandr xrender
 
-SFSUBDIR=	snapshot_2018-11-23
+SFSUBDIR=	snapshot_2019-01-20
 
 TARGET_SDIR=	${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
 CPPFLAGS+=	-I${NCURSESINC}

Modified: head/math/reduce/distinfo
==============================================================================
--- head/math/reduce/distinfo	Fri Feb  8 07:47:51 2019	(r492412)
+++ head/math/reduce/distinfo	Fri Feb  8 08:47:42 2019	(r492413)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543274757
-SHA256 (Reduce-svn4829-src.tar.gz) = 9787f31ef1ec23988f4c551388c6ffffe5b97ca290de6eed1c12dff1737763c8
-SIZE (Reduce-svn4829-src.tar.gz) = 261842669
+TIMESTAMP = 1549385721
+SHA256 (Reduce-svn4868-src.tar.gz) = 65911f572cfc41f3cf9c021d13e146d09a0de8b8671414a5397f7187684053b0
+SIZE (Reduce-svn4868-src.tar.gz) = 261906123

Modified: head/math/reduce/pkg-descr
==============================================================================
--- head/math/reduce/pkg-descr	Fri Feb  8 07:47:51 2019	(r492412)
+++ head/math/reduce/pkg-descr	Fri Feb  8 08:47:42 2019	(r492413)
@@ -3,18 +3,18 @@
 REDUCE is an interactive system for general algebraic computations of
 interest to mathematicians, scientists and engineers.
 
-CSL is a newer Lisp system that continues to evolve and is now written 
-completely in C++, which makes it very easy to port to a new machine. 
-Like PSL, it is a faithful implementation of Standard Lisp and has been 
-optimized for running REDUCE. It requires a very small memory partition 
-for its Lisp support. Furthermore, most of the REDUCE facilities are 
-supported as machine independent pseudocode, which is quite compact. In 
-the worst case, the performance of this system is about a factor of two 
-slower than PSL, though in many cases it matches PSL performance. 
-However, the memory use is smaller. All CSL versions are distributed with 
+CSL is a newer Lisp system that continues to evolve and is now written
+completely in C++, which makes it very easy to port to a new machine.
+Like PSL, it is a faithful implementation of Standard Lisp and has been
+optimized for running REDUCE. It requires a very small memory partition
+for its Lisp support. Furthermore, most of the REDUCE facilities are
+supported as machine independent pseudocode, which is quite compact. In
+the worst case, the performance of this system is about a factor of two
+slower than PSL, though in many cases it matches PSL performance.
+However, the memory use is smaller. All CSL versions are distributed with
 sufficient CSL support to run on the given computing system. This is also
-an ideal system for those wishing to embed algebraic calculations in a C 
-or C++ programming environment. The developer of CSL before it became 
+an ideal system for those wishing to embed algebraic calculations in a C
+or C++ programming environment. The developer of CSL before it became
 Open Source was Codemist Ltd.
 
 WWW: http://www.reduce-algebra.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902080847.x188lggt039132>