Changeset 4670
- Timestamp:
- Nov 9, 2014 12:05:23 AM (9 years ago)
- Location:
- branches/1.3
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/configure
r4522 r4670 672 672 OCTAVE_VERSION_MAJOR 673 673 OCTAVE_VERSION 674 SVN_URL 674 675 SVN_VERSION 675 676 MKOCTFILE3 … … 7297 7298 7298 7299 SVN_VERSION=`svnversion $srcdir | sed 's/Unversioned directory/unknown/'` 7300 SVN_URL=`svn info $srcdir | sed -ne 's/^URL: //p'` 7299 7301 7300 7302 make_command="" … … 10135 10137 10136 10138 MAKE=${make_command} 10139 10137 10140 10138 10141 -
branches/1.3/configure.in
r4522 r4670 108 108 109 109 SVN_VERSION=`svnversion $srcdir | sed 's/Unversioned directory/unknown/'` 110 SVN_URL=`svn info $srcdir | sed -ne 's/^URL: //p'` 110 111 111 112 make_command="" … … 401 402 AC_SUBST(MKOCTFILE3) 402 403 AC_SUBST(SVN_VERSION) 404 AC_SUBST(SVN_URL) 403 405 AC_SUBST(OCTAVE_VERSION) 404 406 AC_SUBST(OCTAVE_VERSION_MAJOR) -
branches/1.3/gui/scripts/flowvisviewer.tcl
r4557 r4670 884 884 set session $env(SESSION) 885 885 } 886 lappend info "version" "$Rappture::version" 887 lappend info "build" "$Rappture::build" 888 lappend info "svnurl" "$Rappture::svnurl" 889 lappend info "installdir" "$Rappture::installdir" 886 890 lappend info "hub" [exec hostname] 887 891 lappend info "client" "flowvisviewer" -
branches/1.3/gui/scripts/molvisviewer.tcl
r4439 r4670 691 691 set session $env(SESSION) 692 692 } 693 lappend info "version" "$Rappture::version" 694 lappend info "build" "$Rappture::build" 695 lappend info "svnurl" "$Rappture::svnurl" 696 lappend info "installdir" "$Rappture::installdir" 693 697 lappend info "hub" [exec hostname] 694 698 lappend info "client" "molvisviewer" -
branches/1.3/gui/scripts/nanovisviewer.tcl
r4664 r4670 676 676 set session $env(SESSION) 677 677 } 678 lappend info "version" "$Rappture::version" 679 lappend info "build" "$Rappture::build" 680 lappend info "svnurl" "$Rappture::svnurl" 681 lappend info "installdir" "$Rappture::installdir" 678 682 lappend info "hub" [exec hostname] 679 683 lappend info "client" "nanovisviewer" -
branches/1.3/gui/scripts/vtkglyphviewer.tcl
r4481 r4670 775 775 set session $env(SESSION) 776 776 } 777 lappend info "version" "$Rappture::version" 778 lappend info "build" "$Rappture::build" 779 lappend info "svnurl" "$Rappture::svnurl" 780 lappend info "installdir" "$Rappture::installdir" 777 781 lappend info "hub" [exec hostname] 778 782 lappend info "client" "vtkglyphviewer" -
branches/1.3/gui/scripts/vtkheightmapviewer.tcl
r4533 r4670 767 767 set session $env(SESSION) 768 768 } 769 lappend info "version" "$Rappture::version" 770 lappend info "build" "$Rappture::build" 771 lappend info "svnurl" "$Rappture::svnurl" 772 lappend info "installdir" "$Rappture::installdir" 769 773 lappend info "hub" [exec hostname] 770 774 lappend info "client" "vtkheightmapviewer" -
branches/1.3/gui/scripts/vtkimageviewer.tcl
r4512 r4670 755 755 set session $env(SESSION) 756 756 } 757 lappend info "version" "$Rappture::version" 758 lappend info "build" "$Rappture::build" 759 lappend info "svnurl" "$Rappture::svnurl" 760 lappend info "installdir" "$Rappture::installdir" 757 761 lappend info "hub" [exec hostname] 758 762 lappend info "client" "vtkimageviewer" -
branches/1.3/gui/scripts/vtkisosurfaceviewer.tcl
r4652 r4670 823 823 set session $env(SESSION) 824 824 } 825 lappend info "version" "$Rappture::version" 826 lappend info "build" "$Rappture::build" 827 lappend info "svnurl" "$Rappture::svnurl" 828 lappend info "installdir" "$Rappture::installdir" 825 829 lappend info "hub" [exec hostname] 826 830 lappend info "client" "vtkisosurfaceviewer" -
branches/1.3/gui/scripts/vtkmeshviewer.tcl
r4534 r4670 678 678 set session $env(SESSION) 679 679 } 680 lappend info "version" "$Rappture::version" 681 lappend info "build" "$Rappture::build" 682 lappend info "svnurl" "$Rappture::svnurl" 683 lappend info "installdir" "$Rappture::installdir" 680 684 lappend info "hub" [exec hostname] 681 685 lappend info "client" "vtkmeshviewer" -
branches/1.3/gui/scripts/vtkstreamlinesviewer.tcl
r4460 r4670 799 799 set session $env(SESSION) 800 800 } 801 lappend info "version" "$Rappture::version" 802 lappend info "build" "$Rappture::build" 803 lappend info "svnurl" "$Rappture::svnurl" 804 lappend info "installdir" "$Rappture::installdir" 801 805 lappend info "hub" [exec hostname] 802 806 lappend info "client" "vtkstreamlinesviewer" -
branches/1.3/gui/scripts/vtksurfaceviewer.tcl
r4538 r4670 732 732 set session $env(SESSION) 733 733 } 734 lappend info "version" "$Rappture::version" 735 lappend info "build" "$Rappture::build" 736 lappend info "svnurl" "$Rappture::svnurl" 737 lappend info "installdir" "$Rappture::installdir" 734 738 lappend info "hub" [exec hostname] 735 739 lappend info "client" "vtksurfaceviewer" -
branches/1.3/gui/scripts/vtkviewer.tcl
r4528 r4670 874 874 set session $env(SESSION) 875 875 } 876 lappend info "version" "$Rappture::version" 877 lappend info "build" "$Rappture::build" 878 lappend info "svnurl" "$Rappture::svnurl" 879 lappend info "installdir" "$Rappture::installdir" 876 880 lappend info "hub" [exec hostname] 877 881 lappend info "client" "vtkviewer" -
branches/1.3/gui/scripts/vtkvolumeviewer.tcl
r4568 r4670 751 751 set session $env(SESSION) 752 752 } 753 lappend info "version" "$Rappture::version" 754 lappend info "build" "$Rappture::build" 755 lappend info "svnurl" "$Rappture::svnurl" 756 lappend info "installdir" "$Rappture::installdir" 753 757 lappend info "hub" [exec hostname] 754 758 lappend info "client" "vtkvolumeviewer" -
branches/1.3/lang/tcl/pkgIndex.tcl.in
r3739 r4670 6 6 variable version $version 7 7 variable build "@SVN_VERSION@" 8 variable svnurl "@SVN_URL@" 8 9 variable installdir [file normalize $dir] 9 10 }
Note: See TracChangeset
for help on using the changeset viewer.