Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-01-02 05:37:22 +00:00
archivers Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
audio Sort PLIST files. 2018-01-01 22:29:15 +00:00
benchmarks Sort PLIST files. 2018-01-01 22:29:15 +00:00
biology Sort PLIST files. 2018-01-01 22:29:15 +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 Sort PLIST files. 2018-01-01 22:29:15 +00:00
chat Sort PLIST files. 2018-01-01 22:29:15 +00:00
comms Sort PLIST files. 2018-01-01 22:29:15 +00:00
converters Sort PLIST files. 2018-01-01 22:29:15 +00:00
cross Sort PLIST files. 2018-01-01 22:29:15 +00:00
databases Sort PLIST files. 2018-01-01 22:29:15 +00:00
devel Fixed SUBST sed expression that confused pkglint. 2018-01-02 00:08:42 +00:00
distfiles
doc doc: Updated pkgtools/pkglint to 5.4.23 2018-01-01 21:55:45 +00:00
editors Sort PLIST files. 2018-01-01 22:29:15 +00:00
emulators Sort PLIST files. 2018-01-01 22:29:15 +00:00
filesystems Sort PLIST files. 2018-01-01 22:29:15 +00:00
finance Sort PLIST files. 2018-01-01 22:29:15 +00:00
fonts Sort PLIST files. 2018-01-01 22:29:15 +00:00
games Fixed pkglint warnings. 2018-01-01 23:47:44 +00:00
geography Sort PLIST files. 2018-01-01 22:29:15 +00:00
graphics Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
ham Sort PLIST files. 2018-01-01 22:29:15 +00:00
inputmethod Sort PLIST files. 2018-01-01 22:29:15 +00:00
lang Fixed dollar anchor in sed(1) expression. 2018-01-02 00:15:08 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
math Sort PLIST files. 2018-01-01 22:29:15 +00:00
mbone Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
meta-pkgs boost: updated to 1.66.0 2018-01-01 20:36:09 +00:00
misc Sort PLIST files. 2018-01-01 22:29:15 +00:00
mk Added more keywords for "make help". 2018-01-02 01:01:42 +00:00
multimedia Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
net Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
news Sort PLIST files. 2018-01-01 22:29:15 +00:00
packages
parallel Sort PLIST files. 2018-01-01 22:29:15 +00:00
pkgtools Sort PLIST files. 2018-01-01 22:29:15 +00:00
print Sort PLIST files. 2018-01-01 22:29:15 +00:00
regress
security Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
shells Sort PLIST files. 2018-01-01 22:29:15 +00:00
sysutils Sort PLIST files. 2018-01-01 22:29:15 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Sort PLIST files. 2018-01-01 22:29:15 +00:00
time Sort PLIST files. 2018-01-01 22:29:15 +00:00
wm Sort PLIST files. 2018-01-01 22:29:15 +00:00
www Revert to 1.1295, since re-adding apache22 was an accident. 2018-01-01 22:34:21 +00:00
x11 Sort PLIST files. 2018-01-01 22:29:15 +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.