Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/tk_asir_contrib_update.rr

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Wed Mar 30 07:16:50 2022 UTC (2 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +6 -6 lines
Diff to previous 1.17 (colored)

Bit pattern is not used.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Mar 30 04:45:14 2022 UTC (2 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.16: +5 -1 lines
Diff to previous 1.16 (colored)

Added an explanation on the behavior of update=4.
  The option update=4 installs cygwin binary distribution (cygwin executables, ox servers and libraries including ox_pari.exe).
  It rollbacks the asir-contrib library to the cygwin binary distribution. Then, you need to do update=1 if you want the latest asir-contrib.
  OpenXM-win may be moved under c:/ProgramData/asir/OpenXM by hand.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Oct 23 23:32:39 2021 UTC (2 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Help message to download ox_pari for Windows.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Mar 24 02:12:33 2020 UTC (4 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

added -p to mkdir.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Sep 29 06:23:17 2015 UTC (8 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

In order to run oxpari on windows, do as follows.
import("names.rr");
asir_contrib_update(|update=1);   // asir_contrib_update is updated.
asir_contrib_update(|update=4);   // ox_pari will be installed under %%APPDATA%%/OpenXM/OpenXM-win
import("oxpari-win.rr");
oxpari.start_win();

Revision 1.13 / (download) - annotate - [select for diffs], Wed May 28 09:57:14 2014 UTC (10 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.12: +5 -1 lines
Diff to previous 1.12 (colored)

Added a check of dame-moji in case of win/ja

Revision 1.12 / (download) - annotate - [select for diffs], Tue May 27 01:13:50 2014 UTC (10 years ago) by takayama
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Added messages.

Revision 1.11 / (download) - annotate - [select for diffs], Mon May 26 07:51:56 2014 UTC (10 years ago) by takayama
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Fixed a bug on update=2 and update=3.

Revision 1.10 / (download) - annotate - [select for diffs], Fri May 23 22:32:49 2014 UTC (10 years ago) by takayama
Branch: MAIN
Changes since 1.9: +17 -5 lines
Diff to previous 1.9 (colored)

tk_fdpf.rr --> tk_fd.rr
Updated the document for asir_contrib_update()
  update=1   lib-contrib
  update=2   doc-*
  update=3   lib-contrib and doc-*
  The trash folders are changed.

Revision 1.9 / (download) - annotate - [select for diffs], Wed May 14 10:25:49 2014 UTC (10 years ago) by ohara
Branch: MAIN
Changes since 1.8: +3 -9 lines
Diff to previous 1.8 (colored)

asir_contrib_update invokes sysinfo().

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 12 11:15:55 2014 UTC (10 years ago) by takayama
Branch: MAIN
Changes since 1.7: +12 -6 lines
Diff to previous 1.7 (colored)

If $OpenXM_tmp is not set, it is set to $HOME/.OpenXM_tmp

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 12 10:57:27 2014 UTC (10 years ago) by takayama
Branch: MAIN
Changes since 1.6: +62 -5 lines
Diff to previous 1.6 (colored)

asir_contrib_update_unix() is added.

Revision 1.6 / (download) - annotate - [select for diffs], Sat May 10 08:48:23 2014 UTC (10 years ago) by takayama
Branch: MAIN
Changes since 1.5: +5 -3 lines
Diff to previous 1.5 (colored)

Calling unzip under asir/bin.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 3 05:03:36 2014 UTC (10 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.4: +58 -35 lines
Diff to previous 1.4 (colored)

The new asir_contrib_update() installs updated files under %APPDATA%\OpenXM
following the OpenXM file hierarchy.
Options are update=0 or 1, clean=0 or 1, url=string, tmp=string(working folder),
install_dir=string(folder to install updates, %APPDATA%\OpenXM is the default)
zip_files=list of string(the default value is ["lib-asir-contrib.zip"]).

Revision 1.4 / (download) - annotate - [select for diffs], Sat Mar 29 23:05:57 2014 UTC (10 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.3: +13 -6 lines
Diff to previous 1.3 (colored)

Codes are added to use %TEMP% which contains spaces.
However, unfortunately, unzip does not support -d "...." and it is incomplete.
For example, we have the following error
checkdir error: cannot creat c:/users/nobuki/appdata/roaming/asir"/lib-asir-contrib

Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 29 11:16:18 2014 UTC (10 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Moved the position of ", then the bug is fixed.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 29 09:29:24 2014 UTC (10 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.1: +24 -14 lines
Diff to previous 1.1 (colored)

The lib-asir-contrib will be installed under %APPDATA%asir.
The current code does not work when asir is installed under a folder which contains
spaces.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 28 02:17:35 2014 UTC (10 years, 2 months ago) by takayama
Branch: MAIN

asir_contrib_update(|update=1) will update the asir-contrib library
to the nightly snapshot of the asir-contrib of the HEAD branch.
It works only on windows for now.
The "curl" for windows must be in asir\bin and the asir must NOT be installed
in the system folder.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>