Re: [new] lang/mujs

2024-04-23 Thread Stuart Henderson
On 2024/04/23 22:09, Pascal Stumpf wrote: > On Tue, 23 Apr 2024 20:51:59 +0100, Stuart Henderson wrote: > > On 2024/04/23 21:10, Pascal Stumpf wrote: > > > MuJS is a lightweight Javascript interpreter designed for embedding > > > in other software to extend them with scripting capabilities. > > >

Re: [new] lang/mujs

2024-04-23 Thread Pascal Stumpf
On Tue, 23 Apr 2024 20:51:59 +0100, Stuart Henderson wrote: > On 2024/04/23 21:10, Pascal Stumpf wrote: > > MuJS is a lightweight Javascript interpreter designed for embedding > > in other software to extend them with scripting capabilities. > > > > MuJS was designed with a focus on small size,

Re: [new] lang/mujs

2024-04-23 Thread Stuart Henderson
On 2024/04/23 21:10, Pascal Stumpf wrote: > MuJS is a lightweight Javascript interpreter designed for embedding > in other software to extend them with scripting capabilities. > > MuJS was designed with a focus on small size, correctness, and > simplicity. It is written in portable C and

[new] lang/mujs

2024-04-23 Thread Pascal Stumpf
MuJS is a lightweight Javascript interpreter designed for embedding in other software to extend them with scripting capabilities. MuJS was designed with a focus on small size, correctness, and simplicity. It is written in portable C and implements ECMAScript as specified by ECMA-262. The

Re: NEW: lang/mujs

2018-07-24 Thread Brian Callahan
Hi Stuart -- On 07/24/18 12:05, Stuart Henderson wrote: For the header, you can temporarily add a #error to the /usr/local one and know whether it gets picked up or not. Right, of course. Don't know why that slipped my mind. Anyhow, here is a small diff to MuPDF to ensure that the correct

Re: NEW: lang/mujs

2018-07-24 Thread Stuart Henderson
For the header, you can temporarily add a #error to the /usr/local one and know whether it gets picked up or not. -- Sent from a phone, apologies for poor formatting. On 24 July 2018 16:48:33 Brian Callahan wrote: Hi Stuart -- On 7/24/2018 9:16 AM, Stuart Henderson wrote: On 2018/07/24

Re: NEW: lang/mujs

2018-07-24 Thread Brian Callahan
Hi Stuart -- On 7/24/2018 9:16 AM, Stuart Henderson wrote: > On 2018/07/24 15:11, Charlène wrote: >> On Mon, 23 Jul 2018 17:05:34 -0400 >> Brian Callahan wrote: >> >>> Hi ports -- >>> >>> Attached is a new port, lang/mujs. MuJS is a lightweight, embeddable >>> Javascript interpreter. >>> >>

Re: NEW: lang/mujs

2018-07-24 Thread Stuart Henderson
On 2018/07/24 15:11, Charlène wrote: > On Mon, 23 Jul 2018 17:05:34 -0400 > Brian Callahan wrote: > > > Hi ports -- > > > > Attached is a new port, lang/mujs. MuJS is a lightweight, embeddable > > Javascript interpreter. > > > > > Works for me on amd64, armv7, and macppc. > > > > OK? Did

Re: NEW: lang/mujs

2018-07-24 Thread Charlène
On Mon, 23 Jul 2018 17:05:34 -0400 Brian Callahan wrote: > Hi ports -- > > Attached is a new port, lang/mujs. MuJS is a lightweight, embeddable > Javascript interpreter. > > Works for me on amd64, armv7, and macppc. > > OK? > Hi! I've successfully tried some examples found in the html

NEW: lang/mujs

2018-07-23 Thread Brian Callahan
Hi ports -- Attached is a new port, lang/mujs. MuJS is a lightweight, embeddable Javascript interpreter. --- pkg/DESCR: MuJS is a lightweight Javascript interpreter designed for embedding in other software to extend them with scripting capabilities. MuJS was designed with a focus on small