Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-03-14 09:16:02 +00:00
archivers unrar: updated to 5.6.1 2018-03-14 07:51:41 +00:00
audio Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
chat Update matterircd to 0.16.5. 2018-03-14 08:39:12 +00:00
comms Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
converters Fix build with ocaml 4.06. 2018-03-14 08:28:44 +00:00
cross Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
databases databases/ruby-arel: update to 9.0.0 2018-03-13 16:44:47 +00:00
devel Clean-up 2018-03-14 09:00:17 +00:00
distfiles
doc three Go package updates 2018-03-14 08:48:10 +00:00
editors Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
emulators Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
filesystems Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
finance Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
fonts Add required newer freetype2 to fix X11_TYPE=native build partially 2018-03-13 21:45:20 +00:00
games Build with C++11, fix build. 2018-03-12 20:51:30 +00:00
geography Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
graphics Do not hardcode Python prefix 2018-03-13 21:41:55 +00:00
ham Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
inputmethod Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
lang lang/ruby: start update of Ruby on Rails 4.2.10 2018-03-13 16:28:48 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail mail/ruby-actionmailer42: update to 4.2.10 2018-03-13 16:36:32 +00:00
math Re-introduce support for NetBSD in src/util/scoped_timer.cpp 2018-03-13 21:20:34 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
misc Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
mk mk/configure/replace-interpreter.mk: document variables for show-all 2018-03-11 15:07:45 +00:00
multimedia Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
net Update aws-sdk-go to 1.13.13. 2018-03-13 20:10:33 +00:00
news Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
packages
parallel Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
pkgtools fix the xorgproto list to include everything in all the subdirs they 2018-03-14 02:11:04 +00:00
print Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security p5-Net-SSLeay: update to 1.85. 2018-03-14 07:56:50 +00:00
shells Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
sysutils Update lf to 20180302. 2018-03-14 08:46:23 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc p5-Pod-Coverage-TrustPod: update to 0.100005. 2018-03-14 07:57:35 +00:00
time Add patch comments. 2018-03-14 09:16:02 +00:00
wm Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
www Bump PKGREVISION (to 16) for previous: using the ocaml infrastructure 2018-03-14 09:08:45 +00:00
x11 fake up xorgproto support for native xsrc. it has some failings 2018-03-13 02:06:12 +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.