Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-01-25 12:33:49 +00:00
archivers kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +00:00
audio
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases
devel py-ipython5: also DEPEND on py-sqlite3 2018-01-25 11:42:53 +00:00
distfiles
doc Updated graphics/leptonica, graphics/tesseract 2018-01-25 11:30:53 +00:00
editors
emulators
filesystems
finance
fonts
games
geography
graphics tesseract: updated tessdata to 4.00 2018-01-25 11:30:34 +00:00
ham
inputmethod
lang racket: regen distinfo 2018-01-25 06:23:45 +00:00
licenses
mail Update to 52.5.2 2018-01-24 16:40:21 +00:00
math math/R-mvtnorm: Update to 1.0-6 2018-01-25 00:19:52 +00:00
mbone
meta-pkgs boost: Fix threading with clang on SunOS. 2018-01-25 12:33:49 +00:00
misc kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +00:00
mk Don't include TEST_DEPENDS in the normal dependency reduction run. 2018-01-25 00:34:27 +00:00
multimedia
net avahi: Set C99 correctly. 2018-01-25 10:24:50 +00:00
news
packages
parallel
pkgtools
print luatex: Handle C99 correctly. 2018-01-25 11:15:20 +00:00
regress
security kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +00:00
shells bash: Spell -fPIC correctly on SunOS. 2018-01-25 10:40:05 +00:00
sysutils fam: Disable c++11-narrowing on SunOS with clang. 2018-01-25 10:41:37 +00:00
templates
textproc hunspell: Fix clang -Wreserved-user-defined-literal error. 2018-01-25 10:43:59 +00:00
time
wm
www kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +00:00
x11 kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +00:00
Makefile
pkglocate
README

$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.