notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/purescript-language-server/Makefile
SVNWeb

Number of commits found: 7

Mon, 30 Jan 2023
[ 14:20 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:fa93fdc383c190569821ae224413c848c19d9a7c  commit hash:fa93fdc383c190569821ae224413c848c19d9a7c  commit hash:fa93fdc383c190569821ae224413c848c19d9a7c  fa93fdc  (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Framework: Rewrite nodejs.mk and reorganize www/{node,npm,yarn}

The current USES=nodejs has the following issues:
- www/node is not the default version while www/node16 is.
- It also means inconsistent naming of node ports.
- www/npm duplicates with www/npm-node16.
- www/yarn duplicates with www/yarn-node16.

The notable changes are introduced to fix the above issues:
- Rewrite Mk/Uses/nodejs.mk.
- Add new LTS version of nodejs (www/noe18).
- Add new current version of nodejs (www/node19).
- Change default nodejs version from 16 to 18 (latest LTS).
- Use consistent naming for all supported node versions.
- Convert www/node, www/npm and www/yarn to meta ports.

After this commit:
- All supported node versions are named as node{14,16,18,19}
- www/node is a meta port which depends on the default version (e.g. www/node18)
- www/npm is a meta port which depends on the default version (e.g.
www/npm-node18)
- www/yarn is a meta port which depends on the default version (e.g.
www/yarn-node18)
- Bump PORTREVISION of dependent ports for dependency change (from www/node16 to
www/node18)

Discussed with:	jrm, otis, pizzamig
Thu, 24 Nov 2022
[ 19:22 Gleb Popov (arrowd) search for other commits by this committer ]    commit hash:b849a268736d3536f25ec72020e32beeaaa39070  commit hash:b849a268736d3536f25ec72020e32beeaaa39070  commit hash:b849a268736d3536f25ec72020e32beeaaa39070  b849a26 
devel/purescript-language-server: Update to 0.17.1
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 11 Aug 2022
[ 18:51 Gleb Popov (arrowd) search for other commits by this committer ]    commit hash:9d141984812a99995d615faf0de75302447f83ed  commit hash:9d141984812a99995d615faf0de75302447f83ed  commit hash:9d141984812a99995d615faf0de75302447f83ed  9d14198 
devel/purescript-language-server: Update to 0.16.6
Fri, 12 Nov 2021
[ 05:54 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7  commit hash:f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7  commit hash:f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7  f4ffcdf  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
*/*: use new nodejs USES flag

Simply define which nodejs version is required using the nodejs USES flag.

PR:                     259783
Differential Revision:	https://reviews.freebsd.org/D32790
Mon, 4 Oct 2021
[ 10:24 Gleb Popov (arrowd) search for other commits by this committer ]    commit hash:feff7bce0dfb420e6f0fe65aff675da801d6a096  commit hash:feff7bce0dfb420e6f0fe65aff675da801d6a096  commit hash:feff7bce0dfb420e6f0fe65aff675da801d6a096  feff7bc 
devel/purescript-language-server: Update to 0.15.7

Also install the script without .js extension.
Mon, 20 Sep 2021
[ 09:46 Gleb Popov (arrowd) search for other commits by this committer ]    commit hash:fdc69aab7cc5316cb40a98ec0d8e5df4594df74b  commit hash:fdc69aab7cc5316cb40a98ec0d8e5df4594df74b  commit hash:fdc69aab7cc5316cb40a98ec0d8e5df4594df74b  fdc69aa 
devel/purescript-language-server: + Add a port.

This is a Node-based implementation of LSP for the PureScript programming
language.

Number of commits found: 7