Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 4e8a5f1a5b npm: updated to 6.7.0
v6.7.0:

Hey y'all! This is a quick hotfix release that includes some important fixes to npm@6.6.0 related to the large rewrite/refactor. We're tagging it as a feature release because the changes involve some minor new features, and semver is semver, but there's nothing major here.

NEW FEATURES
Improve usage errors to npm org commands and add optional filtering to npm org ls subcommand.

BUGFIXES
Fix default usage printout for npm org so you actually see how it's supposed to be used.
fix default usage message for npm hook

DOCS
Add manpage for npm org command.

DEPENDENCY BUMPS
Fall back to "fullfat" packuments on ETARGET errors. This will make it so that, when a package is published but the corgi follower hasn't caught up, users can still install a freshly-published package.
Fixes auth error for username/password legacy authentication.
Fixes issue with "cannot run in wd" errors for run-scripts.
Fixes issues with leaking signal-exit instances and file descriptors.
2019-01-24 08:31:18 +00:00
archivers Update makeself to 2.4.0. 2019-01-18 22:08:16 +00:00
audio libmatemixer: Update to 1.21.0: 2019-01-16 14:59:45 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology Add hisat2 2019-01-15 01:27:42 +00:00
bootstrap Update the root_group for Minix to match the changes to mk files. 2018-11-15 22:08:30 +00:00
cad Updated cad/gtkwave to 3.3.98 2019-01-05 14:44:46 +00:00
chat toxcore: update to 0.2.7 2019-01-21 07:51:03 +00:00
comms revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
converters Update to 1.40 2019-01-12 13:57:04 +00:00
cross Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
databases py-mongo: updated to 3.7.2 2019-01-22 10:00:13 +00:00
devel py-pip: updated to 19.0.1 2019-01-24 08:29:39 +00:00
distfiles
doc more tex updates 2019-01-23 19:34:21 +00:00
editors texstudio: update to 2.12.14 2019-01-21 10:12:12 +00:00
emulators qemu: add some missing binaries to NOT_PAX_MPROTECT_SAFE. 2019-01-22 12:08:14 +00:00
filesystems py-filesystem: removed; successor py-fs 2019-01-16 08:57:17 +00:00
finance py-stripe: updated to 2.18.0 2019-01-15 19:14:07 +00:00
fonts tex-cabin{,-doc}: update to 2018 2019-01-23 19:21:32 +00:00
games SETGIDGAME -> USE_GAMESGROUP 2019-01-20 08:15:00 +00:00
geography viking: Update to 1.7 2019-01-22 15:28:45 +00:00
graphics tex-tikzsymbols{,-doc}: update to 4.10a 2019-01-23 11:29:54 +00:00
ham uhd: Restore mistakenly-removed PKGREVISION 2019-01-09 19:21:37 +00:00
inputmethod Update to 1.0.5 2019-01-04 23:37:08 +00:00
lang npm: updated to 6.7.0 2019-01-24 08:31:18 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail mutt: add build dependencies on docbook-xsl and lynx 2019-01-22 13:20:57 +00:00
math tex-apnum{,-doc}: update to 1.7 2019-01-22 12:22:18 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs texlive-collection-latexextra: add tex-{etoc,newunicodechar,stackengine} 2019-01-22 12:00:20 +00:00
misc misc/ruby-mimemagic: update to 0.3.3 2019-01-20 14:35:39 +00:00
mk Call replace-names before SU 2019-01-22 14:29:44 +00:00
multimedia xfce4-mpc-plugin: update to 0.5.1: no changelog available. 2019-01-18 13:03:42 +00:00
net Update to 8.02. From the changelog: 2019-01-22 18:28:40 +00:00
news flnews: update to 0.16. 2019-01-21 12:03:41 +00:00
packages
parallel *: update email for fhajny 2018-12-15 21:12:18 +00:00
pkgtools pkgin: fix some clang build errors on NetBSD-current 2019-01-15 09:49:40 +00:00
print print/Makefile: minor ordering fix 2019-01-24 06:43:43 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security py-cryptography[_vectors]: updated to 2.5 2019-01-23 12:21:04 +00:00
shells bash: Adjust dollar_dollar_pid type (pid_t, not int) 2019-01-21 09:03:44 +00:00
sysutils make this compile again. 2019-01-22 22:07:33 +00:00
templates
textproc py-eradicate: updated to 1.0 2019-01-22 10:44:10 +00:00
time time/ruby-hitimes: update to 1.3.1 2019-01-20 14:49:08 +00:00
wm Make mate-maximus work. 2019-01-23 15:00:15 +00:00
www firefox: Remove -pie on SunOS. 2019-01-23 15:45:48 +00:00
x11 Silence useless warning. 2019-01-23 15:34:31 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README Don't prefix commands by a shell prompt, so they're slightly easier to copy. 2018-10-09 22:55:48 +00:00

$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya Exp $

pkgsrc is a framework for building software on UNIX-like systems.

To use, bootstrap using:
    cd pkgsrc/bootstrap/
    ./bootstrap

build packages, use:
    cd pkgsrc/category/package-name
    $PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

Bugs and patches can be filed in the follow link (use category 'pkg'):
https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd

To fetch the main CVS repository:
    cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

It's also possible to contribute through pkgsrc wip (work in progress), for
more information, see http://pkgsrc.org/wip/users/

Please see doc/pkgsrc.txt for information.