Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-01-10 15:54:02 +00:00
archivers par2: update to 0.8.0. 2018-01-10 12:18:57 +00:00
audio musicpd: update to 0.20.15. 2018-01-10 10:36:39 +00:00
benchmarks Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
biology Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
bootstrap Define machine_arch for Cygwin, this resolves an issue where MACHINE_ARCH is set 2017-12-09 00:33:36 +00:00
cad PKGNAME to be derived from DISTNAME 2018-01-08 02:33:57 +00:00
chat Moved documentation to where it belongs. Bumped PKGREVISION. 2018-01-07 19:57:48 +00:00
comms Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
converters libmspub: update to 0.1.3. 2018-01-10 10:17:05 +00:00
cross Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
databases p5-SQL-Translator: update to 0.11024. 2018-01-10 08:42:53 +00:00
devel Updated package devel/ocaml-ppx_ast to version 0.9.2. 2018-01-10 15:54:02 +00:00
distfiles
doc doc: Updated devel/ocaml-optcomp to 1.6nb8 2018-01-10 15:47:42 +00:00
editors Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
emulators Move documentation to where it belongs, add license, bump PKGREVISION. 2018-01-07 21:37:55 +00:00
filesystems Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
finance Don't hard-code libstdc++. Depend on the compiler to add the STL. Bump 2018-01-07 20:59:40 +00:00
fonts harfbuzz: update to 1.7.4. 2018-01-10 10:07:17 +00:00
games tuxracer: Move documentation to where it belongs, bump PKGREVISION. 2018-01-07 22:23:46 +00:00
geography Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
graphics librsvg: update to 2.40.20. 2018-01-10 10:47:43 +00:00
ham Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
inputmethod Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
lang Updated package lang/ocaml to version 4.06. 2018-01-10 14:30:34 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail notmuch: update to 0.25.3. 2018-01-10 12:17:14 +00:00
math p5-Spreadsheet-Read: update to 0.76. 2018-01-10 08:54:15 +00:00
mbone Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
meta-pkgs boost: use c++17 as a test for having string view, not NetBSD macro. 2018-01-04 10:25:35 +00:00
misc py-stdnum: updated to 1.8.1 2018-01-09 05:26:09 +00:00
mk In guess-license, use ninka for determining the licenses. 2018-01-07 19:44:31 +00:00
multimedia libquicktime: fixed building with newer faad2 2018-01-08 17:58:02 +00:00
net syncthing: update to 0.14.43. 2018-01-10 15:43:10 +00:00
news Sort PLIST files. 2018-01-01 22:29:15 +00:00
packages
parallel Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
pkgtools pkglint: Update to 5.5 2018-01-10 00:39:52 +00:00
print latexmk: update to 454c. 2018-01-10 10:11:30 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security pinentry-gtk2: update to 1.1.0. 2018-01-10 12:30:00 +00:00
shells Sort PLIST files. 2018-01-01 22:29:15 +00:00
sysutils Update Intel microcode with newest version which, hopefully, has more 2018-01-10 06:03:57 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc libunistring: update to 0.9.8. 2018-01-10 10:41:32 +00:00
time Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
wm Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
www Update php-apcu to 5.1.9. Small bugfixes only. 2018-01-10 10:05:17 +00:00
x11 libxkbcommon: update to 0.8.0. 2018-01-10 10:43:27 +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.