Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-04-27 13:46:28 +00:00
archivers Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
audio fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +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 fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +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 pvs: restore partial solaris checksums 2019-04-27 11:34:07 +00:00
distfiles
doc Updated databases/py-peewee, www/py-pylint-django 2019-04-27 09:35:45 +00:00
editors Update dte to 1.8.2. 2019-04-26 14:57:57 +00:00
emulators compat30: add one more SHA512 2019-04-27 13:46:28 +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 *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +00:00
ham Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
inputmethod *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +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 fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
misc *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +00:00
mk openssh: Add optional command line editing to "sftp" 2019-04-25 14:55:03 +00:00
multimedia fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +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 pkg_rolling-replace: Update to 0.24.6 2019-04-26 18:14:15 +00:00
print *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +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 fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
templates
textproc fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +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 *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +00:00
x11 Disable precompiled headers for gcc-7.x too, it dies the same way as previous 2019-04-26 16:53:20 +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.