Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ryoon d8413c2e9d Update to 1.31.0
Changelog:
Version 1.31.0 (2018-12-06)
Language

    This version marks the release of the 2018 edition of Rust.
    New lifetime elision rules now allow for eliding lifetimes in functions and impl headers. E.g. impl<'a> Reader for BufReader<'a> {} can now be impl Reader for BufReader<'_> {}. Lifetimes are still required to be defined in structs.
    You can now define and use const functions. These are currently a strict minimal subset of the const fn RFC. Refer to the language reference for what exactly is available.
    You can now use tool lints, which allow you to scope lints from external tools using attributes. E.g. #[allow(clippy::filter_map)].
    #[no_mangle] and #[export_name] attributes can now be located anywhere in a crate, not just in exported functions.
    You can now use parentheses in pattern matches.

Compiler

    Updated musl to 1.1.20

Libraries

    You can now convert num::NonZero* types to their raw equivalvents using the From trait. E.g. u8 now implements From<NonZeroU8>.
    You can now convert a &Option<T> into Option<&T> and &mut Option<T> into Option<&mut T> using the From trait.
    You can now multiply (*) a time::Duration by a u32.

Stabilized APIs

    slice::align_to
    sl

    ice::align_to_mut
    slice::chunks_exact
    slice::chunks_exact_mut
    slice::rchunks
    slice::rchunks_mut
    slice::rchunks_exact
    slice::rchunks_exact_mut
    Option::replace

Cargo

    Cargo will now download crates in parallel using HTTP/2.
    You can now rename packages in your Cargo.toml We have a guide on how to use the package key in your dependencies.
2018-12-08 07:24:54 +00:00
archivers brotli: update to 1.0.7. 2018-12-01 17:22:04 +00:00
audio Added fasttracker2 entry to Makefile SUBDIRs. 2018-12-01 18:22:31 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology py-pydicom: Update to 1.2.1. 2018-12-05 10:09:09 +00:00
bootstrap Update the root_group for Minix to match the changes to mk files. 2018-11-15 22:08:30 +00:00
cad py-simpy: updated to 3.0.11 2018-11-20 11:49:38 +00:00
chat fix typo 2018-12-05 18:42:06 +00:00
comms py-colorama: updated to 0.4.1 2018-11-30 11:21:37 +00:00
converters py-confusable_homoglyphs: updated to 3.2.0 2018-12-04 13:29:13 +00:00
cross Update to 8.2.0 2018-11-23 05:30:45 +00:00
databases sqlite3: updated to 3.26.0 2018-12-04 12:03:52 +00:00
devel Fix OS X build (by skipping tests, not being offered as TEST_TARGET yet 2018-12-07 20:02:58 +00:00
distfiles
doc Updated net/p5-Net-DNS to 1.19 2018-12-08 04:37:22 +00:00
editors Revbump abiword-plugins after abiword update. 2018-12-03 15:57:16 +00:00
emulators mame: add upstream bug report URL to patch 2018-12-07 22:09:16 +00:00
filesystems Remove CVS tag from DESCR 2018-11-30 03:19:57 +00:00
finance py-ofxparse: updated to 0.20 2018-12-04 13:18:54 +00:00
fonts py-fonttools: updated to 3.33.0 2018-12-05 15:42:55 +00:00
games flightgear-data: Update to 2018.2.2. No changelog. 2018-12-04 03:57:03 +00:00
geography revbump for geos update 2018-11-30 16:06:13 +00:00
graphics exiv2: Bump API and ABI depends to current version. 2018-12-05 10:04:15 +00:00
ham Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
inputmethod Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
lang Update to 1.31.0 2018-12-08 07:24:54 +00:00
licenses Added the CC-BY-NC-SA v4.0 license from 2018-12-01 11:07:09 +00:00
mail mailsend: don't use $(SHELL), execute it from #!/bin/sh 2018-12-07 17:34:57 +00:00
math py-roman: updated to 3.1 2018-12-04 12:59:58 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs boost-headers: do not generate user.hpp during configure. 2018-12-02 14:32:17 +00:00
misc misc/Makefile: add and enable ruby-mimemagic 2018-12-06 14:21:20 +00:00
mk mk/tools/automake.mk: support automake-1.16 2018-12-01 04:58:55 +00:00
multimedia py-m3u8: updated to 0.3.7 2018-12-06 20:23:59 +00:00
net Update to 1.19 2018-12-08 04:36:08 +00:00
news libcanlock: update to 3.0.3. 2018-12-07 21:49:36 +00:00
packages
parallel Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
pkgtools Update Usage coment to include --without-xsrc 2018-12-07 12:40:39 +00:00
print xetex: fix build with poppler-0.71 2018-12-05 21:44:03 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security Update to 0.063 2018-12-07 12:06:16 +00:00
shells bash-completion: install pkgconfig file in pkgsrc standard location. 2018-12-02 07:06:20 +00:00
sysutils sysutils: Add within 2018-12-06 20:04:25 +00:00
templates
textproc py-markdown2: updated to 2.3.7 2018-12-06 20:30:31 +00:00
time py-aniso8601: added version 4.0.1 2018-12-06 19:25:33 +00:00
wm Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
www Update Wordpress to 5.0. 2018-12-07 12:25:58 +00:00
x11 xf86-video-i740: update to 1.4.0. 2018-12-07 21:48:07 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README Don't prefix commands by a shell prompt, so they're slightly easier to copy. 2018-10-09 22:55:48 +00:00

$NetBSD: README,v 1.20 2018/10/09 22:55:48 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.