Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-03-19 14:27:18 +00:00
archivers star: update to 1.6. 2019-03-19 14:21:20 +00:00
audio audio/freeswitch-sounds-*: add missing SHA-512 hashes 2019-03-16 17:16:52 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +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 Updated cad/gtkwave to 3.3.99 2019-02-23 05:30:02 +00:00
chat Recursive bump for ghostscript default change 2019-03-18 16:17:46 +00:00
comms py-gammu: Update to 2.12 2019-03-07 16:43:16 +00:00
converters Update to 4.02 2019-03-02 04:07:33 +00:00
cross avrdude: require GNU make 2019-01-26 02:44:34 +00:00
databases Recursive bump for ghostscript default change 2019-03-18 16:17:46 +00:00
devel Added ocaml-stringext to Makefile SUBDIRs 2019-03-19 14:25:16 +00:00
distfiles
doc doc: Added www/ocaml-uri version 2.2.0 2019-03-19 14:26:47 +00:00
editors Recursive bump for ghostscript default change 2019-03-18 16:17:46 +00:00
emulators emulators/Makefile: + suse131_avahi 2019-03-17 01:12:21 +00:00
filesystems Updated filesystems/ltfs-ltotape to 0.2 2019-03-16 00:44:22 +00:00
finance ledger: update to 3.1.2. 2019-02-17 11:55:03 +00:00
fonts Recursive bump for ghostscript default change 2019-03-18 16:17:46 +00:00
games wesnoth: updated to 1.14.6 2019-03-18 21:46:46 +00:00
geography Update to 1.1.1 2019-03-16 23:12:54 +00:00
graphics Recursive bump for ghostscript default change 2019-03-18 16:17:46 +00:00
ham (ham/gnuradio-doxygen) Adjust PLIST, by bulkbuild environment. 2019-03-16 00:04:49 +00:00
inputmethod ibus, ibus-python: update to 1.5.20. 2019-03-02 02:16:32 +00:00
lang swi-prolog-lite: Also remove libedit documentation 2019-03-17 15:05:49 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail fdm: Adjust mremap(2) usage on NetBSD 2019-03-18 10:53:40 +00:00
math Recursive bump for ghostscript default change 2019-03-18 16:17:46 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs modular-xorg-apps: remove lbxproxy and proxymngr. 2019-03-19 09:50:28 +00:00
misc Revbump all Go packages after Go 1.12.1 update. 2019-03-16 08:35:37 +00:00
mk Added cmdliner and fmt options. 2019-03-19 11:23:09 +00:00
multimedia Recursive bump for ghostscript default change 2019-03-18 16:17:46 +00:00
net Update to v34 (20190313). From the changelog: 2019-03-18 20:19:31 +00:00
news sfeed: Avoid SUBST and directly adjust variables via MAKE_FLAGS (NFC) 2019-02-26 18:13:54 +00:00
packages
parallel Update to paexec-1.1.1 2019-02-15 19:31:24 +00:00
pkgtools Revbump all Go packages after Go 1.12.1 update. 2019-03-16 08:35:37 +00:00
print Recursive bump for ghostscript default change 2019-03-18 16:17:46 +00:00
regress regress/compiler: fix regression test 2019-03-17 12:20:09 +00:00
security Recursive bump for ghostscript default change 2019-03-18 16:17:46 +00:00
shells pbosh: update to 20190311. 2019-03-19 14:24:46 +00:00
sysutils py-psutil: updated to 5.6.1 2019-03-18 12:59:50 +00:00
templates
textproc Added ocaml-textutils to Makefile SUBDIRs 2019-03-19 10:56:39 +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 Added ocaml-uri to Makefile SUBDIRs 2019-03-19 14:27:18 +00:00
x11 lbxproxy, proxymngr: remove 2019-03-19 09:53:07 +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.