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

Collapse All | Expand All

(-)cad/astk-serveur/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	astk
8
PORTNAME=	astk
9
PORTVERSION=	1.0.14
9
PORTVERSION=	1.0.14
10
PORTREVISION?=	1
10
PORTREVISION?=	2
11
CATEGORIES=	cad tk84
11
CATEGORIES=	cad tk84
12
MASTER_SITES=	http://www.code-aster.org/FICHIERS/code_aster/
12
MASTER_SITES=	http://www.code-aster.org/FICHIERS/code_aster/
13
.if !defined(CLIENT_SEUL)
13
.if !defined(CLIENT_SEUL)
(-)cad/astk-serveur/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (aster_src_7.1.tar) = fa85509b78514c81fe62111f7d6f338f
1
MD5 (aster_src_7.1.tar) = 6a76b378c2fbab506c5fe1e8f6713007
(-)cad/astk-serveur/files/patch-lib::ASTK::astkrc::outils (-22 lines)
Lines 1-22 Link Here
1
--- lib/ASTK/astkrc/outils.orig	Mon Jun 23 08:42:59 2003
2
+++ lib/ASTK/astkrc/outils	Mon Aug 18 21:27:52 2003
3
@@ -13,3 +13,19 @@
4
 ext : comm com0 com1 com2
5
 dist : on
6
 #
7
+nom : Gmsh
8
+cmde : TOOLS_DIR/gmsh (@F)
9
+ext : geo pos
10
+dist : on
11
+#
12
+# Gibi2000 is not yet implemented (currently for EDF internal use only)
13
+#nom : Gibi
14
+#cmde : TOOLS_DIR/gibi (@F)
15
+#ext : datg
16
+#dist : off
17
+#
18
+nom : Grace
19
+cmde : TOOLS_DIR/xmgrace (@F)
20
+ext : dat
21
+dist : on
22
+#
(-)cad/astk-serveur/files.client/patch-lib::ASTK::astkrc::outils (+22 lines)
Line 0 Link Here
1
--- lib/ASTK/astkrc/outils.orig	Mon Jun 23 08:42:59 2003
2
+++ lib/ASTK/astkrc/outils	Mon Aug 18 21:27:52 2003
3
@@ -13,3 +13,19 @@
4
 ext : comm com0 com1 com2
5
 dist : on
6
 #
7
+nom : Gmsh
8
+cmde : TOOLS_DIR/gmsh (@F)
9
+ext : geo pos
10
+dist : on
11
+#
12
+# Gibi2000 is not yet implemented (currently for EDF internal use only)
13
+#nom : Gibi
14
+#cmde : TOOLS_DIR/gibi (@F)
15
+#ext : datg
16
+#dist : off
17
+#
18
+nom : Grace
19
+cmde : TOOLS_DIR/xmgrace (@F)
20
+ext : dat
21
+dist : on
22
+#

Return to bug 56288