Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
minskim 96b1eb0058 textproc/ripgrep: Update to 11.0.2
Breaking changes since 0.10.0:

- ripgrep has tweaked its exit status codes to be more like GNU
  grep's. Namely, if a non-fatal error occurs during a search, then
  ripgrep will now always emit a 2 exit status code, regardless of
  whether a match is found or not.  Previously, ripgrep would only
  emit a 2 exit status code for a catastrophic error (e.g., regex
  syntax error). One exception to this is if ripgrep is run with
  -q/--quiet. In that case, if an error occurs and a match is found,
  then ripgrep will exit with a 0 exit status code.

- Supplying the -u/--unrestricted flag three times is now equivalent
  to supplying --no-ignore --hidden --binary. Previously, -uuu was
  equivalent to --no-ignore --hidden --text. The difference is that
  --binary disables binary file filtering without potentially dumping
  binary data into your terminal. That is, rg -uuu foo should now be
  equivalent to grep -r foo.

- The avx-accel feature of ripgrep has been removed since it is no
  longer necessary. All uses of AVX in ripgrep are now enabled
  automatically via runtime CPU feature detection. The simd-accel
  feature does remain available (only for enabling SIMD for
  transcoding), however, it does increase compilation times
  substantially at the moment.

See the release announcement for the complete list.

  https://github.com/BurntSushi/ripgrep/releases
2019-12-03 16:34:29 +00:00
archivers unrar: updated to 5.8.4 2019-11-28 06:45:10 +00:00
audio ardour: require jack with working sunaudio 2019-12-03 12:31:22 +00:00
benchmarks benchmarks: align variable assignments 2019-11-03 11:55:29 +00:00
biology gnome-chemistry-utils: Revbump for openbabel 3.0.0nb1 2019-11-20 18:57:57 +00:00
bootstrap boostrap: need_awk=yes for Arch Linux 2019-11-05 13:58:06 +00:00
cad (cad/gtkwave) Updated to 3.3.103 2019-11-16 12:48:19 +00:00
chat bitlbee-mastodon: Update to 1.4.3 2019-11-26 18:47:38 +00:00
comms comms/asterisk16: Fix compiler check via pkglint 2019-11-24 01:14:10 +00:00
converters py-emoji: updated to 0.5.4 2019-11-25 18:27:45 +00:00
cross Synchronise some missing dependencies that devel/doxygen/options.mk 2019-11-24 12:31:37 +00:00
databases phpmyadmin: update to 4.9.2 2019-12-03 12:42:28 +00:00
devel lang/rust/cargo.mk: Remove default DIST_SUBDIR 2019-12-03 16:29:39 +00:00
distfiles
doc Updated finance/bitcoin; Added finance/py-bitcoinrpc 2019-12-03 16:32:44 +00:00
editors abiword: Update to 3.0.4 2019-11-27 16:01:09 +00:00
emulators mame: requires gcc 7.2 2019-12-01 11:05:34 +00:00
filesystems filesystems: align variable assignments 2019-11-03 19:26:20 +00:00
finance py-bitcoinrpc: added version 1.0 2019-12-03 16:32:16 +00:00
fonts add missing deps in tex-libertine so it actually works 2019-12-03 09:32:01 +00:00
games 7kaa: convert imagemagick usage to icotool 2019-11-30 11:47:15 +00:00
geography py-country: updated to 19.8.18 2019-11-28 06:24:29 +00:00
graphics MesaLib: Fix name of manually constructed library on Darwin. 2019-12-02 10:09:29 +00:00
ham uhd: PLIST fix for Doxygen option 2019-11-28 19:41:38 +00:00
inputmethod uim-elisp: Needs autopoint 2019-11-29 03:19:55 +00:00
lang lang/rust/cargo.mk: Remove default DIST_SUBDIR 2019-12-03 16:29:39 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail Update to 20190914.0. From the changelog: 2019-12-02 16:42:14 +00:00
math cantor: add dependency on discount 2019-12-02 07:13:49 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs kde4: allow newer versions. comment out some packages that are not developed 2019-11-30 19:59:34 +00:00
misc Fix build with native X.org under NetBSD 2019-12-01 04:59:43 +00:00
mk net/tor: Add rust option to build the rust features in tor. 2019-11-24 18:42:15 +00:00
multimedia harvid: Update to 0.8.3 2019-12-02 13:42:00 +00:00
net Import dhcpcd-ui-0.7.7 with the following changes: 2019-12-03 15:40:05 +00:00
news sfeed: Update to 0.9.15 2019-11-26 11:03:13 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools pkgtools/pkglint: update to 19.3.13 2019-12-02 23:32:09 +00:00
print okular: add dependency on discount 2019-12-02 07:18:36 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security security/clamav: update to 0.102.1 2019-12-03 12:55:16 +00:00
shells {standalone-,static-,}tcsh: Update to 6.22.00 2019-11-28 20:46:39 +00:00
sysutils k3b: fix path to libkcddb 2019-12-03 14:12:21 +00:00
templates
textproc textproc/ripgrep: Update to 11.0.2 2019-12-03 16:34:29 +00:00
time Switch to new site in MASTER_SITES, and set MAINTAINER to pkgsrc-users. 2019-12-01 05:18:55 +00:00
wm pwm: update to 20070720. 2019-11-26 13:34:05 +00:00
www Update to 71.0 2019-12-03 14:33:43 +00:00
x11 py-qt4: fix PKGNAME; update HOMEPAGE 2019-12-01 14:53:56 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.