Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-03-01 22:46:38 +00:00
archivers lzip: update to 1.20. 2018-02-25 21:07:53 +00:00
audio aeneas: fix CATEGORIES 2018-02-28 22:14:37 +00:00
benchmarks netperf: Support newer GCC and clang on SunOS. 2018-02-01 13:40:27 +00:00
biology plinkseq: use https 2018-02-11 15:50:59 +00:00
bootstrap Remove a mis-pasted line. Noticed by jperkin@. 2018-02-03 09:53:03 +00:00
cad Updated cad/kicad{,-footprints,-doc,-i18n,-lib} to 4.0.7, provided the patch by @tristelo, 2018-03-01 13:59:11 +00:00
chat chat/eggdrop: Update to 1.8.3. 2018-02-27 19:08:48 +00:00
comms Revbump for packages depending on devel/libusb{,compat} 2018-02-27 23:56:07 +00:00
converters p5-Sereal: update to 4.005. 2018-02-25 16:15:47 +00:00
cross Revbump for packages depending on devel/libusb{,compat} 2018-02-27 23:56:07 +00:00
databases databases/mongo-c-driver: Update to 1.9.3. 2018-03-01 12:30:54 +00:00
devel devel/libbson: Update to 1.9.3. 2018-03-01 12:29:43 +00:00
distfiles
doc Updated x11/qt5 2018-03-01 20:10:57 +00:00
editors GC hacks.mk -- switching to system malloc has taken care of the issue. 2018-02-14 12:51:58 +00:00
emulators emulators: Add forgotten py-unicorn. 2018-02-28 10:10:45 +00:00
filesystems glusterfs: follow redirect 2018-02-11 15:41:46 +00:00
finance py-braintree: updated to 3.42.0 2018-03-01 08:03:51 +00:00
fonts py-fonttools: updated to 3.23.0 2018-03-01 09:00:08 +00:00
games games/Makefile: + stockfish. 2018-02-28 22:21:17 +00:00
geography Revbump for packages depending on devel/libusb{,compat} 2018-02-27 23:56:07 +00:00
graphics Revbump for packages depending on devel/libusb{,compat} 2018-02-27 23:56:07 +00:00
ham Updated ham/fldigi to 4.0.16 2018-02-18 14:57:55 +00:00
inputmethod ibus-kkc: Update HOMEPAGE. 2018-02-25 16:07:46 +00:00
lang lang/elixit: Update to 1.6.2. 2018-02-28 15:14:02 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail mail/dovecot2: update to 2.3.0.1 2018-03-01 11:13:14 +00:00
math math/R-DBI: Update to 0.7 2018-02-28 17:45:59 +00:00
mbone revbump after x264-devel update 2018-02-26 08:19:25 +00:00
meta-pkgs kf5: add prison 2018-02-01 19:01:59 +00:00
misc Do not share NSS database files with Mozilla products. Bump PKGREVISION 2018-03-01 03:25:06 +00:00
mk Default to devel/libusb-compat for libusb 0.1 2018-02-27 23:43:21 +00:00
multimedia gst-plugin1-x264 (yes, really): fix build with x264-devel-20180224 2018-03-01 22:31:08 +00:00
net libcares: updated to 1.14.0 2018-03-01 08:56:31 +00:00
news Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
packages
parallel pvm3: follow redirect 2018-02-25 16:12:52 +00:00
pkgtools pkg_install-20180226: 2018-02-26 23:45:01 +00:00
print cups-filters: Update print/cups-filters to 1.20.1 2018-02-27 17:48:20 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security security/R-digest: Update to 0.6.15 2018-02-28 18:12:31 +00:00
shells bash: update to 4.4.18. 2018-02-11 17:00:45 +00:00
sysutils Add decode-dimms 2018-03-01 22:46:38 +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-creole: updated to 1.3.2 2018-03-01 08:10:35 +00:00
time time/ruby-tzinfo: update to 1.2.5 2018-02-28 15:10:01 +00:00
wm wmctrl: update links 2018-02-25 16:15:09 +00:00
www www/*passenger: Update to 5.2.1. 2018-03-01 12:16:43 +00:00
x11 qt5: updated to 5.10.1 2018-03-01 20:09:49 +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.