Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 7d20161bf1 lz4: updated to 1.8.2
v1.8.2
perf: *much* faster dictionary compression on small files
perf: improved decompression speed and binary size
perf: slightly faster HC compression and decompression speed
perf: very small compression ratio improvement
fix : compression compatible with low memory addresses (< 0xFFFF)
fix : decompression segfault when provided with NULL input
cli : new command --favor-decSpeed
cli : benchmark mode more accurate for small inputs
fullbench : can bench _destSize() variants
doc : clarified block format parsing restrictions
2018-05-10 13:16:27 +00:00
archivers lz4: updated to 1.8.2 2018-05-10 13:16:27 +00:00
audio mpc: update to 0.30. 2018-05-07 10:46:52 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Add samtools 2018-05-07 18:40:10 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad revbump for boost-libs update 2018-04-29 21:31:17 +00:00
chat revbump for boost-libs update 2018-04-29 21:31:17 +00:00
comms revbump for boost-libs update 2018-04-29 21:31:17 +00:00
converters converters/Makefile: Add utf8proc 2018-04-30 19:31:50 +00:00
cross Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
databases pgadmin3: updated to 1.22.2 2018-05-10 07:12:53 +00:00
devel py-attrs: updated to 18.1.0 2018-05-10 08:24:40 +00:00
distfiles
doc Updated devel/py-ZopeInterface, devel/py-attrs 2018-05-10 08:25:27 +00:00
editors Update to 4.6 2018-05-08 08:31:29 +00:00
emulators fuse-emulator-utils: updated to 1.4.1 2018-05-01 18:35:19 +00:00
filesystems revbump for boost-libs update 2018-04-29 21:31:17 +00:00
finance gnucash-docs: update to 3.1. 2018-05-07 08:57:33 +00:00
fonts tex-newtx{,-doc}: update to 1.531 2018-05-08 10:55:32 +00:00
games revbump for boost-libs update 2018-04-29 21:31:17 +00:00
geography revbump for boost-libs update 2018-04-29 21:31:17 +00:00
graphics gimp: add missing build dependency 2018-05-09 15:53:28 +00:00
ham revbump for boost-libs update 2018-04-29 21:31:17 +00:00
inputmethod ibus: explicitly specify cldr-emoji-annotation package version. 2018-04-29 21:42:00 +00:00
lang nodejs8: Fix building with ICU 61. 2018-05-09 12:18:03 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail fdm: Fix the build with OpenSSL 1.1.0 and minor cosmetic changes 2018-05-04 15:33:22 +00:00
math math/R-DBI: Update to 1.0.0 2018-05-09 18:08:19 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs devel/boost-libs: Make fiber compiles on FreeBSD 2018-05-06 18:56:35 +00:00
misc misc: Add pick 2018-05-09 15:26:43 +00:00
mk *: remove references to obsolete DragonFly/i386 2018-04-30 10:41:35 +00:00
multimedia Fix version number in DESCR. 2018-05-05 13:52:57 +00:00
net py-netifaces: updated to 0.10.7 2018-05-10 07:01:55 +00:00
news revbump for boost-libs update 2018-04-29 21:31:17 +00:00
packages
parallel revbump for boost-libs update 2018-04-29 21:31:17 +00:00
pkgtools x11-links 1.11 2018-05-10 03:46:52 +00:00
print tex-supertabular{,-doc}: correct version to 4.1e and add HOMEPAGE 2018-05-08 11:28:25 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security gnupg2: add options for bzip2 and zlib 2018-05-08 11:56:21 +00:00
shells Update to 5.5.1 2018-04-29 20:41:04 +00:00
sysutils grub2: Note that as of grub 2.02, it no longer uses nested functions, 2018-05-10 08:17:10 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Add ripgrep in textproc directory. 2018-05-08 07:48:39 +00:00
time Update to 1.20 2018-05-08 00:18:30 +00:00
wm revbump for boost-libs update 2018-04-29 21:31:17 +00:00
www py-selenium: updated to 3.12.0 2018-05-10 07:04:09 +00:00
x11 ruby-gnome2: update to 3.2.5. 2018-05-03 12:04:02 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$NetBSD: README,v 1.19 2017/03/02 09:51:35 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.