Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam adf9e0add3 Pytest 3.1.1 (2017-05-30)
Bug Fixes
* pytest warning capture no longer overrides existing warning filters. The previous behaviour would override all filters and caused regressions in test suites which configure warning filters to match their needs. Note that as a side-effect of this is that DeprecationWarning and PendingDeprecationWarning are no longer shown by default.
* Fix issue with non-ascii contents in doctest text files.
* Fix encoding errors for unicode warnings in Python 2.
* pytest.deprecated_call now captures PendingDeprecationWarning in context manager form.

Improved Documentation
* Addition of towncrier for changelog management.
2017-06-01 07:14:32 +00:00
archivers Add upstream bug report URL. 2017-05-29 11:43:36 +00:00
audio Updated alsa-lib to 1.1.4. 2017-05-29 12:42:25 +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 to 2.6.0 2017-05-29 13:57:02 +00:00
comms Add fixes for AST-2017-002, AST-2017-003, and AST-2017-004. Note 2017-05-29 20:52:37 +00:00
converters Updated p5-JSON to 2.93. 2017-05-29 11:00:17 +00:00
cross Update to 7.1.0 2017-05-16 17:52:18 +00:00
databases Changes 2.4.39: 2017-06-01 07:13:35 +00:00
devel Pytest 3.1.1 (2017-05-30) 2017-06-01 07:14:32 +00:00
distfiles
doc Note update of databases/ruby-cassandra package to 0.23.0nb1. 2017-06-01 04:41:41 +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 revision bump for archivers/libarchive. 2017-05-29 11:09:45 +00:00
finance Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
fonts Apply upstream patch for https://bugs.freedesktop.org/show_bug.cgi?id=97546 2017-05-30 16:53:14 +00:00
games Recursive bump for lang/vala 2017-05-29 12:20:23 +00:00
geography Recursive bump for lang/vala 2017-05-29 12:20:23 +00:00
graphics Minor clean-up 2017-05-30 07:20:21 +00:00
ham Catch PLIST up with reality 2017-05-30 22:47:57 +00:00
inputmethod Bump PKGREVISION from enabling gtk3 option by default 2017-05-21 09:12:34 +00:00
lang avoid a compiler warning on linux - make sure libedit is available 2017-05-31 22:35:42 +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 Changes 2.2.30.1: 2017-06-01 06:37:08 +00:00
math Recursive bump for lang/vala 2017-05-29 12:20:23 +00:00
mbone Updated mbone/rtptools to 1.21 2017-05-06 08:22:23 +00:00
meta-pkgs boost: correct wrong OS logic about ctype.h macros. 2017-05-29 17:17:13 +00:00
misc Simplify: 2017-05-31 23:05:55 +00:00
mk Toggle using pkgsrc/mk/smf.mk based on ${_USE_NEW_PKGINSTALL}. 2017-06-01 03:41:44 +00:00
multimedia Add an `x11' option (disabled by default) similar to multimedia/ffmpeg2 in 2017-05-29 08:38:16 +00:00
net Make sure pkgsrc/lang/go is installed before trying to use it 2017-05-31 23:17:26 +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 The "pkgtasks" package has an external repository/website. 2017-06-01 05:43:44 +00:00
print Updated abcm2ps to 8.13.10. 2017-05-29 11:15:03 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security sort 2017-06-01 03:51:34 +00:00
shells Fix installation on Darwin. 2017-05-19 15:27:58 +00:00
sysutils update to v2.1 2017-05-31 18:12:47 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc * Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value. 2017-05-30 14:22:40 +00:00
time Changes 2.4: 2017-05-16 09:27:52 +00:00
wm bspwm: update to 0.9.2 2017-05-31 05:22:09 +00:00
www add and enable ap-auth-mellon 2017-06-01 03:58:38 +00:00
x11 xinit: don't use GNU expr extensions 2017-05-31 05:29:34 +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.