mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
1) This is a common tarball with french/aster: the tarball has been rerolled to fix a bug in ASTK for Linux, but they did not upgrade the version. Our ASTK is not impacted by this change. The full story, in french, is here: <http://www.code-aster.org/forum/read.php?f=11&;i=326&t=326>. 2) Since I was testing this upgrade, I have found a bug from the previous commit: the patch patch-lib::ASTK::astkrc::outils does not belong to files, but to files.client => bumping PORTREVISION. PR: ports/56288 Submitted by: Thierry Thomas <thierry@pompo.net>
22 lines
451 B
Text
22 lines
451 B
Text
--- lib/ASTK/astkrc/outils.orig Mon Jun 23 08:42:59 2003
|
|
+++ lib/ASTK/astkrc/outils Mon Aug 18 21:27:52 2003
|
|
@@ -13,3 +13,19 @@
|
|
ext : comm com0 com1 com2
|
|
dist : on
|
|
#
|
|
+nom : Gmsh
|
|
+cmde : TOOLS_DIR/gmsh (@F)
|
|
+ext : geo pos
|
|
+dist : on
|
|
+#
|
|
+# Gibi2000 is not yet implemented (currently for EDF internal use only)
|
|
+#nom : Gibi
|
|
+#cmde : TOOLS_DIR/gibi (@F)
|
|
+#ext : datg
|
|
+#dist : off
|
|
+#
|
|
+nom : Grace
|
|
+cmde : TOOLS_DIR/xmgrace (@F)
|
|
+ext : dat
|
|
+dist : on
|
|
+#
|