Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 370c87b2d4 Replace RUBY_VERSION_FULL with RUBY_VERSION since there is no
RUBY_VERSION_FULL contains Ruby's patchlevel.
2017-05-30 15:46:21 +00:00
archivers Add upstream bug report URL. 2017-05-29 11:43:36 +00:00
audio Updated alsa-lib to 1.1.4. 2017-05-29 12:42:25 +00:00
benchmarks Use pkgsrc install scripts. Fixes installation on SunOS. Enable test target. 2017-05-18 07:20:22 +00:00
biology Deleting p5-BioPerl. Duplicate with bioperl. Sorry. 2017-05-10 15:09:47 +00:00
bootstrap Allow bootstrapping without cwrappers 2017-04-29 21:40:40 +00:00
cad Update cad/oce to 0.18.1. 2017-05-15 12:31:38 +00:00
chat Update to 2.6.0 2017-05-29 13:57:02 +00:00
comms Add fixes for AST-2017-002, AST-2017-003, and AST-2017-004. Note 2017-05-29 20:52:37 +00:00
converters Updated p5-JSON to 2.93. 2017-05-29 11:00:17 +00:00
cross Update to 7.1.0 2017-05-16 17:52:18 +00:00
databases Replace RUBY_VERSION_FULL with RUBY_VERSION since there is no 2017-05-30 15:46:21 +00:00
devel Replace RUBY_VERSION_FULL with RUBY_VERSION since there is no 2017-05-30 15:46:21 +00:00
distfiles
doc Note update of www/termtter pavkage to 2.2.1nb3. 2017-05-30 15:20:06 +00:00
editors Don't force ancient C++. 2017-05-22 23:36:11 +00:00
emulators Version 1.3.1: 2017-05-26 19:37:21 +00:00
filesystems Recursive revision bump for archivers/libarchive. 2017-05-29 11:09:45 +00:00
finance Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
fonts fix PR pkg/52139: 2017-05-25 03:55:24 +00:00
games Recursive bump for lang/vala 2017-05-29 12:20:23 +00:00
geography Recursive bump for lang/vala 2017-05-29 12:20:23 +00:00
graphics Minor clean-up 2017-05-30 07:20:21 +00:00
ham Regen. 2017-05-25 10:03:23 +00:00
inputmethod Bump PKGREVISION from enabling gtk3 option by default 2017-05-21 09:12:34 +00:00
lang Replace RUBY_VERSION_FULL with RUBY_VERSION since there is no 2017-05-30 15:46:21 +00:00
licenses Add the zsh license and add it to the default acceptable list (MIT-like). 2017-05-11 12:56:21 +00:00
mail Remove "mess822-qmailqueue" option, as the QMAILQUEUE patch is part 2017-05-29 23:20:54 +00:00
math Recursive bump for lang/vala 2017-05-29 12:20:23 +00:00
mbone Updated mbone/rtptools to 1.21 2017-05-06 08:22:23 +00:00
meta-pkgs boost: correct wrong OS logic about ctype.h macros. 2017-05-29 17:17:13 +00:00
misc * Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value. 2017-05-30 14:22:40 +00:00
mk Remove "mess822-qmailqueue" option. 2017-05-29 23:21:21 +00:00
multimedia Add an `x11' option (disabled by default) similar to multimedia/ffmpeg2 in 2017-05-29 08:38:16 +00:00
net Stop using RUBY_JSON_{REQD,TYPE} since all ruby2*-base pacakges contain 2017-05-30 15:18:31 +00:00
news 2.4.6 and NetrBSD-5 are ancient history by now (hopefully) 2017-05-20 06:56:29 +00:00
packages
parallel Changes in 3.2: 2017-04-29 18:18:52 +00:00
pkgtools Recursive revision bump for archivers/libarchive. 2017-05-29 11:09:45 +00:00
print Updated abcm2ps to 8.13.10. 2017-05-29 11:15:03 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Stop using RUBY_JSON_{REQD,TYPE} since all ruby2*-base pacakges contain 2017-05-30 15:13:03 +00:00
shells Fix installation on Darwin. 2017-05-19 15:27:58 +00:00
sysutils Stop using RUBY_JSON_{REQD,TYPE} since all ruby2*-base pacakges contain 2017-05-30 15:13:03 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc * Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value. 2017-05-30 14:22:40 +00:00
time Changes 2.4: 2017-05-16 09:27:52 +00:00
wm Match PLIST with do-install. Bump revision. 2017-05-20 11:50:09 +00:00
www Stop using RUBY_JSON_{REQD,TYPE} since all ruby2*-base pacakges contain 2017-05-30 15:19:39 +00:00
x11 Recursive bump for lang/vala 2017-05-29 12:20:23 +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.