Re: [ITA] astyle

2025-03-25 Thread Andrew Schulman via Cygwin-apps
> > Welcome to the team and thanks for adopting your first package > > ++ - welcoming Gold Star? Andrew/? Awarded! https://cygwin.com/goldstars/#MC Welcome to Cygwin. (Sorry it took me 2 months to answer this... posting problems... but the gold star has been up there for a while!) Andrew

Re: [ITA] astyle

2025-02-03 Thread Michael Cook via Cygwin-apps
ok, so to recap... * test my changes locally (`cygport astyle.cygport all check` etc) * `git push` to ssh://cygwin.com/git/cygwin-packages/astyle/ * watch the scalliwag job: https://cygwin.com/cgi-bin2/jobs.cgi?srcpkg=astyle * deploy: ssh cyg...@cygwin.com "jobs deploy xxx" * compose announcement

Re: [ITA] astyle

2025-02-02 Thread Marco Atzeri via Cygwin-apps
On 02/02/2025 18:29, Michael Cook wrote: Let's see if I understand correctly... In cygwin-packages I have this: $ git remote -v origin https://cygwin.com/git/cygwin-packages/astyle/ (fetch) origin https://cygwin.com/git/cygwin-packages/astyle/ (push) $ git status On branch

Re: [ITA] astyle

2025-02-02 Thread Brian Inglis via Cygwin-apps
On 2025-02-02 10:29, Michael Cook via Cygwin-apps wrote: Let's see if I understand correctly... In cygwin-packages I have this: $ git remote -v origin https://cygwin.com/git/cygwin-packages/astyle/ (fetch) origin https://cygwin.com/git/cygwin-packages/astyle/ (push) $ git status On branch maste

Re: [ITA] astyle

2025-02-02 Thread Jon Turney via Cygwin-apps
On 02/02/2025 17:29, Michael Cook via Cygwin-apps wrote: Let's see if I understand correctly... In cygwin-packages I have this: $ git remote -v origin https://cygwin.com/git/cygwin-packages/astyle/ (fetch) origin https://cygwin.com/git/cygwin-packages/astyle/ (push) $ git status On branch maste

Re: [ITA] astyle

2025-02-02 Thread Michael Cook via Cygwin-apps
Let's see if I understand correctly... In cygwin-packages I have this: $ git remote -v origin https://cygwin.com/git/cygwin-packages/astyle/ (fetch) origin https://cygwin.com/git/cygwin-packages/astyle/ (push) $ git status On branch master Your branch is up to date with 'origin/master'. Untrack

Re: [ITA] astyle

2025-01-31 Thread Brian Inglis via Cygwin-apps
On 2025-01-31 05:54, Marco Atzeri via Cygwin wrote: On 31/01/2025 13:35, Michael Cook via Cygwin-apps wrote: After GTG (Good to Go) approval from other packagers and you providing  your SSH Key ok, I've tested the newly built astyle.exe and it's working fine. I infer that I need to wait for

Re: [ITA] astyle

2025-01-31 Thread Michael Cook via Cygwin-apps
> > After GTG (Good to Go) approval from other packagers > and you providing your SSH Key ok, I've tested the newly built astyle.exe and it's working fine. I infer that I need to wait for the cygwin-pkg-maint page to be updated with my name before I can submit my ssh key. -astyle

Re: [ITA] astyle

2025-01-30 Thread Michael Cook via Cygwin-apps
> likely you have defined /bin in the PATH before /usr/bin Wow. That was it. My compile succeeded now. ok, stay tuned... Michael On Thu, Jan 30, 2025 at 3:49 PM Marco Atzeri via Cygwin-apps < cygwin-apps@cygwin.com> wrote: > On 30/01/2025 20:48, Michael Cook via Cygwin-apps wrote: > > Thanks, I

Re: [ITA] astyle

2025-01-30 Thread Marco Atzeri via Cygwin-apps
On 30/01/2025 20:48, Michael Cook via Cygwin-apps wrote: Thanks, I suspected this package wasn't using the latest conventions. I'm having trouble with `compile` now though: $ cygport astyle.cygport compile Compiling astyle-3.6.6-1.x86_64 CMake Error: Could not find CMAKE_ROOT !!! CMake has mo

Re: [ITA] astyle

2025-01-30 Thread Michael Cook via Cygwin-apps
Thanks, I suspected this package wasn't using the latest conventions. I'm having trouble with `compile` now though: $ cygport astyle.cygport compile >>> Compiling astyle-3.6.6-1.x86_64 CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly. Modules directory

Re: [ITA] astyle

2025-01-30 Thread ASSI via Cygwin-apps
Michael Cook via Cygwin-apps writes: > +SRC_URI=" > https://gitlab.com/saalen/astyle/-/archive/3.6.6/astyle-3.6.6.tar.gz"; https://gitlab.com/saalen/${PN}/-/archive/${PV}/${P}.tar.gz"; will let you change versions without having to find it in each and every string. > +SRC_DIR=astyle-3.6.6 If yo

Re: [ITA] astyle

2025-01-30 Thread Marco Atzeri via Cygwin-apps
On 30/01/2025 18:36, Marco Atzeri wrote: On 30/01/2025 17:35, Michael Cook via Cygwin-apps wrote: Sure, attached. It's very similar to the old astyle-2.06-1.cygport: see attached, I rewrote following latest practice and to use cmake. no need of source patch and to use version on file name.

Re: [ITA] astyle

2025-01-30 Thread Marco Atzeri via Cygwin-apps
On 30/01/2025 17:35, Michael Cook via Cygwin-apps wrote: Sure, attached. It's very similar to the old astyle-2.06-1.cygport: see attached, I rewrote following latest practice and to use cmake. no need of source patch and to use version on file name. Let me know if something is not clear. R

Re: [ITA] astyle

2025-01-30 Thread Michael Cook via Cygwin-apps
Sure, attached. It's very similar to the old astyle-2.06-1.cygport: --- astyle-2.06-1.cygport 2025-01-30 06:35:58.321284100 -0500 +++ astyle-3.6.6.cygport 2025-01-30 06:33:35.048925600 -0500 @@ -1,10 +1,10 @@ HOMEPAGE="http://astyle.sourceforge.net/"; -SRC_URI="mirror://sourceforge/astyle/${PN}_

Re: [ITA] astyle

2025-01-30 Thread Marco Atzeri via Cygwin-apps
On 30/01/2025 13:36, Michael Cook via Cygwin-apps wrote: The astyle version used in the Cygwin package is 2.06 from 2016. I have a working package using the latest astyle release 3.6.6. * `cygport download all-test check` succeeds * running the resulting astyle.exe in an existing source code rep

Re: [ITA] astyle

2016-02-23 Thread Andrew Schulman
> On 2016-02-23 09:04, Chris Sutcliffe wrote: > > I would like to adopt astyle as it is currently orphaned. > > > > I have built and packaged the latest (2.05.1) release based on the > > last release (2.04) that I packaged. I'm happy to have someone review > > the packaging if anyone is interested

Re: [ITA] astyle

2016-02-23 Thread Yaakov Selkowitz
On 2016-02-23 09:04, Chris Sutcliffe wrote: I would like to adopt astyle as it is currently orphaned. I have built and packaged the latest (2.05.1) release based on the last release (2.04) that I packaged. I'm happy to have someone review the packaging if anyone is interested. It's yours agai