rob4226 / code-server-freebsd-port

FreeBSD port for cdr/code-server - Run VS Code on any machine anywhere and access it in the browser
BSD 2-Clause "Simplified" License
20 stars 7 forks source link

Port Status #4

Open dszidi opened 2 years ago

dszidi commented 2 years ago

Looks like activity has stagnated and there is an unreviewed PR. Is this port still being worked on?

EDIT: I found the bugzilla ticket. It seems ports is not a good fit for this judging by the comments?

rob4226 commented 2 years ago

Well the PR includes all the NPM dependencies in an external zip which I don't love for a couple of reasons, it would be hard to keep it up to date, the dependencies would need to be hosted somewhere (even tho they are already available on npm), and lastly it would lock all the dependencies to whatever I downloaded at that particular moment instead of relying on package.json to get the latest (but compatible) packages from NPM (security updates, etc...). Unfortunately the FreeBSD package system with the requirement that all network connections must be done before it is installed doesn't work well with the way node packages are installed. I did get it almost to work but I have to take a look at it again.

ykla commented 2 weeks ago

Hi,

What is the status of this port and has there been any progress, thank you very much.