Bug 202398 - [NEW PORT] www/offline-npm: offline installation with npm install
Summary: [NEW PORT] www/offline-npm: offline installation with npm install
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-17 21:47 UTC by Carlos J Puga Medina
Modified: 2015-08-18 05:22 UTC (History)
1 user (show)

See Also:


Attachments
offline-npm.shar (2.67 KB, application/x-shar)
2015-08-17 21:47 UTC, Carlos J Puga Medina
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!