Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
minskim 36940e615f devel/librdkafka: Update to 1.0.1
Notable changes in 1.0:
- Idempotent producer - guaranteed ordering, exactly-once producing.
- Sparse/on-demand connections - connections are no longer maintained
  to all brokers in the cluster.
- KIP-62 - max.poll.interval.ms for high-level consumers.
2019-07-10 01:31:21 +00:00
archivers gcpio: Fix Darwin and Interix builds. 2019-07-07 08:54:30 +00:00
audio Add audio/mixxx. 2019-07-08 16:46:31 +00:00
benchmarks Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
biology Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
bootstrap libarchive no longer has a without-lzmadec option 2019-07-08 19:44:08 +00:00
cad Use https for pythonhosted.org. 2019-07-09 11:29:30 +00:00
chat weechat: Turn on "python lua wide-curses perl ruby" by default. 2019-07-09 16:23:04 +00:00
comms libhidapi: Update to 0.9.0 2019-07-08 12:52:42 +00:00
converters Update to 4.04 2019-07-02 07:47:18 +00:00
cross Sync cross-libtool-base with libtool-base. Eliminate CROSSBASE. 2019-07-09 15:45:25 +00:00
databases py-dbfread: better Makefile 2019-07-09 12:42:42 +00:00
devel devel/librdkafka: Update to 1.0.1 2019-07-10 01:31:21 +00:00
distfiles
doc Note update of lang/clisp to 2.49nb25. 2019-07-09 22:56:31 +00:00
editors editors: + neatvi 2019-07-07 15:00:15 +00:00
emulators dolphin-emu: OpenAL support was removed. 2019-07-09 18:50:40 +00:00
filesystems Follow some http->https redirects. 2019-07-08 10:36:25 +00:00
finance py-braintree: updated to 3.55.0 2019-07-02 03:44:15 +00:00
fonts TOOL_DEPENDS, not BUILD_DEPENDS, for a tool we run at build-time. 2019-07-09 15:46:10 +00:00
games Use https for pythonhosted.org. 2019-07-09 11:29:30 +00:00
geography geography/gama: Update to 2.06 2019-07-07 20:23:02 +00:00
graphics grafx2: Needs pkg-config. 2019-07-09 15:38:23 +00:00
ham Try to fix build with boost-1.70.0 2019-07-08 17:50:55 +00:00
inputmethod Follow some http->https redirects. 2019-07-08 10:36:25 +00:00
lang Patterned after electric-fence, turn off builtins for calloc, malloc, 2019-07-09 22:55:41 +00:00
licenses Added CeCiLL-B license. 2019-07-02 09:28:12 +00:00
mail Add and enable qconfirm. 2019-07-09 18:23:46 +00:00
math Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Use https for xfce.org. 2019-07-03 07:34:40 +00:00
misc Update to 6.2.5.2 2019-07-08 17:56:20 +00:00
mk aarch64 has no compiler flag for ABI=64. 2019-07-09 15:46:02 +00:00
multimedia adobe-flash-player: update to 32.0.0.223. 2019-07-09 17:38:23 +00:00
net Use https for readthedocs.io. 2019-07-09 11:35:14 +00:00
news newsbeuter: Fix build with new json-c. 2019-07-02 07:37:54 +00:00
packages
parallel Follow some http->https redirects. 2019-07-08 10:36:25 +00:00
pkgtools Use the correct prototype - thanks <gutteridge> 2019-07-09 09:43:32 +00:00
print mupdf: Backport patches to address CVE-2019-13290 2019-07-06 11:27:48 +00:00
regress mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
security cyrus-sasl: Remove patch that is now actively harmful. 2019-07-09 11:55:56 +00:00
shells Redirect the last few search.cpan.org packages that I missed. 2019-07-01 22:00:09 +00:00
sysutils salt: Limit to python27. 2019-07-08 18:54:22 +00:00
templates
textproc uncrustify: ... actually, PYTHON_VERSIONS_ACCEPTED is better here 2019-07-09 20:36:21 +00:00
time Use https for pythonhosted.org. 2019-07-09 11:29:30 +00:00
wm marco: update to 1.22.2 2019-07-09 02:41:51 +00:00
www Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
x11 Need strnlen(3), obtain it from libnbcompat if not provided by host OS 2019-07-09 09:51:55 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.