From: Rolf K. <lab...@us...> - 2006-10-27 22:04:08
|
Update of /cvsroot/opengtoolkit/pipe In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7250 Modified Files: build ogpipe.vi change-log.txt ogpipe 61.spec ogpipe.ogbld ogpipe.spec Log Message: Modified build files to allow for multiplatform distribution Index: build ogpipe.vi =================================================================== RCS file: /cvsroot/opengtoolkit/pipe/build ogpipe.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvssOoDvg and /tmp/cvsFCcOjn differ Index: ogpipe.ogbld =================================================================== RCS file: /cvsroot/opengtoolkit/pipe/ogpipe.ogbld,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ogpipe.ogbld 28 Jun 2005 00:27:37 -0000 1.3 --- ogpipe.ogbld 27 Oct 2006 22:04:03 -0000 1.4 *************** *** 28,32 **** # any keyname for Top Level VIs. Keynames for this section="" # are arbitrary.="" ! File Format Version=1.0.0-alpha3 Log Dir="built" Log File="" --- 28,32 ---- # any keyname for Top Level VIs. Keynames for this section="" # are arbitrary.="" ! File Format Version=1.0.0 Log Dir="built" Log File="" *************** *** 83,85 **** --- 83,87 ---- OverwriteExisting=TRUE FollowVIDirHierarchy=FALSE + Recursive=FALSE + Exclude=FALSE SourceFile 1=ogpipes.* Index: ogpipe 61.spec =================================================================== RCS file: /cvsroot/opengtoolkit/pipe/ogpipe 61.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ogpipe 61.spec 28 Jun 2005 00:27:37 -0000 1.2 --- ogpipe 61.spec 27 Oct 2006 22:04:03 -0000 1.3 *************** *** 1,95 **** [Package Name] - Name=oglib_pipe ! ! Version=1.0alpha ! Release=1 - [Description] - Description="The pipe package contains several routines for supporting pipe communication.\0D\0AThis is typically used for interprocess communication. It also has a function start an external command line utility and redirect its standard IO to pipes to use them for communication with that utility from within LabVIEW." - Summary="OpenG Pipe Tools" - License=LGPL ! ! Copyright="2004 - 2005 Rolf Kalbermatter" ! Distribution="OpenG Toolkit" - Icon=ogpipe.bmp - Vendor=OpenG.org - URL=http://openg.org/ogpipe - Packager="Jim Kring <ji...@ji...>" - [Script VIs] [Dependencies] - AutoReqProv=FALSE - [Platform] - Exclusive_LabVIEW_Version= >=6.1 - Exclusive_LabVIEW_System=All ! ! Exclusive_OS=Windows NT, Windows 9x ! [Files] ! Num File Groups=3 ! [File Group 0] Source Dir=built/ogpipe - Target Dir=<user.lib>/_OpenG.lib/ogpipe ! Replace Mode=Always ! ! Num Files=8 ! File 0=ogpipes.dll - File 1=ogpipe.llb/OGPIPE - VI TREE__ogtk.vi - File 2=ogpipe.llb/OGPIPE Close Pipe__ogtk.vi - File 3=ogpipe.llb/OGPIPE Open Pipe__ogtk.vi - File 4=ogpipe.llb/OGPIPE Open System Command__ogtk.vi - File 5=ogpipe.llb/OGPIPE Read From Pipe__ogtk.vi - File 6=ogpipe.llb/OGPIPE RefNum__ogtk.ctl - File 7=ogpipe.llb/OGPIPE Write To Pipe__ogtk.vi [File Group 1] - Source Dir="Dynamic Palette MNUs" - Target Dir="<user.lib>/_dynamicpalette_dirs/comm" - Replace Mode=Always - Num Files=1 - File 0=oglib_pipe.mnu - [File Group 2] - Source Dir="Dynamic Palette MNUs" - Target Dir="<user.lib>/_dynamicpalette_dirs/file" - Replace Mode=Always - Num Files=1 ! ! File 0=oglib_pipe.mnu \ No newline at end of file --- 1,75 ---- [Package Name] Name=oglib_pipe ! Version=1.0 Release=1 [Description] Description="The pipe package contains several routines for supporting pipe communication.\0D\0AThis is typically used for interprocess communication. It also has a function start an external command line utility and redirect its standard IO to pipes to use them for communication with that utility from within LabVIEW." Summary="OpenG Pipe Tools" License=LGPL ! Copyright="2004 - 2006 Rolf Kalbermatter" Distribution="OpenG Toolkit" Icon=ogpipe.bmp Vendor=OpenG.org URL=http://openg.org/ogpipe Packager="Jim Kring <ji...@ji...>" [Script VIs] [Dependencies] AutoReqProv=FALSE [Platform] Exclusive_LabVIEW_Version= >=6.1 Exclusive_LabVIEW_System=All ! Exclusive_OS=All [Files] + Num File Groups=5 ! [File Group 0] ! Source Dir=built/ogpipe/ogpipe.llb ! Target Dir=<user.lib>/_OpenG.lib/ogpipe/ogpipe.llb ! Replace Mode=Always + Num Files=9 ! File 0=OGPIPE - VI Tree__ogtk.vi ! File 1=OGPIPE Close Pipe__ogtk.vi ! File 2=OGPIPE Execute System Command__ogtk.vi ! File 3=OGPIPE Kill Process__ogtk.vi ! File 4=OGPIPE Open Pipe__ogtk.vi ! File 5=OGPIPE Open System Command__ogtk.vi ! File 6=OGPIPE Read From Pipe__ogtk.vi ! File 7=OGPIPE RefNum__ogtk.ctl ! File 8=OGPIPE Write To Pipe__ogtk.vi + [File Group 1] Source Dir=built/ogpipe Target Dir=<user.lib>/_OpenG.lib/ogpipe ! Exclusive_OS=Windows NT, Windows 9x Replace Mode=Always ! Num Files=1 File 0=ogpipes.dll + [File Group 2] + Source Dir=built/ogpipe + Target Dir=<user.lib>/_OpenG.lib/ogpipe + Exclusive_OS=Linux + Replace Mode=Always + Num Files=1 + File 0=ogpipes.so [File Group 1] Source Dir="Dynamic Palette MNUs" Target Dir="<user.lib>/_dynamicpalette_dirs/comm" Replace Mode=Always Num Files=1 File 0=oglib_pipe.mnu [File Group 2] Source Dir="Dynamic Palette MNUs" Target Dir="<user.lib>/_dynamicpalette_dirs/file" Replace Mode=Always Num Files=1 ! File 0=oglib_pipe.mnu Index: ogpipe.spec =================================================================== RCS file: /cvsroot/opengtoolkit/pipe/ogpipe.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ogpipe.spec 16 Dec 2005 14:02:15 -0000 1.6 --- ogpipe.spec 27 Oct 2006 22:04:03 -0000 1.7 *************** *** 1,95 **** [Package Name] - Name=oglib_pipe ! ! Version=1.0alpha ! Release=1 - [Description] - Description="The pipe package contains several routines for supporting pipe communication.\0D\0AThis is typically used for interprocess communication. It also has a function start an external command line utility and redirect its standard IO to pipes to use them for communication with that utility from within LabVIEW." - Summary="OpenG Pipe Tools" - License=LGPL ! ! Copyright="2004 - 2005 Rolf Kalbermatter" ! Distribution="OpenG Toolkit" - Icon=ogpipe.bmp - Vendor=OpenG.org - URL=http://openg.org/ogpipe - Packager="Jim Kring <ji...@ji...>" - [Script VIs] [Dependencies] - AutoReqProv=FALSE - [Platform] - Exclusive_LabVIEW_Version= >=6.0 - Exclusive_LabVIEW_System=All ! ! Exclusive_OS=Windows NT, Windows 9x ! [Files] ! ! Num File Groups=3 ! [File Group 0] ! ! Source Dir=built/ogpipe ! ! Target Dir=<user.lib>/_OpenG.lib/ogpipe ! Replace Mode=Always ! Num Files=8 ! File 0=pipes.dll ! File 1=ogpipe.llb/OGPIPE - VI Tree__ogtk.vi ! File 2=ogpipe.llb/OGPIPE Close Pipe__ogtk.vi ! File 3=ogpipe.llb/OGPIPE Open Pipe__ogtk.vi ! File 4=ogpipe.llb/OGPIPE Open System Command__ogtk.vi ! File 5=ogpipe.llb/OGPIPE Read From Pipe__ogtk.vi ! File 6=ogpipe.llb/OGPIPE RefNum__ogtk.ctl ! File 7=ogpipe.llb/OGPIPE Write To Pipe__ogtk.vi [File Group 1] ! Source Dir="Dynamic Palette MNUs" Target Dir="<user.lib>/_dynamicpalette_dirs/comm" - Replace Mode=Always - Num Files=1 - File 0=oglib_pipe.mnu ! ! [File Group 2] ! Source Dir="Dynamic Palette MNUs" - Target Dir="<user.lib>/_dynamicpalette_dirs/file" - Replace Mode=Always - Num Files=1 - File 0=oglib_pipe.mnu \ No newline at end of file --- 1,76 ---- [Package Name] Name=oglib_pipe ! Version=1.0 Release=1 [Description] Description="The pipe package contains several routines for supporting pipe communication.\0D\0AThis is typically used for interprocess communication. It also has a function start an external command line utility and redirect its standard IO to pipes to use them for communication with that utility from within LabVIEW." Summary="OpenG Pipe Tools" License=LGPL ! Copyright="2004 - 2006 Rolf Kalbermatter" Distribution="OpenG Toolkit" Icon=ogpipe.bmp Vendor=OpenG.org URL=http://openg.org/ogpipe Packager="Jim Kring <ji...@ji...>" [Script VIs] [Dependencies] AutoReqProv=FALSE [Platform] Exclusive_LabVIEW_Version= >=6.0 Exclusive_LabVIEW_System=All ! Exclusive_OS=All [Files] ! Num File Groups=5 [File Group 0] ! Source Dir=built/ogpipe/ogpipe.llb ! Target Dir=<user.lib>/_OpenG.lib/ogpipe/ogpipe.llb Replace Mode=Always ! Num Files=9 ! File 0=OGPIPE - VI Tree__ogtk.vi ! File 1=OGPIPE Close Pipe__ogtk.vi ! File 2=OGPIPE Execute System Command__ogtk.vi ! File 3=OGPIPE Kill Process__ogtk.vi ! File 4=OGPIPE Open Pipe__ogtk.vi ! File 5=OGPIPE Open System Command__ogtk.vi ! File 6=OGPIPE Read From Pipe__ogtk.vi ! File 7=OGPIPE RefNum__ogtk.ctl ! File 8=OGPIPE Write To Pipe__ogtk.vi [File Group 1] + Source Dir=built/ogpipe + Target Dir=<user.lib>/_OpenG.lib/ogpipe + Exclusive_OS=Windows NT, Windows 9x + Replace Mode=Always + Num Files=1 + File 0=ogpipes.dll ! [File Group 2] ! Source Dir=built/ogpipe ! Target Dir=<user.lib>/_OpenG.lib/ogpipe ! Exclusive_OS=Linux ! Replace Mode=Always ! Num Files=1 ! File 0=ogpipes.so + [File Group 3] + Source Dir="Dynamic Palette MNUs" Target Dir="<user.lib>/_dynamicpalette_dirs/comm" Replace Mode=Always Num Files=1 File 0=oglib_pipe.mnu ! [File Group 4] Source Dir="Dynamic Palette MNUs" Target Dir="<user.lib>/_dynamicpalette_dirs/file" Replace Mode=Always Num Files=1 File 0=oglib_pipe.mnu \ No newline at end of file Index: change-log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/pipe/change-log.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** change-log.txt 16 Dec 2005 14:03:28 -0000 1.1 --- change-log.txt 27 Oct 2006 22:04:03 -0000 1.2 *************** *** 1,2 **** --- 1,6 ---- -= oglib_pipe-1.0-1.ogp =- + [NEW] Added kill process function + [MOD] changed Create Commmand process to allow for no pipes to open to + create only a process that can be killed later through its ID. + |