Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 4cd3075626 py-notebook: updated to 6.0.2
6.0.2
- Update JQuery dependency to version 3.4.1 to fix security vulnerability (CVE-2019-11358)
- Update CodeMirror to version 5.48.4 to fix Python formatting issues
- Continue removing obsolete Python 2.x code/dependencies
- Multiple documentation updates
2019-11-08 13:15:37 +00:00
archivers zstd: updated to 1.4.4 2019-11-06 17:13:08 +00:00
audio faad2: Update to 2.9.1 2019-11-08 11:10:01 +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 openscad: Switch to qt5 2019-10-29 18:22:29 +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-apsw: updated to 3.30.1 2019-11-06 15:46:51 +00:00
devel Fix build under NetBSD. Do not conflict with hmac(3). 2019-11-08 12:52:30 +00:00
distfiles
doc Updated devel/git 2019-11-08 12:25:33 +00:00
editors *: recursive bump for poppler update to 0.82.0 2019-11-07 12:38:03 +00:00
emulators mame: update to 0.215. 2019-11-08 09:44:17 +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 Update to ricty-ttf-4.1.1 2019-11-05 08:59:12 +00:00
games *: recursive bump for poppler update to 0.82.0 2019-11-07 12:38:03 +00:00
geography *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
graphics py-graphviz: updated to 0.13.2 2019-11-08 09:24:05 +00:00
ham ham: align variable assignments 2019-11-03 19:32:06 +00:00
inputmethod The version number problem of uim-elisp is fixed in another way 2019-11-07 03:01:35 +00:00
lang Fix typo in patch, ref. message on pkgsrc-users@. 2019-11-08 09:53:43 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail evolution-data-server: Needs gdbus-codegen 2019-11-06 22:51:29 +00:00
math *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs meta-pkgs: align variable assignments 2019-11-03 19:35:54 +00:00
misc khard: fix sphinx names 2019-11-07 12:41:00 +00:00
mk mk/fetch: sort variables for bmake show-all-github 2019-11-04 19:05:18 +00:00
multimedia mkvtoolnix: updated to 39.0.0 2019-11-05 18:01:48 +00:00
net youtube-dl: Update to 20191105 2019-11-06 21:08: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 pkgtools/pkglint: update to 19.3.6 2019-11-04 18:44:21 +00:00
print *: recursive bump for poppler update to 0.82.0 2019-11-07 12:38:03 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security py-google-auth-oauthlib: updated to 0.4.1 2019-11-07 13:35:35 +00:00
shells shells: align variable assignments 2019-11-04 21:14:06 +00:00
sysutils *: recursive bump for poppler update to 0.82.0 2019-11-07 12:38:03 +00:00
templates
textproc py-xlsxwriter: updated to 1.2.3 2019-11-08 09:26:21 +00:00
time py-dateutil: updated to 2.8.1 2019-11-06 20:49:22 +00:00
wm wm: align variable assignments 2019-11-04 21:50:15 +00:00
www py-notebook: updated to 6.0.2 2019-11-08 13:15:37 +00:00
x11 *: recursive bump for poppler update to 0.82.0 2019-11-07 12:38:03 +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.