Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam dff18427ff wslay: updated to 1.1.0
wslay v1.1.0:
* Fix compilation of examples
  Since 3.4 nettle defines base64_encode_raw like this:
    void base64_encode_raw(char *dst, size_t length, const uint8_t *src);
* check for 0 length before memcpy:
* Skip UTF-8 validation for PMCE fragments
  If the message was marked with rsv1 on the initial frame then we
  should skip utf-8 validation on subsequent continuation frames as
  well.
* Allow RSV1 bit in event-based API for PMCE - RFC 7692
  Add a new function wslay_event_set_allowed_rsv_bits which only accpet
  RSV1 for now (or 0 to disable).
  Skip UTF-8 validation on frames with RSV1 set as it is too early for that.
  Add extended versions of wslay_event_queue_msg functions which also
  take the reserved bits to set for this message.
* fixed missing malloc guard
* Fix argc check.
* CMake support
2018-06-24 09:15:44 +00:00
archivers Update to 0.28 2018-06-22 07:52:01 +00:00
audio pulseaudio: fix build on FreeBSD11. Include missing headers. 2018-06-19 02:25:58 +00:00
benchmarks Update glmark2 to 2017.07 2018-06-02 13:16:42 +00:00
biology biology/ncbi-blast+: Respect env to support PKGSRC_USE_RELRO 2018-05-22 21:37:29 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad revbump for boost-libs update 2018-04-29 21:31:17 +00:00
chat swift: fix build with Qt 5.11. 2018-06-23 09:40:53 +00:00
comms py-gammu: Update comms/py-gammu to 2.11 2018-05-16 08:25:43 +00:00
converters p5-Cpanel-JSON-XS: update to 4.04. 2018-06-24 06:49:22 +00:00
cross Update to 8.1.0 2018-06-19 22:47:01 +00:00
databases py-psycopg2: updated to 2.7.5 2018-06-18 07:46:16 +00:00
devel cmake: updated to 3.11.4 2018-06-24 09:13:22 +00:00
distfiles
doc doc: Updated textproc/p5-Test-YAML to 1.07 2018-06-24 09:13:38 +00:00
editors Added editors/emacs26{,-nox11} version 26.1 [makoto 2018-06-20] 2018-06-20 11:15:44 +00:00
emulators fuse-emulator-utils: updated to 1.4.2 2018-06-12 11:05:08 +00:00
filesystems revbump for boost-libs update 2018-04-29 21:31:17 +00:00
finance py-braintree: updated to 3.46.0 2018-05-23 07:46:23 +00:00
fonts harfbuzz: update to 1.8.1. 2018-06-17 09:23:51 +00:00
games fortune-strfile: Add LICENSE 2018-06-23 11:15:55 +00:00
geography Reset maintainer (observer) 2018-06-17 06:56:29 +00:00
graphics p5-Image-ExifTool: update to 11.01. 2018-06-24 07:32:24 +00:00
ham hamlib: fix build on SunOS 2018-06-12 12:40:02 +00:00
inputmethod Support emacs26 2018-06-20 12:03:04 +00:00
lang Update to 1.27.0 2018-06-24 08:05:25 +00:00
licenses Remove folkloric licenses for mail/fetchmail. 2018-05-22 07:47:19 +00:00
mail Update to 0.53 2018-06-22 08:11:45 +00:00
math p5-Alien-GMP: update to 1.11. 2018-06-24 07:37:21 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs kf5: update to 5.47.0 2018-06-21 08:24:25 +00:00
misc py-anki2: drop maintainership 2018-06-22 11:51:28 +00:00
mk Disable the flags for PKGSRC_MKPIE when explicitly required 2018-06-19 05:02:10 +00:00
multimedia Convert PKG_FAIL_REASON to INTERACTIVE_STAGE=fetch and FETCH_MESSAGE. 2018-06-22 12:45:46 +00:00
net gallery-dl: Update net/gallery-dl to 1.4.1 2018-06-23 08:53:31 +00:00
news revbump for boost-libs update 2018-04-29 21:31:17 +00:00
packages
parallel revbump for boost-libs update 2018-04-29 21:31:17 +00:00
pkgtools pkgin: Update to 0.11.2. 2018-06-20 09:29:51 +00:00
print Apply patch from upstream fixing a regression in ippValidateAttribute(). 2018-06-22 14:12:45 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security easy-rsa: downgraded to 3.0.4 (3.0.5 has not been released) 2018-06-24 07:31:09 +00:00
shells dash: updated to 0.5.10.2 2018-06-01 07:19:01 +00:00
sysutils p5-Unix-Statgrab: update to 0.112. 2018-06-24 09:09:29 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc p5-Test-YAML: update to 1.07. 2018-06-24 09:13:29 +00:00
time time: add kholidays 2018-06-21 08:17:11 +00:00
wm Update to 1.20.0: 2018-05-14 13:05:34 +00:00
www wslay: updated to 1.1.0 2018-06-24 09:15:44 +00:00
x11 xscreensaver: fix build without opengl option. 2018-06-24 05:51:58 +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.