Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-11-11 18:03:17 +00:00
archivers star: add MESSAGE file 2018-11-10 19:56:17 +00:00
audio enable for all platforms, and pass --disable-sse on non x86 platforms. 2018-11-11 00:17:04 +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/Makefile: + smake 2018-11-10 19:50:04 +00:00
distfiles
doc doc/TODO: add some 2018-11-11 10:39:29 +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 tiff: update to 4.0.10 2018-11-10 21:14:53 +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 nodejs: updated to 10.13.0 2018-11-10 18:35:18 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail Add and enable greylisting-spp. 2018-11-11 01:59:57 +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 make this build on netbsd/arm64. it was surprisingly easy: 2018-11-10 21:35:07 +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 libaom: Fix the build for NetBSD/*arm* 2018-11-11 18:03:17 +00:00
net Update get_iplayer to 3.17 2018-11-10 19:39:19 +00:00
news Add patches from PR pkg/53190 for building with newer g++ (4.9+). 2018-11-11 14:11:27 +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 cups{,-base}: Update print/cups{,-base} to 2.2.9 2018-11-10 19:51:12 +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 Sort PLIST; missed in previous. 2018-11-11 16:20:42 +00:00
shells shells/Makefile: + bosh, pbosh 2018-11-10 20:00:04 +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 Add patch to fix qtdeclarative build. 2018-11-10 19:33:47 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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.