Re: [NEW] www/unit

2021-10-27 Thread Sergey A. Osokin
Hi Ryan, hope you're doing well. On Wed, Oct 06, 2021 at 02:41:26AM +, Sergey A. Osokin wrote: > On Tue, Oct 05, 2021 at 06:42:21PM -0500, Ryan Schmidt wrote: > > On Sep 29, 2021, at 04:50, Sergey A. Osokin wrote: > > > > > 2. added php module, commented out at the moment, PHP embed SAPI is

Re: [NEW] www/unit

2021-10-05 Thread Sergey A. Osokin
Hey Ryan, On Tue, Oct 05, 2021 at 06:42:21PM -0500, Ryan Schmidt wrote: > On Sep 29, 2021, at 04:50, Sergey A. Osokin wrote: > > > 2. added php module, commented out at the moment, PHP embed SAPI is > > required to build Unit's PHP module, here's the > > I wasn't aware of the existence of the

Re: [NEW] www/unit

2021-10-05 Thread Ryan Schmidt
On Sep 29, 2021, at 04:50, Sergey A. Osokin wrote: > 2. added php module, commented out at the moment, PHP embed SAPI is > required to build Unit's PHP module, here's the I wasn't aware of the existence of the PHP embed SAPI, but now that I am, I should be able to add this to the php ports.

Re: [NEW] www/unit

2021-09-29 Thread Sergey A. Osokin
Hi Chris, thanks very much for the update. On Wed, Sep 29, 2021 at 12:17:09PM +0100, Christopher Jones wrote: > > Rather than sending around attachments, it would be much more convenient > for commenting if you could open a PR with the update. > https://github.com/macports/macports-ports Here

Re: [NEW] www/unit

2021-09-29 Thread Christopher Jones
Rather than sending around attachments, it would be much more convenient for commenting if you could open a PR with the update. https://github.com/macports/macports-ports Chris > On 29 Sep 2021, at 10:50 am, Sergey A. Osokin wrote: > > Hi, > >

Re: [NEW] www/unit

2021-09-29 Thread Sergey A. Osokin
Hi, updated version of the www/unit/Portfile is attached, here's the list of changes: 1. multi-versions support for perl, python and ruby languages 2. added php module, commented out at the moment, PHP embed SAPI is required to build Unit's PHP module, here's the `./configure php .. ' outpu

Re: [NEW] www/unit

2021-09-27 Thread Sergey A. Osokin
Hey Graid, thanks for the update and questions! On Mon, Sep 27, 2021 at 06:00:40PM -0400, Craig Treleaven wrote: > > On Sep 27, 2021, at 9:07 AM, Sergey A. Osokin wrote: > > > > Hi folks, > > > > On Fri, Sep 24, 2021 at 02:33:34PM -0500, Marius Schamschula wrote: > >> Sergey, > >> > >> I’ve ed

Re: [NEW] www/unit

2021-09-27 Thread Craig Treleaven
> On Sep 27, 2021, at 9:07 AM, Sergey A. Osokin wrote: > > Hi folks, > > On Fri, Sep 24, 2021 at 02:33:34PM -0500, Marius Schamschula wrote: >> Sergey, >> >> I’ve edited those parts: > > is there any other suggestions or comments on the www/unit/Portfile? In the absence of feedback from peop

Re: [NEW] www/unit

2021-09-27 Thread Sergey A. Osokin
Hi folks, On Fri, Sep 24, 2021 at 02:33:34PM -0500, Marius Schamschula wrote: > Sergey, > > I’ve edited those parts: is there any other suggestions or comments on the www/unit/Portfile? Thank you. -- Sergey Osokin # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-of

Re: [NEW] www/unit

2021-09-24 Thread Sergey A. Osokin
On Fri, Sep 24, 2021 at 02:33:34PM -0500, Marius Schamschula wrote: > Sergey, > > I’ve edited those parts: Thanks, Marius. -- Sergey Osokin signature.asc Description: PGP signature

Re: [NEW] www/unit

2021-09-24 Thread Marius Schamschula
Sergey,I’ve edited those parts:# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 nameunit version 1.25.0 categories www platforms darwin license Apache-2 m

Re: [NEW] www/unit

2021-09-24 Thread Sergey A. Osokin
Hi Marius, thanks for your comments, the Portfile has been updated, attached. On Fri, Sep 24, 2021 at 01:13:15PM -0500, Marius Schamschula wrote: > Sergey, > > A quick scan of the Portfile shows some whitespace inconsistencies: We prefer > to use spaces, rather than tab stops. > > Instead of u

Re: [NEW] www/unit

2021-09-24 Thread Marius Schamschula
Sergey, A quick scan of the Portfile shows some whitespace inconsistencies: We prefer to use spaces, rather than tab stops. Instead of using ${description}, use {*}${description}, it’s a tcl thing! No need for "post-destroot {}” in the various supports, if you put post-destroot inside a subpo

[NEW] www/unit

2021-09-24 Thread Sergey A. Osokin
Hi, hope you're doing well these days. I'm working on the NGINX Unit port and created my first version of the Portfile, and it's attached. NGINX Unit supports mostly all versions of: - perl - php - python - ruby and other languages, so I'm interested how to support all of those with macports. C