Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam f8e0a53e8a py-dateutil: updated to 2.7.3
Version 2.7.3:

Data updates
- Update tzdata to 2018e.

Bugfixes
- Fixed an issue where decimal.Decimal would cast NaN or infinite value in a
  parser.parse, which will raise decimal.Decimal-specific errors.
- Fixed a ValueError being thrown if tzinfos call explicity returns None.
- Fixed incorrect parsing of certain dates earlier than 100 AD when repesented
  in the form "%B.%Y.%d", e.g. "December.0031.30".
- Fixed a bug where automatically generated DTSTART was naive even if a
  specified UNTIL had a time zone. Automatically generated DTSTART will now
  take on the timezone of an UNTIL date, if provided.
2018-05-14 08:10:37 +00:00
archivers lz4: updated to 1.8.2 2018-05-10 13:16:27 +00:00
audio opusfile: update to 0.10. Fixes build with OpenSSL 1.1.x. 2018-05-13 09:44:03 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Add samtools 2018-05-07 18:40:10 +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 revbump for boost-libs update 2018-04-29 21:31:17 +00:00
comms revbump for boost-libs update 2018-04-29 21:31:17 +00:00
converters py-simplejson: updated to 3.15.0 2018-05-14 07:14:19 +00:00
cross Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
databases postgresql10: reset PKGREVISION 2018-05-13 08:16:00 +00:00
devel py-flake8: Backport patches from upstream for py-codestyle-2.4.0 update 2018-05-14 07:39:55 +00:00
distfiles
doc doc: Updated devel/py-flake8 to 3.5.0nb1 2018-05-14 07:45:49 +00:00
editors Update to 4.6 2018-05-08 08:31:29 +00:00
emulators fuse-emulator-utils: updated to 1.4.1 2018-05-01 18:35:19 +00:00
filesystems revbump for boost-libs update 2018-04-29 21:31:17 +00:00
finance Add QuantLib 2018-05-14 00:07:09 +00:00
fonts fonts: remove tex-knuthotherfonts - removed from texlive 2018 2018-05-13 13:23:33 +00:00
games revbump for boost-libs update 2018-04-29 21:31:17 +00:00
geography revbump for boost-libs update 2018-04-29 21:31:17 +00:00
graphics Update arc-theme to 20170302: 2018-05-13 20:34:45 +00:00
ham revbump for boost-libs update 2018-04-29 21:31:17 +00:00
inputmethod ibus: explicitly specify cldr-emoji-annotation package version. 2018-04-29 21:42:00 +00:00
lang lang/nodejs: Update to 10.1.0. 2018-05-12 09:24:00 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail fdm: Fix the build with OpenSSL 1.1.0 and minor cosmetic changes 2018-05-04 15:33:22 +00:00
math py-scipy: updated to 1.1.0 2018-05-14 06:39:32 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs texlive-collection-basic-doc: update to 2018. 2018-05-14 06:44:34 +00:00
misc xdg-utils: Update misc/xdg-utils to 1.1.3 2018-05-12 10:11:49 +00:00
mk *: remove references to obsolete DragonFly/i386 2018-04-30 10:41:35 +00:00
multimedia Disable runtime CPU detection on NetBSD/aarch64 2018-05-10 21:10:38 +00:00
net py-netifaces: updated to 0.10.7 2018-05-10 07:01:55 +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 x11-links 1.11 2018-05-10 03:46:52 +00:00
print *** empty log message *** 2018-05-13 17:19:19 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security libgcrypt: Fix build with Clang 2018-05-11 19:20:11 +00:00
shells Update to 5.5.1 2018-04-29 20:41:04 +00:00
sysutils salt: don't crash if no swap is configured 2018-05-12 11:29:35 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc mendexk: update to 2.6fnb8 2018-05-13 12:20:33 +00:00
time py-dateutil: updated to 2.7.3 2018-05-14 08:10:37 +00:00
wm revbump for boost-libs update 2018-04-29 21:31:17 +00:00
www py-h11: updated to 0.8.1 2018-05-14 08:05:12 +00:00
x11 Fix build with modular-xorg-server-1.20.0. Bump PKGREVISION 2018-05-13 03:45:07 +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.