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

Collapse All | Expand All

(-)math/cadabra2/Makefile (-1 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	cadabra2
4
PORTNAME=	cadabra2
5
PORTVERSION=	2.1.2
5
PORTVERSION=	2.1.4
6
CATEGORIES=	math
6
CATEGORIES=	math
7
7
8
MAINTAINER=	yuri@rawbw.com
8
MAINTAINER=	yuri@rawbw.com
Lines 67-72 Link Here
67
				${WRKSRC}/CMakeLists.txt
67
				${WRKSRC}/CMakeLists.txt
68
68
69
post-install:
69
post-install:
70
	@${REINPLACE_CMD} -i '' -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
71
		${STAGEDIR}${PREFIX}/bin/cadabra2
70
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cadabra2html
72
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cadabra2html
71
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cadabra-server
73
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cadabra-server
72
	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cadabra2.so
74
	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cadabra2.so
(-)math/cadabra2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1486104650
1
TIMESTAMP = 1493518416
2
SHA256 (kpeeters-cadabra2-2.1.2_GH0.tar.gz) = d8e4c304b71ab2bc7109347197bf4f19fce9ccb7c2986ad07d56b43383697995
2
SHA256 (kpeeters-cadabra2-2.1.4_GH0.tar.gz) = 89a8dc02f41fcb1061007fc87034975ba2a249ea8e03b2e5f035b8a123459559
3
SIZE (kpeeters-cadabra2-2.1.2_GH0.tar.gz) = 4444189
3
SIZE (kpeeters-cadabra2-2.1.4_GH0.tar.gz) = 4475773
(-)math/cadabra2/files/patch-client__server_CMakeLists.txt (-4 / +4 lines)
Lines 1-11 Link Here
1
--- client_server/CMakeLists.txt.orig	2017-01-04 17:38:25 UTC
1
--- client_server/CMakeLists.txt.orig	2017-04-14 09:26:53 UTC
2
+++ client_server/CMakeLists.txt
2
+++ client_server/CMakeLists.txt
3
@@ -86,21 +86,21 @@ add_definitions("-D_WEBSOCKETPP_CPP11_ST
3
@@ -90,21 +90,21 @@ add_definitions("-D_WEBSOCKETPP_CPP11_ST
4
 
4
 
5
 # Create the server library
5
 # Create the server library
6
 #link_directories(${UUID_LIBRARY_DIRS})
6
 #link_directories(${UUID_LIBRARY_DIRS})
7
-add_library(cadabra_server SHARED Server.cc Snoop.cc jsoncpp/jsoncpp.cpp)
7
-add_library(cadabra_server SHARED Server.cc Snoop.cc jsoncpp/jsoncpp.cpp ../core/CdbPython.cc ../core/Stopwatch.cc ../core/ProgressMonitor.cc)
8
+add_library(cadabra_server SHARED Server.cc Snoop.cc)
8
+add_library(cadabra_server SHARED Server.cc Snoop.cc ../core/CdbPython.cc ../core/Stopwatch.cc ../core/ProgressMonitor.cc)
9
 target_link_libraries(cadabra_server ${Boost_LIBRARIES} ${SNOOP_LIBRARIES} sqlite3 ${PYTHON_LIBRARIES} ${GLIBMM3_LIBRARIES})
9
 target_link_libraries(cadabra_server ${Boost_LIBRARIES} ${SNOOP_LIBRARIES} sqlite3 ${PYTHON_LIBRARIES} ${GLIBMM3_LIBRARIES})
10
 if (WIN32)
10
 if (WIN32)
11
    target_link_libraries(cadabra_server ws2_32 mswsock)
11
    target_link_libraries(cadabra_server ws2_32 mswsock)
(-)math/cadabra2/pkg-plist (+7 lines)
Lines 2-7 Link Here
2
bin/cadabra-server
2
bin/cadabra-server
3
bin/cadabra2
3
bin/cadabra2
4
bin/cadabra2html
4
bin/cadabra2html
5
bin/cadabra2python
5
lib/libcadabra_client.so
6
lib/libcadabra_client.so
6
lib/libcadabra_server.so
7
lib/libcadabra_server.so
7
%%GUI%%lib/libtexengine.so
8
%%GUI%%lib/libtexengine.so
Lines 46-56 Link Here
46
%%GUI%%%%DATADIR%%/manual/algorithms/integrate_by_parts.cnb
47
%%GUI%%%%DATADIR%%/manual/algorithms/integrate_by_parts.cnb
47
%%GUI%%%%DATADIR%%/manual/algorithms/join_gamma.cnb
48
%%GUI%%%%DATADIR%%/manual/algorithms/join_gamma.cnb
48
%%GUI%%%%DATADIR%%/manual/algorithms/keep_weight.cnb
49
%%GUI%%%%DATADIR%%/manual/algorithms/keep_weight.cnb
50
%%GUI%%%%DATADIR%%/manual/algorithms/lr_tensor.cnb
49
%%GUI%%%%DATADIR%%/manual/algorithms/product_rule.cnb
51
%%GUI%%%%DATADIR%%/manual/algorithms/product_rule.cnb
50
%%GUI%%%%DATADIR%%/manual/algorithms/reduce_delta.cnb
52
%%GUI%%%%DATADIR%%/manual/algorithms/reduce_delta.cnb
51
%%GUI%%%%DATADIR%%/manual/algorithms/rename_dummies.cnb
53
%%GUI%%%%DATADIR%%/manual/algorithms/rename_dummies.cnb
52
%%GUI%%%%DATADIR%%/manual/algorithms/rewrite_indices.cnb
54
%%GUI%%%%DATADIR%%/manual/algorithms/rewrite_indices.cnb
53
%%GUI%%%%DATADIR%%/manual/algorithms/sort_product.cnb
55
%%GUI%%%%DATADIR%%/manual/algorithms/sort_product.cnb
56
%%GUI%%%%DATADIR%%/manual/algorithms/sort_spinors.cnb
54
%%GUI%%%%DATADIR%%/manual/algorithms/sort_sum.cnb
57
%%GUI%%%%DATADIR%%/manual/algorithms/sort_sum.cnb
55
%%GUI%%%%DATADIR%%/manual/algorithms/split_gamma.cnb
58
%%GUI%%%%DATADIR%%/manual/algorithms/split_gamma.cnb
56
%%GUI%%%%DATADIR%%/manual/algorithms/split_index.cnb
59
%%GUI%%%%DATADIR%%/manual/algorithms/split_index.cnb
Lines 94-98 Link Here
94
%%GUI%%%%DATADIR%%/manual/properties/SortOrder.cnb
97
%%GUI%%%%DATADIR%%/manual/properties/SortOrder.cnb
95
%%GUI%%%%DATADIR%%/manual/properties/Spinor.cnb
98
%%GUI%%%%DATADIR%%/manual/properties/Spinor.cnb
96
%%GUI%%%%DATADIR%%/manual/properties/Symmetric.cnb
99
%%GUI%%%%DATADIR%%/manual/properties/Symmetric.cnb
100
%%GUI%%%%DATADIR%%/manual/properties/Tableau.cnb
97
%%GUI%%%%DATADIR%%/manual/properties/TableauSymmetry.cnb
101
%%GUI%%%%DATADIR%%/manual/properties/TableauSymmetry.cnb
102
%%GUI%%%%DATADIR%%/manual/properties/WeightInherit.cnb
103
%%GUI%%%%DATADIR%%/notebook.html
104
%%GUI%%%%DATADIR%%/notebook.tex
98
%%GUI%%%%DATADIR%%/texengine/preamble.tex
105
%%GUI%%%%DATADIR%%/texengine/preamble.tex

Return to bug 218985