Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
rillig 17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
archivers Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
audio Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +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 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
chat Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
comms Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
converters Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
cross Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
databases Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
devel Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
distfiles
doc doc: Updated print/zathura-pdf-mupdf to 0.3.2 2018-01-07 13:01:45 +00:00
editors Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
emulators Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
filesystems Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
finance Sort PLIST files. 2018-01-01 22:29:15 +00:00
fonts Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
games Fixed pkglint warnings. 2018-01-01 23:47:44 +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 Improved documentation for "make help". 2018-01-07 11:23:37 +00:00
multimedia Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
net Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +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 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +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 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +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 indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
x11 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +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.