Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-04-28 13:41:18 +00:00
archivers Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
audio exaile: this needs python-2.7. 2019-04-28 07:01:53 +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 py-peewee: updated to 3.9.5 2019-04-27 09:33:07 +00:00
devel glade3: remove, moved to glade 2019-04-28 07:08:15 +00:00
distfiles
doc doc/guide: add chapters for getting help 2019-04-28 13:41:18 +00:00
editors kate: fix typos in DESCR 2019-04-27 16:35:18 +00:00
emulators qemu: Switch curses.c patches to the ones pending upstream 2019-04-27 18:00:46 +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 Remove duplicate changes entry 2019-04-26 15:05:14 +00:00
games *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +00:00
geography fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
graphics blender: build with WITH_PYTHON_INSTALL=OFF 2019-04-28 11:56:00 +00:00
ham chirp: PYTHON_VERSIONS_ACCEPTED=27 because of py-gtk2 2019-04-28 07:15:11 +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 *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +00:00
licenses So long, lame-license! 2019-04-20 06:46:30 +00:00
mail *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +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 kf5: update to 5.57.0 2019-04-28 11:09:06 +00:00
misc libkkc-data: PYTHON_VERSIONS_ACCEPTED=27 because of py-marisa 2019-04-28 07:14:07 +00:00
mk mk/configure: when there are multiple CONFIGURE_DIRS, print current dir 2019-04-28 13:18:18 +00:00
multimedia multimedia/libva: remove unrecognized configure option 2019-04-28 11:55:45 +00:00
net *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +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 DESCR to explain differences 2019-04-28 13:38:23 +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 py-ntlm-auth: updated to 1.3.0 2019-04-26 15:20:14 +00:00
shells fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
sysutils solid: fix installation of solid.categories 2019-04-27 21:34:59 +00:00
templates
textproc py-marisa: use PYTHON_VERSIONS_ACCEPTED 2019-04-28 07:12:34 +00:00
time fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
wm fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
www cliqz: update to 1.26.4 2019-04-28 13:35:56 +00:00
x11 qt5-qtbase: avoid using semaphores as mutexes on netbsd. 2019-04-28 12:46:31 +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.