Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-04-08 16:16:18 +00:00
archivers Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
audio musicpd: update to 0.21.7. 2019-04-07 21:36:25 +00:00
benchmarks google-benchmark: updated to 1.4.1 2019-03-21 22:16:25 +00:00
biology biology/chemtool: Fix build on CentOS and NetBSD 2019-04-06 00:41:46 +00:00
bootstrap README.Linux: minor tweak to a sentence 2019-04-04 04:20:26 +00:00
cad Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
chat anope: fix DISTNAME. 2019-04-07 19:30:13 +00:00
comms Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
converters py-emoji: updated to 0.5.2 2019-04-07 16:02:01 +00:00
cross regen distinfo for crosstool-ng-esp32-2018r1.tar.gz 2019-03-24 13:04:05 +00:00
databases go-ldap: added version 3.0.2 2019-04-08 16:15:41 +00:00
devel py-pyparsing: updated to 2.4.0 2019-04-08 10:41:05 +00:00
distfiles
doc Added security/go-asn1-ber, databases/go-ldap 2019-04-08 16:16:18 +00:00
editors Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
emulators Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
filesystems +fuse-exfat 2019-04-05 19:33:53 +00:00
finance Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
fonts ms-ttf: convert to fonts.mk 2019-04-08 07:59:24 +00:00
games Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
geography Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
graphics ImageMagick: update to 7.0.8.38. 2019-04-07 22:00:57 +00:00
ham ham/uhd: Deeclare gnu++11 instead of c++11 2019-03-31 00:53:41 +00:00
inputmethod Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
lang lang/rust: Adjust BROKEN pattern per pkglint 2019-04-08 14:18:39 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Fix mimeinfo.cache handlinkg of notmuch-emacs option 2019-04-05 09:59:01 +00:00
math Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
misc Use harfbuzz-2.4.0 as internal harfbuzz 2019-04-03 13:36:30 +00:00
mk fonts.mk: hide echo itself, and improve quoting 2019-04-06 08:43:41 +00:00
multimedia mp4v2: updated to 4.1.0.0 2019-04-07 18:23:52 +00:00
net socat: Update to 1.7.3.3 2019-04-07 19:26:56 +00:00
news Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
packages
parallel py-billiard: updated to 3.6.0.0 2019-04-05 13:03:11 +00:00
pkgtools Bump date for switch to cdn.NetBSD.org 2019-04-05 22:53:29 +00:00
print tex-overpic: add missing dependency on tex-eepic 2019-04-06 19:28:18 +00:00
regress regress/buildlink-libtool: fix failing test 2019-03-24 21:09:21 +00:00
security go-asn1-ber: added version 1.3 2019-04-08 16:14:51 +00:00
shells pbosh: update to 20190311. 2019-03-19 14:24:46 +00:00
sysutils Update to version 0.0.20190405nb1 2019-04-08 00:16:06 +00:00
templates
textproc json-schema: update to 1.1. 2019-04-08 15:45:01 +00:00
time Update to 2.34 2019-04-07 12:36:21 +00:00
wm Simplify distfile metadata for chunkwm and skhd by using GITHUB_TAG. 2019-04-04 02:24:40 +00:00
www links{,-gui}: Update to 2.19 2019-04-07 19:49:12 +00:00
x11 pixman: update to 0.38.2. 2019-04-07 21:15:47 +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.