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

Collapse All | Expand All

(-)math/cadabra2/Makefile (-1 / +1 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
(-)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/files/patch-core_cadabra2.in (+8 lines)
Line 0 Link Here
1
--- core/cadabra2.in.orig	2017-05-17 08:17:17 UTC
2
+++ core/cadabra2.in
3
@@ -1,4 +1,4 @@
4
-#!/usr/bin/env python@PYTHON_POSTFIX@
5
+#!@PYTHON_EXECUTABLE@
6
 #
7
 # \ingroup pythoncore
8
 #
(-)math/cadabra2/files/patch-frontend_gtkmm_CMakeLists.txt (-1 / +1 lines)
Lines 1-4 Link Here
1
--- frontend/gtkmm/CMakeLists.txt.orig	2017-02-03 07:40:10 UTC
1
--- frontend/gtkmm/CMakeLists.txt.orig	2017-04-14 09:26:53 UTC
2
+++ frontend/gtkmm/CMakeLists.txt
2
+++ frontend/gtkmm/CMakeLists.txt
3
@@ -116,11 +116,11 @@ install(FILES    ${PROJECT_SOURCE_DIR}/.
3
@@ -116,11 +116,11 @@ install(FILES    ${PROJECT_SOURCE_DIR}/.
4
 #     there anyway.
4
 #     there anyway.
(-)math/cadabra2/files/patch-override_include_boost_asio_detail_impl_socket__ops.ipp (-1 / +1 lines)
Lines 1-4 Link Here
1
--- override/include/boost/asio/detail/impl/socket_ops.ipp.orig	2016-10-09 22:39:18 UTC
1
--- override/include/boost/asio/detail/impl/socket_ops.ipp.orig	2017-05-17 08:16:13 UTC
2
+++ override/include/boost/asio/detail/impl/socket_ops.ipp
2
+++ override/include/boost/asio/detail/impl/socket_ops.ipp
3
@@ -469,7 +469,15 @@ template <typename SockLenType>
3
@@ -469,7 +469,15 @@ template <typename SockLenType>
4
 inline int call_connect(SockLenType msghdr::*,
4
 inline int call_connect(SockLenType msghdr::*,
(-)math/cadabra2/files/patch-override_include_websocketpp_transport_asio_endpoint.hpp (-1 / +1 lines)
Lines 1-4 Link Here
1
--- override/include/websocketpp/transport/asio/endpoint.hpp.orig	2016-10-09 22:39:45 UTC
1
--- override/include/websocketpp/transport/asio/endpoint.hpp.orig	2017-05-17 08:16:13 UTC
2
+++ override/include/websocketpp/transport/asio/endpoint.hpp
2
+++ override/include/websocketpp/transport/asio/endpoint.hpp
3
@@ -491,7 +491,7 @@ public:
3
@@ -491,7 +491,7 @@ public:
4
      * @param ec Set to indicate what error occurred, if any.
4
      * @param ec Set to indicate what error occurred, if any.
(-)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