aboutsummaryrefslogtreecommitdiff
path: root/www/npm
Commit message (Collapse)AuthorAgeFilesLines
* - Change cache directory from ~/.npm to WRKSRC/tmp to avoid access on ~root/Sunpoet Po-Chuan Hsieh2013-04-181-0/+3
| | | | | | | | | | PR: ports/177091 Submitted by: John Marino <draco@marino.st> Obtained from: crees Feature safe: yes Notes: svn path=/head/; revision=316049
* - Update to 1.2.18Sunpoet Po-Chuan Hsieh2013-04-173-18/+267
| | | | | | | | Changes: https://github.com/isaacs/npm/commits/master Feature safe: yes Notes: svn path=/head/; revision=315986
* - Update to 1.2.15Sunpoet Po-Chuan Hsieh2013-03-283-3/+14
| | | | | | | Changes: https://github.com/isaacs/npm/commits/master Notes: svn path=/head/; revision=315498
* - Fix PLISTSunpoet Po-Chuan Hsieh2013-03-031-3/+0
| | | | Notes: svn path=/head/; revision=313325
* - Update to 1.2.12Sunpoet Po-Chuan Hsieh2013-02-203-10/+10
| | | | | | | Changes: https://github.com/isaacs/npm/commits/master Notes: svn path=/head/; revision=312657
* - Update to 1.2.4Sunpoet Po-Chuan Hsieh2013-02-013-12/+22
| | | | | | | Changes: https://github.com/isaacs/npm/commits/master Notes: svn path=/head/; revision=311347
* - Update to 1.2.0Sunpoet Po-Chuan Hsieh2013-01-303-73/+1368
| | | | | | | Changes: https://github.com/isaacs/npm/commits/master Notes: svn path=/head/; revision=311239
* - Update to 1.1.68Sunpoet Po-Chuan Hsieh2012-12-083-28/+55
| | | | | | | | | | - Update maintainer section to match github URL change and generate better diff header Changes: https://github.com/isaacs/npm/commits/master Feature safe: yes Notes: svn path=/head/; revision=308486
* - Fix PLISTSunpoet Po-Chuan Hsieh2012-10-061-1/+0
| | | | | | | Reported by: pkgng Notes: svn path=/head/; revision=305388
* - Update to 1.1.62Sunpoet Po-Chuan Hsieh2012-10-013-17/+28
| | | | | | | | | | | - Add LICENSE - Remove trailing slash from MANPREFIX - Cleanup Makefile header Changes: https://github.com/isaacs/npm/commits/master Notes: svn path=/head/; revision=305124
* - Update to 1.1.59Sunpoet Po-Chuan Hsieh2012-09-083-23/+18
| | | | | | | Changes: https://github.com/isaacs/npm/commits/master Notes: svn path=/head/; revision=303848
* - Update to 1.1.49Sunpoet Po-Chuan Hsieh2012-08-203-109/+86
| | | | | | | | | | | - Pet portlint: - Remove MAKE_JOBS_UNSAFE - Use MAN1/MAN3 for manpages Changes: https://github.com/isaacs/npm/commits/master Notes: svn path=/head/; revision=302818
* - Update to 1.1.45Sunpoet Po-Chuan Hsieh2012-08-053-82/+348
| | | | | | | | | - Convert to new options framework Changes: https://github.com/isaacs/npm/commits/master Notes: svn path=/head/; revision=302081
* - Fix maintainer sectionSunpoet Po-Chuan Hsieh2012-07-101-1/+0
| | | | Notes: svn path=/head/; revision=300733
* - Add maintainer sectionSunpoet Po-Chuan Hsieh2012-05-191-0/+35
| | | | Notes: svn path=/head/; revision=296953
* - Allow node-devel users to install npmSunpoet Po-Chuan Hsieh2012-05-141-1/+9
| | | | Notes: svn path=/head/; revision=296601
* - Do not try to remove PREFIX/lib/node_modules, this directory is now owned ↵Sunpoet Po-Chuan Hsieh2012-05-081-1/+0
| | | | | | | by node Notes: svn path=/head/; revision=296222
* - Add npm 1.1.21Sunpoet Po-Chuan Hsieh2012-05-084-0/+835
npm is a package manager for node. You can use it to install and publish your node programs. It manages dependencies and does other cool stuff. WWW: http://npmjs.org/ WWW: https://github.com/isaacs/npm Notes: svn path=/head/; revision=296195