Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-10-29 22:46:39 +00:00
archivers unrar: updated to 5.8.3 2019-10-25 09:19:31 +00:00
audio fix build and prepare for the future: 2019-10-29 20:13:58 +00:00
benchmarks dnsperf: update to 2.3.2. Changed upstream to DNS-OARC. 2019-10-16 10:05:28 +00:00
biology py-pydicom: Update to 1.3.0 2019-10-01 14:45:29 +00:00
bootstrap bootstrap/bootstrap: prevent --wrkdir from being a symlink 2019-09-13 20:10:35 +00:00
cad openscad: Switch to qt5 2019-10-29 18:22:29 +00:00
chat inspircd: Update to 3.4.0 2019-10-25 11:01:55 +00:00
comms comms/asterisk: Update EOL info in DESCR 2019-10-28 17:32:35 +00:00
converters Recursive revbump for poppler 0.81.0 2019-10-19 12:46:04 +00:00
cross nios2-gcc41: Remove, successor nios2-gcc. 2019-10-17 20:56:39 +00:00
databases couchdb: Fix variable expansion in couchdb.in. 2019-10-28 15:43:24 +00:00
devel *: fix manual definition of evdev mouse button ids 2019-10-29 22:46:39 +00:00
distfiles
doc doc: Updated devel/py-guppy3 to 3.0.8 2019-10-29 22:38:38 +00:00
editors TeXmacs: Upgrade to 1.99.11 2019-10-28 15:10:00 +00:00
emulators haxm: Upgrade to 7.5.4 2019-10-29 03:28:22 +00:00
filesystems Add mkspiffs 0.2.3 2019-10-07 10:13:16 +00:00
finance libofx: Fix build on NetBSD 9.99.17 2019-10-25 09:23:37 +00:00
fonts spleen: update to 1.5.0. 2019-10-07 08:41:10 +00:00
games icebreaker: Update to 1.9.8. 2019-10-29 18:04:44 +00:00
geography Update qgis to 3.8.3. Switch to qt5. 2019-10-29 19:30:11 +00:00
graphics MesaLib: Remove patch for strnlen on old macOS, use USE_FEATURES instead 2019-10-29 20:27:39 +00:00
ham ham/gnuradio-qt: Explain status relative to upstream and qt 2019-10-29 16:01:44 +00:00
inputmethod Remove removed conditions in PLIST, fix packaging 2019-10-28 12:38:48 +00:00
lang ghc7: build fix (workaround) for NetBSD 9.x 2019-10-29 05:12:47 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail Update to 0.29.2 2019-10-28 12:53:07 +00:00
math R: drop maintainership 2019-10-20 03:29:10 +00:00
mbone mbone/rtptools: fix location of HTML documentation 2019-10-12 20:14:08 +00:00
meta-pkgs ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
misc fbreader: Adapt for NetBSD POSIX iconv(3) 2019-10-29 14:09:09 +00:00
mk Prepare for compat80 package. 2019-10-15 11:15:49 +00:00
multimedia *: fix manual definition of evdev mouse button ids 2019-10-29 22:46:39 +00:00
net dhcpcd-qt: Switch to Qt5 2019-10-29 12:39:13 +00:00
news About 0.146 2019-10-15 18:09:21 +00:00
packages
parallel more packages with wrong LICENSE tag 2019-10-24 11:52:20 +00:00
pkgtools pkgtools/url2pkg: update to 19.3.5 2019-10-28 20:17:24 +00:00
print atril: don't enable dvi support by default. bump pkgrevision. 2019-10-28 21:49:22 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security keepassxc: Add SUPERSEDES 2019-10-29 15:46:54 +00:00
shells bash: make nls option enabled by default 2019-10-25 12:36:50 +00:00
sysutils Add an officially recommended patch to sysutils/dmidecode: 2019-10-29 17:27:51 +00:00
templates
textproc Remove a patch which no longer applies in this version. 2019-10-29 09:06:12 +00:00
time Fix sphinx-build binary name 2019-10-21 22:15:10 +00:00
wm this is the 1.4 branch 2019-10-25 11:46:40 +00:00
www firefox: with 70.0, the minimum Rust required is now 1.36 2019-10-29 22:19:29 +00:00
x11 *: fix manual definition of evdev mouse button ids 2019-10-29 22:46:39 +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.