Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-11-17 13:25:05 +00:00
archivers ark: update to 19.08.3 qt5/kf5 version 2019-11-17 03:55:09 +00:00
audio gstreamer1: update to 1.16.1 2019-11-14 15:25:30 +00:00
benchmarks
biology
bootstrap
cad (cad/gtkwave) Updated to 3.3.103 2019-11-16 12:48:19 +00:00
chat *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
comms
converters Add a patch to fix reading header lines from 511 to 1023 chars. 2019-11-16 22:22:45 +00:00
cross
databases databases: add kldap 2019-11-17 05:48:43 +00:00
devel (devel/p5-Devel-PatchPerl) Updated 1.64 to 1.78 2019-11-16 00:47:38 +00:00
distfiles
doc Updated www/p5-Apache2-AuthCookieDBI to 2.18 2019-11-17 13:25:05 +00:00
editors kate: update to 19.08.3 qt5/kf5 version 2019-11-17 04:22:55 +00:00
emulators stella: Update to 6.0.2 2019-11-10 21:54:58 +00:00
filesystems
finance
fonts font-util: update to 1.3.2. 2019-11-13 15:13:37 +00:00
games onscripter: update to 20191022. 2019-11-14 15:19:42 +00:00
geography *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
graphics digikam: update to 6.4.0 qt5/kf5 version 2019-11-17 09:11:20 +00:00
ham
inputmethod uim: Needs autopoint 2019-11-11 10:12:35 +00:00
lang lang/quickjs: document possible cause for the test patch 2019-11-15 20:51:23 +00:00
licenses
mail Fix build with Rust 1.39.0, bump PKGREVISION 2019-11-17 11:50:01 +00:00
math kcalc: update to 19.08.3 qt5/kf5 version 2019-11-17 04:28:49 +00:00
mbone
meta-pkgs kde4: allow qt5/kf5 versions of some packages 2019-11-17 06:38:54 +00:00
misc libkvkontakte: update to 5.0.0 qt5/kf5 version 2019-11-17 08:48:32 +00:00
mk PR pkg/54686: try to handle NetBSD/arm without architecture version the same 2019-11-13 19:06:42 +00:00
multimedia juk: update to 19.08.3 qt5/kf5 version 2019-11-17 04:08:53 +00:00
net mikutter: update to 3.9.7. 2019-11-16 03:00:57 +00:00
news
packages
parallel
pkgtools pkgtools/pkglint: be strict about invalid doc/CHANGES entries 2019-11-17 02:55:56 +00:00
print print: add okular 2019-11-17 05:09:08 +00:00
regress
security py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
shells zsh-autosuggestions: update to 0.6.3. 2019-11-13 15:24:25 +00:00
sysutils Update intel-microcode-netbsd to 20191115. 2019-11-17 13:19:21 +00:00
templates
textproc textproc: add kpimtextedit 2019-11-17 06:03:09 +00:00
time time: add kcalutils 2019-11-17 06:23:28 +00:00
wm
www (www/p5-Apache2-AuthCookieDBI) Updated to 2.18 2019-11-17 13:19:52 +00:00
x11 xplanet: remove parts in description not required. 2019-11-17 12:01:02 +00:00
Makefile
pkglocate
README

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