Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 05446c8071 doc/TODO: add some
+ Sigil-0.9.18 [needs QtWebEngine], mutt-1.13.0, tor-browser-9.0.1.
2019-11-30 22:02:52 +00:00
archivers unrar: updated to 5.8.4 2019-11-28 06:45:10 +00:00
audio audio/fasttracker2: Update to v1.03 2019-11-30 16:43:11 +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 bitlbee-mastodon: Update to 1.4.3 2019-11-26 18:47:38 +00:00
comms comms/asterisk16: Fix compiler check via pkglint 2019-11-24 01:14:10 +00:00
converters py-emoji: updated to 0.5.4 2019-11-25 18:27:45 +00:00
cross Synchronise some missing dependencies that devel/doxygen/options.mk 2019-11-24 12:31:37 +00:00
databases postgresql12-server: PLIST fix for LLVM option 2019-11-28 19:37:41 +00:00
devel breezy: Switch to PYTHON_VERSIONS_INCOMPATIBLE. 2019-11-30 13:50:37 +00:00
distfiles
doc doc/TODO: add some 2019-11-30 22:02:52 +00:00
editors abiword: Update to 3.0.4 2019-11-27 16:01:09 +00:00
emulators dosbox: convert imagemagick to icotool 2019-11-30 11:16:17 +00:00
filesystems filesystems: align variable assignments 2019-11-03 19:26:20 +00:00
finance py-bitcoinlib: updated to 0.10.2 2019-11-25 18:24:49 +00:00
fonts fonts/Makefile: + cascadia-ttf 2019-11-28 13:28:05 +00:00
games 7kaa: convert imagemagick usage to icotool 2019-11-30 11:47:15 +00:00
geography py-country: updated to 19.8.18 2019-11-28 06:24:29 +00:00
graphics MesaLib: Attempt to fix PLIST for darwin 2019-11-30 11:02:39 +00:00
ham uhd: PLIST fix for Doxygen option 2019-11-28 19:41:38 +00:00
inputmethod uim-elisp: Needs autopoint 2019-11-29 03:19:55 +00:00
lang lang/php73: avoid to use ifunc 2019-11-28 14:54:50 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail claws-mail: Disable new plugins by default 2019-11-27 14:25:56 +00:00
math math/sc-im: Bump PKGREVISION for breaking libxlsxwriter update 2019-11-30 17:22:40 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs kde4: allow newer versions. comment out some packages that are not developed 2019-11-30 19:59:34 +00:00
misc misc: add khelpcenter 2019-11-30 21:46:35 +00:00
mk net/tor: Add rust option to build the rust features in tor. 2019-11-24 18:42:15 +00:00
multimedia py-m3u8: updated to 0.5.2 2019-11-28 13:47:50 +00:00
net krfb: update to 19.08.3 qt5/kf5 version 2019-11-30 19:35:11 +00:00
news sfeed: Update to 0.9.15 2019-11-26 11:03:13 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools pkgtools/pkglint: update to 19.3.12 2019-11-30 20:35:11 +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 kwalletmanager: update to 19.08.3 qt5/kf5 version 2019-11-30 19:40:13 +00:00
shells {standalone-,static-,}tcsh: Update to 6.22.00 2019-11-28 20:46:39 +00:00
sysutils sysutils/ncbu: Update to 1.14.1 2019-11-30 17:23:08 +00:00
templates
textproc textproc/libxlsxwriter: Update to 0.8.8 2019-11-30 17:21:58 +00:00
time rsibreak: update to 0.12.11 qt5/kf5 version 2019-11-30 21:50:33 +00:00
wm pwm: update to 20070720. 2019-11-26 13:34:05 +00:00
www www/firefox-l10n: fix alignment of language names 2019-11-30 21:03:23 +00:00
x11 kde-runtime4: disable building khelpcenter 2019-11-30 21:39:08 +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.