Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-09-25 21:49:20 +00:00
archivers archivers/ruby-zip: update to 1.2.2 2018-09-23 13:49:00 +00:00
audio Add alure 2018-09-21 13:25:08 +00:00
benchmarks dnsperf: bind99 is gone 2018-09-25 18:12:09 +00:00
biology Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
bootstrap On OpenBSD, detect clang and prefer it over gcc. Addresses pkg/53170. 2018-09-09 10:01:26 +00:00
cad Updated cad/klayout to 0.25.4 2018-09-22 15:28:28 +00:00
chat chat/tootstream: require Python 3.7 as a temporary workaround for an 2018-09-21 21:44:12 +00:00
comms Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
converters help2man: updated to 1.47.7 2018-09-24 07:44:16 +00:00
cross mingw-w64-x86_64-gcc-bootstrap: remove incorrect distinfo file 2018-09-06 06:14:32 +00:00
databases postgresql-postgis: Update to 2.5.0 2018-09-23 23:11:49 +00:00
devel Needs py-setuptools_scm. 2018-09-25 20:22:14 +00:00
distfiles
doc freeradius: Reset PKGREVISION after update. 2018-09-25 12:20:05 +00:00
editors Update to 3.1 2018-09-23 03:46:04 +00:00
emulators simh: update to 4.0.0.20180919 2018-09-24 14:12:28 +00:00
filesystems fuse-unionfs: Simplify the package a bit 2018-09-17 14:33:35 +00:00
finance py-braintree: updated to 3.48.0 2018-08-30 10:06:24 +00:00
fonts py-fonttools: updated to 3.30.0 2018-09-24 09:38:47 +00:00
games Not compatible with C++11. 2018-09-25 20:22:34 +00:00
geography geos: Update comments about depending packages 2018-09-11 17:26:52 +00:00
graphics graphics/ruby-mini-magick: update to 4.9.2 2018-09-23 15:28:23 +00:00
ham gr-osmosdr: Drop gr-fcdproplus as a dependency 2018-09-25 01:14:38 +00:00
inputmethod Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
lang ocaml: Restore PLIST.ocaml-prof entries. Should fix SunOS-*-i386. 2018-09-25 11:39:12 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail mail/ruby-actionmailer51: update to 5.1.6 2018-09-23 18:36:20 +00:00
math py-numpy: updated to 1.15.2 2018-09-24 09:01:20 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs meta-pkgs/bulk-medium: update to 20180924 2018-09-24 01:26:50 +00:00
misc fzy: Update misc/fzy to 1.0 2018-09-24 13:59:56 +00:00
mk Sync with upstream, among the various changes is the update to the MINIX entry. 2018-09-16 10:38:48 +00:00
multimedia ffmpeg2: add pkg-config to tools, needed by libbluray (default enabled) 2018-09-25 10:03:49 +00:00
net bind912: fix bl3 reference 2018-09-25 18:07:37 +00:00
news slrn: update to 1.0.3a. 2018-09-21 14:27:37 +00:00
packages
parallel Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pkgtools pkgdiff: Remove obsolete SunOS catinstall workaround. 2018-09-21 12:40:26 +00:00
print ghostscript-agpl: updated to 9.25 2018-09-21 12:06:46 +00:00
regress Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
security py-oauth2client: updated to 4.1.3 2018-09-24 09:52:24 +00:00
shells zsh: Restore SunOS patch lost in previous update. 2018-09-25 13:24:39 +00:00
sysutils Set fdtfile env variable and run 'pci enum' by default on tegra boards. 2018-09-25 21:49:20 +00:00
templates
textproc py-pytoml: updated to 0.1.19 2018-09-24 11:16:42 +00:00
time time/ruby-iso8601: update to 0.11.0 2018-09-23 16:47:31 +00:00
wm cwm: Remove NO_CONFIGURE (NFC) 2018-09-22 11:30:23 +00:00
www Needs pip. 2018-09-25 20:22:54 +00:00
x11 xdotool: Use tabs to align, not spaces (NFC) 2018-09-19 09:36:32 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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.