Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-11-10 17:28:19 +00:00
archivers py-lz4: updated to 2.1.2 2018-11-05 09:22:38 +00:00
audio SDL2_mixer: updated to 2.0.4 2018-11-01 21:12:40 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology samtools: updated to 1.9 2018-11-06 10:49:41 +00:00
bootstrap bootstrap: Ensure CC is considered for SSP tests. 2018-11-09 13:37:09 +00:00
cad Updated cad/klayout to 0.25.4 2018-09-22 15:28:28 +00:00
chat tootstream: add patch to distinfo. 2018-11-09 10:21:03 +00:00
comms asterisk*: Fix install on SunOS. 2018-10-29 17:36:57 +00:00
converters help2man: updated to 1.47.8 2018-10-23 06:43:20 +00:00
cross make a version of the GCC 7 gcc/config/arm/arm.h change for arm64 2018-11-08 23:28:28 +00:00
databases py-psycopg2: updated to 2.7.6 2018-11-09 21:26:29 +00:00
devel devel/goyacc: remove the package again, it is already included in go-tools 2018-11-09 20:54:08 +00:00
distfiles
doc Updated security/py-itsdangerous to 1.1.0. 2018-11-10 17:28:19 +00:00
editors tea: update some links 2018-11-03 21:06:11 +00:00
emulators Support the uboot kernel_noload image type as used by NetBSD/evbarm 2018-11-05 07:27:59 +00:00
filesystems fuse-unionfs: Simplify the package a bit 2018-09-17 14:33:35 +00:00
finance *: (belatedly) revbump for net/libsoup update 2018-10-24 21:11:45 +00:00
fonts Use ofl-v1.0 for LICENSE 2018-11-07 12:52:14 +00:00
games neverball: Needs c99 and avoid vsnprintf(3) hacks 2018-10-12 09:37:25 +00:00
geography Update py-geojson to 2.4.1 2018-11-10 16:12:19 +00:00
graphics Update potrace to 1.15. 2018-11-08 14:40:20 +00:00
ham predict: needs FAKE_NCURSES 2018-09-29 14:01:58 +00:00
inputmethod *: (belatedly) revbump for net/libsoup update 2018-10-24 21:11:45 +00:00
lang port the arm64 support to GCC 8. 2018-11-10 11:45:27 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail Move patches long since non-optional out of options.mk. 2018-11-10 16:42:52 +00:00
math Update to 1.13 2018-11-10 10:00:39 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs ruby-gnome2: update to 3.3.0. 2018-11-01 14:22:58 +00:00
misc Update to 1.201 2018-11-10 09:54:12 +00:00
mk mk/misc: in show-all, list values of *_ENV and *_ARGS in separate lines 2018-11-10 10:40:55 +00:00
multimedia make this build on arm64. just needed to be able to map from 2018-11-10 03:48:51 +00:00
net Update to 0.53 2018-11-10 09:44:10 +00:00
news pan: needs itstool 2018-09-29 15:33:26 +00:00
packages
parallel Update mpich to 3.2.1. 2018-11-04 11:49:40 +00:00
pkgtools pkgtools/pkglint: fix build 2018-11-10 11:45:29 +00:00
print Update to 8.2.1 2018-11-07 12:59:44 +00:00
regress mk/misc: in show-all, list values of *_ENV and *_ARGS in separate lines 2018-11-10 10:40:55 +00:00
security Update py-itsdangerous to 1.1.0. 2018-11-10 17:27:36 +00:00
shells shells: +oksh 2018-11-09 22:16:49 +00:00
sysutils Import renameutils-0.12.0 from pkgsrc-wip. 2018-11-09 12:50:49 +00:00
templates
textproc Update to 1.22 2018-11-10 06:36:24 +00:00
time Update to 2.21 2018-11-10 03:17:11 +00:00
wm Update xfwm4 to 4.13.1. 2018-11-05 18:58:49 +00:00
www Update midori to build against vala 0.42 2018-11-09 09:17:07 +00:00
x11 Fix pkg-config usage. 2018-11-09 13:45:00 +00:00
Makefile
pkglocate
README Don't prefix commands by a shell prompt, so they're slightly easier to copy. 2018-10-09 22:55:48 +00:00

$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya 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 follow 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.