Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-01-27 19:11:41 +00:00
archivers Updated archivers/brotli to 1.0.2 2018-01-27 12:38:19 +00:00
audio Update to 1.40.0 2018-01-27 08:15:05 +00:00
benchmarks postal: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:40:17 +00:00
biology Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +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 Updated cad/py-gds to 1.2.1 2018-01-12 12:55:50 +00:00
chat inspircd: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:41:21 +00:00
comms update Asterisk to 14.7.5 -- this is a bug fix and security update, 2018-01-24 05:51:40 +00:00
converters TECkit: Avoid bash autogen.sh script, fix SunOS. 2018-01-26 16:40:50 +00:00
cross enable PLIST.libcpp on Darwin 2018-01-22 04:38:42 +00:00
databases Update to 2.033004 2018-01-27 07:46:36 +00:00
devel Update to 5.20180120 2018-01-27 08:19:33 +00:00
distfiles
doc doc: Updated pkgtools/pkglint to 5.5.2 2018-01-27 18:51:17 +00:00
editors dasher: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:34:39 +00:00
emulators dynamips: update to 0.2.17 2018-01-17 20:22:36 +00:00
filesystems p5-Path-Tiny: remove unneeded build dependencies 2018-01-19 11:24:11 +00:00
finance py-braintree: updated to 3.40.0 2018-01-21 12:17:25 +00:00
fonts Add a workaround for the Old in-tree fontconfig headers 2018-01-15 08:59:15 +00:00
games eboard: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:45:45 +00:00
geography Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
graphics MesaLib7: Fix SunOS linker flags. 2018-01-26 09:41:53 +00:00
ham fix inline calls in src/rtl_adsb.c and src/rtl_power.c 2018-01-22 04:42:44 +00:00
inputmethod Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
lang lang/go: add examples to the go-package.mk documentation 2018-01-27 15:49:30 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail Update to 3.006 2018-01-27 08:40:35 +00:00
math muparser: Fix SunOS linker flags and naming. 2018-01-26 09:48:46 +00:00
mbone dbeacon: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:37:40 +00:00
meta-pkgs boost: Fix threading with clang on SunOS. 2018-01-25 12:33:49 +00:00
misc attica-qt5: install attica.categories properly 2018-01-27 03:32:16 +00:00
mk Remove useless options for duplicity 2018-01-26 14:55:31 +00:00
multimedia ffmpeg*: Spell sunpro correctly. 2018-01-25 14:15:25 +00:00
net youtube-dl: Update net/youtube-dl to 20180127 2018-01-27 18:14:06 +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 pkgtools/*: Realign variables in Makefiles 2018-01-27 19:07:46 +00:00
print cups-base: Let pkgsrc handle SSP, remove GCC hacks. 2018-01-26 17:22:51 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security kauth: allow overriding the dbus install directory 2018-01-27 19:08:12 +00:00
shells bash: Spell -fPIC correctly on SunOS. 2018-01-25 10:40:05 +00:00
sysutils Add -unsafe-string to fix build with ocaml-4.06.0 and later. ++PKGREVISION 2018-01-27 19:11:41 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc py-openpyxl: add required py-cElementTree dependency 2018-01-27 08:35:58 +00:00
time * debl3ification 2018-01-26 17:17:35 +00:00
wm Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
www py-swiftclient: Incompatible with python34 (py-futures). 2018-01-26 22:37:00 +00:00
x11 py-sip: Fix linker flags with SunOS/clang. Bump PKGREVISION. 2018-01-26 15:47:18 +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.