Re: [Mingw-w64-public] MSYS2 discussions OT for this list?

2013-11-09 Thread Zach Thibeau
It's a start at least
On Nov 9, 2013 12:35 PM, Alexpux alex...@gmail.com wrote:


 09 нояб. 2013 г., в 21:30, Zach Thibeau zachthib...@zachthibeau.ca
 написал(а):

 I'm sorry if this sounds immature but: YES! I've been looking at porting
 pacman to windows so this goes along the same lines of what I want to do,
 so if you need help, I'm willing to lend a hand

 Just now packman is working as MSYS2 application not true windows
 application. It will work only with msys2.
 There are some peaces that need to be ported to work properly under MSYS2.
 It not critical now but in future we need port this features or remove from
 pacman


 On Nov 9, 2013 12:11 PM, Alexpux alex...@gmail.com wrote:


 09 нояб. 2013 г., в 8:45, Jon jon.for...@gmail.com написал(а):

 After reviewing sbuild's use of MSYS2 artifacts to provide toolchains and
 then some


 https://www.gitorious.org/sbuild/sbuild/source/a8f47daae77bb2390843250fbe6445fed784d866:buildall.py#L33-149

 I have MSYS2 related questions for LRN, Alexey, and others on this list
 who may be involved with MSYS2 and care to provide feedback.

 That said, this ML is targeted to mingw-w64 issues rather than general
 issues best addressed at places like stackoverflow.

 My questions relate to assembling of a development toolkit similar to
 what I did when I was contributing to this project:


 https://github.com/oneclick/rubyinstaller/blob/master/config/devkit.rb#L30-L68

 https://github.com/oneclick/rubyinstaller/blob/master/config/compilers/mingwbuilds.rb

 I plan to do something similar for my buildlets pet project

 https://github.com/jonforums/buildlets

 but base the automated toolchain builds upon assembling a minimal set of
 MSYS2 artifacts (smaller than sbuild's and Alexey's full-featured MSYS2
 project) with nixMan and Alexey's official mingw-w64 toolchains for windows.


 Just now I work on creating MSYS2 repository based on ported Arch Linux
 pacman (package manager). In a week, I think, I upload repository to site
 and you can get only what you want. In next MSYS2 release I plan to add
 packman as package manager for MSYS2. Then you can update, install and
 uninstall MSYS2 packages from MSYS2 console when you need.

 Regards,
 Alexey.


 Kai or JonY...is this primarily MSYS2 topic out-of-scope for this ML and
 I should directly contact LRN and Alexey?

 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models.
 Explore
 techniques for threading, error checking, porting, and tuning. Get the
 most
 from the latest Intel processors and coprocessors. See abstracts and
 register

 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public




 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models.
 Explore
 techniques for threading, error checking, porting, and tuning. Get the
 most
 from the latest Intel processors and coprocessors. See abstracts and
 register

 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
 ___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models.
 Explore
 techniques for threading, error checking, porting, and tuning. Get the
 most
 from the latest Intel processors and coprocessors. See abstracts and
 register

 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public




 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models.
 Explore
 techniques for threading, error checking, porting, and tuning. Get the most
 from the latest Intel processors and coprocessors. See abstracts and
 register
 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
 ___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


--
November Webinars for C, C++, Fortran Developers
Accelerate 

Re: [Mingw-w64-public] MSYS2 discussions OT for this list?

2013-11-09 Thread Alexpux

09 нояб. 2013 г., в 22:33, Ruben Van Boxem vanboxem.ru...@gmail.com 
написал(а):

 Op 9-nov.-2013 18:12 schreef Alexpux alex...@gmail.com:
 
 
  09 нояб. 2013 г., в 8:45, Jon jon.for...@gmail.com написал(а):
 
  After reviewing sbuild's use of MSYS2 artifacts to provide toolchains and 
  then some
 
  https://www.gitorious.org/sbuild/sbuild/source/a8f47daae77bb2390843250fbe6445fed784d866:buildall.py#L33-149
 
  I have MSYS2 related questions for LRN, Alexey, and others on this list 
  who may be involved with MSYS2 and care to provide feedback.
 
  That said, this ML is targeted to mingw-w64 issues rather than general 
  issues best addressed at places like stackoverflow.
 
  My questions relate to assembling of a development toolkit similar to what 
  I did when I was contributing to this project:
 
  https://github.com/oneclick/rubyinstaller/blob/master/config/devkit.rb#L30-L68
  https://github.com/oneclick/rubyinstaller/blob/master/config/compilers/mingwbuilds.rb
 
  I plan to do something similar for my buildlets pet project
 
  https://github.com/jonforums/buildlets
 
  but base the automated toolchain builds upon assembling a minimal set of 
  MSYS2 artifacts (smaller than sbuild's and Alexey's full-featured MSYS2 
  project) with nixMan and Alexey's official mingw-w64 toolchains for 
  windows.
 
 
  Just now I work on creating MSYS2 repository based on ported Arch Linux 
  pacman (package manager). In a week, I think, I upload repository to site 
  and you can get only what you want. In next MSYS2 release I plan to add 
  packman as package manager for MSYS2. Then you can update, install and 
  uninstall MSYS2 packages from MSYS2 console when you need.
 
 You should name it wacman. Has a ring to it :-P
 
 Also, superb choice of tool. Pacman is the best package manager I have ever 
 used (fast, customizable, it just works, it already exists, etc…)
 
Thanks, Ruben!
 Ruben
 
 
  Regards,
  Alexey. 
 
 
  Kai or JonY...is this primarily MSYS2 topic out-of-scope for this ML and I 
  should directly contact LRN and Alexey?
  --
  November Webinars for C, C++, Fortran Developers
  Accelerate application performance with scalable programming models. 
  Explore
  techniques for threading, error checking, porting, and tuning. Get the 
  most 
  from the latest Intel processors and coprocessors. See abstracts and 
  register
  http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
  Mingw-w64-public mailing list
  Mingw-w64-public@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
 
 
 
  --
  November Webinars for C, C++, Fortran Developers
  Accelerate application performance with scalable programming models. Explore
  techniques for threading, error checking, porting, and tuning. Get the most
  from the latest Intel processors and coprocessors. See abstracts and 
  register
  http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
  ___
  Mingw-w64-public mailing list
  Mingw-w64-public@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
 
 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models. Explore
 techniques for threading, error checking, porting, and tuning. Get the most 
 from the latest Intel processors and coprocessors. See abstracts and register
 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] MSYS2 discussions OT for this list?

2013-11-09 Thread Jon
On Sat, Nov 9, 2013 at 12:11 PM, Alexpux alex...@gmail.com wrote:


 09 нояб. 2013 г., в 8:45, Jon jon.for...@gmail.com написал(а):

 After reviewing sbuild's use of MSYS2 artifacts to provide toolchains and
 then some


 https://www.gitorious.org/sbuild/sbuild/source/a8f47daae77bb2390843250fbe6445fed784d866:buildall.py#L33-149

 I have MSYS2 related questions for LRN, Alexey, and others on this list
 who may be involved with MSYS2 and care to provide feedback.

 That said, this ML is targeted to mingw-w64 issues rather than general
 issues best addressed at places like stackoverflow.

 My questions relate to assembling of a development toolkit similar to what
 I did when I was contributing to this project:


 https://github.com/oneclick/rubyinstaller/blob/master/config/devkit.rb#L30-L68

 https://github.com/oneclick/rubyinstaller/blob/master/config/compilers/mingwbuilds.rb

 I plan to do something similar for my buildlets pet project

 https://github.com/jonforums/buildlets

 but base the automated toolchain builds upon assembling a minimal set of
 MSYS2 artifacts (smaller than sbuild's and Alexey's full-featured MSYS2
 project) with nixMan and Alexey's official mingw-w64 toolchains for windows.


 Just now I work on creating MSYS2 repository based on ported Arch Linux
 pacman (package manager). In a week, I think, I upload repository to site
 and you can get only what you want. In next MSYS2 release I plan to add
 packman as package manager for MSYS2. Then you can update, install and
 uninstall MSYS2 packages from MSYS2 console when you need.



Alexey, you continue to amaze :)

My primary non-windows OS is Arch followed by Ubuntu Server. Hearing about
your plans for a pacman port is, well, spectactular. I'm a bit speechless,
but grinning ear to ear.

I can't wait to play with your pacman + MSYS2 repo and see how I can
integrate it into my powershell based buildlet pet project.

Dammit...another very cool siren song to distract and consume free time ;-
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] MSYS2 discussions OT for this list?

2013-11-09 Thread Ray Donnelly
Arch is also my Linux distro of choice, so this is something I am very
much looking forward to using too.

(More) good work Alexey!

On Sat, Nov 9, 2013 at 6:46 PM, Jon jon.for...@gmail.com wrote:

 On Sat, Nov 9, 2013 at 12:11 PM, Alexpux alex...@gmail.com wrote:


 09 нояб. 2013 г., в 8:45, Jon jon.for...@gmail.com написал(а):

 After reviewing sbuild's use of MSYS2 artifacts to provide toolchains and
 then some


 https://www.gitorious.org/sbuild/sbuild/source/a8f47daae77bb2390843250fbe6445fed784d866:buildall.py#L33-149

 I have MSYS2 related questions for LRN, Alexey, and others on this list
 who may be involved with MSYS2 and care to provide feedback.

 That said, this ML is targeted to mingw-w64 issues rather than general
 issues best addressed at places like stackoverflow.

 My questions relate to assembling of a development toolkit similar to what
 I did when I was contributing to this project:


 https://github.com/oneclick/rubyinstaller/blob/master/config/devkit.rb#L30-L68

 https://github.com/oneclick/rubyinstaller/blob/master/config/compilers/mingwbuilds.rb

 I plan to do something similar for my buildlets pet project

 https://github.com/jonforums/buildlets

 but base the automated toolchain builds upon assembling a minimal set of
 MSYS2 artifacts (smaller than sbuild's and Alexey's full-featured MSYS2
 project) with nixMan and Alexey's official mingw-w64 toolchains for windows.


 Just now I work on creating MSYS2 repository based on ported Arch Linux
 pacman (package manager). In a week, I think, I upload repository to site
 and you can get only what you want. In next MSYS2 release I plan to add
 packman as package manager for MSYS2. Then you can update, install and
 uninstall MSYS2 packages from MSYS2 console when you need.



 Alexey, you continue to amaze :)

 My primary non-windows OS is Arch followed by Ubuntu Server. Hearing about
 your plans for a pacman port is, well, spectactular. I'm a bit speechless,
 but grinning ear to ear.

 I can't wait to play with your pacman + MSYS2 repo and see how I can
 integrate it into my powershell based buildlet pet project.

 Dammit...another very cool siren song to distract and consume free time ;-



 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models. Explore
 techniques for threading, error checking, porting, and tuning. Get the most
 from the latest Intel processors and coprocessors. See abstracts and
 register
 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
 ___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] MSYS2 discussions OT for this list?

2013-11-09 Thread Alexpux

09 нояб. 2013 г., в 22:46, Jon jon.for...@gmail.com написал(а):

 
 On Sat, Nov 9, 2013 at 12:11 PM, Alexpux alex...@gmail.com wrote:
 
 09 нояб. 2013 г., в 8:45, Jon jon.for...@gmail.com написал(а):
 
 After reviewing sbuild's use of MSYS2 artifacts to provide toolchains and 
 then some
 
 https://www.gitorious.org/sbuild/sbuild/source/a8f47daae77bb2390843250fbe6445fed784d866:buildall.py#L33-149
 
 I have MSYS2 related questions for LRN, Alexey, and others on this list who 
 may be involved with MSYS2 and care to provide feedback.
 
 That said, this ML is targeted to mingw-w64 issues rather than general 
 issues best addressed at places like stackoverflow.
 
 My questions relate to assembling of a development toolkit similar to what I 
 did when I was contributing to this project:
 
 https://github.com/oneclick/rubyinstaller/blob/master/config/devkit.rb#L30-L68
 https://github.com/oneclick/rubyinstaller/blob/master/config/compilers/mingwbuilds.rb
 
 I plan to do something similar for my buildlets pet project
 
 https://github.com/jonforums/buildlets
 
 but base the automated toolchain builds upon assembling a minimal set of 
 MSYS2 artifacts (smaller than sbuild's and Alexey's full-featured MSYS2 
 project) with nixMan and Alexey's official mingw-w64 toolchains for windows.
 
 Just now I work on creating MSYS2 repository based on ported Arch Linux 
 pacman (package manager). In a week, I think, I upload repository to site and 
 you can get only what you want. In next MSYS2 release I plan to add packman 
 as package manager for MSYS2. Then you can update, install and uninstall 
 MSYS2 packages from MSYS2 console when you need.
 
 
 
 Alexey, you continue to amaze :)
 
 My primary non-windows OS is Arch followed by Ubuntu Server. Hearing about 
 your plans for a pacman port is, well, spectactular. I'm a bit speechless, 
 but grinning ear to ear.
 
 I can't wait to play with your pacman + MSYS2 repo and see how I can 
 integrate it into my powershell based buildlet pet project.
 
I mean that when I upload repo to web then you can get only that packages that 
you want. Just unpack it into the same directory and you have your own minimal 
MSYS2

 Dammit...another very cool siren song to distract and consume free time ;-
 
 
 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models. Explore
 techniques for threading, error checking, porting, and tuning. Get the most 
 from the latest Intel processors and coprocessors. See abstracts and register
 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] MSYS2 discussions OT for this list?

2013-11-09 Thread Zach Thibeau
I think he means just in general stuff related to aur type packages etc, I
could he wrong though
On Nov 9, 2013 2:00 PM, Alexpux alex...@gmail.com wrote:


 09 нояб. 2013 г., в 22:46, Jon jon.for...@gmail.com написал(а):


 On Sat, Nov 9, 2013 at 12:11 PM, Alexpux alex...@gmail.com wrote:


 09 нояб. 2013 г., в 8:45, Jon jon.for...@gmail.com написал(а):

 After reviewing sbuild's use of MSYS2 artifacts to provide toolchains and
 then some


 https://www.gitorious.org/sbuild/sbuild/source/a8f47daae77bb2390843250fbe6445fed784d866:buildall.py#L33-149

 I have MSYS2 related questions for LRN, Alexey, and others on this list
 who may be involved with MSYS2 and care to provide feedback.

 That said, this ML is targeted to mingw-w64 issues rather than general
 issues best addressed at places like stackoverflow.

 My questions relate to assembling of a development toolkit similar to
 what I did when I was contributing to this project:


 https://github.com/oneclick/rubyinstaller/blob/master/config/devkit.rb#L30-L68

 https://github.com/oneclick/rubyinstaller/blob/master/config/compilers/mingwbuilds.rb

 I plan to do something similar for my buildlets pet project

 https://github.com/jonforums/buildlets

 but base the automated toolchain builds upon assembling a minimal set of
 MSYS2 artifacts (smaller than sbuild's and Alexey's full-featured MSYS2
 project) with nixMan and Alexey's official mingw-w64 toolchains for windows.


 Just now I work on creating MSYS2 repository based on ported Arch Linux
 pacman (package manager). In a week, I think, I upload repository to site
 and you can get only what you want. In next MSYS2 release I plan to add
 packman as package manager for MSYS2. Then you can update, install and
 uninstall MSYS2 packages from MSYS2 console when you need.



 Alexey, you continue to amaze :)

 My primary non-windows OS is Arch followed by Ubuntu Server. Hearing about
 your plans for a pacman port is, well, spectactular. I'm a bit speechless,
 but grinning ear to ear.

 I can't wait to play with your pacman + MSYS2 repo and see how I can
 integrate it into my powershell based buildlet pet project.

 I mean that when I upload repo to web then you can get only that packages
 that you want. Just unpack it into the same directory and you have your own
 minimal MSYS2

 Dammit...another very cool siren song to distract and consume free time
 ;-



 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models.
 Explore
 techniques for threading, error checking, porting, and tuning. Get the
 most
 from the latest Intel processors and coprocessors. See abstracts and
 register

 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public




 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models.
 Explore
 techniques for threading, error checking, porting, and tuning. Get the most
 from the latest Intel processors and coprocessors. See abstracts and
 register
 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
 ___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] MSYS2 discussions OT for this list?

2013-11-09 Thread Alexpux

09 нояб. 2013 г., в 23:02, Zach Thibeau zachthib...@zachthibeau.ca написал(а):

 I think he means just in general stuff related to aur type packages etc, I 
 could he wrong though

I build repo for MSYS2 as full working repository as core repository in Arch 
Linux--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] MSYS2 discussions OT for this list?

2013-11-09 Thread Zach Thibeau
Oh but tis a sweet song isn't it?
On Nov 9, 2013 1:46 PM, Jon jon.for...@gmail.com wrote:


 On Sat, Nov 9, 2013 at 12:11 PM, Alexpux alex...@gmail.com wrote:


 09 нояб. 2013 г., в 8:45, Jon jon.for...@gmail.com написал(а):

 After reviewing sbuild's use of MSYS2 artifacts to provide toolchains and
 then some


 https://www.gitorious.org/sbuild/sbuild/source/a8f47daae77bb2390843250fbe6445fed784d866:buildall.py#L33-149

 I have MSYS2 related questions for LRN, Alexey, and others on this list
 who may be involved with MSYS2 and care to provide feedback.

 That said, this ML is targeted to mingw-w64 issues rather than general
 issues best addressed at places like stackoverflow.

 My questions relate to assembling of a development toolkit similar to
 what I did when I was contributing to this project:


 https://github.com/oneclick/rubyinstaller/blob/master/config/devkit.rb#L30-L68

 https://github.com/oneclick/rubyinstaller/blob/master/config/compilers/mingwbuilds.rb

 I plan to do something similar for my buildlets pet project

 https://github.com/jonforums/buildlets

 but base the automated toolchain builds upon assembling a minimal set of
 MSYS2 artifacts (smaller than sbuild's and Alexey's full-featured MSYS2
 project) with nixMan and Alexey's official mingw-w64 toolchains for windows.


 Just now I work on creating MSYS2 repository based on ported Arch Linux
 pacman (package manager). In a week, I think, I upload repository to site
 and you can get only what you want. In next MSYS2 release I plan to add
 packman as package manager for MSYS2. Then you can update, install and
 uninstall MSYS2 packages from MSYS2 console when you need.



 Alexey, you continue to amaze :)

 My primary non-windows OS is Arch followed by Ubuntu Server. Hearing about
 your plans for a pacman port is, well, spectactular. I'm a bit speechless,
 but grinning ear to ear.

 I can't wait to play with your pacman + MSYS2 repo and see how I can
 integrate it into my powershell based buildlet pet project.

 Dammit...another very cool siren song to distract and consume free time
 ;-




 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models.
 Explore
 techniques for threading, error checking, porting, and tuning. Get the most
 from the latest Intel processors and coprocessors. See abstracts and
 register
 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
 ___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] MSYS2 discussions OT for this list?

2013-11-08 Thread JonY
On 11/9/2013 12:45, Jon wrote:
 Kai or JonY...is this primarily MSYS2 topic out-of-scope for this ML and I
 should directly contact LRN and Alexey?
 

I think it is fine, the list is rather low-traffic anyway.




signature.asc
Description: OpenPGP digital signature
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public