View | Details | Raw Unified | Return to bug 234842 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/local/poudriere/ports/experimental/math/maxima/Makefile (-3 / +4 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	maxima
4
PORTNAME=	maxima
5
PORTVERSION=	5.42.1
5
PORTVERSION=	5.42.1
6
PORTREVISION=	1
6
CATEGORIES=	math lisp tk
7
CATEGORIES=	math lisp tk
7
MASTER_SITES=	SF/maxima/Maxima-source/${PORTVERSION}-source
8
MASTER_SITES=	SF/maxima/Maxima-source/${PORTVERSION}-source
8
9
Lines 17-23 Link Here
17
18
18
RUN_DEPENDS=	gnuplot:math/gnuplot \
19
RUN_DEPENDS=	gnuplot:math/gnuplot \
19
		rlwrap:devel/rlwrap
20
		rlwrap:devel/rlwrap
20
PLIST_SUB+=	PORTVERSION=${PORTVERSION}
21
21
22
USES=		autoreconf gmake shared-mime-info tk:85+
22
USES=		autoreconf gmake shared-mime-info tk:85+
23
23
Lines 26-31 Link Here
26
26
27
INFO=		imaxima maxima xmaxima abs_integrate drawutils kovacicODE logic
27
INFO=		imaxima maxima xmaxima abs_integrate drawutils kovacicODE logic
28
28
29
PLIST_SUB+=	PORTVERSION=${PORTVERSION}
30
29
OPTIONS_DEFINE=		EXAMPLES DOCS MANPAGES TEST
31
OPTIONS_DEFINE=		EXAMPLES DOCS MANPAGES TEST
30
OPTIONS_SINGLE=		LISP
32
OPTIONS_SINGLE=		LISP
31
OPTIONS_SINGLE_LISP=	CCL CMUCL SBCL
33
OPTIONS_SINGLE_LISP=	CCL CMUCL SBCL
Lines 74-81 Link Here
74
76
75
post-install:
77
post-install:
76
	for x in "" "-1" "-2" "-3"; do ${INSTALL_MAN} ${WRKSRC}/doc/info/maxima.info$x ${STAGEDIR}${PREFIX}/${INFO_PATH}; done
78
	for x in "" "-1" "-2" "-3"; do ${INSTALL_MAN} ${WRKSRC}/doc/info/maxima.info$x ${STAGEDIR}${PREFIX}/${INFO_PATH}; done
77
	@${MKDIR} ${STAGEDIR}${PREFIX}/info
79
	${INSTALL_MAN} ${WRKSRC}/doc/info/maxima-index.lisp ${STAGEDIR}${PREFIX}/share/info
78
	${INSTALL_MAN} ${WRKSRC}/doc/info/maxima-index.lisp ${STAGEDIR}${PREFIX}/info
79
80
80
post-install-DOCS-on:
81
post-install-DOCS-on:
81
	${MKDIR} ${STAGEDIR}${DOCSDIR}
82
	${MKDIR} ${STAGEDIR}${DOCSDIR}
(-)/usr/local/poudriere/ports/experimental/math/maxima/pkg-plist (-1 / +1 lines)
Lines 1-7 Link Here
1
bin/maxima
1
bin/maxima
2
bin/rmaxima
2
bin/rmaxima
3
bin/xmaxima
3
bin/xmaxima
4
info/maxima-index.lisp
5
lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%BINNAME%%
4
lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%BINNAME%%
6
%%CMUCL%%lib/maxima/%%PORTVERSION%%/%%BINDIR%%/lisp
5
%%CMUCL%%lib/maxima/%%PORTVERSION%%/%%BINDIR%%/lisp
7
libexec/maxima/%%PORTVERSION%%/mgnuplot
6
libexec/maxima/%%PORTVERSION%%/mgnuplot
Lines 10-15 Link Here
10
share/bash-completion/completions/maxima
9
share/bash-completion/completions/maxima
11
share/bash-completion/completions/rmaxima
10
share/bash-completion/completions/rmaxima
12
share/bash-completion/completions/xmaxima
11
share/bash-completion/completions/xmaxima
12
share/info/maxima-index.lisp
13
%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima.html
13
%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima.html
14
%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_1.html
14
%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_1.html
15
%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_10.html
15
%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_10.html

Return to bug 234842