Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ryoon b283b34b44 Update to 4.16
Changelog:
NSPR 4.16 contains various correctness fixes.
2017-08-01 12:10:48 +00:00
archivers Replace non-working HOMEPAGE. 2017-07-30 22:40:34 +00:00
audio 2.1.5 2017-07-31 04:55:26 +00:00
benchmarks add support for PKGMANDIR 2017-06-26 13:48:50 +00:00
biology Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
chat fix CVE-2009-3720 in libtlen. 2017-08-01 10:41:45 +00:00
comms Added ALTERNATIVES 2017-08-01 07:22:03 +00:00
converters Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
cross Add pdp11-aout-gcc 2017-07-03 17:33:01 +00:00
databases liquibase 2017-07-31 14:24:22 +00:00
devel Update to 4.16 2017-08-01 12:10:48 +00:00
distfiles
doc Updated graphics/libgltf to 0.1.0 2017-08-01 12:05:58 +00:00
editors Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
emulators Update HOMEPAGE, remove nonworking MASTER_SITE. 2017-07-30 22:39:05 +00:00
filesystems Update to 1.6.21 2017-07-21 01:39:33 +00:00
finance The Braintree Python library provides integration access to the Braintree 2017-07-07 07:43:42 +00:00
fonts Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
games Do not invoke strfile on any possible `*.dat' files (similarly to fortunes-de 2017-08-01 11:20:33 +00:00
geography Update to 2.64 2017-07-10 12:17:34 +00:00
graphics Update to 0.1.0 2017-08-01 12:05:31 +00:00
ham Use tabs consistently. Fixes a pkglint warning. 2017-07-31 21:09:27 +00:00
inputmethod Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
lang Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
licenses Remove unused license. 2017-07-25 11:00:22 +00:00
mail With the enabled-by-default "eai" option, outbound message headers were 2017-08-01 02:53:59 +00:00
math Remove low GCC_REQD. 2017-08-01 11:10:37 +00:00
mbone Updated mbone/rtptools to 1.21 2017-05-06 08:22:23 +00:00
meta-pkgs Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
misc Update to 5.4.0.3 2017-08-01 11:57:36 +00:00
mk don't try to create buildlinks if BUILDLINK_PREFIX.${_pkg_} is empty 2017-08-01 05:48:12 +00:00
multimedia Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
net Update bind99 to 9.9.11. 2017-07-31 13:42:06 +00:00
news Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
packages
parallel Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
pkgtools #include config.h only if HAVE_CONFIG_H is defined 2017-07-29 14:15:57 +00:00
print Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Enable C++ binding that is required by misc/libreoffice 5.4.0.3 2017-08-01 11:48:20 +00:00
shells Fix installation on Darwin. 2017-05-19 15:27:58 +00:00
sysutils Update to 2017.7.0. Release notes: 2017-08-01 12:09:57 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
time Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
wm Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
www Update contao44 to 4.4.2. 2017-07-31 13:46:34 +00:00
x11 Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +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.