Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-08-16 09:13:52 +00:00
archivers brotli: update to 1.0.5. 2018-08-16 08:44:21 +00:00
audio abcde: update to 2.9.2. 2018-08-16 08:37:17 +00:00
benchmarks dnsperf: Add a bunch of required includes. 2018-07-26 14:34:07 +00:00
biology biology/plinkseq: Requires c++11 to build with protobuf-3.6.0 2018-08-04 21:42:28 +00:00
bootstrap On Chrome OS, build nbsed too. 2018-08-12 08:46:41 +00:00
cad Upgrade to QCAD 3.21.2.3, with changes: 2018-07-27 14:12:41 +00:00
chat line-purple: mark BROKEN, using this program will get your account banned 2018-08-15 09:10:58 +00:00
comms gammu: Fix build on SunOS. 2018-07-31 13:13:46 +00:00
converters dsk2rom: add version 0.80. 2018-08-13 15:53:49 +00:00
cross Update to 8.2.0 2018-07-30 19:45:58 +00:00
databases postgresql10-server: also build pgoutput plugin; bump revision 2018-08-14 16:52:04 +00:00
devel apache-ant: update to 1.10.5. 2018-08-16 08:39:19 +00:00
distfiles
doc doc: Updated net/filezilla to 3.35.1 2018-08-16 09:13:52 +00:00
editors Added de and da locales 2018-07-28 08:29:02 +00:00
emulators PC6001VX: update to 3.0.0. 2018-08-15 16:26:11 +00:00
filesystems Add missing RCS tag 2018-08-06 02:22:31 +00:00
finance py-braintree: updated to 3.47.0 2018-08-02 15:26:03 +00:00
fonts py-fonttools: updated to 3.29.0 2018-08-05 10:10:43 +00:00
games games/libretro-craft: Import libretro-craft-20180803 2018-08-11 00:48:50 +00:00
geography osm2pgsql: Update to 0.96.0 2018-08-02 17:00:14 +00:00
graphics ImageMagick: update to 7.0.8.10. 2018-08-16 08:23:16 +00:00
ham ham/gnuradio-core: remove file from PLIST that is also in PLIST.oss 2018-08-13 05:56:29 +00:00
inputmethod ibus, ibus-python: update to 1.5.19. 2018-08-12 10:45:03 +00:00
lang lang/erlang: make the SCTP patch work again. 2018-08-14 18:40:42 +00:00
licenses Rename old-mame-license to mame-license, because I found an older MAME 2018-08-12 17:11:39 +00:00
mail mail/roundcube-plugin-zipdownload: update to 1.3.7 2018-08-09 15:09:31 +00:00
math Add libnumbertext 2018-08-15 14:03:54 +00:00
mbone Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
meta-pkgs ruby-gnome2: update to 3.2.9. 2018-08-08 12:16:00 +00:00
misc calibre: update to 3.29.0. 2018-08-16 08:54:03 +00:00
mk mk/compiler.mk: sort supported compilers alphabetically 2018-08-12 19:36:40 +00:00
multimedia adobe-flash-player: update to 30.0.0.154. 2018-08-15 03:32:29 +00:00
net filezilla: update to 3.35.1. 2018-08-16 09:13:43 +00:00
news Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
packages
parallel hwloc: missed buildlink3.mk update for libpciaccess. 2018-08-09 11:33:36 +00:00
pkgtools pkg_install: Sync with DEFAULT_ACCEPTABLE_LICENSES in mk/license.mk 2018-08-14 13:21:07 +00:00
print ruby-gnome2: update to 3.2.9. 2018-08-08 12:16:00 +00:00
regress
security py-cryptography[_vectors]: updated to 2.3.1 2018-08-15 08:21:42 +00:00
shells Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
sysutils dbus: update to 1.12.10. 2018-08-16 08:57:09 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc mandoc: remove two unnecessary configure overrides 2018-08-15 04:09:18 +00:00
time py-pendulum: Disable C Extensions when building the 2.7 multi-package 2018-08-14 15:23:51 +00:00
wm wm/compiz: Do not suggest an unavailable option 2018-08-03 21:17:47 +00:00
www Added patch to www/eliom, and revbump. 2018-08-15 13:51:50 +00:00
x11 modular-xorg-xephyr: update to 1.20.1. 2018-08-14 09:35:59 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$NetBSD: README,v 1.19 2017/03/02 09:51:35 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.