Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
mef 59f9d7cbdf Updated ham/fldigi to 4.0.11
=Version 4.0.11=
2017-10-14  David Freese  <w1hkj@bellsouth.net>

        3302f0d: Text Capture
        35387db: FreeBSD mod
        6e94d54: Documentation update
        e4abdbf: PSK filter
        cd36a46: Audio Stream
        5a9322f: printf cleanup
        e8651ed: CW Multichannel
        89b5207: QSY multi
2017-10-22 00:30:23 +00:00
archivers archivers/zstd: non-redistributable distfile has been fixed. 2017-10-20 13:59:33 +00:00
audio lame: update to 3.100. 2017-10-21 22:51:00 +00:00
benchmarks super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
biology transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
bootstrap Rename OS X to macOS to follow Apple's new naming 2017-09-23 05:53:52 +00:00
cad p5-gds2: update to 3.35. 2017-10-09 07:12:22 +00:00
chat Update chat/ejabberd to 17.09. 2017-10-17 14:55:36 +00:00
comms *: remove qt3 and the packages using it, including KDE3 2017-09-26 10:26:54 +00:00
converters py-cairosvg: update to 2.1.1 2017-10-19 06:38:47 +00:00
cross transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
databases py-alembic: update to 0.9.6 2017-10-18 16:29:01 +00:00
devel Update to 1.1.14 2017-10-21 12:26:55 +00:00
distfiles
doc doc: Updated audio/lame to 3.100 2017-10-21 22:51:09 +00:00
editors Jedi is a static analysis tool for Python that can be used in IDEs/editors. Its 2017-10-16 17:03:06 +00:00
emulators qemu: fix extraction of 2.10.* on case-insensitive filesystems 2017-10-14 12:30:44 +00:00
filesystems Add support for NetBSD/evbarm on ARMv7. 2017-10-08 07:53:05 +00:00
finance py-stripe: update to 1.67.0 2017-10-12 08:06:47 +00:00
fonts tex-ptex-fonts-doc: commit correct distinfo 2017-10-21 03:21:44 +00:00
games moria: was wrong about sizes, since it fails either way, remove 2017-10-15 08:35:38 +00:00
geography osm2pgsql: update to 0.94.0 2017-10-08 12:28:55 +00:00
graphics tex-tikzsymbols{,-doc}: update to 4.07 2017-10-21 03:42:58 +00:00
ham Updated ham/fldigi to 4.0.11 2017-10-22 00:30:23 +00:00
inputmethod editors/Makefile: remove ibus-el 2017-09-30 07:24:46 +00:00
lang Provide my private bootstrap kit for i686-unknown-netbsd 2017-10-21 12:15:56 +00:00
licenses adom-license: put the right part of the FAQ without the table of contents 2017-10-08 07:48:48 +00:00
mail Update cyrus-imapd24 to 2.4.20 2017-10-18 12:06:31 +00:00
math R: update to 3.4.2 2017-10-21 02:40:56 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs ruby-gnome2: update to 3.1.9. 2017-10-21 01:22:55 +00:00
misc Update misc/erlang-p1_utils to 1.0.10. 2017-10-17 14:01:49 +00:00
mk Modified file so that opam automatically uses findlib 2017-10-17 09:42:52 +00:00
multimedia ruby-gnome2: update to 3.1.9. 2017-10-21 01:22:55 +00:00
net nmap: set LUA_VERSIONS_ACCEPTED to avoid using internal Lua provided by nmap 2017-10-19 21:43:25 +00:00
news revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools Some files are moved. Fix build 2017-10-17 03:32:28 +00:00
print tex-tex4ht{,-doc}: update to 2017.45263 2017-10-21 04:09:02 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security netpgpverify: Update to 20171019. 2017-10-19 08:23:21 +00:00
shells zsh: Upgrade to 5.4.2 2017-10-13 09:35:19 +00:00
sysutils Fix missing macbook/macbookpro files in PLIST 2017-10-20 08:20:30 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc nokogiri: update to 1.8.1. 2017-10-20 15:56:58 +00:00
time py-isodate: update to 0.6.0 2017-10-16 06:44:28 +00:00
wm jwm: update to 2.3.7. 2017-10-21 18:07:33 +00:00
www ruby-gnome2: update to 3.1.9. 2017-10-21 01:22:55 +00:00
x11 ruby-gnome2: update to 3.1.9. 2017-10-21 01:22:55 +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.