Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
f2f9b38d
Commit
f2f9b38d
authored
Jan 30, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
d4c7ef9e
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
38 additions
and
34 deletions
+38
-34
src/exp/com/src/os_linux/upgrade_cnvdmp.sh
src/exp/com/src/os_linux/upgrade_cnvdmp.sh
+11
-9
src/tools/bld/src/os_linux/exe_generic.mk
src/tools/bld/src/os_linux/exe_generic.mk
+1
-1
src/tools/pkg/deb/pwr/build.sh
src/tools/pkg/deb/pwr/build.sh
+1
-1
src/tools/pkg/deb/pwr/control
src/tools/pkg/deb/pwr/control
+3
-3
src/tools/pkg/deb/pwrdemo/control
src/tools/pkg/deb/pwrdemo/control
+1
-1
src/tools/pkg/deb/pwrrt/build.sh
src/tools/pkg/deb/pwrrt/build.sh
+4
-4
src/tools/pkg/deb/pwrrt/control
src/tools/pkg/deb/pwrrt/control
+5
-3
ssabox/mmi/mcomp/src/ssab_antisway.pwg
ssabox/mmi/mcomp/src/ssab_antisway.pwg
+12
-12
No files found.
src/exp/com/src/os_linux/upgrade_cnvdmp.sh
View file @
f2f9b38d
#! /bin/bash
#! /bin/bash
#
#
# Proview $Id: upgrade_cnvdmp.sh,v 1.
3 2005-12-30 15:47:43
claes Exp $
# Proview $Id: upgrade_cnvdmp.sh,v 1.
4 2006-01-30 09:02:51
claes Exp $
# Copyright (C) 2005 SSAB Oxelsund AB.
# Copyright (C) 2005 SSAB Oxelsund AB.
#
#
# This program is free software; you can redistribute it and/or
# This program is free software; you can redistribute it and/or
...
@@ -32,14 +32,16 @@ s/Attr parent_node_did = /Attr poid = /
...
@@ -32,14 +32,16 @@ s/Attr parent_node_did = /Attr poid = /
s/Attr dest_node_did = /Attr dest_oid = /
s/Attr dest_node_did = /Attr dest_oid = /
s/Attr source_node_did = /Attr source_oid = /
s/Attr source_node_did = /Attr source_oid = /
s/Attr reset_objdid = /Attr reset_oid = /
s/Attr reset_objdid = /Attr reset_oid = /
s/pwrb:Ai_AI32uP/SsabOx:Ai_AI32uP/
s/pwrb:Class-Ai_AI32uP/SsabOx:Class-Ai_AI32uP/
s/pwrb:Ai_HVAI32/SsabOx:Ai_HVAI32/
s/pwrb:Class-Ai_HVAI32/SsabOx:Class-Ai_HVAI32/
s/pwrb:Ao_AO8uP/SsabOx:Ao_AO8uP/
s/pwrb:Class-Ao_AO8uP/SsabOx:Class-Ao_AO8uP/
s/pwrb:Ao_HVAO4/SsabOx:Ao_HVAO4/
s/pwrb:Class-Ao_HVAO4/SsabOx:Class-Ao_HVAO4/
s/pwrb:Co_CO4uP/SsabOx:Co_CO4uP/
s/pwrb:Class-Co_CO4uP/SsabOx:Class-Co_CO4uP/
s/pwrb:Co_PI24BO/SsabOx:Co_PI24BO/
s/pwrb:Class-Co_PI24BO/SsabOx:Class-Co_PI24BO/
s/pwrb:Di_DIX2/SsabOx:Di_DIX2/
s/pwrb:Class-Di_DIX2/SsabOx:Class-Di_DIX2/
s/pwrb:Do_HVDO32/SsabOx:Do_HVDO32/
s/pwrb:Class-Do_HVDO32/SsabOx:Class-Do_HVDO32/
s/NMps:Class-RemTransSend/Remote:Class-RemTransSend/
s/NMps:Class-RemTransRcv/Remote:Class-RemTransRcv/
/PlcProgram$/{
/PlcProgram$/{
N
N
N
N
...
...
src/tools/bld/src/os_linux/exe_generic.mk
View file @
f2f9b38d
...
@@ -136,7 +136,7 @@ realclean : clean $(clean_h_includes) $(clean_hpp_includes) clean_dirs
...
@@ -136,7 +136,7 @@ realclean : clean $(clean_h_includes) $(clean_hpp_includes) clean_dirs
$(export_exe)
:
$(link_rule) $(export_obj) $(objects)
$(export_exe)
:
$(link_rule) $(export_obj) $(objects)
@
$(log_link_exe)
@
$(log_link_exe)
$(link)
@
$(link)
# This is for Lynx 2.5 map files, it doesn't work for Linux. ML
# This is for Lynx 2.5 map files, it doesn't work for Linux. ML
...
...
src/tools/pkg/deb/pwr/build.sh
View file @
f2f9b38d
...
@@ -78,7 +78,7 @@ fi
...
@@ -78,7 +78,7 @@ fi
done
done
}
<
$datfile
}
<
$datfile
echo
"</topic>"
echo
"</topic>"
}
>
$pwr_exe
/wtt_version_help.dat
}
>
$pwr_e
e
xe
/wtt_version_help.dat
if
[
"
$1
"
==
"-v"
]
;
then
if
[
"
$1
"
==
"-v"
]
;
then
exit
exit
...
...
src/tools/pkg/deb/pwr/control
View file @
f2f9b38d
Package: pwr41
Package: pwr41
Version: 4.1.
1
-1
Version: 4.1.
3
-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: i
3
86
Architecture: i
5
86
Depends: libc6 (>= 2.2.4-4)
Depends: libc6 (>= 2.2.4-4)
Replaces: pwrrt,pwr34,pwr39,pwr40
Replaces: pwrrt,pwr34,pwr39,pwr40
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Description: Proview development and runtime environment package
Description: Proview development and runtime environment package
Proview development and runtime environment
Proview development and runtime environment
4.1.
1
-1 Base release
4.1.
3
-1 Base release
src/tools/pkg/deb/pwrdemo/control
View file @
f2f9b38d
...
@@ -2,7 +2,7 @@ Package: pwrdemo41
...
@@ -2,7 +2,7 @@ Package: pwrdemo41
Version: 4.1.1-1
Version: 4.1.1-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: i
3
86
Architecture: i
5
86
Depends: pwr41 (>= 4.1.1-1)
Depends: pwr41 (>= 4.1.1-1)
Replaces:
Replaces:
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
...
...
src/tools/pkg/deb/pwrrt/build.sh
View file @
f2f9b38d
...
@@ -76,13 +76,13 @@ fi
...
@@ -76,13 +76,13 @@ fi
done
done
}
<
$datfile
}
<
$datfile
echo
"</topic>"
echo
"</topic>"
}
>
$pwr_exe
/xtt_version_help.dat
}
>
$pwr_e
e
xe
/xtt_version_help.dat
# Convert to html
# Convert to html
co_convert
-t
-d
$pwr_doc
$pwr_exe
/xtt_version_help.dat
co_convert
-t
-d
$pwr_doc
$pwr_e
e
xe
/xtt_version_help.dat
# Print rt version file
# Print rt version file
echo
"Version:
$version
"
>
$pwr_exe
/rt_version.dat
echo
"Version:
$version
"
>
$pwr_e
e
xe
/rt_version.dat
if
[
"
$1
"
==
"-v"
]
;
then
if
[
"
$1
"
==
"-v"
]
;
then
exit
exit
...
@@ -147,7 +147,7 @@ tar -xf $tarfile
...
@@ -147,7 +147,7 @@ tar -xf $tarfile
rm
$tarfile
rm
$tarfile
rm
-r
$pkgroot
/usr/pwrrt/lib/
*
.a
rm
-r
$pkgroot
/usr/pwrrt/lib/
*
.a
rm
-r
$pkgroot
/usr/pwrrt/exe/wb
*
rm
-r
$pkgroot
/usr/pwrrt/exe/wb
*
cp
$pwr_exe
/wb_distr_keepboot.sh
$pkgroot
/usr/pwrrt/exe
cp
$pwr_e
e
xe
/wb_distr_keepboot.sh
$pkgroot
/usr/pwrrt/exe
cd
$currentdir
cd
$currentdir
# Copy configuration files to cnf
# Copy configuration files to cnf
...
...
src/tools/pkg/deb/pwrrt/control
View file @
f2f9b38d
Package: pwrrt
Package: pwrrt
Version: 4.1.
2
-1
Version: 4.1.
3
-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: i
3
86
Architecture: i
5
86
Depends: libc6 (>= 2.2.4-4)
Depends: libc6 (>= 2.2.4-4)
Replaces: pwr34,pwr39,pwr40,pwr41
Replaces: pwr34,pwr39,pwr40,pwr41
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
...
@@ -11,6 +11,8 @@ Description:
...
@@ -11,6 +11,8 @@ Description:
Changes in 4.1.2-1:
Changes in 4.1.2-1:
- Improved motor aggregates
- Improved motor aggregates
- Audio support
- Audio support
Changes in 4.1.3-1:
- Modularization of proview sourcecode.
- New volumes: Remote, Profibus.
ssabox/mmi/mcomp/src/ssab_antisway.pwg
View file @
f2f9b38d
...
@@ -2,22 +2,22 @@
...
@@ -2,22 +2,22 @@
100 20
100 20
135 20
135 20
101 20
101 20
102
-24
102
20
103
-87
103
74
104
3.8350
9
104
4.8744
9
136
3.8350
9
136
4.8744
9
105 100
105 100
106
-4
106
1
107
-16
107
14
108 41.27
108 41.27
109 0.24008
109 0.24008
110 21.8894
110 21.8894
111 3
111 3
116
0
116
3
117
0
117
4
118 1
99
118 1
41
119 1
55
119 1
10
120
1
120
0
121 Claes context
121 Claes context
122 0
122 0
126 0.2
126 0.2
...
@@ -3749,7 +3749,7 @@ pwr_exe:
...
@@ -3749,7 +3749,7 @@ pwr_exe:
103 0
103 0
12
12
1200 $object.umax[4]##Float32
1200 $object.umax[4]##Float32
1201 %4.3
1201 %4.3
f
1202 1
1202 1
1203 1
1203 1
1204 0
1204 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment