Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-04-23 09:29:37 +00:00
archivers brotli: Use shared libraries for linking the main executable 2019-04-19 17:56:52 +00:00
audio audio/celt: fix OPSYS name from Solaris to SunOS 2019-04-20 13:59:07 +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 libarchive: updated to 3.3.3 2019-04-10 08:24:03 +00:00
cad Updated cad/gtkwave to 3.3.100 2019-04-13 23:38:40 +00:00
chat Revbump all Go packages after go112 update 2019-04-16 18:41:08 +00:00
comms fix the build on arm64: several variables were 'extern'd as the 2019-04-11 02:21:09 +00:00
converters Update to 4.007 2019-04-19 14:56:32 +00:00
cross regen distinfo for crosstool-ng-esp32-2018r1.tar.gz 2019-03-24 13:04:05 +00:00
databases sqlite3: updated to 3.28.0 2019-04-18 10:10:03 +00:00
devel cmake: updated to 3.14.3 2019-04-23 09:29:08 +00:00
distfiles
doc Updated lang/perl5, devel/cmake 2019-04-23 09:29:37 +00:00
editors nano: update to 4.1 2019-04-19 18:30:40 +00:00
emulators emulators/snes9x-gtk: try to ensure networking libs get included on SunOS 2019-04-18 09:15:08 +00:00
filesystems filesystems/fuse-ntfs-3g: Use libfuse on NetBSD 2019-04-16 19:30:55 +00:00
finance Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
fonts twemoji-color-font-ttf: Update to 12.0.1 2019-04-20 10:04:07 +00:00
games powder-toy: harden the initialization script, avoiding sh -e and quoting 2019-04-19 09:28:45 +00:00
geography geography/gpsbabel: Note stalled update 2019-04-09 00:21:03 +00:00
graphics ImageMagick: update to 7.0.8.40. 2019-04-17 10:44:36 +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 perl5: patch-aa should be gone 2019-04-23 09:28:21 +00:00
licenses So long, lame-license! 2019-04-20 06:46:30 +00:00
mail dovecot2: updated to 2.3.5.2 2019-04-19 05:35:03 +00:00
math Revbump all Go packages after go112 update 2019-04-16 18:41:08 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs meta-pkgs/bulk-medium: drop lang/ruby23-base 2019-04-14 15:22:17 +00:00
misc libreoffice: harfbuzz-2.4.0.tar.bz2 checksum is wrong for some reason 2019-04-21 16:03:21 +00:00
mk mk: fix pkglint warnings about ambiguous variables 2019-04-20 16:32:42 +00:00
multimedia mkvtoolnix: updated to 33.1.0 2019-04-16 07:21:49 +00:00
net samba4: update Linux-specific PLIST entries 2019-04-23 07:42:53 +00:00
news Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
packages
parallel Remove mova.org from MASTER_SITES 2019-04-08 21:38:39 +00:00
pkgtools pkgtools/pkglint: update to 5.7.5 2019-04-20 17:43:24 +00:00
print cups-filters updated to 1.22.5 2019-04-17 11:22:35 +00:00
regress regress/buildlink-libtool: fix failing test 2019-03-24 21:09:21 +00:00
security Update to 1.12 2019-04-20 12:32:26 +00:00
shells zsh-autosuggestions: update to 0.5.2. 2019-04-17 10:02:01 +00:00
sysutils Add U-Boot package for the Libre Computer AML-S905X-CC (Le Potato) 2019-04-19 10:39:53 +00:00
templates
textproc translate-shell: Update to 0.9.6.10 2019-04-20 09:41:45 +00:00
time py-tempora: updated to 1.14.1 2019-04-19 10:01:13 +00:00
wm Simplify distfile metadata for chunkwm and skhd by using GITHUB_TAG. 2019-04-04 02:24:40 +00:00
www gitea: Update to 1.8.0 2019-04-23 06:04:41 +00:00
x11 gtk3: updated to 3.24.8 2019-04-18 09:59:34 +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.