Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam ad1de66fea py-spark-parser: updated to 1.8.9
1.8.9:
3.8 change from last release is needed in Python 3.7.4

1.8.8:
Changes for Python 3.7.4 and 3.8
2019-08-26 06:54:28 +00:00
archivers Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
audio sox: adjust DESCR 2019-08-25 21:54:18 +00:00
benchmarks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
biology Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +00:00
cad Update to 4.016 2019-08-23 13:05:49 +00:00
chat ircd-hybrid: Adds missing USE_LIBTOOL. 2019-08-23 15:18:15 +00:00
comms Add qodem. 2019-08-22 20:23:31 +00:00
converters Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
cross Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
databases p5-DBD-postgresql: updated to 3.9.1 2019-08-23 13:15:05 +00:00
devel devel/patchelf: Adjust MASTER_SITES to new URL on nixos.org 2019-08-26 00:18:05 +00:00
distfiles
doc doc: Updated net/mrtg to 2.17.7nb2 2019-08-26 06:43:46 +00:00
editors Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
emulators Update to 0.6.2 2019-08-23 13:13:49 +00:00
filesystems Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
finance Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
fonts fonts: Sort ibm-plex-otf in Makefile 2019-08-22 09:32:50 +00:00
games Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
geography Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
graphics MesaLib: strip out -Werror=return-type 2019-08-24 20:39:37 +00:00
ham Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
inputmethod Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
lang py-spark-parser: updated to 1.8.9 2019-08-26 06:54:28 +00:00
licenses Add the biopython license to DEFAULT_ACCEPTABLE_LICENSES. 2019-08-14 18:12:00 +00:00
mail Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
math Make pkglint happy. 2019-08-24 22:14:13 +00:00
mbone Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
meta-pkgs boost: fix build on NetBSD HEAD-llvm 2019-08-22 21:05:27 +00:00
misc p5-Locale-libintl: updated to 1.31 2019-08-23 11:07:04 +00:00
mk mk/help: remove unnecessary backslash before # in AWK program 2019-08-25 20:30:11 +00:00
multimedia mkvtoolnix: updated to 37.0.0 2019-08-25 12:38:05 +00:00
net Add an rc.d script. 2019-08-26 06:41:08 +00:00
news Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
packages
parallel Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
pkgtools pkgtools/pkglint: update to 5.7.22 2019-08-25 21:47:11 +00:00
print 1. adapt perl 5.22 or later, 2. silence pkglint 3. MAINTAINER conversion 2019-08-24 11:31:02 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security py-asyncssh: updated to 1.18.0 2019-08-25 12:24:06 +00:00
shells Update to bash 5.0.9 (5.0 patchlevel 9) 2019-08-15 00:33:44 +00:00
sysutils libnotify: Readd introspection' option and install gtk-doc for doc' option 2019-08-25 11:54:34 +00:00
templates
textproc py-xlsxwriter: updated to 1.2.0 2019-08-26 06:49:29 +00:00
time Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
wm Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
www py-nbconvert: mark as incompatible with Python 2.7 2019-08-26 06:46:37 +00:00
x11 x11: +modular-xorg-xwayland... oops 2019-08-24 09:01:04 +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.