Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
gdt df7ae09333 libjpeg-turbo: update to 1.5.3
Upstream changes are basically many bugfixes and a few performance improvements.
2018-08-13 20:50:59 +00:00
archivers libmspack: update to 0.7.1alpha. 2018-08-10 11:33:53 +00:00
audio audio/libvorbis: Fix CVE-2017-14160, CVE-2018-10392, and CVE-2018-10393. 2018-08-06 13:25:38 +00:00
benchmarks dnsperf: Add a bunch of required includes. 2018-07-26 14:34:07 +00:00
biology biology/plinkseq: Requires c++11 to build with protobuf-3.6.0 2018-08-04 21:42:28 +00:00
bootstrap On Chrome OS, build nbsed too. 2018-08-12 08:46:41 +00:00
cad Upgrade to QCAD 3.21.2.3, with changes: 2018-07-27 14:12:41 +00:00
chat chat/py-mastodon: Fix typo in patch. 2018-07-31 21:14:33 +00:00
comms gammu: Fix build on SunOS. 2018-07-31 13:13:46 +00:00
converters dsk2rom: add version 0.80. 2018-08-13 15:53:49 +00:00
cross Update to 8.2.0 2018-07-30 19:45:58 +00:00
databases postgresql: updated to 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24 2018-08-10 11:56:08 +00:00
devel Updated devel/js_of_ocaml to version 3.2.1. 2018-08-13 12:57:37 +00:00
distfiles
doc doc: Added emulators/libretro-o2em version 20180812 2018-08-13 18:35:41 +00:00
editors Added de and da locales 2018-07-28 08:29:02 +00:00
emulators libretro-o2em: extract github archive with bsdtar 2018-08-13 19:48:55 +00:00
filesystems Add missing RCS tag 2018-08-06 02:22:31 +00:00
finance py-braintree: updated to 3.47.0 2018-08-02 15:26:03 +00:00
fonts py-fonttools: updated to 3.29.0 2018-08-05 10:10:43 +00:00
games games/libretro-craft: Import libretro-craft-20180803 2018-08-11 00:48:50 +00:00
geography osm2pgsql: Update to 0.96.0 2018-08-02 17:00:14 +00:00
graphics libjpeg-turbo: update to 1.5.3 2018-08-13 20:50:59 +00:00
ham ham/gnuradio-core: remove file from PLIST that is also in PLIST.oss 2018-08-13 05:56:29 +00:00
inputmethod ibus, ibus-python: update to 1.5.19. 2018-08-12 10:45:03 +00:00
lang rust: Switch to the 1.28.0 bootstrap for SunOS too. 2018-08-13 13:09:38 +00:00
licenses Rename old-mame-license to mame-license, because I found an older MAME 2018-08-12 17:11:39 +00:00
mail mail/roundcube-plugin-zipdownload: update to 1.3.7 2018-08-09 15:09:31 +00:00
math LAPACK: build deprecated functions. Allows me to build unmodified 2018-08-12 15:02:04 +00:00
mbone Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
meta-pkgs ruby-gnome2: update to 3.2.9. 2018-08-08 12:16:00 +00:00
misc Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
mk mk/compiler.mk: sort supported compilers alphabetically 2018-08-12 19:36:40 +00:00
multimedia ruby-gnome2: update to 3.2.9. 2018-08-08 12:16:00 +00:00
net bind910: also add patch to distinfo. 2018-08-13 13:41:49 +00:00
news Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
packages
parallel hwloc: missed buildlink3.mk update for libpciaccess. 2018-08-09 11:33:36 +00:00
pkgtools pkgtools/pkglint: update to 5.6.0 2018-08-12 16:31:56 +00:00
print ruby-gnome2: update to 3.2.9. 2018-08-08 12:16:00 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security py-cryptodome: updated to 3.6.5 2018-08-13 07:20:10 +00:00
shells Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
sysutils di: update to 4.47. 2018-08-13 05:32:48 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc translate-shell: Update textproc/translate-shell to 0.9.6.8 2018-08-12 13:59:51 +00:00
time py-pendulum: updated to 2.0.3 2018-08-07 10:09:43 +00:00
wm wm/compiz: Do not suggest an unavailable option 2018-08-03 21:17:47 +00:00
www Update to 61.0.2 2018-08-11 18:47:10 +00:00
x11 ruby-gnome2: update to 3.2.9. 2018-08-08 12:16:00 +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.