Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-07-21 08:51:00 +00:00
archivers zstd: update to 1.4.1. 2019-07-21 08:37:34 +00:00
audio *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
benchmarks Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
biology *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
bootstrap libarchive no longer has a without-lzmadec option 2019-07-08 19:44:08 +00:00
cad *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
chat *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
comms *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
converters *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
cross Makefile: +or1k-none-elf-{gcc,binutils} 2019-07-15 06:01:06 +00:00
databases *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
devel py-mako: updated to 1.0.14 2019-07-21 08:07:19 +00:00
distfiles
doc doc: Updated misc/khard to 0.14.0 2019-07-21 08:51:00 +00:00
editors *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
emulators mame: update to 0.211. 2019-07-21 08:34:54 +00:00
filesystems *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
finance *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
fonts *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
games *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
geography *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
graphics *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
ham *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
inputmethod *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
lang *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
licenses Added CeCiLL-B license. 2019-07-02 09:28:12 +00:00
mail thunderbird-enigmail: update to 2.0.12. 2019-07-20 22:52:49 +00:00
math *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs modular-xorg-apps: remove rstart as well, ride bump 2019-07-19 21:14:26 +00:00
misc khard: update to 0.14.0. 2019-07-21 08:50:44 +00:00
mk Do not pass -std=c++03 to GCC 4.4 2019-07-15 16:06:19 +00:00
multimedia *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
net py-grpcio-tools: updated to 1.22.0 2019-07-21 08:10:51 +00:00
news *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
packages
parallel *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
pkgtools x11-links: bump bl3.mk dependency. 2019-07-20 21:11:08 +00:00
print *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security libssh2: Don't build examples, they're not installed anyway. 2019-07-21 08:18:53 +00:00
shells Redirect the last few search.cpan.org packages that I missed. 2019-07-01 22:00:09 +00:00
sysutils *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
templates
textproc py-enchant: update to 2.0.0. 2019-07-20 22:56:54 +00:00
time *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
wm xfce4-wm: revert previous, an error on my part 2019-07-20 18:39:03 +00:00
www py-beautifulsoup4: updated to 4.8.0 2019-07-21 08:05:31 +00:00
x11 *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +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.