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

Collapse All | Expand All

(-)Makefile (-6 / +7 lines)
Lines 1-19 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	mcstas
3
PORTNAME=	mcstas
4
PORTVERSION=	2.2a
4
PORTVERSION=	2.5
5
CATEGORIES=	science
5
CATEGORIES=	science
6
MASTER_SITES=	http://download.mcstas.org/${PORTNAME}-${PORTVERSION}/unix/McStas-${PORTVERSION}-UNIX-src/
6
MASTER_SITES=	http://download.mcstas.org/${PORTNAME}-${PORTVERSION}/unix/
7
DISTNAME=	mcstas-${PORTVERSION}-src
7
DISTNAME=	mcstas-${PORTVERSION}-src
8
8
9
MAINTAINER=	erkn@fysik.dtu.dk
9
MAINTAINER=	erkn@fysik.dtu.dk
10
COMMENT=	Monte Carlo neutron ray tracing package
10
COMMENT=	Monte Carlo neutron ray tracing package
11
11
12
LICENSE=	LGPL21+
12
LICENSE=	GPLv2
13
13
14
USES=		bison:build cmake:outsource
14
USES=		bison:build cmake:outsource shebangfix
15
15
CMAKE_ARGS=	"-Denable_mcstas=1"
16
CMAKE_ARGS=	"-Denable_mcstas=1"
16
17
SHEBANG_FILES=	cmake/support/install-scripts/postinst.in cmake/support/run-scripts/mccode_errmsg.in
17
MANDIRS=	${PREFIX}/${PORTNAME}/${DISTVERSION}/doc/man/man1
18
MANDIRS=	${PREFIX}/${PORTNAME}/${DISTVERSION}/doc/man/man1
18
PLIST_SUB+=	PORTVERSION=${PORTVERSION}
19
PLIST_SUB+=	PORTVERSION=${PORTVERSION}
19
20
Lines 22-28 Link Here
22
post-install:
23
post-install:
23
.for e in ${MCEXECS}
24
.for e in ${MCEXECS}
24
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${PORTNAME}/${PORTVERSION}/bin/${e}
25
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${PORTNAME}/${PORTVERSION}/bin/${e}
25
	${LN} -s ${PREFIX}/${PORTNAME}/${PORTVERSION}/bin/${e} ${STAGEDIR}${PREFIX}/bin/${e}
26
	${RLN} -s ${STAGEDIR}/${PREFIX}/${PORTNAME}/${PORTVERSION}/bin/${e} ${STAGEDIR}${PREFIX}/bin/${e}
26
.endfor
27
.endfor
27
28
28
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1511649139
1
TIMESTAMP = 1545386556
2
SHA256 (mcstas-2.2a-src.tar.gz) = 7f8cca7ceea87e4b99c17ee16e4f1e6fd89712d2de1ba61ab97a2cd7ea0f8b9d
2
SHA256 (mcstas-2.5-src.tar.gz) = b666d46e6b458f35932ef10f1b22d40fd37bc2e1f87f77709d8793da3a818fa7
3
SIZE (mcstas-2.2a-src.tar.gz) = 347943
3
SIZE (mcstas-2.5-src.tar.gz) = 253503
(-)pkg-plist (-38 / +7 lines)
Lines 1-13 Link Here
1
mcstas/%%PORTVERSION%%/LGPL
1
bin/mcformat
2
mcstas/%%PORTVERSION%%/LICENSE.LIB
2
bin/mcstas
3
mcstas/%%PORTVERSION%%/NOMENCLATURE
3
mcstas/%%PORTVERSION%%/COPYING
4
mcstas/%%PORTVERSION%%/README
5
mcstas/%%PORTVERSION%%/bin/mcformat
4
mcstas/%%PORTVERSION%%/bin/mcformat
6
mcstas/%%PORTVERSION%%/bin/mcstas
5
mcstas/%%PORTVERSION%%/bin/mcstas
7
mcstas/%%PORTVERSION%%/data/Al.nxs
6
mcstas/%%PORTVERSION%%/bin/mcstas_errmsg
8
mcstas/%%PORTVERSION%%/data/Cu.nxs
7
mcstas/%%PORTVERSION%%/bin/postinst
9
mcstas/%%PORTVERSION%%/doc/man/man1/mcformat-%%PORTVERSION%%.1.gz
10
mcstas/%%PORTVERSION%%/doc/man/man1/mcstas-%%PORTVERSION%%.1.gz
11
mcstas/%%PORTVERSION%%/environment
8
mcstas/%%PORTVERSION%%/environment
12
mcstas/%%PORTVERSION%%/module
9
mcstas/%%PORTVERSION%%/module
13
mcstas/%%PORTVERSION%%/share/adapt_tree-lib.c
10
mcstas/%%PORTVERSION%%/share/adapt_tree-lib.c
Lines 16-40 Link Here
16
mcstas/%%PORTVERSION%%/share/general.h
13
mcstas/%%PORTVERSION%%/share/general.h
17
mcstas/%%PORTVERSION%%/share/interoff-lib.c
14
mcstas/%%PORTVERSION%%/share/interoff-lib.c
18
mcstas/%%PORTVERSION%%/share/interoff-lib.h
15
mcstas/%%PORTVERSION%%/share/interoff-lib.h
19
mcstas/%%PORTVERSION%%/share/interpolation/array-utils.c
16
mcstas/%%PORTVERSION%%/share/interpolation-lib.c
20
mcstas/%%PORTVERSION%%/share/interpolation/array-utils.h
17
mcstas/%%PORTVERSION%%/share/interpolation-lib.h
21
mcstas/%%PORTVERSION%%/share/interpolation/natural/README
22
mcstas/%%PORTVERSION%%/share/interpolation/natural/delaunay.c
23
mcstas/%%PORTVERSION%%/share/interpolation/natural/delaunay.h
24
mcstas/%%PORTVERSION%%/share/interpolation/natural/example.c
25
mcstas/%%PORTVERSION%%/share/interpolation/natural/natural.c
26
mcstas/%%PORTVERSION%%/share/interpolation/natural/natural.h
27
mcstas/%%PORTVERSION%%/share/interpolation/natural/predicates.c
28
mcstas/%%PORTVERSION%%/share/interpolation/natural/utils-extra.c
29
mcstas/%%PORTVERSION%%/share/interpolation/natural/utils-extra.h
30
mcstas/%%PORTVERSION%%/share/interpolation/natural/vertex.h
31
mcstas/%%PORTVERSION%%/share/interpolation/nearest/README
32
mcstas/%%PORTVERSION%%/share/interpolation/nearest/example.c
33
mcstas/%%PORTVERSION%%/share/interpolation/nearest/kdtree.c
34
mcstas/%%PORTVERSION%%/share/interpolation/nearest/kdtree.h
35
mcstas/%%PORTVERSION%%/share/interpolation/nearest/vertex.h
36
mcstas/%%PORTVERSION%%/share/interpolation/resample.c
37
mcstas/%%PORTVERSION%%/share/interpolation/resample.h
38
mcstas/%%PORTVERSION%%/share/intersection.c
18
mcstas/%%PORTVERSION%%/share/intersection.c
39
mcstas/%%PORTVERSION%%/share/intersection.h
19
mcstas/%%PORTVERSION%%/share/intersection.h
40
mcstas/%%PORTVERSION%%/share/mccode-r.c
20
mcstas/%%PORTVERSION%%/share/mccode-r.c
Lines 41-55 Link Here
41
mcstas/%%PORTVERSION%%/share/mccode-r.h
21
mcstas/%%PORTVERSION%%/share/mccode-r.h
42
mcstas/%%PORTVERSION%%/share/mcstas-r.c
22
mcstas/%%PORTVERSION%%/share/mcstas-r.c
43
mcstas/%%PORTVERSION%%/share/mcstas-r.h
23
mcstas/%%PORTVERSION%%/share/mcstas-r.h
44
mcstas/%%PORTVERSION%%/share/nxslib/README.TXT
45
mcstas/%%PORTVERSION%%/share/nxslib/nxs.c
46
mcstas/%%PORTVERSION%%/share/nxslib/nxs.h
47
mcstas/%%PORTVERSION%%/share/nxslib/sgclib.c
48
mcstas/%%PORTVERSION%%/share/nxslib/sgfind.c
49
mcstas/%%PORTVERSION%%/share/nxslib/sghkl.c
50
mcstas/%%PORTVERSION%%/share/nxslib/sginfo.h
51
mcstas/%%PORTVERSION%%/share/nxslib/sgio.c
52
mcstas/%%PORTVERSION%%/share/nxslib/sgsi.c
53
mcstas/%%PORTVERSION%%/share/pol-lib.c
24
mcstas/%%PORTVERSION%%/share/pol-lib.c
54
mcstas/%%PORTVERSION%%/share/pol-lib.h
25
mcstas/%%PORTVERSION%%/share/pol-lib.h
55
mcstas/%%PORTVERSION%%/share/read_table-lib.c
26
mcstas/%%PORTVERSION%%/share/read_table-lib.c
Lines 58-62 Link Here
58
mcstas/%%PORTVERSION%%/share/ref-lib.h
29
mcstas/%%PORTVERSION%%/share/ref-lib.h
59
mcstas/%%PORTVERSION%%/share/vitess-lib.c
30
mcstas/%%PORTVERSION%%/share/vitess-lib.c
60
mcstas/%%PORTVERSION%%/share/vitess-lib.h
31
mcstas/%%PORTVERSION%%/share/vitess-lib.h
61
bin/mcstas
62
bin/mcformat

Return to bug 234589