Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
markd 21338b20ab Update tex-pdfpages{,-doc} to 0.5j
Fixed option `addtolist' which was broken when used together with
package float.sty.
2017-08-17 03:58:16 +00:00
archivers Comment out dead sites. 2017-08-16 20:45:30 +00:00
audio Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
benchmarks Comment out dead sites. 2017-08-16 20:45:30 +00:00
biology Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +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-08-16 20:45:30 +00:00
chat Comment out dead sites. 2017-08-16 20:45:30 +00:00
comms Comment out dead sites. 2017-08-16 20:45:30 +00:00
converters Comment out dead sites. 2017-08-16 20:45:30 +00:00
cross Update to 7.2 2017-08-16 14:41:12 +00:00
databases 1 new package in databases 2017-08-17 02:04:07 +00:00
devel 30 new packages in devel 2017-08-17 01:45:23 +00:00
distfiles
doc Added www/hugo version 0.26 2017-08-17 02:24:34 +00:00
editors Comment out dead sites. 2017-08-16 20:45:30 +00:00
emulators Comment out dead sites. 2017-08-16 20:45:30 +00:00
filesystems Comment out dead sites. 2017-08-16 20:45:30 +00:00
finance The Braintree Python library provides integration access to the Braintree 2017-07-07 07:43:42 +00:00
fonts Update tex-dozenal{,-doc} to 7.1 2017-08-17 03:21:14 +00:00
games Comment out dead sites. 2017-08-16 20:45:30 +00:00
geography Comment out dead sites. 2017-08-16 20:45:30 +00:00
graphics 1 new package in graphics 2017-08-17 02:05:16 +00:00
ham Comment out dead sites. 2017-08-16 20:45:30 +00:00
inputmethod Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
lang 1 new package in lang 2017-08-17 02:04:42 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Comment out dead sites. 2017-08-16 20:45:30 +00:00
math 1 new package in math 2017-08-17 02:05:52 +00:00
mbone Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
meta-pkgs Follow some http redirects. 2017-08-16 20:21:03 +00:00
misc Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
mk Describe "qmail-customerror" option. 2017-08-13 23:45:17 +00:00
multimedia Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
net 1 new package in net 2017-08-17 02:06:24 +00:00
news Remove cg. Development stopped in 2002. 2017-08-01 17:13:47 +00:00
packages
parallel Follow some http redirects. 2017-08-16 20:21:03 +00:00
pkgtools Update pkgtools/pkgtasks to version 1.13. 2017-08-10 05:38:30 +00:00
print Update tex-pdfpages{,-doc} to 0.5j 2017-08-17 03:58:16 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security 2 new packages in security 2017-08-17 02:00:31 +00:00
shells Comment out dead sites. 2017-08-16 20:45:30 +00:00
sysutils Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc 5 new packages in textproc 2017-08-17 01:58:04 +00:00
time Remove libgcal, the API it implements has been deprecated in 2012 or so. 2017-08-16 20:57:26 +00:00
wm Comment out dead sites. 2017-08-16 20:45:30 +00:00
www 6 new packages in www 2017-08-17 01:53:08 +00:00
x11 Do not use old pipes.c file from xscreensaver-5.17. 2017-08-16 21:44:05 +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.