Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-08-16 13:56:24 +00:00
archivers brotli: update to 1.0.5. 2018-08-16 08:44:21 +00:00
audio abcde: update to 2.9.2. 2018-08-16 08:37:17 +00:00
benchmarks dnsperf: Add a bunch of required includes. 2018-07-26 14:34:07 +00:00
biology biology/plinkseq: Requires c++11 to build with protobuf-3.6.0 2018-08-04 21:42:28 +00:00
bootstrap On Chrome OS, build nbsed too. 2018-08-12 08:46:41 +00:00
cad Upgrade to QCAD 3.21.2.3, with changes: 2018-07-27 14:12:41 +00:00
chat line-purple: mark BROKEN, using this program will get your account banned 2018-08-15 09:10:58 +00:00
comms gammu: Fix build on SunOS. 2018-07-31 13:13:46 +00:00
converters *: Recursive bump for poppler-0.67 2018-08-16 13:56:24 +00:00
cross Update to 8.2.0 2018-07-30 19:45:58 +00:00
databases shared-mime-info: update to 1.10. 2018-08-16 12:45:23 +00:00
devel pango: update to 1.42.3. 2018-08-16 12:24:09 +00:00
distfiles
doc doc: Updated print/poppler to 0.67.0 2018-08-16 13:50:20 +00:00
editors *: Recursive bump for poppler-0.67 2018-08-16 13:56:24 +00:00
emulators Remove 'dynarec' option and enable it by default instead. 2018-08-16 13:25:27 +00:00
filesystems Add missing RCS tag 2018-08-06 02:22:31 +00:00
finance py-ofxparse: updated to 0.19 2018-08-16 11:37:01 +00:00
fonts unifont: update to 11.0.02. 2018-08-16 12:48:11 +00:00
games *: Recursive bump for poppler-0.67 2018-08-16 13:56:24 +00:00
geography osm2pgsql: Update to 0.96.0 2018-08-02 17:00:14 +00:00
graphics *: Recursive bump for poppler-0.67 2018-08-16 13:56:24 +00:00
ham ham/gnuradio-core: remove file from PLIST that is also in PLIST.oss 2018-08-13 05:56:29 +00:00
inputmethod ibus, ibus-python: update to 1.5.19. 2018-08-12 10:45:03 +00:00
lang lang/nodejs6: Update to 6.14.4. 2018-08-16 13:40:26 +00:00
licenses Rename old-mame-license to mame-license, because I found an older MAME 2018-08-12 17:11:39 +00:00
mail mail/roundcube-plugin-zipdownload: update to 1.3.7 2018-08-09 15:09:31 +00:00
math octave: PRINT_PLIST_AWK to avoid a recurrence of a broken PLIST. 2018-08-16 13:37:33 +00:00
mbone Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
meta-pkgs ruby-gnome2: update to 3.2.9. 2018-08-08 12:16:00 +00:00
misc *: Recursive bump for poppler-0.67 2018-08-16 13:56:24 +00:00
mk Remove 'dynarec' option and enable it by default instead. 2018-08-16 13:25:27 +00:00
multimedia adobe-flash-player: update to 30.0.0.154. 2018-08-15 03:32:29 +00:00
net wireshark: update to 2.6.2. 2018-08-16 13:20:32 +00:00
news Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
packages
parallel hwloc: fix buildlink3 on Darwin 2018-08-16 13:04:25 +00:00
pkgtools pkg_install: Sync with DEFAULT_ACCEPTABLE_LICENSES in mk/license.mk 2018-08-14 13:21:07 +00:00
print *: Recursive bump for poppler-0.67 2018-08-16 13:56:24 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security polkit: update to 0.115. 2018-08-16 12:30:43 +00:00
shells Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
sysutils *: Recursive bump for poppler-0.67 2018-08-16 13:56:24 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc *: Recursive bump for poppler-0.67 2018-08-16 13:56:24 +00:00
time py-vdirsyncer: update to 0.16.7. 2018-08-16 12:43:43 +00:00
wm wm/compiz: Do not suggest an unavailable option 2018-08-03 21:17:47 +00:00
www py-google-api-python-client: update to 1.7.4. 2018-08-16 12:40:09 +00:00
x11 *: Recursive bump for poppler-0.67 2018-08-16 13:56:24 +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.