Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
maya 340983247b Remove old logic about choosing audio device on freebsd which is
incorrectly applying to recent versions of freebsd. always play audio
to /dev/dsp.
2017-05-28 21:53:06 +00:00
archivers Honour LDFLAGS. 2017-05-15 13:53:26 +00:00
audio Updated audio/xjadeo to 0.87 2017-05-27 13:43:00 +00:00
benchmarks Use pkgsrc install scripts. Fixes installation on SunOS. Enable test target. 2017-05-18 07:20:22 +00:00
biology Deleting p5-BioPerl. Duplicate with bioperl. Sorry. 2017-05-10 15:09:47 +00:00
bootstrap Allow bootstrapping without cwrappers 2017-04-29 21:40:40 +00:00
cad Update cad/oce to 0.18.1. 2017-05-15 12:31:38 +00:00
chat Update chat/bitlbee to 3.5.1 2017-05-14 11:39:32 +00:00
comms Update to Asterisk 13.15.0. This is mostly a bug fix release with a few 2017-05-13 22:39:13 +00:00
converters Added converters/p5-Sereal version 0.330 2017-05-28 13:25:53 +00:00
cross Update to 7.1.0 2017-05-16 17:52:18 +00:00
databases Removed databases/postgresql91 2017-05-24 19:51:12 +00:00
devel +editorconfig-core 2017-05-28 20:04:02 +00:00
distfiles
doc Added devel/editorconfig-core version 0.12.1 2017-05-28 20:08:05 +00:00
editors Don't force ancient C++. 2017-05-22 23:36:11 +00:00
emulators Version 1.3.1: 2017-05-26 19:37:21 +00:00
filesystems Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
finance Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
fonts fix PR pkg/52139: 2017-05-25 03:55:24 +00:00
games Requires termcap. 2017-05-09 16:13:12 +00:00
geography Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
graphics Changes 1.4.2: 2017-05-26 17:40:44 +00:00
ham Regen. 2017-05-25 10:03:23 +00:00
inputmethod Bump PKGREVISION from enabling gtk3 option by default 2017-05-21 09:12:34 +00:00
lang Update pear to 1.10.4. 2017-05-28 11:18:08 +00:00
licenses Add the zsh license and add it to the default acceptable list (MIT-like). 2017-05-11 12:56:21 +00:00
mail dcc: update to 1.3.159 2017-05-28 11:50:07 +00:00
math Update pear-Math_BigInteger to 1.0.3. 2017-05-28 11:26:12 +00:00
mbone Updated mbone/rtptools to 1.21 2017-05-06 08:22:23 +00:00
meta-pkgs Extend SunOS _XOPEN_SOURCE fix to all compilers. 2017-05-24 15:02:54 +00:00
misc misc/py-anita to 1.41. Pkgsrc changes: 2017-05-28 12:48:53 +00:00
mk Remove old logic about choosing audio device on freebsd which is 2017-05-28 21:53:06 +00:00
multimedia ffmpeg3: introduce x11 option (default on) and wrap vaapi/vdpau 2017-05-28 02:09:18 +00:00
net Update pear-Net_Sieve to 1.4.1. 2017-05-28 11:24:59 +00:00
news 2.4.6 and NetrBSD-5 are ancient history by now (hopefully) 2017-05-20 06:56:29 +00:00
packages
parallel Changes in 3.2: 2017-04-29 18:18:52 +00:00
pkgtools Removed databases/postgresql91 2017-05-24 19:51:12 +00:00
print print/mupdf: fix build on fbsd 2017-05-28 12:42:21 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security security/ccid: include pthread related flags in CFLAGS & co. 2017-05-28 14:32:49 +00:00
shells Fix installation on Darwin. 2017-05-19 15:27:58 +00:00
sysutils Updated sysutils/dmsdos to 0.9.2.3-pre2-alt2 2017-05-27 22:16:46 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc bsd.prefs.mk are not needed here 2017-05-26 04:19:59 +00:00
time Changes 2.4: 2017-05-16 09:27:52 +00:00
wm Match PLIST with do-install. Bump revision. 2017-05-20 11:50:09 +00:00
www Update php-concrete5 to 5.7.5.13. 2017-05-28 11:45:42 +00:00
x11 SunOS and GCC >=6.x fixes. 2017-05-26 12:09:11 +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.