Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam e4d3737391 2.8.1:
- p599: fix problems with implementation of 515.
         Substitutions from other sections were not made anymore if they were not in `envlist`.

2.8.0:
- 276: Remove easy_install from docs (TL;DR: use pip).
- 301: Expand nested substitutions in tox.ini
- 315: add --help and --version to helptox-quickstart
- 326: Fix OSError 'Not a directory' when creating env on Jython 2.7.0.
- 429: Forward MSYSTEM by default on Windows
- 449: add multi platform example to the docs.
- 474: Start using setuptools_scm for tag based versioning.
- 484: Renamed `py.test` to `pytest` throughout the project
- 504: With `-a`: do not show additional environments header if there are none
- 515: Don't require environment variables in test environments where they
       are not used.
- 517: Forward NUMBER_OF_PROCESSORS by default on Windows to fix
       `multiprocessor.cpu_count()`.
- 518: Forward `USERPROFILE` by default on Windows.
- p528: Fix some of the warnings displayed by pytest 3.1.0.
- p547: Add regression test for 137
- p553: Add an XFAIL test to reproduce upstream bug 203
- p556: Report more meaningful errors on why virtualenv creation failed
- 575: Add announcement doc to end all announcement docs
       (using only CHANGELOG and Github issues since 2.5 already)
- p580: Do not ignore Sphinx warnings anymore
- 585: Expand documentation to explain pass through of flags from deps to pip
       (e.g. -rrequirements.txt, -cconstraints.txt)
- 588: Run pytest wit xfail_strict and adapt affected tests.
2017-09-06 15:42:23 +00:00
archivers Comment out dead sites. 2017-09-06 10:40:25 +00:00
audio Comment out dead sites. 2017-09-06 10:40:25 +00:00
benchmarks Comment out dead sites. 2017-09-06 10:40:25 +00:00
biology Comment out dead sites. 2017-09-04 18:00:49 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Comment out dead sites. 2017-09-06 10:40:25 +00:00
chat Remove the CONFLICT on jabberd, it doesn't make any sense. 2017-09-06 12:26:32 +00:00
comms Comment out dead sites. 2017-09-06 10:40:25 +00:00
converters Comment out dead sites. 2017-09-06 10:40:25 +00:00
cross Deal with absence of limit macros in C++98. 2017-09-04 15:57:01 +00:00
databases Follow some redirects. 2017-09-06 09:02:59 +00:00
devel 2.8.1: 2017-09-06 15:42:23 +00:00
distfiles
doc + ardour-5.11, coreutils-8.28, mono-5.2, pulseaudio-11.0, 2017-09-06 14:45:24 +00:00
editors Comment out dead sites. 2017-09-06 10:40:25 +00:00
emulators Version 1.3.4: 2017-09-06 15:32:46 +00:00
filesystems Comment out dead sites. 2017-09-06 10:40:25 +00:00
finance Comment out dead sites. 2017-09-06 10:40:25 +00:00
fonts Remove tex-kotex-base{,-doc} 2017-09-06 12:51:04 +00:00
games Comment out dead sites. 2017-09-06 10:40:25 +00:00
geography Update HOMEPAGE 2017-09-06 11:52:20 +00:00
graphics Update some URLs. 2017-09-06 11:30:41 +00:00
ham Comment out dead sites. 2017-09-06 10:40:25 +00:00
inputmethod Comment out dead sites. 2017-09-06 10:40:25 +00:00
lang Update lang/nodejs6 to 6.11.3 2017-09-06 11:59:37 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Comment out dead sites. 2017-09-06 10:40:25 +00:00
math Comment out dead sites. 2017-09-06 10:40:25 +00:00
mbone Comment out dead sites. 2017-09-06 10:40:25 +00:00
meta-pkgs Remove mention of tex-misc 2017-09-06 12:32:35 +00:00
misc isutf8 needs c99 due getline(3) 2017-09-06 12:38:32 +00:00
mk Remove references to gnupg21 in preparation for its removal. 2017-08-29 12:11:35 +00:00
multimedia Update some URLs. 2017-09-06 11:30:41 +00:00
net Remove net/p5-grake, p5-gcap and p5-umph 2017-09-06 13:59:42 +00:00
news Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
packages
parallel Follow some redirects. 2017-09-06 09:02:59 +00:00
pkgtools Update "x11-links" package to version 1.06: 2017-09-02 19:17:37 +00:00
print Remove tex-kotex{,-doc} tex-kotex-dev{,-doc} 2017-09-06 12:54:56 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Updated gnutls to 3.6.0. 2017-09-06 13:41:26 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils Comment out dead sites. 2017-09-06 10:40:25 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Release 0.9.9: 2017-09-06 15:35:39 +00:00
time Comment out dead sites. 2017-09-06 10:40:25 +00:00
wm Update some URLs. 2017-09-06 11:30:41 +00:00
www 1.4.0: 2017-09-06 15:21:54 +00:00
x11 Comment out dead sites. 2017-09-06 10:40:25 +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.