Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
fhajny 8adbc24d2f Import bfs-1.1.3 as sysutils/bfs.
bfs is a variant of the UNIX find command that operates breadth-first
rather than depth-first.
2017-10-25 14:57:50 +00:00
archivers brotli: added version 1.0.1 2017-10-23 13:15:29 +00:00
audio mpg123: updated to 1.25.7 2017-10-24 18:02:50 +00:00
benchmarks super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
biology transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
bootstrap Set cwrappers in bootstrap mk.conf too. 2017-10-22 19:29:20 +00:00
cad Update to pcb-4.0.1 2017-10-24 02:21:55 +00:00
chat irssi: update to 1.0.5 2017-10-23 15:08:24 +00:00
comms gammu: Update comms/gammu to 1.38.5 2017-10-22 18:43:28 +00:00
converters py-cairosvg: update to 2.1.1 2017-10-19 06:38:47 +00:00
cross transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
databases py-psycopg2: update to 2.7.3.2 2017-10-24 17:27:44 +00:00
devel Updated devel/ocaml-migrate-parsetree to version 1.0.6. 2017-10-25 11:01:58 +00:00
distfiles
doc doc: Updated shells/fish to 2.6.0nb3 2017-10-25 14:48:00 +00:00
editors Update to patchset 1214. 2017-10-24 11:04:03 +00:00
emulators qemu: fix extraction of 2.10.* on case-insensitive filesystems 2017-10-14 12:30:44 +00:00
filesystems Add support for NetBSD/evbarm on ARMv7. 2017-10-08 07:53:05 +00:00
finance py-stripe: update to 1.67.0 2017-10-12 08:06:47 +00:00
fonts tex-ptex-fonts: add missing file to PLIST 2017-10-24 00:52:47 +00:00
games moria: was wrong about sizes, since it fails either way, remove 2017-10-15 08:35:38 +00:00
geography osm2pgsql: update to 0.94.0 2017-10-08 12:28:55 +00:00
graphics py-strich: follow redirect 2017-10-23 13:42:17 +00:00
ham hamlib: update to 3.1 2017-10-24 23:41:39 +00:00
inputmethod editors/Makefile: remove ibus-el 2017-09-30 07:24:46 +00:00
lang Update lang/nodejs4 to 4.8.5. 2017-10-25 13:56:01 +00:00
licenses adom-license: put the right part of the FAQ without the table of contents 2017-10-08 07:48:48 +00:00
mail p5-Mail-DKIM: update to 0.44. 2017-10-23 12:58:48 +00:00
math p5-Math-Prime-Util: update to 0.68. 2017-10-23 13:01:48 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs texlive-collection-latexextra: add tex-{makecell,pagenote} 2017-10-23 10:34:25 +00:00
misc Update to 4.6.2 2017-10-24 11:45:18 +00:00
mk Added support for PostgreSQL 10.0 2017-10-23 20:34:27 +00:00
multimedia mkvtoolnix: updated to 17.0.0 2017-10-24 18:14:26 +00:00
net Add support for LDFLAGS 2017-10-24 01:04:19 +00:00
news revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools pkg_install: Fix OpenSSL 1.1.0 build 2017-10-24 15:54:31 +00:00
print mupdf: backport patches to fix several possible security issues 2017-10-25 11:00:03 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Updated HOMEPAGE 2017-10-25 06:38:53 +00:00
shells fish: don't install own version of pcre2, delete hopefully 2017-10-25 14:47:40 +00:00
sysutils Import bfs-1.1.3 as sysutils/bfs. 2017-10-25 14:57:50 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc py-html2text: updated to 2017.10.4 2017-10-25 04:09:46 +00:00
time py-isodate: update to 0.6.0 2017-10-16 06:44:28 +00:00
wm jwm: update to 2.3.7. 2017-10-21 18:07:33 +00:00
www www/lighttpd: Fix build on SunOS. 2017-10-25 14:27:20 +00:00
x11 ruby-gnome2: update to 3.1.9. 2017-10-21 01:22:55 +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.