Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 2864514d2b Update ruby-eventmachine to 1.2.5.
## 1.2.5 (July 27, 2017)
* Java: Use long for larger values in oneshot timer intervals [#784, #794]

## 1.2.4 (July 27, 2017)
* Java: Add EM_PROTO_SSL/TLS definitions [#773, #791]
* Fix IPv6 UDP get_peername [#788]
* Allow for larger values in oneshot timer intervals [#784, #793]
* Update extconf.rb to allow MinGW builds with OpenSSL 1.1.0 [#785]
2017-07-31 14:09:47 +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 include limits.h for PATH_MAX. 2017-07-22 15:13:41 +00:00
comms Version 3.4: 2017-07-31 13:11:27 +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 Update ruby-hiera to 3.4.0. 2017-07-31 14:05:23 +00:00
devel Update ruby-eventmachine to 1.2.5. 2017-07-31 14:09:47 +00:00
distfiles
doc Note update of devel/ruby2ruby package to 2.4.0. 2017-07-31 14:09:11 +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 Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
geography Update to 2.64 2017-07-10 12:17:34 +00:00
graphics Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
ham use the right curses buildlink3 file as pointed out by @wiz 2017-07-31 08:36: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 Fix up the path to /bin/sh in cyradm script. The damage happens 2017-07-31 05:13:49 +00:00
math Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +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 Set LICENSE for bsdiff 2017-07-31 07:26:20 +00:00
mk Extract user and group default to mk/defaults/mk.conf. 2017-07-27 04:10:30 +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 Fixed MASTER_SITES and updated HOMEPAGE 2017-07-31 05:29:30 +00:00
shells Fix installation on Darwin. 2017-05-19 15:27:58 +00:00
sysutils Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +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.