Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
leot 2f29eac7d3 Install README too.
Unfortunately pup doesn't have any man pages. However, README.md is
a good introduction to it so install it in `share/doc/pup' so that binary
package users can easily access it.

Bump PKGREVISION.

Discussed with <fhajny>
2017-05-08 08:50:13 +00:00
archivers Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
audio Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
benchmarks Updated benchmarks/dnsperl to 2.1.0.0 2017-05-03 06:59:13 +00:00
biology Add following lines for make test 2017-05-07 15:09:38 +00:00
bootstrap Allow bootstrapping without cwrappers 2017-04-29 21:40:40 +00:00
cad Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
chat Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
comms Remove patch that has no effect. 2017-05-07 08:08:44 +00:00
converters Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
cross Remove patch that is not in distinfo. 2017-04-27 09:08:57 +00:00
databases The mysql client links against libcurses, ensure we pull in the bl3 so 2017-05-05 16:22:28 +00:00
devel Updated devel/cr2 from 0.1b6 to 0.3.4 2017-05-07 03:13:24 +00:00
distfiles
doc Updated www/py-django to 1.11.1 2017-05-08 04:59:28 +00:00
editors Make this build (i.e. dump with -batch etc. work) on NetBSD/amd64 7.1. 2017-05-07 06:49:23 +00:00
emulators Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
filesystems Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
finance Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
fonts Updated fonts/Hasklig to 1.1 2017-05-06 01:06:43 +00:00
games Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
geography Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
graphics Fix CVE-2016-10267 ref. 2017-05-07 21:52:16 +00:00
ham Updated ham/fldigi 3.23.21 to 4.0.3 2017-05-05 00:11:15 +00:00
inputmethod Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
lang Mark c++11 requirement 2017-05-06 01:38:43 +00:00
licenses replace eagle-license with autodesk-license 2017-04-26 21:29:16 +00:00
mail Updated rspamd to 1.5.6. 2017-05-02 11:02:36 +00:00
math R: add some missing PLIST.Darwin entries 2017-05-05 09:04:35 +00:00
mbone Updated mbone/rtptools to 1.21 2017-05-06 08:22:23 +00:00
meta-pkgs Changes 1.64.0: 2017-04-29 18:31:42 +00:00
misc Add missing BUILD_DEPENDS. 2017-05-04 22:48:24 +00:00
mk The version of find(1) included in Darwin did not support {} + being passed to 2017-05-06 16:33:54 +00:00
multimedia libmp4v2: fix build more properly. 2017-05-06 18:12:00 +00:00
net Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
news Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
packages
parallel Changes in 3.2: 2017-04-29 18:18:52 +00:00
pkgtools Fix sysconfdir settings for pkg_comp. 2017-04-26 00:48:14 +00:00
print Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Unconditionally use standard headers, nothing defines the guards. 2017-05-04 18:29:48 +00:00
shells Requires libiconv. 2017-04-20 09:12:05 +00:00
sysutils Merge upstream patches for fixing the build with clang. 2017-05-07 21:21:01 +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 textproc/coccigrep to 1.16 2017-05-05 11:04:15 +00:00
time Version 2.6.0: 2017-05-04 19:45:57 +00:00
wm Updated notion to 3.2017050501. 2017-05-07 16:10:35 +00:00
www Install README too. 2017-05-08 08:50:13 +00:00
x11 Move compiler flags into Makefile.common. 2017-05-07 21:19:47 +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.