Back out the downgrade, I would have never agreed to it if I had know...
This leaves a window of downgradededness 18 hours -- people can just live
with that.
pkgtools.conf(5):
- Turn HOLD_PORTS into HOLD_PKGS.
- List `bsdpan-*' in HOLD_PKGS by default.
Requested by: Anton Berezin <tobez@tobez.org>
pkgdb(1):
- Support HOLD_PKGS and make -f/--force overrite the setting.
pkg_fetch(1):
- Dig the temporary directory and the packages directory before
fetching.
Requested by: Chris Dillon <cdillon@wolves.k12.mo.us>
- Properly quote the fetch command line arguments.
portupgrade(1):
- Fix a bug that -Pf did not properly work.
Reported by: The Anarcat <anarcat@anarcat.dyndns.org>
- Make -p/--package build packages for the ports that are installed as
dependency as well.
Suggested by: Vivek Khera <khera@kcilink.com>
- Make -p/--package build packages for those which requisite packages
are upgraded as well, when they are given from the command line or
-r is specified.
Suggested by: Vivek Khera <khera@kcilink.com>,
Lev Serebryakov <lev@serebryakov.spb.ru>
- Do not regard a packaging error as an installation error.
- Make -Nf override HOLD_PKGS.
- Suggest specifying -f when skipping a package.
- Detect a checksum mismatch error properly from a build log.
portinstall(1): (portupgrade -N)
- Only upgrade required packages of a newly installed port when -R is
specified.
portversion(1):
- Support HOLD_PKGS.
overall/miscellaneous:
- Introduce lazy initialization for config variables and make
the initialization process a little bit quicker.
- Fix some typos in the manpages.
Submitted by: Dan Langille <dan@langille.org>,
kuriyama@FreeBSD.org
- Add shell completion definitions for pkg_tarup(1).
- Provide a replacement of the weekly status-pkg report script
(/etc/periodic/weekly/400.status-pkg), which is installed as
$PREFIX/etc/pkgtools.status-pkg.sh.
port:
- Add a missing entry of pkg_which to pkg_plist.
- Do not remove the zsh site-functions directory on deinstallation
when zsh is installed.
post-extract instead of pre-install
o Handle per installation transient files in PKG{,DE}INSTALL instead
of PLIST
o Do not install corrupted binary
o Do not @ prefix inside PKG{,DE}INSTALL
PR: 32645
Submitted by: Kuang-che Wu <kcwu@ck.tp.edu.tw> (PR),
maintainer (most of the fix)
see ANNOUNCE and ChangeLog for a complete list:
- supports fully ghostscript7
- enhanced driver support, hpijs, pips, latest gimp-print, etc ...
- per driver scripts, where printer manufacturer *could* place
their driver/scripts, the case structure wasn't scaleable anymore
an led to incomplete support or to large apsfilter script
- unified command-line options, see handbook
- support for HARDWARE_COPIES if your printer can print multiple copies
himself
- option settings can be restricted by the administrator for all printer
or print queues (maybe to save print costs on color printers ...)
- support for many new filetypes
- print contens of archives: tar, cpio, ar, zip, zoo ...
- security: update for duplex print keys
- separate faq has gone, everything is in the handbook
- error messages can be sent to user now via Cc:
- no bugs so far ;-)
jis2gb converts JISX0208-1983 and JISX0212-1990 characters
to GB2312-80 and GB8565-88 characters. JISX0208-1983
(^[$B), JISX0208-1990 (^[&@^[$B), JISX0212-1990 (^[$(D),
JISC6226-1978 (^[$@), and Japanese-EUC are available for
Kanji code.
PR: ports/31868
Submitted by: Zhang Shu <jo-c@is.aist-nara.ac.jp>
GB2JIS converts GB2312-80 and GB8565-88 characters to
JISX0208-1983 and JISX0212-1990 characters. GB2312-80
(^[$A), GB2312-80 + GB8565-88 (^[$(E), and Chinese-EUC
(8-bit GuoBiao) are available for Hanzi code.
PR: ports/31849
Submitted by: Zhang Shu <jo-c@is.aist-nara.ac.jp>
BBSnet is a front-end of telnet client, and it can be used for
multiple users or in private.
PR: ports/32487
Submitted by: statue@freebsd.sinica.edu.tw