mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 1.1.62
- Add LICENSE - Remove trailing slash from MANPREFIX - Cleanup Makefile header Changes: https://github.com/isaacs/npm/commits/master
This commit is contained in:
parent
7f590f9ad9
commit
4ce130623d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305124
@ -1,18 +1,16 @@
|
||||
# New ports collection makefile for: npm
|
||||
# Date created: 2011-12-18
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= npm
|
||||
PORTVERSION= 1.1.59
|
||||
PORTVERSION= 1.1.62
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= LOCAL/sunpoet
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Node package manager
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
OPTIONS_DEFINE= NODE_DEVEL
|
||||
NODE_DEVEL_DESC=Use www/node-devel instead of www/node
|
||||
|
||||
@ -24,7 +22,7 @@ MAN1= README.1 adduser.1 bin.1 bugs.1 build.1 bundle.1 cache.1 \
|
||||
changelog.1 coding-style.1 completion.1 config.1 dedupe.1 \
|
||||
deprecate.1 developers.1 disputes.1 docs.1 edit.1 explore.1 \
|
||||
faq.1 folders.1 help-search.1 help.1 index.1 init.1 install.1 \
|
||||
json.1 link.1 list.1 npm.1 outdated.1 owner.1 pack.1 prefix.1 \
|
||||
json.1 link.1 ls.1 npm.1 outdated.1 owner.1 pack.1 prefix.1 \
|
||||
prune.1 publish.1 rebuild.1 registry.1 removing-npm.1 \
|
||||
restart.1 root.1 run-script.1 scripts.1 search.1 semver.1 \
|
||||
shrinkwrap.1 star.1 start.1 stop.1 submodule.1 tag.1 test.1 \
|
||||
@ -35,7 +33,7 @@ MAN3= bin.3 bugs.3 commands.3 config.3 deprecate.3 docs.3 edit.3 \
|
||||
rebuild.3 restart.3 root.3 run-script.3 search.3 shrinkwrap.3 \
|
||||
start.3 stop.3 submodule.3 tag.3 test.3 uninstall.3 \
|
||||
unpublish.3 update.3 version.3 view.3 whoami.3
|
||||
MANPREFIX= ${PREFIX}/lib/node_modules/npm/
|
||||
MANPREFIX= ${PREFIX}/lib/node_modules/npm
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (npm-1.1.59.tar.xz) = 58f7a62b7edfd67ba3c1d27b57b8d2568e43c39e3bd64ed74507b4ce2ae77e95
|
||||
SIZE (npm-1.1.59.tar.xz) = 1492740
|
||||
SHA256 (npm-1.1.62.tar.xz) = 25ef0ef432e0df042f66b12fd652c7809c4c3be04b1dbc9f6036bd04cf229dbd
|
||||
SIZE (npm-1.1.62.tar.xz) = 1495992
|
||||
|
@ -76,7 +76,7 @@ lib/node_modules/npm/doc/cli/init.md
|
||||
lib/node_modules/npm/doc/cli/install.md
|
||||
lib/node_modules/npm/doc/cli/json.md
|
||||
lib/node_modules/npm/doc/cli/link.md
|
||||
lib/node_modules/npm/doc/cli/list.md
|
||||
lib/node_modules/npm/doc/cli/ls.md
|
||||
lib/node_modules/npm/doc/cli/npm.md
|
||||
lib/node_modules/npm/doc/cli/outdated.md
|
||||
lib/node_modules/npm/doc/cli/owner.md
|
||||
@ -171,7 +171,7 @@ lib/node_modules/npm/html/doc/init.html
|
||||
lib/node_modules/npm/html/doc/install.html
|
||||
lib/node_modules/npm/html/doc/json.html
|
||||
lib/node_modules/npm/html/doc/link.html
|
||||
lib/node_modules/npm/html/doc/list.html
|
||||
lib/node_modules/npm/html/doc/ls.html
|
||||
lib/node_modules/npm/html/doc/npm.html
|
||||
lib/node_modules/npm/html/doc/outdated.html
|
||||
lib/node_modules/npm/html/doc/owner.html
|
||||
@ -205,10 +205,10 @@ lib/node_modules/npm/html/docfoot.html
|
||||
lib/node_modules/npm/html/dochead.html
|
||||
lib/node_modules/npm/html/favicon.ico
|
||||
lib/node_modules/npm/html/index.html
|
||||
lib/node_modules/npm/html/style.css
|
||||
lib/node_modules/npm/html/webfonts/23242D_3_0.eot
|
||||
lib/node_modules/npm/html/webfonts/23242D_3_0.ttf
|
||||
lib/node_modules/npm/html/webfonts/23242D_3_0.woff
|
||||
lib/node_modules/npm/html/static/style.css
|
||||
lib/node_modules/npm/html/static/webfonts/23242D_3_0.eot
|
||||
lib/node_modules/npm/html/static/webfonts/23242D_3_0.ttf
|
||||
lib/node_modules/npm/html/static/webfonts/23242D_3_0.woff
|
||||
lib/node_modules/npm/lib/adduser.js
|
||||
lib/node_modules/npm/lib/bin.js
|
||||
lib/node_modules/npm/lib/bugs.js
|
||||
@ -279,6 +279,7 @@ lib/node_modules/npm/node_modules/.bin/clear
|
||||
lib/node_modules/npm/node_modules/.bin/imgcat
|
||||
lib/node_modules/npm/node_modules/.bin/node-gyp
|
||||
lib/node_modules/npm/node_modules/.bin/nopt
|
||||
lib/node_modules/npm/node_modules/.bin/opener
|
||||
lib/node_modules/npm/node_modules/.bin/semver
|
||||
lib/node_modules/npm/node_modules/.bin/starwars
|
||||
lib/node_modules/npm/node_modules/.bin/which
|
||||
@ -353,6 +354,10 @@ lib/node_modules/npm/node_modules/fstream/.npmignore
|
||||
lib/node_modules/npm/node_modules/fstream/.travis.yml
|
||||
lib/node_modules/npm/node_modules/fstream/LICENCE
|
||||
lib/node_modules/npm/node_modules/fstream/README.md
|
||||
lib/node_modules/npm/node_modules/fstream/examples/filter-pipe.js
|
||||
lib/node_modules/npm/node_modules/fstream/examples/pipe.js
|
||||
lib/node_modules/npm/node_modules/fstream/examples/reader.js
|
||||
lib/node_modules/npm/node_modules/fstream/examples/symlink-write.js
|
||||
lib/node_modules/npm/node_modules/fstream/fstream.js
|
||||
lib/node_modules/npm/node_modules/fstream/lib/abstract.js
|
||||
lib/node_modules/npm/node_modules/fstream/lib/collect.js
|
||||
@ -572,6 +577,7 @@ lib/node_modules/npm/node_modules/npm-registry-client/test/fixtures/underscore/c
|
||||
lib/node_modules/npm/node_modules/npm-registry-client/test/retries.js
|
||||
lib/node_modules/npm/node_modules/npm-registry-client/test/zz-cleanup.js
|
||||
lib/node_modules/npm/node_modules/npmconf/.npmignore
|
||||
lib/node_modules/npm/node_modules/npmconf/LICENSE
|
||||
lib/node_modules/npm/node_modules/npmconf/README.md
|
||||
lib/node_modules/npm/node_modules/npmconf/config-defs.js
|
||||
lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/.npmignore
|
||||
@ -612,6 +618,10 @@ lib/node_modules/npm/node_modules/once/README.md
|
||||
lib/node_modules/npm/node_modules/once/once.js
|
||||
lib/node_modules/npm/node_modules/once/package.json
|
||||
lib/node_modules/npm/node_modules/once/test/once.js
|
||||
lib/node_modules/npm/node_modules/opener/LICENSE.txt
|
||||
lib/node_modules/npm/node_modules/opener/README.md
|
||||
lib/node_modules/npm/node_modules/opener/opener.js
|
||||
lib/node_modules/npm/node_modules/opener/package.json
|
||||
lib/node_modules/npm/node_modules/osenv/LICENSE
|
||||
lib/node_modules/npm/node_modules/osenv/README.md
|
||||
lib/node_modules/npm/node_modules/osenv/osenv.js
|
||||
@ -916,6 +926,7 @@ lib/node_modules/npm/test/update-test.sh
|
||||
@dirrm lib/node_modules/npm/node_modules/read
|
||||
@dirrm lib/node_modules/npm/node_modules/osenv/test
|
||||
@dirrm lib/node_modules/npm/node_modules/osenv
|
||||
@dirrm lib/node_modules/npm/node_modules/opener
|
||||
@dirrm lib/node_modules/npm/node_modules/once/test
|
||||
@dirrm lib/node_modules/npm/node_modules/once
|
||||
@dirrm lib/node_modules/npm/node_modules/npmlog/test
|
||||
@ -982,6 +993,7 @@ lib/node_modules/npm/test/update-test.sh
|
||||
@dirrm lib/node_modules/npm/node_modules/glob/examples
|
||||
@dirrm lib/node_modules/npm/node_modules/glob
|
||||
@dirrm lib/node_modules/npm/node_modules/fstream/lib
|
||||
@dirrm lib/node_modules/npm/node_modules/fstream/examples
|
||||
@dirrm lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test
|
||||
@dirrm lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/example
|
||||
@dirrm lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore
|
||||
@ -1013,7 +1025,8 @@ lib/node_modules/npm/test/update-test.sh
|
||||
@dirrm lib/node_modules/npm/lib/utils/completion
|
||||
@dirrm lib/node_modules/npm/lib/utils
|
||||
@dirrm lib/node_modules/npm/lib
|
||||
@dirrm lib/node_modules/npm/html/webfonts
|
||||
@dirrm lib/node_modules/npm/html/static/webfonts
|
||||
@dirrm lib/node_modules/npm/html/static
|
||||
@dirrm lib/node_modules/npm/html/doc
|
||||
@dirrm lib/node_modules/npm/html/api
|
||||
@dirrm lib/node_modules/npm/html
|
||||
|
Loading…
Reference in New Issue
Block a user