Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
plunky 0b87401ee9 force use of builtin for alloca(3).
This fixes warnings on NetBSD, maybe also build on SmartOS
2018-01-07 21:23:39 +00:00
archivers Add missing build dependencies. 2018-01-07 20:56:16 +00:00
audio Moved the documentation where it belongs. Bumped PKGREVISION. 2018-01-07 19:53:16 +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 force use of builtin for alloca(3). 2018-01-07 21:23:39 +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 Added license, moved documentation, bumped PKGREVISION. 2018-01-07 20:02:13 +00:00
cross Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
databases Needs pkg-config. 2018-01-07 20:56:44 +00:00
devel Move documentation to where it belongs, bump PKGREVISION. 2018-01-07 21:08:10 +00:00
distfiles
doc doc/TODO: add some 2018-01-07 18:19:23 +00:00
editors Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
emulators Fix rpath for ffmpeg3. Bump revision. 2018-01-07 20:58:56 +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 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
games Don't use AUTO_PLIST, but create the directory explicitly. Fixes build. 2018-01-07 21:00:23 +00:00
geography Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
graphics Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +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 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
math Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +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 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
mk In guess-license, use ninka for determining the licenses. 2018-01-07 19:44:31 +00:00
multimedia Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
net Needs pip in setup.py. 2018-01-07 21:01:28 +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 Updated pkglint to 5.4.26. 2018-01-07 17:08:15 +00:00
print Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
shells Sort PLIST files. 2018-01-01 22:29:15 +00:00
sysutils Stop using gtkdoc, the template support is gone. 2018-01-07 21:01:55 +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 missing dependency on ocaml-lwt. Bump revision. 2018-01-07 21:02:29 +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 Fix path to py-bcrypt. 2018-01-07 21:02:49 +00:00
x11 Fixed pkglint warnings, bumped PKGREVISION. 2018-01-07 19:27:56 +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.