Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-12-11 17:55:56 +00:00
archivers lrzip: Update MAINTAINERship to tm@NetBSD.org email address 2018-12-11 08:45:30 +00:00
audio fasttracker2: update to b121 2018-12-11 12:07:40 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
bootstrap Update the root_group for Minix to match the changes to mk files. 2018-11-15 22:08:30 +00:00
cad revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
chat revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
comms Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
converters *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
cross Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
databases Updated databases/sql-workbench to 124 2018-12-11 15:29:31 +00:00
devel py-requests: updated to 2.21.0 2018-12-11 09:11:08 +00:00
distfiles
doc doc: Updated mail/qmail-run to 20181211 2018-12-11 17:49:47 +00:00
editors *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
emulators revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
filesystems revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
finance revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
fonts awesome-otf: Update MAINTAINERship to tm@NetBSD.org email address 2018-12-11 08:46:42 +00:00
games *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
geography revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
graphics *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
ham Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
inputmethod revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
lang swi-prolog*: Update lang/swi-prolog* to 7.6.4 2018-12-10 14:59:50 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Add SPF checks via qmail-spp-spf (new dependency): 2018-12-11 17:49:40 +00:00
math py-munkres: updated to 1.0.12 2018-12-10 11:22:37 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
misc Fix build with poppler-0.72 2018-12-11 12:59:49 +00:00
mk mk/license.mk: rewrite comments around license categories 2018-12-10 15:50:10 +00:00
multimedia Fix x265 on non-x86 architectures. Patches are from maya@netbsd.org. Thanks! 2018-12-11 17:55:56 +00:00
net Update unbound to version 1.8.3 2018-12-11 17:06:46 +00:00
news revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
packages
parallel Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
pkgtools revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
print php-pdflib: update to 4.1.2 2018-12-11 14:15:14 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security Import gcr-3.28.0nb1 from wip. 2018-12-11 12:36:28 +00:00
shells bash-completion: install pkgconfig file in pkgsrc standard location. 2018-12-02 07:06:20 +00:00
sysutils *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
templates
textproc Apply ICU-20208 uspoof.cpp function checkImpl should be static from 2018-12-11 10:15:55 +00:00
time revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
wm revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
www midori: Update www/midori to 7.0 2018-12-11 12:40:18 +00:00
x11 *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
Makefile
pkglocate
README Don't prefix commands by a shell prompt, so they're slightly easier to copy. 2018-10-09 22:55:48 +00:00

$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya 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 follow 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.