Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-11-20 21:24:33 +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 benchmarks: align variable assignments 2019-11-03 11:55:29 +00:00
biology gnome-chemistry-utils: Revbump for openbabel 3.0.0nb1 2019-11-20 18:57:57 +00:00
bootstrap boostrap: need_awk=yes for Arch Linux 2019-11-05 13:58:06 +00:00
cad (cad/gtkwave) Updated to 3.3.103 2019-11-16 12:48:19 +00:00
chat py-hangups: Update to 0.4.10 2019-11-17 21:41:13 +00:00
comms comms: align variable assignments 2019-11-03 12:04:12 +00:00
converters bdf2psf: update to 1.194. 2019-11-19 14:33:04 +00:00
cross nios2-gcc41: Remove, successor nios2-gcc. 2019-10-17 20:56:39 +00:00
databases redis: updated to 5.0.7 2019-11-20 09:43:28 +00:00
devel libgcroots: add support for netbsd/aarch64. 2019-11-20 21:24:33 +00:00
distfiles
doc Added misc/wandio; Updated net/libtrace 2019-11-20 21:01:20 +00:00
editors kate: update to 19.08.3 qt5/kf5 version 2019-11-17 04:22:55 +00:00
emulators fs-uae: updated to 3.0.2 2019-11-18 20:01:03 +00:00
filesystems filesystems: align variable assignments 2019-11-03 19:26:20 +00:00
finance gnucash: remove -Werror 2019-11-19 16:54:19 +00:00
fonts fonts/ibm-plex-ttf: Update to 4.0.1 2019-11-19 23:57:21 +00:00
games kjumpingcube: Fix path to libkdegames. 2019-11-19 13:31:05 +00:00
geography *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
graphics (graphics/digikam) Correction on DIST_SUBDIR to be matched with distinfo 2019-11-20 14:52:44 +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/rust: Fix install_name on Darwin 2019-11-20 19:07:12 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail roundcube: install 'installer' directory for easier installation/upgrade 2019-11-19 05:26:21 +00:00
math kcalc: update to 19.08.3 qt5/kf5 version 2019-11-17 04:28:49 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs xfindproxy: remove 2019-11-19 14:31:22 +00:00
misc wandio: added version 4.2.2 2019-11-20 20:52:41 +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 libtrace: .. and the patch 2019-11-20 21:00:47 +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 pkgtools/pkglint: update to 19.3.9 2019-11-19 06:51:38 +00:00
print cups{,-base}: Update to 2.3.0 2019-11-17 21:22:03 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security Substitute CLAMAV_DBDIR (the point of patch-etc.clam*.conf.sample) 2019-11-19 16:20:24 +00:00
shells zsh-autosuggestions: update to 0.6.3. 2019-11-13 15:24:25 +00:00
sysutils mc: Update to 4.8.23 2019-11-20 17:02:14 +00:00
templates
textproc py-xlsxwriter: updated to 1.2.6 2019-11-20 11:31:25 +00:00
time time: add kcalutils 2019-11-17 06:23:28 +00:00
wm ratpoison: Update to 1.4.8 2019-11-19 18:16:09 +00:00
www nghttp2: updated to 1.40.0 2019-11-20 16:38:22 +00:00
x11 xfwp: remove 2019-11-19 14:21:26 +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.