View | Details | Raw Unified | Return to bug 235581
Collapse All | Expand All

(-)math/reduce-psl/Makefile (-4 / +4 lines)
Lines 2-15 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	reduce
4
PORTNAME=	reduce
5
PORTVERSION=	20181123
5
PORTVERSION=	20190120
6
CATEGORIES=	math lang
6
CATEGORIES=	math lang
7
MASTER_SITES=	SF/reduce-algebra/${SFSUBDIR}/
7
MASTER_SITES=	SF/reduce-algebra/${SFSUBDIR}/
8
PKGNAMESUFFIX=	-psl
8
PKGNAMESUFFIX=	-psl
9
DISTNAME=	Reduce-svn4829-src
9
DISTNAME=	Reduce-svn4868-src
10
10
11
MAINTAINER=	pfg@FreeBSD.org
11
MAINTAINER=	pfg@FreeBSD.org
12
COMMENT=	REDUCE Portable Standard Lisp general-purpose algebra system
12
COMMENT=	Portable Standard Lisp REDUCE general-purpose algebra system
13
13
14
LICENSE=	BSD2CLAUSE
14
LICENSE=	BSD2CLAUSE
15
15
Lines 17-23 Link Here
17
17
18
USES=		autoreconf:build libtool gmake ncurses
18
USES=		autoreconf:build libtool gmake ncurses
19
19
20
SFSUBDIR=	snapshot_2018-11-23
20
SFSUBDIR=	snapshot_2019-011-20
21
21
22
TARGET_SDIR=	${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
22
TARGET_SDIR=	${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
23
CPPFLAGS+=	-I${NCURSESINC}
23
CPPFLAGS+=	-I${NCURSESINC}
(-)math/reduce-psl/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1543282198
1
TIMESTAMP = 1549556705
2
SHA256 (Reduce-svn4829-src.tar.gz) = 9787f31ef1ec23988f4c551388c6ffffe5b97ca290de6eed1c12dff1737763c8
2
SHA256 (Reduce-svn4868-src.tar.gz) = 65911f572cfc41f3cf9c021d13e146d09a0de8b8671414a5397f7187684053b0
3
SIZE (Reduce-svn4829-src.tar.gz) = 261842669
3
SIZE (Reduce-svn4868-src.tar.gz) = 261906123
(-)math/reduce-psl/pkg-descr (-1 / +1 lines)
Lines 1-7 Link Here
1
		REDUCE Portable Standard Lisp (PSL)
1
		REDUCE Portable Standard Lisp (PSL)
2
2
3
REDUCE is an interactive system for general algebraic computations of
3
REDUCE is an interactive system for general algebraic computations of
4
interest to mathematicians, scientists and engineers. 
4
interest to mathematicians, scientists and engineers.
5
5
6
PSL was the original implementation of Standard Lisp, but now contains
6
PSL was the original implementation of Standard Lisp, but now contains
7
many more facilities. It is quite efficient in its use of both space and
7
many more facilities. It is quite efficient in its use of both space and

Return to bug 235581