Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-05-01 09:24:50 +00:00
archivers zstd: update to 1.4.0. 2019-05-01 08:24:57 +00:00
audio fasttracker2: update to b153 2019-05-01 01:30:42 +00:00
benchmarks Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
biology fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
bootstrap libarchive: updated to 3.3.3 2019-04-10 08:24:03 +00:00
cad Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
chat fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
comms fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
converters libkkc: PYTHON_VERSIONS_ACCEPTED=27 because of py-marisa 2019-04-28 07:13:33 +00:00
cross regen distinfo for crosstool-ng-esp32-2018r1.tar.gz 2019-03-24 13:04:05 +00:00
databases Bump PKGREVISION for addition of USE_GCC_RUNTIME 2019-04-30 17:20:23 +00:00
devel cbindgen: update to 0.8.4. 2019-05-01 09:24:39 +00:00
distfiles
doc doc: Updated devel/cbindgen to 0.8.4 2019-05-01 09:24:50 +00:00
editors nano: update to 4.2 2019-04-29 12:04:33 +00:00
emulators mednafen: update to 1.22.2. 2019-04-30 21:54:41 +00:00
filesystems fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
finance Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
fonts py-fonttools: updated to 3.41.0 2019-04-30 07:55:33 +00:00
games games/openttd: Depends on fluidsynth. 2019-04-28 19:13:00 +00:00
geography fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
graphics graphics/cairomm: remove unknown configure option --disable-docs 2019-04-30 15:36:15 +00:00
ham ham/gr-osmosdr: Mark python 36 and 37 as not ok 2019-04-30 16:13:42 +00:00
inputmethod PR pkg/54142 inputmethod/ibus-skk missing libkbcommon as buildlink3.mk OK by bsiegert@, tks 2019-04-28 11:48:32 +00:00
lang Update to 12.0.1 2019-05-01 05:39:30 +00:00
licenses So long, lame-license! 2019-04-20 06:46:30 +00:00
mail mail/dovecot2-pigeonhole: update to 0.5.6 2019-04-30 15:22:22 +00:00
math fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs meta-pkgs/bulk-medium: update to 20190430 2019-04-30 03:46:43 +00:00
misc misc/libcdio: Note upstream bug URL 2019-04-30 14:31:14 +00:00
mk mk/defaults/options.description: add PKG_OPTIONS description 2019-04-30 03:45:21 +00:00
multimedia multimedia/libva: remove unrecognized configure option 2019-04-28 11:55:45 +00:00
net youtube-dl: Update to 20190430 2019-04-30 09:22:34 +00:00
news Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
packages
parallel PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pkgtools pkgtools/pkglint: update to 5.7.8 2019-04-28 18:13:53 +00:00
print print/web2c: disable check for unknown configure options 2019-04-28 13:26:35 +00:00
regress regress/buildlink-libtool: fix failing test 2019-03-24 21:09:21 +00:00
security pam-pwauth_suid: add an additional detail to the MESSAGE file 2019-05-01 02:37:56 +00:00
shells fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
sysutils spice-protocol: update to 0.14.0. 2019-05-01 07:27:25 +00:00
templates
textproc py-defusedxml: updated to 0.6.0 2019-04-29 10:37:14 +00:00
time fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
wm Fix build problem PR pkg/54144, removing NO_CONFIGURE= yes. Tks @tristelo, bsiegert@, leot@ 2019-04-28 23:57:25 +00:00
www py-urllib3: updated to 1.25.2 2019-04-30 07:58:46 +00:00
x11 xcb-util-xrm: update to 1.3. 2019-05-01 08:32:26 +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.