Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-11-15 14:02:22 +00:00
archivers karchive: update to 5.64.0 2019-11-11 06:57:05 +00:00
audio gstreamer1: update to 1.16.1 2019-11-14 15:25:30 +00:00
benchmarks benchmarks: align variable assignments 2019-11-03 11:55:29 +00:00
biology biology: align variable assignments 2019-11-02 22:09:00 +00:00
bootstrap boostrap: need_awk=yes for Arch Linux 2019-11-05 13:58:06 +00:00
cad cad/qcad: Add workaround for debug/release library confusion 2019-11-13 00:26:49 +00:00
chat *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
comms comms: align variable assignments 2019-11-03 12:04:12 +00:00
converters *: recursive bump for poppler update to 0.82.0 2019-11-07 12:38:03 +00:00
cross nios2-gcc41: Remove, successor nios2-gcc. 2019-10-17 20:56:39 +00:00
databases py-mysqlclient: updated to 1.4.5 2019-11-14 17:26:16 +00:00
devel devel/Makefile: + py-more-itertools2 2019-11-15 14:02:01 +00:00
distfiles
doc doc: Added devel/py-more-itertools2 version 5.0.0 2019-11-15 14:02:22 +00:00
editors xournalpp: Make x11 library dependencies explicit on all platforms. 2019-11-10 21:42:15 +00:00
emulators stella: Update to 6.0.2 2019-11-10 21:54:58 +00:00
filesystems filesystems: align variable assignments 2019-11-03 19:26:20 +00:00
finance finance: align variable assignments 2019-11-02 16:08:47 +00:00
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 gif2png: pick latest fixes from bsiegert 2019-11-15 09:08:56 +00:00
ham ham: align variable assignments 2019-11-03 19:32:06 +00:00
inputmethod uim: Needs autopoint 2019-11-11 10:12:35 +00:00
lang lang/quickjs: disable failing tests 2019-11-14 21:42:13 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail Add pst-utils 2019-11-15 11:09:47 +00:00
math py-tables: updated to 3.6.1 2019-11-13 20:56:08 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs kf5: update to 5.64.0 2019-11-11 09:43:10 +00:00
misc Try to build internal PDFium with X11_TYPE=modular's FreeType 2.10.0 2019-11-15 13:26:02 +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 gstreamer1: update to 1.16.1 2019-11-14 15:25:30 +00:00
net py-tldextract: updated to 2.2.2 2019-11-14 18:04:00 +00:00
news news: align variable assignments 2019-11-04 19:17:10 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools evieext: remove, it's part of xorgproto now 2019-11-15 09:18:16 +00:00
print podofo: Update to 0.9.6 2019-11-09 12:33:29 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
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 20191113. 2019-11-14 02:37:17 +00:00
templates
textproc py-natsort: updated to 6.2.0 2019-11-14 10:06:56 +00:00
time py-aniso8601: updated to 8.0.0 2019-11-15 14:02:20 +00:00
wm wm: align variable assignments 2019-11-04 21:50:15 +00:00
www gitea: Update to 1.10.0 2019-11-14 21:47:48 +00:00
x11 Fix conflict with vlcXvMC.h provided by libXvMC 1.0.12, bump PKGREVISION 2019-11-15 10:01:35 +00:00
Makefile
pkglocate
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.