Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-01-10 16:53:07 +00:00
archivers Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +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 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
cross Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
databases Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
devel Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
distfiles
doc doc: Updated textproc/ocaml-tyxml to 4.1.0nb2 2018-01-10 16:48:33 +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 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +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 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +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 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +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 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
mk Added 'lwt' option. 2018-01-10 16:35:18 +00:00
multimedia libquicktime: fixed building with newer faad2 2018-01-08 17:58:02 +00:00
net Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +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 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
shells Sort PLIST files. 2018-01-01 22:29:15 +00:00
sysutils Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
time Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
wm Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
www Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
x11 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +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.