Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-12-13 05:05:05 +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 boehm-gc: update to 8.0.0nb1. 2018-12-12 21:43:28 +00:00
distfiles
doc doc: Updated misc/whohas to 0.29.1 2018-12-13 01:05:07 +00:00
editors *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
emulators fuse-emulator: updated to 1.5.7 2018-12-12 16:45:52 +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 Update ImageMagick to 7.0.8.16. 2018-12-12 15:10:04 +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 nodejs: updated to 10.14.2 2018-12-12 16:38:06 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Just set CFLAGS.Darwin in Makefile. 2018-12-13 05:05:05 +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 misc/whohas: Update to 0.29.1 2018-12-13 01:03:59 +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 youtube-dl: Update net/youtube-dl to 20181209 2018-12-12 12:55:17 +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 Support Linux with systemd. Set LICENSE (2-clause-bsd). Bump version. 2018-12-12 02:08:10 +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 gnutls: Add a dependency to mozilla-rootcerts and configure to use them 2018-12-13 00:10:12 +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 oniguruma: updated to 6.9.1 2018-12-12 12:46:58 +00:00
time time/wmmoonclock: Update to 1.29 2018-12-12 12:45:19 +00:00
wm revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
www Update to 0.52 2018-12-12 14:26:46 +00:00
x11 Update fox to 1.6.57. 2018-12-12 19:07:22 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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.