Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-11-08 05:33:36 +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 Optionally detect whether the compiler supports "-fstack-protector-strong". 2018-11-05 19:26:38 +00:00
cad Updated cad/klayout to 0.25.4 2018-09-22 15:28:28 +00:00
chat Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +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 freemint-mintbin: Assume strerror() is available. 2018-10-31 11:37:35 +00:00
databases sqlite3: updated to 3.25.3 2018-11-07 11:51:25 +00:00
devel hdf5: update to 1.10.4 2018-11-08 02:56:06 +00:00
distfiles
doc ical update 2018-11-08 05:33:36 +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 gpxsee: simplify Makefile 2018-11-04 22:43:40 +00:00
graphics Fix build with gtk-3.24. 2018-11-05 16:58:32 +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 gcc8: Fix gcc/target/87221 better. 2018-11-07 04:32:32 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail Update to 20181104.0. From the changelog: 2018-11-05 18:22:11 +00:00
math py-numpy: updated to 1.15.4 2018-11-05 09:23:26 +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 attica: be explicit in building qt4 version 2018-11-06 09:41:30 +00:00
mk If an SDK matching our OS X version isn't found -- for instance, because 2018-11-07 16:50:27 +00:00
multimedia Add BUILDLINK_API_DEPENDS.libaom for correct aom.pc 2018-11-07 13:10:01 +00:00
net youtube-dl: Update net/youtube-dl to 20181107 2018-11-07 12:28:37 +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: remove unnecessary files 2018-11-07 21:04:53 +00:00
print Update to 8.2.1 2018-11-07 12:59:44 +00:00
regress Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
security gnupg2: updated to 2.2.11 2018-11-07 11:59:08 +00:00
shells bash-completion: Update shells/bash-completion to 2.8 2018-10-19 20:28:25 +00:00
sysutils py-psutil: updated to 5.4.8 2018-11-05 12:46:53 +00:00
templates
textproc Update to 1.4.9. From the changelog: 2018-11-05 05:42:59 +00:00
time ical: update to 3.0.3 2018-11-08 05:32:23 +00:00
wm Update xfwm4 to 4.13.1. 2018-11-05 18:58:49 +00:00
www Make the pkg at least build on sparc64 (nowhere near working yet) 2018-11-07 12:55:11 +00:00
x11 xf86-video-r128: update to 6.12.0. 2018-11-03 10:51:54 +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.