Bug 202398

Summary: [NEW PORT] www/offline-npm: offline installation with npm install
Product: Ports & Packages Reporter: Carlos J Puga Medina <cjpm>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
offline-npm.shar none

Description Carlos J Puga Medina 2015-08-17 21:47:09 UTC
Created attachment 159963 [details]
offline-npm.shar

Hassle-free npm pack including all dependencies for offline installation
with npm install

Add offline-npm to your project to serve a npm compatible tgz file
which contains all dependencies for offline installation with npm install.

Additionally you can use offline-npm -n to install packages from your
local npm cache directory (could be useful e.g. on travelling).

WWW: https://github.com/commenthol/offline-npm
Comment 1 Carlos J Puga Medina 2015-08-17 21:47:45 UTC
% portlint -AC
WARN: Makefile: [0]: possible direct use of command "install" found. use ${INSTALL_foobaa} instead.
WARN: Consider to set DEVELOPER=yes in /etc/make.conf
0 fatal errors and 2 warnings found.
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2015-08-18 05:21:51 UTC
Tests-builds are fine.
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-08-18 05:22:29 UTC
A commit references this bug:

Author: pi
Date: Tue Aug 18 05:21:30 UTC 2015
New revision: 394557
URL: https://svnweb.freebsd.org/changeset/ports/394557

Log:
  New Port: www/offline-npm

  Hassle-free npm pack including all dependencies for offline installation
  with npm install

  Add offline-npm to your project to serve a npm compatible tgz file
  which contains all dependencies for offline installation with npm install.

  Additionally you can use offline-npm -n to install packages from your
  local npm cache directory (could be useful e.g. on travelling).

  WWW: https://github.com/commenthol/offline-npm

  PR:		202398
  Submitted by:	Carlos J Puga Medina <cpm@fbsd.es>

Changes:
  head/www/Makefile
  head/www/offline-npm/
  head/www/offline-npm/Makefile
  head/www/offline-npm/distinfo
  head/www/offline-npm/pkg-descr
  head/www/offline-npm/pkg-plist
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2015-08-18 05:22:51 UTC
Thanks!