Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
fhajny c9877b7932 Update net/py-lexicon to 2.1.5.
- Fix logging TypeError
2017-05-31 10:35:24 +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 Apply patch from upstream to fix SSE2 include. 2017-05-31 08:52:40 +00:00
distfiles
doc openssh update was done. 2017-05-31 09:54:26 +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 Apply upstream patch for https://bugs.freedesktop.org/show_bug.cgi?id=97546 2017-05-30 16:53:14 +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 Catch PLIST up with reality 2017-05-30 22:47:57 +00:00
inputmethod Bump PKGREVISION from enabling gtk3 option by default 2017-05-21 09:12:34 +00:00
lang Do not always execute ${RUBYGEM}. 2017-05-31 10:27:37 +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 Update "mutt" package to version 1.8.3. Changes since 1.8.2: 2017-05-31 07:52:00 +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 Update iwatch to 1.0.4. 2017-05-31 03:59:45 +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 Update net/py-lexicon to 2.1.5. 2017-05-31 10:35:24 +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 Update security/openssh to 7.5p1. 2017-05-31 09:30:21 +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 bspwm: update to 0.9.2 2017-05-31 05:22:09 +00:00
www Changes 1.23.1: 2017-05-31 10:24:48 +00:00
x11 xinit: don't use GNU expr extensions 2017-05-31 05:29:34 +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.