aboutsummaryrefslogtreecommitdiff
path: root/cad/astk-serveur
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-01-11 20:26:59 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-01-11 20:26:59 +0000
commit3ba8fc059cf247027dcff53c193a400271756f55 (patch)
tree04a78c9bc84fd64d033bf3e7b5aa4ff285cad863 /cad/astk-serveur
parente774286d8688723f91c2be94113224b0f7494210 (diff)
downloadports-3ba8fc059cf247027dcff53c193a400271756f55.tar.gz
ports-3ba8fc059cf247027dcff53c193a400271756f55.zip
Chase a silent update (no impact for FreeBSD).
Diff available at <http://people.freebsd.org/~thierry/ports/astk-1.5.0_061222_070103.diff>. Notified by: pointyhat via Kris
Notes
Notes: svn path=/head/; revision=182120
Diffstat (limited to 'cad/astk-serveur')
-rw-r--r--cad/astk-serveur/Makefile1
-rw-r--r--cad/astk-serveur/distinfo6
-rw-r--r--cad/astk-serveur/files/patch-conf::config42
3 files changed, 27 insertions, 22 deletions
diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile
index d020a0cbb0a3..7673e4bbed25 100644
--- a/cad/astk-serveur/Makefile
+++ b/cad/astk-serveur/Makefile
@@ -7,6 +7,7 @@
PORTNAME= astk
DISTVERSION= 1.5.0-1
+PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://www.code-aster.org/FICHIERS/
.if !defined(CLIENT_SEUL)
diff --git a/cad/astk-serveur/distinfo b/cad/astk-serveur/distinfo
index fe05f540c6f9..068be767f58b 100644
--- a/cad/astk-serveur/distinfo
+++ b/cad/astk-serveur/distinfo
@@ -1,3 +1,3 @@
-MD5 (astk-1.5.0-1.noarch.tar.gz) = bc4a313531493fe5f62866dfbd701efa
-SHA256 (astk-1.5.0-1.noarch.tar.gz) = ed038adce4ab0212c1ef18b451cb9cde13e1c2fe9e482812d6bf49445efde8d5
-SIZE (astk-1.5.0-1.noarch.tar.gz) = 405067
+MD5 (astk-1.5.0-1.noarch.tar.gz) = ee37f0b8f155b906d39e59def130069e
+SHA256 (astk-1.5.0-1.noarch.tar.gz) = c865280387f4e7e5526f0bef726f88a83080165d189cd0e7da2d4950b9eb49a5
+SIZE (astk-1.5.0-1.noarch.tar.gz) = 404963
diff --git a/cad/astk-serveur/files/patch-conf::config b/cad/astk-serveur/files/patch-conf::config
index c58a4b30ad14..bba0276bfeb7 100644
--- a/cad/astk-serveur/files/patch-conf::config
+++ b/cad/astk-serveur/files/patch-conf::config
@@ -1,6 +1,6 @@
---- conf/config.orig Fri Jan 7 09:10:16 2005
-+++ conf/config Sat Jul 2 20:44:10 2005
-@@ -49,6 +49,10 @@
+--- conf/config.orig Tue Jan 2 13:36:39 2007
++++ conf/config Wed Jan 10 22:02:14 2007
+@@ -46,6 +46,10 @@
# temporary directory for Aster executions
rep_trav : /tmp
@@ -11,7 +11,7 @@
# choose True to create symbolic links instead of copying executable and catalogs
symlink : True
-@@ -68,6 +72,7 @@
+@@ -76,6 +80,7 @@
# for each version a config.VVV file must be created.
# DO NOT EDIT FOLLOWING LINE !
#?vers : VVV?
@@ -19,7 +19,7 @@
#-------------------------------------------------------------------------------
# ----- batch/interactive configuration
-@@ -106,12 +111,12 @@
+@@ -114,12 +119,12 @@
# batch_job : to display information about jobs
# batch_kil : to delete jobs
# --- Sun Grid Engine example
@@ -38,7 +38,7 @@
# --- LSF example
#batch_nom : LSF
-@@ -122,18 +127,21 @@
+@@ -130,19 +135,22 @@
#batch_kil : /usr/opt/lsf/4.2/alpha5/bin/bkill
# --- PBS example
@@ -56,20 +56,24 @@
#-------------------------------------------------------------------------------
# ps commands : uncomment lines corresponding to your platform
- # LINUX :
- #?P_LINUX?ps_cpu : /bin/ps -e --width=512 -ocputime -ocommand
- #?P_LINUX?ps_pid : /bin/ps -e --width=512 -opid -ocommand
+ #ps_cpu : /bin/ps -e --width=512 -ocputime -ocommand
+ #ps_pid : /bin/ps -e --width=512 -opid -ocommand
+-ps_cpu : ?PS_COMMAND_CPU?
+-ps_pid : ?PS_COMMAND_PID?
++#ps_cpu : ?PS_COMMAND_CPU?
++#ps_pid : ?PS_COMMAND_PID?
+# FREEBSD :
+ps_cpu : /bin/ps -e -ocpu,command
+ps_pid : /bin/ps -e -opid,command
- # TRU64 :
- #?TRU64?ps_cpu : /bin/ps -e -ocputime -ocommand
- #?TRU64?ps_pid : /bin/ps -e -opid -ocommand
-@@ -157,6 +165,7 @@
- # GDB :
- #?P_LINUX?cmd_post : gdb -batch --command=@D @E @C
- #?P_LINUX?cmd_dbg : ddd --debugger gdb --command=@D @E @C
+
+ #-------------------------------------------------------------------------------
+ # debug command :
+@@ -154,7 +162,7 @@
+ #cmd_post : gdb -batch --command=@D @E @C
+ #cmd_dbg : ddd --debugger gdb --command=@D --exec=@E --core=@C
+ cmd_post : ?DEBUGGER_COMMAND_POST?
+-cmd_dbg : ?DEBUGGER_COMMAND?
+cmd_dbg : gdb --dbx --command=@D @E @C
- # DBX -c + filename :
- #?TRU64?cmd_post : dbx -c @D @E @C
- #?TRU64?cmd_dbg : dbx -c @D @E @C
+
+ #-------------------------------------------------------------------------------
+ # style of ctags used (optionnal, leave commented to ignore ctags generation)