Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-03-25 01:52:02 +00:00
archivers star: update to 1.6. 2019-03-19 14:21:20 +00:00
audio fasttracker2: update to b142 2019-03-21 10:16:40 +00:00
benchmarks google-benchmark: updated to 1.4.1 2019-03-21 22:16:25 +00:00
biology Add hisat2 2019-01-15 01:27:42 +00:00
bootstrap set $CC when clang is detected in bootstrap 2019-02-06 17:38:54 +00:00
cad ng-spice: update to 27nb1. 2019-03-20 10:43:16 +00:00
chat *: reset maintainer 2019-03-24 07:44:55 +00:00
comms py-gammu: Update to 2.12 2019-03-07 16:43:16 +00:00
converters help2man: updated to 1.47.10 2019-03-24 07:33:58 +00:00
cross regen distinfo for crosstool-ng-esp32-2018r1.tar.gz 2019-03-24 13:04:05 +00:00
databases py-peewee: updated to 3.9.3 2019-03-24 10:39:47 +00:00
devel ocaml-ppx_jane: comment out not-yet-existing ocaml-ppx_sexp_value 2019-03-24 18:48:07 +00:00
distfiles
doc Updated to mail/mailman to version 2.1.29 which has a number of bug fixes. 2019-03-25 01:52:02 +00:00
editors nano: update to 4.0 2019-03-24 19:42:34 +00:00
emulators PC6001VX: update to 3.1.2. 2019-03-23 14:24:55 +00:00
filesystems Link with stock libfuse, not with librefuse 2019-03-20 00:48:35 +00:00
finance ledger: update to 3.1.2. 2019-02-17 11:55:03 +00:00
fonts mkfontscale: update to 1.2.1. 2019-03-21 09:50:52 +00:00
games *: remove commented out libXp dependency 2019-03-20 12:19:38 +00:00
geography Update to 2.18.28 2019-03-22 23:51:18 +00:00
graphics graphics/materia-gtk-theme: Add version 20190315. 2019-03-24 15:57:52 +00:00
ham uhd: updated to 3.13.1.0 2019-03-22 17:58:27 +00:00
inputmethod ibus, ibus-python: update to 1.5.20. 2019-03-02 02:16:32 +00:00
lang nodejs: fix SIGABRT on NetBSD/i386 8.0 by pulling upstream PR #21848. 2019-03-23 11:15:18 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Updated to mail/mailman to version 2.1.29 which has a number of bug fixes. 2019-03-25 01:52:02 +00:00
math Update to 1.3.5 2019-03-23 00:20:45 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs ruby-gnome2: update to 3.3.6. 2019-03-21 08:42:21 +00:00
misc xfce4-weather-plugin: update to 0.9.1 2019-03-24 21:38:21 +00:00
mk mk/tools: correctly quote arguments in the tool wrapper log 2019-03-24 11:29:19 +00:00
multimedia Update skins and skin sites. 2019-03-24 21:40:15 +00:00
net net/tor: Add missing dependency to makefile 2019-03-25 00:36:06 +00:00
news sfeed: Avoid SUBST and directly adjust variables via MAKE_FLAGS (NFC) 2019-02-26 18:13:54 +00:00
packages
parallel pvm3: remove Xp dependency. 2019-03-20 10:55:21 +00:00
pkgtools pkgtools/pkglint: update to 5.7.3 2019-03-24 13:58:38 +00:00
print *: reset maintainer 2019-03-24 07:44:55 +00:00
regress regress/buildlink-libtool: fix failing test 2019-03-24 21:09:21 +00:00
security Update to 0.23.15 2019-03-24 18:03:54 +00:00
shells pbosh: update to 20190311. 2019-03-19 14:24:46 +00:00
sysutils - Update to u-boot-2019.04-rc4, which works much better on the 2019-03-24 20:50:10 +00:00
templates
textproc py-regex: updated to 2019.03.12 2019-03-21 21:45:15 +00:00
time Update to 0.82 2019-03-16 13:28:29 +00:00
wm notion: add upstream bug report URL. 2019-03-16 11:06:38 +00:00
www www/gitea: Add version 1.7.4 2019-03-24 21:34:23 +00:00
x11 ruby-gnome2: update to 3.3.6. 2019-03-21 08:42:21 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.