Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-08-06 12:48:15 +00:00
archivers Bump version for libarchive 3.3.2. 2017-08-01 22:27:28 +00:00
audio Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
benchmarks remove a K&R-style prototype for bzero() that was being expanded 2017-08-04 18:15:05 +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 Updated cad/gtkwave to 3.3.82 2017-08-05 07:18:29 +00:00
chat Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
comms Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
converters Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
cross Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
databases SQLAlchemy release 1.1.13: 2017-08-03 18:21:51 +00:00
devel Update to 2.15 2017-08-06 02:38:57 +00:00
distfiles
doc Updated tex-graphics-def{,-doc} 2017-08-06 12:02:02 +00:00
editors Update to 2.8.6 2017-08-05 01:35:49 +00:00
emulators Fuse 1.3.8: 2017-08-02 10:24:26 +00:00
filesystems Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
finance The Braintree Python library provides integration access to the Braintree 2017-07-07 07:43:42 +00:00
fonts Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
games Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
geography Update py-geojson to 1.3.5. 2017-08-01 18:05:09 +00:00
graphics Add patches to fix CVEs: 2017-08-05 08:03:05 +00:00
ham ham/fldigi updated to 4.0.8 2017-08-05 09:09:44 +00:00
inputmethod Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
lang Update php71 to 7.1.8. 2017-08-04 23:08:47 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail procname isn't defined in time for logcmd. Bump PKGREVISION. 2017-08-05 15:21:03 +00:00
math Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
mbone Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
meta-pkgs Update to revision 44954 2017-08-06 12:48:15 +00:00
misc Coexist with the gpgme++ that is now in the base gpgme package 2017-08-06 06:35:35 +00:00
mk Disable fortify on Linux when optimisation is not enabled, it is not 2017-08-04 08:59:20 +00:00
multimedia xine-lib: Always include sys/stat.h, not just for dfly. 2017-08-02 03:41:35 +00:00
net Fix rc script ordering to prevent a circular dependency. From Uwe Toenjes 2017-08-05 20:09:27 +00:00
news Remove cg. Development stopped in 2002. 2017-08-01 17:13:47 +00:00
packages
parallel Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
pkgtools Remove -Werror from bootstrap path. It makes the cwrappers build 2017-08-02 09:38:06 +00:00
print Update tex-graphics-def{,-doc} to 2017.44697 2017-08-06 12:00:36 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Overhaul the platform selector logic, so that the right value is selected 2017-08-05 11:06:29 +00:00
shells Update rc to 1.7.4, also fixing a really old CVE in the process. 2017-08-05 10:45:39 +00:00
sysutils Sort. 2017-08-06 08:34:02 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Update to 1.133 2017-08-04 23:46:25 +00:00
time Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
wm Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
www 2.2.5: 2017-08-04 05:24:49 +00:00
x11 Add patch to fix CVE-2017-7483. 2017-08-05 07:00:20 +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.