Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2017 16:56:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204577] [NEW MODULE] Mk/Uses/nodejs.mk Framework for NodeJS projects/ports
Message-ID:  <bug-204577-13-ZFIRtaVYDw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204577-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204577-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204577

--- Comment #40 from Olivier Duchateau <olivierd@FreeBSD.org> ---
In the past I worked on NodeJS USES framework. (my repo [1] is outdated, I'=
m no
longer interested to work on it, feel free to clone, update or whatever).

You can find a Draft [2] of Porter's Handbook, and a complete list [3] of p=
orts
available.

A NodeJS module (not extension, which are often written in C or C++) must
contains package.json and one or several JavaScript files that's all. My US=
ES
framework tries to follow this guideline.

Not mentioned in documentation page, but it supports DEFAULT_VERSION variab=
le=20
(available in /etc/make.conf). Module are downloaded from the NPM registry,=
 and
pkg-plist is build automatically. Users can override main targets (without =
to
be in conflict with targets of framework).

[1] https://app.assembla.com/spaces/cozycloud/subversion/source
[2] https://people.freebsd.org/~olivierd/porters-handbook/uses-nodejs.html
[3] https://people.freebsd.org/~olivierd/nodejs-ports.txt

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204577-13-ZFIRtaVYDw>