Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 44a6b753ba Updated p5-MailTools to 2.19.
version 2.19: Tue 22 Aug 13:30:41 CEST 2017

	Improvements:
	- block namespace MailTools rt.cpan.org#120905 [Karen Etheridge]
2017-09-04 12:32:49 +00:00
archivers Follow some redirects. 2017-09-03 08:53:04 +00:00
audio Update HOMEPAGE. 2017-09-04 05:45:45 +00:00
benchmarks Follow some redirects. 2017-09-03 08:53:04 +00:00
biology Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Follow some redirects. 2017-09-03 08:53:04 +00:00
chat Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
comms Follow some redirects. 2017-09-03 08:53:04 +00:00
converters Updated p5-JSON-XS to 3.04. 2017-09-04 12:27:18 +00:00
cross Update HOMEPAGE. 2017-09-04 05:45:45 +00:00
databases Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
devel Updated p5-List-MoreUtils to 0.423. 2017-09-04 12:30:47 +00:00
distfiles
doc Updated devel/p5-List-MoreUtils to 0.423 2017-09-04 12:30:57 +00:00
editors Follow some redirects. 2017-09-03 08:53:04 +00:00
emulators Add NetBSD CVS tag and a comment 2017-09-04 11:19:43 +00:00
filesystems Revbump for boost update 2017-08-24 20:03:08 +00:00
finance Follow some redirects. 2017-09-03 08:53:04 +00:00
fonts Update HOMEPAGE. 2017-09-04 05:45:45 +00:00
games Follow some redirects. 2017-09-03 08:53:04 +00:00
geography Follow some redirects. 2017-09-03 08:53:04 +00:00
graphics Changes 2.2.5: 2017-09-04 06:20:45 +00:00
ham Revbump for boost update 2017-08-24 20:03:08 +00:00
inputmethod Revbump for boost update 2017-08-24 20:03:08 +00:00
lang Use bsdtar instead of GNU Tar to extract the distribution archive 2017-09-03 16:49:52 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Updated p5-MailTools to 2.19. 2017-09-04 12:32:49 +00:00
math Comment out dead sites. 2017-09-04 05:36:14 +00:00
mbone Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
meta-pkgs Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
misc + moreutils 2017-09-04 09:45:07 +00:00
mk Remove references to gnupg21 in preparation for its removal. 2017-08-29 12:11:35 +00:00
multimedia Follow some redirects. 2017-09-03 08:53:04 +00:00
net Update Radicale2 to 2.1.5 2017-09-04 10:35:44 +00:00
news Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
packages
parallel Follow some http redirects. 2017-08-16 20:21:03 +00:00
pkgtools Update "x11-links" package to version 1.06: 2017-09-02 19:17:37 +00:00
print Update print/cups to 2.2.4 2017-09-03 11:30:54 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Updated p5-IO-Socket-SSL to 2.050. 2017-09-04 12:26:14 +00:00
shells Update mksh to R56b. 2017-09-02 18:38:54 +00:00
sysutils Updated file to 5.32. 2017-09-04 12:13:28 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc + translate-shell 2017-09-03 18:12:48 +00:00
time Remove gtodo-applet. 2017-09-04 05:52:56 +00:00
wm Follow some redirects. 2017-09-03 08:53:04 +00:00
www Updated p5-HTML-Tree to 5.07. 2017-09-04 12:23:48 +00:00
x11 Remove multi-aterm (last version from 2003) and its successor mrxvt 2017-09-03 09:04:47 +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.