Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-03-15 23:43:27 +00:00
archivers unrar: updated to 5.6.1 2018-03-14 07:51:41 +00:00
audio Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
chat eggdrop: remove patches that are not in distinfo 2018-03-15 06:07:56 +00:00
comms Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
converters Fix build with ocaml 4.06. 2018-03-14 08:28:44 +00:00
cross Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
databases postgresql-postgis2: Update todo list 2018-03-15 18:31:58 +00:00
devel py-cython: updated to 0.28 2018-03-15 09:30:18 +00:00
distfiles
doc doc: Updated x11/xf86-video-amdgpu to 18.0.1 2018-03-15 23:43:27 +00:00
editors emacs-current: regen distinfo so checksum matches existing patch 2018-03-15 06:08:21 +00:00
emulators remove the u-boot extraction workaround on case-insensitive filesystems 2018-03-15 22:00:48 +00:00
filesystems Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
finance ledger: Fix build with gcc-6. 2018-03-14 13:59:52 +00:00
fonts Add required newer freetype2 to fix X11_TYPE=native build partially 2018-03-13 21:45:20 +00:00
games games/ruby-squib: update to 0.14.0 2018-03-14 14:33:35 +00:00
geography Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
graphics graphics/ruby-chunky_png: update to 1.3.10 2018-03-14 14:36:03 +00:00
ham Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
inputmethod Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
lang lang/ruby: start update of Ruby on Rails 4.2.10 2018-03-13 16:28:48 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail py-authres: updated to 1.1.0 2018-03-15 12:23:47 +00:00
math Add py-claripy 2018-03-15 02:25:13 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs meta-pkgs: add and enable php72-extensions 2018-03-14 15:50:07 +00:00
misc moreutils: Install parallel' and its man page to moreutils-parallel' 2018-03-14 20:35:23 +00:00
mk mk/configure/replace-interpreter.mk: document variables for show-all 2018-03-11 15:07:45 +00:00
multimedia adobe-flash-player: update to 29.0.0.113. 2018-03-14 16:33:33 +00:00
net Upgrade unbound to version 1.7.0. 2018-03-15 10:22:49 +00:00
news Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
packages
parallel Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
pkgtools fix the xorgproto list to include everything in all the subdirs they 2018-03-14 02:11:04 +00:00
print print/ruby-pdf-reader: update to 2.1.0 2018-03-14 15:31:31 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Output signatures to the standard output for "-" 2018-03-15 20:21:52 +00:00
shells Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
sysutils dupeguru: fix build with sphinx-1.7.1 2018-03-14 17:11:26 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc textproc/Makefile: Add R-utf8 2018-03-15 18:37:23 +00:00
time py-tempora: updated to 1.11 2018-03-15 12:34:54 +00:00
wm Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
www py-aiohttp: updated to 3.0.9 2018-03-15 09:29:09 +00:00
x11 xf86-video-amdgpu: update to 18.0.1. 2018-03-15 23:43:17 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$NetBSD: README,v 1.19 2017/03/02 09:51:35 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.