Automatic conversion of the NetBSD pkgsrc CVS module, use with care
d33b1cb9d1
This is a feature release. Changes since version 1.9.5: ! $reply_self is now respected for group-reply, even with $metoo unset. ! Enabled $imap_poll_timeout when $imap_idle is set. ! Added %R (number of read messages) expando for $status_format. + When $change_folder_next is set, the <change-folder> function mailbox suggestion will start at the next folder in your "mailboxes" list, instead of starting at the first folder in the list. + $new_mail_command specifies a command to run after a new message is received. + $pgp_default_key specifies the default key-pair to use for PGP operations. It will be used for both encryption and signing (unless $pgp_sign_as is set). See contrib/gpg.rc. ! $smime_default_key now specifies the default key-pair to use for both encryption and signing S/MIME operations. See contrib/smime.rc. + $smime_sign_as can be used to specify a sign-only key-pair for S/MIME operations. - $pgp_self_encrypt_as is now deprecated, and is an alias for $pgp_default_key. $smime_self_encrypt_as is also deprecated, and is an alias for $smime_default_key. ! $pgp_self_encrypt and $smime_self_encrypt now default to set. This makes setting $pgp_default_key or $smime_default_key all that is required to enable self-encryption (for both classic and GPGME mode). + The <history-search> function (default: ^R) will search history based on the text currently typed in. That is, type the search string first, then hit ^R. + The $abort_noattach quadoption controls whether to abort sending a message that matches $abort_noattach_regexp and has no attachments. + Mutt can now be configured --with-idn2. This requires the libidn1 compatibility layer present in libidn2 v2.0.0 or greater. + Unsetting $browser_abbreviate_mailboxes turns off '=' and '~' shortcuts for mailbox names in the browser mailbox list. ! $sort_browser now has 'count' and 'unread' options. + <error-history> will display the last $error_history count of error/informational messages generated. + The ~M pattern matches content-type headers. Note that this pattern may be slow because it reads each message in. + The "echo" command can be used to display a message, for instance when running a macro or sourcing a file. |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$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.