From owner-svn-doc-all@freebsd.org Sun Mar 17 10:22:33 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A4A51533588; Sun, 17 Mar 2019 10:22:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF07D71201; Sun, 17 Mar 2019 10:22:32 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A59F587E9; Sun, 17 Mar 2019 10:22:32 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2HAMWOq074880; Sun, 17 Mar 2019 10:22:32 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2HAMW6r074878; Sun, 17 Mar 2019 10:22:32 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201903171022.x2HAMW6r074878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 17 Mar 2019 10:22:32 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52873 - in head/en_US.ISO8859-1/books/porters-handbook: special uses X-SVN-Group: doc-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/en_US.ISO8859-1/books/porters-handbook: special uses X-SVN-Commit-Revision: 52873 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AF07D71201 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2019 10:22:33 -0000 Author: tobik (ports committer) Date: Sun Mar 17 10:22:32 2019 New Revision: 52873 URL: https://svnweb.freebsd.org/changeset/doc/52873 Log: Porter's Handbook: Update KDE and Qt sections - Remove mention of KDE/Qt 4 - Update examples to use KDE/Qt 5 - Update USE_KDE, USE_QT component lists Approved by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D19605 Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Sat Mar 16 15:52:47 2019 (r52872) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Sun Mar 17 10:22:32 2019 (r52873) @@ -2593,15 +2593,10 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml Ports That Require Qt - The Ports Collection provides support for Qt 4 and Qt 5 - frameworks with - USES+=qt:x, - where x is - 4 or 5. - Set USE_QT to the list of required - Qt components (libraries, tools, plugins). The Qt 4 - and Qt 5 frameworks are quite similar. The main - difference is the set of supported components. + The Ports Collection provides support for Qt 5 with + USES+=qt:5. Set USE_QT + to the list of required Qt components (libraries, tools, + plugins). The Qt framework exports a number of variables which can be used by ports, some of them listed below: @@ -2673,8 +2668,7 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml and plugin components are specified with the _run suffix. The most commonly used components are listed below (all available components are - listed in _USE_QT_ALL, - _USE_QT4_ONLY, and + listed in _USE_QT_ALL, and _USE_QT5_ONLY in /usr/ports/Mk/Uses/qt.mk): @@ -2691,59 +2685,368 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml + 3d + Qt3D module + + + + assistant + Qt 5 documentation browser + + + + canvas3d + Qt canvas3d module + + + + charts + Qt 5 charts module + + + + concurrent + Qt multi-threading module + + + + connectivity + Qt connectivity (Bluetooth/NFC) module + + + core - core library (Qt 5 only) + Qt core non-graphical module - corelib - core library (Qt 4 only) + datavis3d + Qt 5 3D data visualization module dbus - Qt DBus library + Qt D-Bus inter-process communication + module + declarative + Qt declarative framework for dynamic user + interfaces + + + + designer + Qt 5 graphical user interface designer + + + + diag + Tool for reporting diagnostic information about + Qt and its environment + + + + doc + Qt 5 documentation + + + + examples + Qt 5 examples sourcecode + + + + gamepad + Qt 5 Gamepad Module + + + + graphicaleffects + Qt Quick graphical effects + + + gui - graphical user interface library + Qt graphical user interface module + help + Qt online help integration module + + + + l10n + Qt localized messages + + + + linguist + Qt 5 translation tool + + + + location + Qt location module + + + + multimedia + Qt audio, video, radio and camera support + module + + + network - network library + Qt network module + networkauth + Qt network auth module + + + opengl - Qt OpenGL library + Qt 5-compatible OpenGL support module + paths + Command line client to QStandardPaths + + + + phonon4 + KDE multimedia framework + + + + pixeltool + Qt 5 screen magnifier + + + + plugininfo + Qt5 plugin metadata dumper + + + + printsupport + Qt print support module + + + + qdbus + Qt command-line interface to D-Bus + + + + qdbusviewer + Qt 5 graphical interface to D-Bus + + + + qdoc + Qt documentation generator + + + + qdoc-data + QDoc configuration files + + + + qev + Qt QWidget events introspection tool + + + + qmake + Qt Makefile generator + + + + quickcontrols + Set of controls for building complete interfaces + in Qt Quick + + + + quickcontrols2 + Set of controls for building complete interfaces + in Qt Quick + + + + remoteobjects + Qt5 SXCML module + + + script - script library + Qt 4-compatible scripting module + scripttools + Qt Script additional components + + + + scxml + Qt5 SXCML module + + + + sensors + Qt sensors module + + + + serialbus + Qt functions to access industrial bus + systems + + + + serialport + Qt functions to access serial ports + + + + speech + Accessibilty features for Qt5 + + + sql - SQL library + Qt SQL database integration module + sql-ibase + Qt InterBase/Firebird database plugin + + + + sql-mysql + Qt MySQL database plugin + + + + sql-odbc + Qt Open Database Connectivity plugin + + + + sql-pgsql + Qt PostgreSQL database plugin + + + + sql-sqlite2 + Qt SQLite 2 database plugin + + + + sql-sqlite3 + Qt SQLite 3 database plugin + + + + sql-tds + Qt TDS Database Connectivity database + plugin + + + + svg + Qt SVG support module + + + testlib - unit testing library + Qt unit testing module + uiplugin + Custom Qt widget plugin interface for Qt + Designer + + + + uitools + Qt Designer UI forms support module + + + + virtualkeyboard + Qt 5 Virtual Keyboard Module + + + + wayland + Qt5 wrapper for Wayland + + + + webchannel + Qt 5 library for integration of C++/QML with + HTML/js clients + + + + webengine + Qt 5 library to render web content + + + webkit - Qt WebKit library + QtWebKit with a more modern WebKit code + base + websockets + Qt implementation of WebSocket protocol + + + + websockets-qml + Qt implementation of WebSocket protocol (QML + bindings) + + + + webview + Qt component for displaying web content + + + + widgets + Qt C++ widgets module + + + + x11extras + Qt platform-specific features for X11-based + systems + + + xml - Qt XML library + Qt SAX and DOM implementations + + + xmlpatterns + Qt support for XPath, XQuery, XSLT and XML + Schema + @@ -2765,49 +3068,22 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml - qmake - Makefile generator/build utility - - - buildtools build tools (moc, - rcc), needed for almost - every Qt application (Qt 5 only) + rcc), needed for almost every + Qt application. linguisttools localization tools: lrelease, - lupdate (Qt 5 only) + lupdate - linguist - localization tools: lrelease, - lupdate (Qt 4 only) + qmake + Makefile generator/build utility - - - moc - meta object compiler, needed for almost - every Qt application at buildtime (Qt 4 only) - - - - rcc - resource compiler, needed if the application - comes with *.rc or - *.qrc files (Qt 4 only) - - - - uic - user interface compiler, needed if the - application comes with *.ui - files, in practice, every Qt - application with a GUI (Qt 4 only) - @@ -2825,12 +3101,6 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml - iconengines - SVG icon engine plugin, needed if the application - ships SVG icons (Qt 4 only) - - - imageformats plugins for TGA, TIFF, and MNG image formats @@ -2839,23 +3109,23 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml - - Selecting Qt 4 Components + + Selecting Qt 5 Components - In this example, the ported application uses the Qt 4 - graphical user interface library, the Qt 4 core library, - all of the Qt 4 code generation tools and Qt 4's Makefile + In this example, the ported application uses the Qt 5 + graphical user interface library, the Qt 5 core library, + all of the Qt 5 code generation tools and Qt 5's Makefile generator. Since the gui library implies a dependency on the core library, - corelib does not need to be specified. - The Qt 4 code generation tools moc, - uic and rcc, as well - as the Makefile generator qmake are + core does not need to be specified. + The Qt 5 code generation tools moc, + uic and rcc, as well + as the Makefile generator qmake are only needed at buildtime, thus they are specified with the _build suffix: - USES= qt:4 -USE_QT= gui moc_build qmake_build rcc_build uic_build + USES= qt:5 +USE_QT= gui buildtools_build qmake_build @@ -2992,12 +3262,8 @@ PLIST_SUB+= QT_INCDIR=${QT_INCDIR_REL} \ <literal>USES= qmake</literal> Example This snippet demonstrates the use of - qmake for a Qt 4 port: + qmake for a Qt 5 port: - USES= qmake:outsource qt:4 -USE_QT= moc_build - - For a Qt 5 port: USES= qmake:outsource qt:5 USE_QT= buildtools_build @@ -3040,11 +3306,11 @@ USE_QT= buildtools_build Using KDE - - KDE 4 Variable Definitions + + KDE Variable Definitions - If the application depends on KDE 4, set - USES+=kde:4 and + If the application depends on KDE, set + USES+=kde:5 and USE_KDE to the list of required components. _build and _run suffixes can be used to force @@ -3052,13 +3318,12 @@ USE_QT= buildtools_build baseapps_run). If no suffix is set, a default dependency type will be used. To force both types, add the component twice with both suffixes (for example, - automoc4_build automoc4_run). The most - commonly used components are listed below (up-to-date - components are documented at the top of - /usr/ports/Mk/bsd.kde4.mk): + ecm_build ecm_run). Available components + are listed below (up-to-date components are also listed in + /usr/ports/Mk/Uses/kde.mk): - Available KDE 4 Components + Available KDE Components @@ -3070,46 +3335,615 @@ USE_QT= buildtools_build - kdehier - Hierarchy of common KDE directories + activities + KF5 runtime and library to organize work in + separate activities - kdelibs - KDE core libraries + activities-stats + KF5 statistics for activities - kdeprefix - If set, port will be installed into - ${KDE_PREFIX} + activitymanagerd + System service to manage user's activities, track + the usage patterns - automoc4 - Build tool to automatically generate moc + akonadi + Storage server for KDE-Pim + + + + akonadicalendar + Akonadi Calendar Integration + + + + akonadiconsole + Akonadi management and debugging console + + + + akonadicontacts + Libraries and daemons to implement Contact + Management in Akonadi + + + + akonadiimportwizard + Import data from other mail clients to + KMail + + + + akonadimime + Libraries and daemons to implement basic email + handling + + + + akonadinotes + KDE library for accessing mail storages in MBox + format + + + + akonadisearch + Libraries and daemons to implement searching in + Akonadi + + + + akregator + A Feed Reader by KDE + + + + alarmcalendar + KDE API for KAlarm alarms + + + + apidox + KF5 API Documentation Tools + + + + archive + KF5 library that provides classes for handling + archive formats + + + + attica + Open Collaboration Services API library KDE5 + version + + + + attica5 + Open Collaboration Services API library KDE5 + version + + + + auth + KF5 abstraction to system policy and + authentication features + + + + baloo + KF5 Framework for searching and managing user + metadata + + + + baloo-widgets + BalooWidgets library + + + + baloo5 + KF5 Framework for searching and managing user + metadata + + + + blog + KDE API for weblogging access + + + + bookmarks + KF5 library for bookmarks and the XBEL + format + + + + breeze + Plasma5 artwork, styles and assets for the Breeze + visual style + + + + breeze-gtk + Plasma5 Breeze visual style for Gtk + + + + breeze-icons + Breeze icon theme for KDE + + + + calendarcore + KDE calendar access library + + + + calendarsupport + Calendar support libraries for KDEPim + + + + calendarutils + KDE utility and user interface functions for + accessing calendar + + + + codecs + KF5 library for string manipulation + + + + completion + KF5 text completion helpers and widgets + + + + config + KF5 widgets for configuration dialogs + + + + configwidgets + KF5 widgets for configuration dialogs + + + + contacts + KDE api to manage contact information + + + + coreaddons + KF5 addons to QtCore + + + + crash + KF5 library to handle crash analysis and bug + report from apps + + + + dbusaddons + KF5 addons to QtDBus + + + + decoration + Plasma5 library to create window + decorations + + + + designerplugin + KF5 integration of Frameworks widgets in Qt + Designer/Creator + + + + discover + Plasma5 package management tools + + + + dnssd + KF5 abstraction to system DNSSD features + + + + doctools + KF5 documentation generation from docbook + + + + drkonqi + Plasma5 crash handler + + + + ecm + Extra modules and scripts for CMake + + + + emoticons + KF5 library to convert emoticons + + + + eventviews + Event view libriares for KDEPim + + + + filemetadata + KF5 library for extracting file metadata + + + + frameworkintegration + KF5 workspace and cross-framework integration + plugins + + + + gapi + KDE based library to access google + services + + + + globalaccel + KF5 library to add support for global workspace + shortcuts + + + + grantlee-editor + Editor for Grantlee themes + + + + grantleetheme + KDE PIM grantleetheme + + + + gravatar + Library for gravatar support + + + + guiaddons + KF5 addons to QtGui + + + + holidays + KDE library for calendar holidays + + + + hotkeys + Plasma5 library for hotkeys + + + + i18n + KF5 advanced internationalization + framework + + + + iconthemes + KF5 library for handling icons in + applications + + + + identitymanagement + KDE pim identities + + + + idletime + KF5 library for monitoring user activity + + + + imap + KDE API for IMAP support + + + + incidenceeditor + Incidence editor libriares for KDEPim + + + + infocenter + Plasma5 utility providing system + information + + + + init + KF5 process launcher to speed up launching KDE + applications + + + + itemmodels + KF5 models for Qt Model/View system + + + + itemviews + KF5 widget addons for Qt Model/View + + + + jobwidgets + KF5 widgets for tracking KJob instance + + + + js + KF5 library providing an ECMAScript + interpreter + + + + jsembed + KF5 library for binding JavaScript objects to + QObjects + + + + kaddressbook + KDE contact manager + + + + kalarm + Personal alarm scheduler + + + + kalarm + Personal alarm scheduler + + + + kate + Basic editor framework for the KDE system + + + + kcmutils + KF5 utilities for working with KCModules + + + + kde-cli-tools + Plasma5 non-interactive system tools + + + + kde-gtk-config + Plasma5 GTK2 and GTK3 configurator + + + + kdeclarative + KF5 library providing integration of QML and KDE + Frameworks + + + + kded + KF5 extensible daemon for providing system level + services + + + + kdelibs4support + KF5 porting aid from KDELibs4 + *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-doc-all@freebsd.org Mon Mar 18 22:43:53 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FAE1154FC66; Mon, 18 Mar 2019 22:43:53 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98286822BD; Mon, 18 Mar 2019 22:43:52 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C6AA27F0A; Mon, 18 Mar 2019 22:43:52 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2IMhqLw061188; Mon, 18 Mar 2019 22:43:52 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2IMhqnK061185; Mon, 18 Mar 2019 22:43:52 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201903182243.x2IMhqnK061185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Mon, 18 Mar 2019 22:43:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52874 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 52874 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 98286822BD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2019 22:43:53 -0000 Author: trasz Date: Mon Mar 18 22:43:51 2019 New Revision: 52874 URL: https://svnweb.freebsd.org/changeset/doc/52874 Log: Add Quarterly Status Report for 2018Q4. Reviewed by: bcr Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D19618 Added: head/en_US.ISO8859-1/htdocs/news/status/report-2018-09-2018-12.xml (contents, props changed) Modified: head/en_US.ISO8859-1/htdocs/news/status/Makefile Modified: head/en_US.ISO8859-1/htdocs/news/status/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/Makefile Sun Mar 17 10:22:32 2019 (r52873) +++ head/en_US.ISO8859-1/htdocs/news/status/Makefile Mon Mar 18 22:43:51 2019 (r52874) @@ -81,6 +81,7 @@ XMLDOCS+= report-2017-04-2017-06 XMLDOCS+= report-2017-07-2017-09 XMLDOCS+= report-2017-10-2017-12 XMLDOCS+= report-2018-01-2018-09 +XMLDOCS+= report-2018-09-2018-12 XSLT.DEFAULT= report.xsl Added: head/en_US.ISO8859-1/htdocs/news/status/report-2018-09-2018-12.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2018-09-2018-12.xml Mon Mar 18 22:43:51 2019 (r52874) @@ -0,0 +1,2268 @@ + + + + + + + + + + October-December + + 2018 + + +
+ Introduction + +

Since we are still on this island among many in this vast ocean of the Internet, we write this message in a bottle to inform you of the work we have finished and what lies ahead of us. These deeds that we have wrought with our minds and hands, they are for all to partake of - in the hopes that anyone of their free will, will join us in making improvements. In todays message the following by no means complete or ordered set of improvements and additions will be covered:

+ +

i386 PAE Pagetables for up to 24GB memory support, Continuous Integration efforts, driver updates to ENA and graphics, ARM enhancements such as RochChip, Marvell 8K, and Broadcom support as well as more DTS files, more Capsicum possibilities, as well as pfsync improvements, and many more things that you can read about for yourselves.

+ +

Additionally, we bring news from some islands further down stream, namely the nosh project, HardenedBSD, ClonOS, and the Polish BSD User-Group.

+ +

We would, selfishly, encourage those of you who give us the good word to please send in your submissions sooner than just before the deadline, and also encourage anyone willing to share the good word to please read the section on which submissions we're also interested in having.

+ +

Yours hopefully,
+ Daniel Ebdrup, on behalf of the status report team.

+
+ + + team + + &os; Team Reports + +

Entries from the various official and semi-official teams, + as found in the Administration + Page.

+
+ + + proj + + Projects + +

Projects that span multiple categories, from the kernel and userspace + to the Ports Collection or external projects.

+
+ + + arch + + Architectures + +

Updating platform-specific features and bringing in support + for new hardware platforms.

. +
+ + + ports + + Ports + +

Changes affecting the Ports Collection, whether sweeping + changes that touch most of the tree, or individual ports + themselves.

+
+ + + misc + + Miscellaneous + +

Objects that defy categorization.

+
+ + + third + + Third-Party Projects + +

Many projects build upon &os; or incorporate components of + &os; into their project. As these projects may be of interest + to the broader &os; community, we sometimes include brief + updates submitted by these projects in our quarterly report. + The &os; project makes no representation as to the accuracy or + veracity of any claims in these submissions.

+
+ + + FreeBSD Release Engineering Team + + +

Category: team

+ +

+ +

The FreeBSD Release Engineering Team is responsible for + setting + and publishing release schedules for official project + releases + of FreeBSD, announcing code freezes and maintaining the + respective branches, among other things.

+ +

During the fourth quarter of 2018, the FreeBSD Release + Engineering team + continued working on the 12.0-RELEASE. The + stable/12 branch was created + on October 19, with the first BETA build being started + shortly after. The + release cycle slipped slightly with the addition of + 12.0-BETA4, after which + the releng/12.0 branch was created on November + 16.

+ +

The remainder of the release cycle continued relatively + smoothly for the + duration of the release candidate (RC) phase, with the + final release builds + starting December 7, and the official announcement sent + December 11.

+ +

Throughout the quarter, several development snapshots + builds were released + for the head and stable/11 branches.

+ +

Much of this work was sponsored by the FreeBSD Foundation.

+ + + +
+ + + Ports Collection + + + + René Ladan + portmgr-secretary@FreeBSD.org + + + FreeBSD Ports Management Team + portmgr@FreeBSD.org + + + + + About FreeBSD Ports + Contributing to Ports + FreeBSD Ports Monitoring + Ports Management Team">Ports Management Team + + + +

The number of ports in the last quarter shrunk a bit to + 32,900. At the end of + the quarter there were 2365 open port PRs of which a small + 500 were unassigned. + The last quarter saw 7333 commits from 174 committers. + This means that more + port PRs were resolved than last quarter and the number of + commits remained + approximately the same.

+ +

During the last quarter, we welcomed Alexandre C. + Guimarães (rigoletto@) and + Vinícius Zavam (egypcio@). The port commit bits of Alberto + Villa (avilla@), + Lars Thegler (lth@), Dryice Dong Liu (dryice@), Ion-Mihai + Tetcu (itetcu@), + Gabor Pali (pgj@), Tom Judge (tj@), Ollivier Robert + (roberto@), and Maxim + Sobolev (sobomax@) were taken in for safekeeping.

+ +

The number of commit bits safekept is higher than usual + because for port commit + bits the idle timeout changed from 18 months to 12 months.

+ +

Some default versions were changed:

+ +
    +
  • PHP from 7.1 to 7.2
  • + +
  • Perl5 from 5.26 to 5.28
  • + +
  • Ruby from 2.4 to 2.5
  • + +
  • For LLVM, version 7.0 is now supported as a default + version.
  • +
+ +

+ Other big changes are:

+ +
    +
  • info files are stored in the share/info directory just as + other + operating systems do.
  • + +
  • PyQt ports can now be installed concurrently.
  • + +
  • As FreeBSD 10 reached its end of life, support for this + branch has been + removed from the Ports Collection. People still requiring + FreeBSD 10 + support can use the RELEASE\_10\_EOL tag.
  • + +
  • USES=cmake now defaults to outsource
  • + +
  • KDE 4 has reached its end-of-life and has been removed + from the Ports + Collection.
  • +
+ +

+ Eager as ever, antoine@ ran 36 exp-runs this quarter to + ensure major port + upgrades were correct.

+ + + +
+ + + FreeBSD Core Team + + + + FreeBSD Core Team + core@FreeBSD.org + + + + +

Noteworthy events since the last quarterly report:

+ +
    +
  • Yuri Pankov (yuripv@) was awarded a source commit bit + under the mentorship of Konstantin Belousov + (kib@).
  • + +
  • Core agrees that portmgr@ may enforce a 12-month commit + bit expiration for ports committers.
  • + +
  • Thomas Munro (tmunro@) was awarded a source commit bit + under the mentorship of Mateusz Guzik (mgj@) and + co-mentorship of Allan Jude (allanjude@).
  • + +
  • With the approval of FCP-0101, 10/100 Ethernet drivers + will be deprecated.
  • + +
  • Core approved the promotion of Remko Lodder (remko@) to + Deputy Security Officer.
  • +
+ +

+ + + +
+ + + FreeBSD Foundation + + + + Deb Goodkin + deb@FreeBSDFoundation.org + + + + +

The FreeBSD Foundation is a 501(c)(3) non-profit + organization dedicated to supporting and promoting + the FreeBSD Project and community worldwide. + Funding comes from individual and corporate + donations and is used to fund and manage software + development projects, conferences and developer + summits, and provide travel grants to FreeBSD + contributors. The Foundation purchases and + supports hardware to improve and maintain FreeBSD + infrastructure and provides resources to improve + security, quality assurance, and release + engineering efforts; publishes marketing material + to promote, educate, and advocate for the FreeBSD + Project; facilitates collaboration between + commercial vendors and FreeBSD developers; and + finally, represents the FreeBSD Project in + executing contracts, license agreements, and other + legal arrangements that require a recognized legal + entity.

+ +

Here are some highlights of what we did to help FreeBSD + last quarter:

+ +

Partnerships and Commercial User Support

+ +

As a 501(c)(3) non-profit, we don’t directly support + commercial users, but we do work with them to + understand their needs and help facilitate + collaboration with the community. Last quarter, we + were able to meet with a number of FreeBSD users + and supporters at the October FreeBSD Developer + Summit and MeetBSD conference in addition to our + regular company meetings. These in-person meetings + provide the opportunity to discuss pain points, + identify how they can contribute back to FreeBSD, + talk about what technologies they would like to + see supported, and what can be done to support + FreeBSD over more of their technologies and + products.

+ +

Fundraising Efforts

+ +

By end of last year, we raised over $1.3M and were able to + add Juniper, Netflix and Facebook and + Handshake.org to our list of Foundation Partners. + You can view the entire list here https://www.freebsdfoundation.org/donors/. + We are still finalizing total donations, and will + report the final numbers in early February. Thank + you to everyone who supported our efforts in 2018.

+ +

OS Improvements

+ +

In the fourth quarter of 2018 six authors made a total of + 315 commits to the FreeBSD development tree that were + identified as being sponsored by the FreeBSD + Foundation. These included staff members + Konstantin Belousov, Glen Barber, Li-Wen Hsu and + Ed Maste, and grant recipients Mateusz Guzik and + Mark Johnston.

+ +

Mateusz' work over the quarter consisted of identifying + and fixing bottlenecks in the FreeBSD kernel and + system libraries. The FreeBSD base system build, + and ports built via Poudriere, were used as + motivating cases.

+ +

Mark added an in-kernel Intel CPU microcode loader. This + simplifies and increases the robustness of + microcode updates, which is increasingly important + as mitigations for speculative execution + vulnerabilities are delivered in microcode.

+ +

Mark also fixed a number of issues relating to capsicum + support in base system utilities, implemented a + number of NUMA enhancements and bug fixes, and + fixed a number of high profile kernel bugs.

+ +

Ed committed a large number of tool chain fixes to LLVM's + lld linker and ELF Tool Chain components.

+ +

Along with several FreeBSD developers Ed worked on the + OpenSSL 1.1.1 import in preparation for FreeBSD + 12.0, including incorporating OpenSSH and ntp + changes for compatibility. Ed also added + build-time knobs for to enable userland retpoline + and to enable BIND_NOW which + can be used as part of a vulnerability mitigation + strategy.

+ +

Continuous Integration and Quality Assurance

+ +

The Foundation provides a full-time staff member who is + working on improving our automated testing, + continuous integration, and overall quality + assurance efforts.

+ +

During the fourth quarter of 2018, Foundation employee + Li-Wen Hsu continuously worked on improving the + project's CI infrastructure, examining the failing + build and test cases, and work with other teams in + the project for their testing needs. In this + period, we also worked on collaboration with + external projects to improve their CI on FreeBSD.

+ +

See the FreeBSD CI section of this report for more + information.

+ +

Release Engineering

+ +

The Foundation provides a full-time staff member to lead + the release engineering efforts. This has provided + timely and reliable releases over the last five + years. During the fourth quarter of 2018, Glen + Barber led the the FreeBSD Release Engineering + team in continuing working on the 12.0-RELEASE + with the official announcement sent December 11.

+ +

See the FreeBSD Release Engineering Team section of this + report for more + information.

+ +

Supporting FreeBSD Infrastructure

+ +

The Foundation provides hardware and support to improve + the FreeBSD infrastructure. Last quarter, we + continued supporting FreeBSD hardware located + around the world.

+ +

FreeBSD Advocacy and Education

+ +

A large part of our efforts are dedicated to advocating + for the Project. This includes promoting work + being done by others with FreeBSD; producing + advocacy literature to teach people about FreeBSD + and help make the path to starting using FreeBSD + or contributing to the Project easier; and + attending and getting other FreeBSD contributors + to volunteer to run FreeBSD events, staff FreeBSD + tables, and give FreeBSD presentations.

+ +

The FreeBSD Foundation sponsors many conferences, events, + and summits around the globe. These events can be + BSD-related, open source, or technology events + geared towards underrepresented groups. We support + the FreeBSD-focused events to help provide a venue + for sharing knowledge, to work together on + projects, and to facilitate collaboration between + developers and commercial users. This all helps + provide a healthy ecosystem. We support the + non-FreeBSD events to promote and raise awareness + of FreeBSD, to increase the use of FreeBSD in + different applications, and to recruit more + contributors to the Project.

+ +

Some of the advocacy and education work we did last + quarter includes:

+ +
    +
  • Organized, sponsored, and presented at the October 2018 + FreeBSD Developers Summit in Santa Clara, CA
  • + +
  • Sponsored and exhibited at MeetBSD 2018 in Santa Clara, CA
  • + +
  • Exhibited for the first time at All Things Open in + Raleigh, NC
  • + +
  • Exhibited and sponsored as an Industry Partner at LISA’ 18 + in Nashville, TN
  • + +
  • Sponsored USENIX OSDI ‘18 in Carlsbad, CA as an Industry + Partner
  • + +
  • Held an Intro to FreeBSD workshop and a “Why You Should + Contribute to FreeBSD” talk at the Rocky Mountain + Celebration of Women in Computing in Lakewood, + Colorado
  • +
+ +

+ We continued producing FreeBSD advocacy material to help + people promote FreeBSD around the world.

+ +

Read more about our conference adventures in the + conference recaps and trip reports in our monthly + newsletters: https://www.freebsdfoundation.org/news-and-events/newsletter/

+ +

We help educate the world about FreeBSD by publishing the + professionally produced FreeBSD Journal. We + recently announced that the FreeBSD Journal will + become a Free publication with the + January/February 2019 issue. https://www.FreeBSDfoundation.org/journal/.

+ +

You can find out more about events we attended and + upcoming events at https://www.FreeBSDfoundation.org/news-and-events/.

+ +

For a look back at all of efforts in 2018, please see the + year-end video at https://www.freebsdfoundation.org/blog/thank-you-for-supporting-freebsd/.

+ +

Legal/FreeBSD IP

+ +

The Foundation owns the FreeBSD trademarks, and it is our + responsibility to protect them. We also provide + legal support for the core team to investigate + questions that arise. Last quarter, we approved 6 + requests to use the Trademark. + Go to http://www.FreeBSDfoundation.org + to find out how we support FreeBSD and how we can + help you!

+ + + +
+ + + Continuous Integration + + + + Jenkins Admin + jenkins-admin@FreeBSD.org + + + Li-Wen Hsu + lwhsu@FreeBSD.org + + + + + FreeBSD Jenkins Instance + FreeBSD CI artifact archive + FreeBSD Jenkins wiki + freebsd-testing Mailing List + freebsd-ci Repository + Tickets related to freebsd-testing@ + Hosted CI wiki + + + +

The FreeBSD CI team maintains continuous integration + system and related tasks + for the FreeBSD project. The CI system regularly checks + the changes committed + to the project's Subversion repository can be successfully + built, and performs + various tests and analysis over the results. The results + from build jobs are + archived in artifact server, for the further testing and + debugging needs.

+ +

The members on the CI team examine the failing builds and + unstable tests, and + work with the experts in that area to fix the code or + build and test + infrastructure, to improve the software quality of the + FreeBSD base system. + The CI team member and the FreeBSD foundation staff Li-Wen + is the maintainer of + Jenkins and Jenkins related ports.

+ +

In this quarter, we worked on extending test executing + environment to improve + the coverage, temporarily disabling flakey test cases (and + opening tickets to + work with domain experts). Please see freebsd-testing@ + related tickets for + more information.

+ +

In addition to that, starting from this quarter, we also + work on collaboration + with external projects to extend their CI to cover + FreeBSD. See "HostedCI" + wiki page for more information.

+ +

Work in progress:

+ +
    +
  • Fixing the failing test cases and builds
  • + +
  • Adding drm ports building test against -CURRENT
  • + +
  • Adding tests for selected project branches, e.g.: + clang800-import
  • + +
  • Implementing automatic tests on bare metal hardware
  • + +
  • Planning the embedded testbed
  • + +
  • Planning running ztest and network stack tests
  • +
+ +

+ + + +
+ + + FreeBSD Graphics Team status report + + + + FreeBSD Graphics Team + x11@freebsd.org + + + Niclas Zeising + zeising@freebsd.org + + + + + Project GitHub page + + + +

The FreeBSD X11/Graphics team maintains the lower levels + of the FreeBSD graphics + stack. + This includes graphics drivers, graphics libraries such as + the + MESA OpenGL implementation, the X.org xserver with related + libraries and + applications, and Wayland with related libraries and + applications.

+ +

In the forth quarter, the team focused on stablizing the + graphics drivers and + ports for the FreeBSD 12.0 release. + The graphics drivers have been updated with new versions + for both FreeBSD 11.2 + and FreeBSD 12.0. + The ports have been renamed in order to make it clearer + which version of a port + runs on which version on FreeBSD. + We also created a new meta port, + graphics/drm-kmod, which will install the + correct driver based on FreeBSD version and architecture. + Moving forward this is the recommended way to install the + FreeBSD graphics + drivers.

+ +

The DRM drivers themselves are named + graphics/drm-current-kmod and + graphics/drm-fbsd12.0-kmod for CURRENT and 12.0 + respectively, both of which + have been updated to use the 4.16 Linux Kernel source. + For FreeBSD 11.2 we have + graphics/drm-fbsd11.2-kmod which uses the + 4.11 Linux + Kernel source. + Finally, we created graphics/drm-legacy-kmod, + which works on FreeBSD 12.0 and + CURRENT. + This is a copy of the legacy drivers from the FreeBSD base + system. + This work will make it possible for us to remove the drm2 + code from CURRENT, + something we are planning to do in early February. + A remnant of the drm2 code will remain in the base after + this due to an + unresolved dependency for the NVIDIA Tegra ARM chip. + Plans for its migration are expected to be finalized in + first quarter in 2019.

+ +

Support for i386 and PowerPC 64 has been added to the drm + kernel drivers. + This is currently in an alpha state.

+ +

Wayland has been enabled by default in the ports tree, + meaning that all packages + are build with Wayland support enabled. + This makes it much easier to use and test Wayland.

+ +

Support for VMware graphics pass through has been added to + the kernel driver. + Support for this is still missing in + graphcs/mesa-dri though, so it currently + does not work out of the box.

+ +

The input stack has been updated and is now for the most + part current with + upstream. + Evdev headers were split off from + multimedia/v4l_compat into their own + port, + devel/evdev-proto. + This makes it easier to update those headers and keep them + current with + upstream, as needed. + The input stack is still an area where more work needs to + be done to make it + easier to use various input devices with X and Wayland on + FreeBSD.

+ +

Several meetings has been held over the course of the + period. + Meeting notes have been sent out to the public + x11@FreeBSD.org mailing list.

+ +

People who are interested in helping out can find us on + the x11@FreeBSD.org + mailing list, or on our gitter chat: https://gitter.im/FreeBSDDesktop/Lobby. + We + are also available in #freebsd-xorg on EFNet.

+ +

We also have a team area on GitHub where our work + repositories can be found: + https://github.com/FreeBSDDesktop

+ +

+ + + +
+ + + amd64 Usermode Protection Keys + + + + Konstantin Belousov + kib@freebsd.org + + + + + The patch + + + +

Skylake Xeons have a new feature in 4-level paging + implementation + called Usermode Protection Keys. It is a complementary + page access + permission management mechanism, which provides very + low-overhead + disabling of all accesses or only modifications, on + per-page basis.

+ +

Each thread of execution gets 16 slots, called protection + keys, while + each userspace page mapping is tagged with one key. + Processor + provides a new 32bit register PKRU, which holds access and + modification disable bits per key, the PKRU register is + automatically + context-switched, and managed by userspace using RDPKRU + and WRPKRU + instructions. See Intel SDM rev. 68 Vol 3 4.6.2 Protection + Keys for + further details.

+ +

Since a key index must be always specified, this makes the + key zero a + default key, which permissions are tricky to modify + without breaking + the process envirnment. The rest 15 keys are usable, for + instance + process might put some sensitive data like decoded private + key into + the key protected area, and only enable access on as + needed basis, + without issuing costly mprotect(2) syscall. Note that + permissions are + enforced even for kernel access, so sneaky read(2) from + other thread + is subject to the same permission checks.

+ +

I implemented the support for the amd64 pmap and provided + convenient + wrappers in libc both for 64bit and 32bit processes. + Prototypes for + the API are presented below and their use should be + obvious from the + explanation.

+ +

int x86_pkru_get_perm(unsigned int keyidx, int access, + int modify); + int x86_pkru_set_perm(unsigned int keyidx, int access, int + modify); + int x86_pkru_protect_range(void *addr, unsigned long len, + unsigned int keyidx, int flag); + int x86_pkru_unprotect_range(void *addr, unsigned long + len);

+ +

+ + + + + The FreeBSD Foundation + + +
+ + + bhyve - Live Migration + + + + Elena Mihailescu + elenamihailescu22@gmail.com + + + Darius Mihai + dariusmihaim@gmail.com + + + Sergiu Weisz + sergiu121@gmail.com + + + Mihai Carabas + mihai@freebsd.org + + + + + Github wiki - How to Warm Migrate a bhyve guest + Github - Warm Migration branch + Github - Live Migration branch + + + +

The Migration feature uses the Save/Restore feature to + migrate a bhyve guest + from a FreeBSD host to another FreeBSD host. To migrate a + bhyve guest, + one needs to start an empty guest on the destination host + from a shared guest + image using the bhyve tool with the -R option + followed by the source host + IP and the port to listen to migration request. On the + source host, the + migration is started by executing the bhyvectl command + with the --migrate + or --migrate-live option, followed by the + destination host IP and the + port to send to the messages.

+ +

New features added:

+ +
    +
  • Prove that live migration cannot be implemented using the + FreeBSD's Copy-on-Write mechanism;
  • + +
  • Add --migrate-live option to bhyvectl;
  • + +
  • Add additional message exchange between source and + destination host to establish the migration type + and the number of rounds;
  • + +
  • Implement a dirty-bit approach for live migrating the + guest's wired memory;
  • +
+ +

+ Future tasks:

+ +
    +
  • Clear the dirty bit after each migration round;
  • + +
  • Extend live migration to highmem segment;
  • + +
  • Extend live migration to unwired memory;
  • +
+ +

+ + + + + Matthew Grooms + + +
+ + + bhyve - Save/Restore + + + + Elena Mihailescu + elenamihailescu22@gmail.com + + + Darius Mihai + dariusmihaim@gmail.com + + + Sergiu Weisz + sergiu121@gmail.com + + + Mihai Carabas + mihai@freebsd.org + + + + + Github repository for the save/restore and migration features + Github wiki - How to Save and Restore a bhyve guest + Github wiki - Suspend/resume test matrix + + + +

The Save/Restore for bhyve feature is a suspend and resume + facility added to the + FreeBSD/amd64's hypervisor, bhyve. The bhyvectl tool is + used to save the guest + state in three files (a file for the guest memory, a file + for devices' and CPU's + state and another one for some metadata that are used in + the restore process). + To suspend a bhyve guest, the bhyvectl tool must be run + with the --suspend + <state_file_name> + option followed by the guest name.

+ +

To restore a bhyve guest from a checkpoint, one simply has + to add the -r option + followed by the main state file (the same file that was + given to the --suspend + option for bhyvectl) when starting the VM.

+ +

New features added:

+ +
    +
  • Improve timers' save and restore state feature;
  • + +
  • Fix synchronization issues related to the ahci device save + and restore state feature;
  • + +
  • Add suspend/resume support for Windows guests;
  • + +
  • Refactor save and restore code - save component's state + field by field
  • +
+ +

+ Future tasks:

+ +
    +
  • Open ticket on Phabricator;
  • + +
  • Add suspend/resume support for nvme;
  • + +
  • Add suspend/resume support for virtio-console;
  • + +
  • Add suspend/resume support for virtio-scsi;
  • + +
  • Add TSC offseting for restore for AMD CPUs;
  • +
+ +

+ + + + + Matthew Grooms; iXsystems; + + +
+ + + Improving FreeBSD boot security + + + + Michal Stanek + mst@semihalf.com + + + Marcin Wojtas + mw@semihalf.com + + + Kornel Duleba + mindal@semihalf.com + + + + + TPM 2.0 driver + Loader Secure Boot support + Secure Boot library + binsign utility + + + +

FreeBSD now supports TPM 2.0 devices. TPM (Trusted + Platform Module) is a discrete chip which provides + secure computation and secure NVRAM storage. It is + most + commonly associated with Measured Boot i.e. providing hash + measurements of boot elements such as firmware *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-doc-all@freebsd.org Thu Mar 21 08:55:36 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD17C15579EA; Thu, 21 Mar 2019 08:55:36 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8173A80110; Thu, 21 Mar 2019 08:55:36 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 712D666A7; Thu, 21 Mar 2019 08:55:36 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2L8tahj014973; Thu, 21 Mar 2019 08:55:36 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2L8taDZ014972; Thu, 21 Mar 2019 08:55:36 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201903210855.x2L8taDZ014972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Thu, 21 Mar 2019 08:55:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52875 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 52875 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8173A80110 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 08:55:37 -0000 Author: trasz Date: Thu Mar 21 08:55:36 2019 New Revision: 52875 URL: https://svnweb.freebsd.org/changeset/doc/52875 Log: Fix typo. Reviewed by: bcr Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D19659 Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2018-09-2018-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2018-09-2018-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2018-09-2018-12.xml Mon Mar 18 22:43:51 2019 (r52874) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2018-09-2018-12.xml Thu Mar 21 08:55:36 2019 (r52875) @@ -745,7 +745,7 @@ key zero a default key, which permissions are tricky to modify without breaking - the process envirnment. The rest 15 keys are usable, for + the process environment. The rest 15 keys are usable, for instance process might put some sensitive data like decoded private key into From owner-svn-doc-all@freebsd.org Thu Mar 21 08:56:22 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C82981557AE6; Thu, 21 Mar 2019 08:56:22 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D1A0801F0; Thu, 21 Mar 2019 08:56:22 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4826366AC; Thu, 21 Mar 2019 08:56:22 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2L8uMwF015052; Thu, 21 Mar 2019 08:56:22 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2L8uMdC015051; Thu, 21 Mar 2019 08:56:22 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201903210856.x2L8uMdC015051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Thu, 21 Mar 2019 08:56:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52876 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 52876 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6D1A0801F0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 08:56:23 -0000 Author: trasz Date: Thu Mar 21 08:56:21 2019 New Revision: 52876 URL: https://svnweb.freebsd.org/changeset/doc/52876 Log: Publish the 2018Q4 status report. Reviewed by: bcr Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D19660 Modified: head/en_US.ISO8859-1/htdocs/news/status/status.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/status.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/status.xml Thu Mar 21 08:55:36 2019 (r52875) +++ head/en_US.ISO8859-1/htdocs/news/status/status.xml Thu Mar 21 08:56:21 2019 (r52876) @@ -13,8 +13,8 @@ -

Next Quarterly Status Report submissions (October – - December) due: January 31th, 2019

+

Next Quarterly Status Report submissions (January – + March) due: April 30th, 2019

Submit your entries as Pull Requests from your fork of FreeBSD @@ -58,6 +58,8 @@

2018

From owner-svn-doc-all@freebsd.org Thu Mar 21 15:07:39 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FBBB1544AF5; Thu, 21 Mar 2019 15:07:39 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E6AA58FBB2; Thu, 21 Mar 2019 15:07:38 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA4C9A7EE; Thu, 21 Mar 2019 15:07:38 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2LF7cY7013546; Thu, 21 Mar 2019 15:07:38 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2LF7cvT013545; Thu, 21 Mar 2019 15:07:38 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201903211507.x2LF7cvT013545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Thu, 21 Mar 2019 15:07:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52877 - head/share/pgpkeys X-SVN-Group: doc-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: head/share/pgpkeys X-SVN-Commit-Revision: 52877 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E6AA58FBB2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 15:07:39 -0000 Author: dbn (ports committer) Date: Thu Mar 21 15:07:38 2019 New Revision: 52877 URL: https://svnweb.freebsd.org/changeset/doc/52877 Log: dbn: update key for another year Modified: head/share/pgpkeys/dbn.key Modified: head/share/pgpkeys/dbn.key ============================================================================== --- head/share/pgpkeys/dbn.key Thu Mar 21 08:56:21 2019 (r52876) +++ head/share/pgpkeys/dbn.key Thu Mar 21 15:07:38 2019 (r52877) @@ -3,13 +3,13 @@ sh addkey.sh dbn 35C84A0DEC1D97CD ; --> uid David Naylor (Private) -sub rsa4096/AD63FA8DD6B2DA55 2014-03-06 [S] [expires: 2019-03-17] +uid David Naylor (FreeBSD) +sub rsa4096/AD63FA8DD6B2DA55 2014-03-06 [S] [expires: 2020-03-08] Key fingerprint = 948E C511 A27F 0302 E799 B53A AD63 FA8D D6B2 DA55 -sub rsa4096/88D62359F19D95D0 2014-03-06 [E] [expires: 2019-03-17] +sub rsa4096/88D62359F19D95D0 2014-03-06 [E] [expires: 2020-03-08] Key fingerprint = A198 8E3A 1A14 66C7 ADE2 13F2 88D6 2359 F19D 95D0 ]]> @@ -27,92 +27,93 @@ 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 -mGQZVzoY1Cw7gw== -=QeUp +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 +AQoAJgIbAhYhBKNy0+HVhy2Zpf/yQzXISg3sHZfNBQJcg/zWBQkLTKpxAonBvSAE +GQEKAGYFAlMYheVfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBn +cC5maWZ0aGhvcnNlbWFuLm5ldDk0OEVDNTExQTI3RjAzMDJFNzk5QjUzQUFENjNG +QThERDZCMkRBNTUACgkQrWP6jday2lVtNw//dOPJB4ljQVsO90I5lZoTLAqHwqaN +jqL8fiKkPpjxs4kFmS1YMCH21hSF6DpVdcCn2sGfLKc8hDENE0kOfo8q42v3ypWG +pjfgVjotr/Tkqt+U5sKIrHh5TopBIbeb4JrBAguczktFmLtdGxKIbavUdY7sNOrV +k3jo/dAZWB4h4E79/WIG9VyvsQZv6ZFL6dT3/Vk5UnC308gFmw9GEbYTHSOi/8if +WRMa0gxd4FsEN02Ly85wG5elcgnYcWSD6ro6SYiiMxmEedeB2z2fYKmaV9RqziQM +u5serRI5P3zviymKf1FxobNx/lr7Jf8ZPWVSAIkMsn9JSKDc2MT70yjIkYzpuTVc +O1RdI92STgXDB0obYcO+ad1h9ooEa7dlKwsFuQqXiy2fG4TS04LabRqLr4cl+n09 +Q56VTaQtKaPH8np1mQ9NHwTgA+2Ea0DWetOtDTwjiwaPF7n/bI++XJN4dygWRvT/ +K+QeWf/dYgAFA4kL3bANZk+Q+uddXKdFPalhp+5GbBRX8wvzjB5OZEFuF3k5OL7v +kqjxmG5bCnuIEMZUX3ewlVlfVusdUvEK6cw30aHz2cgDLfDCd6x9E73wenSbW5aj +LVkyd+nSbxECZjjrglF7JAAxKlZt9iC3mjXD6W3wwmqP6lYl4K3KcxpUAiu5gdHd +AcDVkhou8BmXGdkJEDXISg3sHZfN1kcP/A6KVEGoZ8x+T2qZNqgWXRjyGrEXQ14U +fAruXPt4gfpj/qhFS43EFt4u12XOw7o7zZW4W0SMVyjvLjZHXz07s47QRZcneUJv +51YxNBmzIRoWjlZqhbm/Jkl+ua2r3qVYuuD81dDZI2aqpXf17nT+ceJF/V1iv0gn +ONdZ6MwsoR2qfqyoHCTJ0pCINQjJn3vJ80zG/CCmee04mCBP05klpTFWJBQmeyFF +z6fjbHRdZo5u53DjdUDNv/o2CC3gueKwoMIskvuL6nfmk5rr31DwIq7TjJ09HCWz +9pdJstUr6s1QfuRpTSaE9H4irza6qW0cc79nYt6gPR/7KIrZ5P2ipqh+JU2mPyel +2RiNAAk3TjsgJhFCCrLZVAD8fTnkHssAi2QAQdOCRd5X08yyrkPlyfOdhnq1VJxd +2rZwWUE44OsDVfxMzrJNQ6K78rTTWiIS3PEjq1WhplI3o1e7fMbySNaqWanmQ5Zt +BVvXlPgHCh+aN3ti5iUMpeU+28LpzXYxB3m32ckzBliIc/XTQZ8lgZhw3MWXY2br +ofAQFz7fIMAE1NMIhMguciY5jm2SMYULD0R3zu3dkXSB/GnFVGEVIH5Qc3pb75Ch +6Viw5lluoD3otveP/jddQZTA5aqZcPc/d2rc8vekxfCb7giLMY5ZV2ZNnVa2w8uq +4Uk3lwXKzyNquQINBFMYhggBEAC+/9JWUsGsh7rgtm3gClvL2hF1Q8AO0pQ8M1R/ +RYpECNCQQoApakmGE0/H1R3kh8SfIGLshmpSJNe3Ju+9RFVIUFaGDF3BIMliKSyM +TzudUqzzWWA9Hs5EEtWqwlaeHIJJwCpg4Zb4+LLnB1LrRQ1pBpctjaU6eTPY6pls +zurNxVbcSg2ylVobaySGwBIYiOHBdNVo+dgKmkxNdqG63dNVXV2yzl/a5Lfq1i6C +4lJ2AhHFbI+f8iqEPPgWvcVGkwYDQLxTDOTFV1zEwVIa/pW65TUuE1AbFxN0nwM8 +syXxaTXpS/ibPBWyPLWF9WnJzntFaDXj2rbKWkojgKmdL0ok/xGZIY46QhY8kv+t +n17JbCeSH+CI4ov0b4ciYAb+N/CgcI3Ky97Sr/HPGxnWYzF/7sB7Tf8KZ9mTm0vM +pxzQ4eOmaWEuPUp6w+hkUwmRxc9BNrrvWYIxwugLPhCvFJU+rFApxzfCGBjgGVOo +Ct6GKU2VIdftYWdX97lmA7cfY8NDfo5utOCYv0Z1+TqayIqeAmY+CKCLTfnFJNkN +5W2zB9f72lJLP7m3LfHqBS/t+pqL3NNLHFwbbz9lQQwOeqI+i4w4FEUiqp+VhJmv +vYSp75e1QnNL0j+hOK725MHfJcPsXfIBTqRV+PiaelqqVXROUo/dMMwn2SNiSR1d +1nm73wARAQABiQI8BBgBCgAmAhsMFiEEo3LT4dWHLZml//JDNchKDewdl80FAlyD +/NYFCQtMqk4ACgkQNchKDewdl808Ug//Q2cf0nbS55uIHxsbUPkDzCyHw0+aJVNE +X3Qr6B+vgCPHQHpMmPNQ8U61WaQqA18Ph6MCTO0eCG0UqH3SXjqOcXmWtLekPAK8 +powO7Ky55kd1cYormPCa/XvVfsVdyXgnTEK2Jv62V7hXgwaIZvGjZEMX3bDwY0WR +Bhr8Rgr7ucEBh5fNqrhlaJ7NmsRElTHgskX/zxoGDKiBdkRySz8Qi2xJQoyaTbh0 +wKCMaHw9eB50gfiAa674FgQrlFDzkgVrw8iOZ5HskBhvbIDlSHDmklPuzIHut9gb +7R6/pC73HpchxEgVkOeMEcZRJdtj/KTylMd+TnXMiDHL0nGtO6XhRiTiZ2XcSbkF +Tg+9IDngVdS9Gw//rUWTju4M/qCnJ3Bt0SXQ6fJpFzgeTIrPPOToM3E/LVCCUzEy +waWw/U8dhjtYp0qg/Ph6s1AdbmwI6FhrqPEidDr2AV3aOJyQ6c7obJx9JpfYlO3M +LenTPZmsL3LWh18zDEdI+o4rztQQCTrblw+ZP0kRhaFGFMjN2CMRnVCPNRDoTMZk +X/HlsRPKRv1utMoTK2aCD+zxEkmRvr3QudKkJ3NC/0wiO5yGrSbpgOVq0Ayx9P2/ ++6itRj4MiNubJ4Z8eiWQbJbm2npBod54+ZfxpdpC6hBEUAm7Lm6KRweCsic55kCQ +k7JAKO/miYA= +=lXIO -----END PGP PUBLIC KEY BLOCK----- ]]> From owner-svn-doc-all@freebsd.org Thu Mar 21 16:51:50 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6693E1547F8C; Thu, 21 Mar 2019 16:51:50 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07BEC6D11A; Thu, 21 Mar 2019 16:51:50 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D829BBA7E; Thu, 21 Mar 2019 16:51:49 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2LGpntT070544; Thu, 21 Mar 2019 16:51:49 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2LGpn9P070543; Thu, 21 Mar 2019 16:51:49 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201903211651.x2LGpn9P070543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Thu, 21 Mar 2019 16:51:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52878 - head/ja_JP.eucJP/books/handbook/cutting-edge X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/books/handbook/cutting-edge X-SVN-Commit-Revision: 52878 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 07BEC6D11A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 16:51:50 -0000 Author: ryusuke Date: Thu Mar 21 16:51:49 2019 New Revision: 52878 URL: https://svnweb.freebsd.org/changeset/doc/52878 Log: - Merge the following from the English version: r51412 -> r52868 head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Thu Mar 21 15:07:38 2019 (r52877) +++ head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Thu Mar 21 16:51:49 2019 (r52878) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r51412 + Original revision: r52868 $FreeBSD$ --> ξϤ̤ơ &os; ΥɤɤꥢåץǡȤΤ - svn Ѥޤ - ΥޥɤȤˤϡdevel/subversion port ޤ package - 򥤥󥹥ȡ뤷Ƥɬפޤ + svnlite Ѥޤ + ɬפ˱ devel/subversion port ޤ package + Ȥ뤳Ȥ⤢ޤ @@ -717,15 +717,14 @@ before running "/usr/sbin/freebsd-update install" &os; ɥȤۤΤɬפʥġϡ &os; Υ١ƥˤϴޤޤƤޤ - svn ʤɤɬפʥġϡ - &os; ɥơץȤȯƤ + ɬפʥġϡ&os; ɥơץȤȯƤ textproc/docproj package ޤ port 饤󥹥ȡǤޤ - 󥹥ȡ뤷顢svn + 󥹥ȡ뤷顢svnlite ȤäơɥȤΥɤƤ - &prompt.root; svn checkout https://svn.FreeBSD.org/doc/head /usr/doc + &prompt.root; svnlite checkout https://svn.FreeBSD.org/doc/head /usr/doc ǽ˥ɥȤΥɤˤϾ֤ޤ ɤޤǤԤ @@ -733,7 +732,7 @@ before running "/usr/sbin/freebsd-update install"ɤɥȤΥ򥢥åץǡȤˤϡ ʲΥޥɤ¹ԤƤ - &prompt.root; svn update /usr/doc + &prompt.root; svnlite update /usr/doc ǿΥɥȤΥΥʥåץåȤ /usr/doc ѰդǤ顢 @@ -1078,7 +1077,7 @@ before running "/usr/sbin/freebsd-update install" &os.current; ΥƱƤ - ä svn Ȥä + ä svnlite Ȥä ΰˤ Subversion ߥ顼ȤΤҤȤĤ head ֥ @@ -1242,7 +1241,7 @@ before running "/usr/sbin/freebsd-update install" åץǡȤӥӥ - &prompt.root; svn update /usr/src + &prompt.root; svnlite update /usr/src check /usr/src/UPDATING &prompt.root; cd /usr/src &prompt.root; make -j4 buildworld @@ -1328,16 +1327,16 @@ before running "/usr/sbin/freebsd-update install" - &prompt.root; svn info /usr/src + &prompt.root; svnlite info /usr/src Path: /usr/src Working Copy Root Path: /usr/src ... η̤ϡ/usr/src/ - Сˤꡢ&man.svn.1; + Сˤꡢ&man.svnlite.1; ȤäƥåץǡȤǤ뤳Ȥ򼨤Ƥޤ - &prompt.root; svn update /usr/src + &prompt.root; svnlite update /usr/src Υǥ쥯ȥ򥢥åץǡȤƤʤ֤Ĺȡ åץǡȤΥץˤϻ֤ޤ @@ -1419,7 +1418,7 @@ Working Copy Root Path: /usr/src ΥѥϡɤåȤ˻Ȥޤ &prompt.root; mv /usr/src /usr/src.bak -&prompt.root; svn checkout https://svn.freebsd.org/base/releng/10.3 /usr/src +&prompt.root; svnlite checkout https://svn.freebsd.org/base/releng/10.3 /usr/src From owner-svn-doc-all@freebsd.org Thu Mar 21 18:16:30 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1C39154A3F5; Thu, 21 Mar 2019 18:16:29 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 386A47047A; Thu, 21 Mar 2019 18:16:29 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1489ECAD9; Thu, 21 Mar 2019 18:16:29 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2LIGTNL013606; Thu, 21 Mar 2019 18:16:29 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2LIGSmV013601; Thu, 21 Mar 2019 18:16:28 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201903211816.x2LIGSmV013601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 21 Mar 2019 18:16:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52879 - head/en_US.ISO8859-1/htdocs/releases/11.3R X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/11.3R X-SVN-Commit-Revision: 52879 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 386A47047A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 18:16:30 -0000 Author: gjb Date: Thu Mar 21 18:16:28 2019 New Revision: 52879 URL: https://svnweb.freebsd.org/changeset/doc/52879 Log: Add the initial 11.3-RELEASE schedule. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Added: head/en_US.ISO8859-1/htdocs/releases/11.3R/ head/en_US.ISO8859-1/htdocs/releases/11.3R/Makefile (contents, props changed) head/en_US.ISO8859-1/htdocs/releases/11.3R/docbook.css (contents, props changed) head/en_US.ISO8859-1/htdocs/releases/11.3R/index.xml (contents, props changed) head/en_US.ISO8859-1/htdocs/releases/11.3R/schedule.xml (contents, props changed) Added: head/en_US.ISO8859-1/htdocs/releases/11.3R/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/releases/11.3R/Makefile Thu Mar 21 18:16:28 2019 (r52879) @@ -0,0 +1,60 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +_OS?= FreeBSD +_REVISION?= 11.3 +_BRANCH?= RELEASE +THISRELEASE?= ${_OS}-${_REVISION}-${_BRANCH} + +DOCS= index.xml \ + schedule.xml + +DATA= docbook.css + +# PGP-signed checksums + +_BIGIRON?= amd64 \ + i386 \ + powerpc \ + powerpc-powerpc64 \ + sparc64 \ + arm64-aarch64 + +_VMS?= amd64 \ + i386 \ + arm64-aarch64 + +_ARM?= GUMSTIX + +_ARMV6?= BANANAPI \ + BEAGLEBONE \ + CUBIEBOARD \ + CUBIEBOARD2 \ + CUBOX-HUMMINGBOARD \ + PANDABOARD \ + RPI-B \ + RPI2 \ + WANDBOARD + +.for CHECKSUM in SHA512 SHA256 +. for _B in ${_BIGIRON} +#DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_B}.asc +. endfor +. for _V in ${_VMS} +#DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_V}-vm.asc +. endfor +. for _A in ${_ARM} +#DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-${_A}.asc +. endfor +. for _A in ${_ARMV6} +#DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv6-${_A}.asc +. endfor +.endfor + +.include "${DOC_PREFIX}/share/mk/web.site.mk" Added: head/en_US.ISO8859-1/htdocs/releases/11.3R/docbook.css ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/releases/11.3R/docbook.css Thu Mar 21 18:16:28 2019 (r52879) @@ -0,0 +1,403 @@ +/* + * Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $FreeBSD$ + */ + +/* + * General DocBook styles from the DocBook XSL distribution + */ + +.formalpara-title { + font-weight: bold; +} + +a:link { + color:#0645AD; + text-decoration: underline; +} + +a:visited, a:hover, a:active { + color:#663366; + text-decoration: underline; +} + +div.blockquote-title { + font-weight: bold; + margin-top: 1em; + margin-bottom: 1em; +} + +span.msgmain-title { + font-weight: bold; +} + +span.msgsub-title { + font-weight: bold; +} + +span.msgrel-title { + font-weight: bold; +} + +div.msglevel, div.msgorig, div.msgaud { + margin-top: 1em; + margin-bottom: 1em; +} + +span.msglevel-title, span.msgorig-title, span.msgaud-title { + font-weight: bold; +} + +div.msgexplan { + margin-top: 1em; + margin-bottom: 1em; +} + +span.msgexplan-title { + font-weight: bold; +} + +div.figure-title { + font-weight: bold; +} + +div.example-title { + font-weight: bold; +} + +div.equation-title { + font-weight: bold; +} + +div.table-title { + font-weight: bold; +} + +div.sidebar-title { + font-weight: bold; +} + +div.synopsis { + white-space: pre; + font-family: monospace; +} + +/* + * FreeBSD-specific formatting + */ + +body address { + line-height: 1.3; + margin: .6em 0; +} + +html body { + margin: 1em 8% 1em 10%; + line-height: 1.2; +} + +@media screen { + html body { font-family: sans-serif; } +} + +@media print { + html body { font-family: serif; } +} + +.legalnotice { + font-size: small; + font-variant: small-caps; +} + +body div { + margin: 0; +} + +dl { + margin: .4em 0 0 0; + line-height: 1.2; +} + +dt { + font-weight: bold; + margin: 0.4em 0 0 0; +} + +div.abstract div.abstract-title, +div.toc div.toc-title, +div.list-of-figures div.toc-title, +div.list-of-tables div.toc-title, +div.list-of-examples div.toc-title { + font-size: 115%; +} + +div.calloutlist dt { + float: left; + width: 1em;} + +div.calloutlist dd { + clear: right; + margin-bottom: 1ex; +} + +body .calloutlist td { + padding-right: 0.5em; + width: auto; +} + +body .calloutlist td p { + line-height: 1.2; + margin-top: 4px; + margin-bottom: 4px; +} + +body form { + margin: .6em 0; +} + +div.example p b, +.question, +div.table p b, +div.procedure p b { + color: #990000; +} + +h1.title, h2.title, h3.title, h4.title, h5.title, h6.title, +h3.author, .corpauthor, +div.abstract div.abstract-title, +div.toc div.toc-title, +div.list-of-figures div.toc-title, +div.list-of-tables div.toc-title, +div.list-of-examples div.toc-title { + font-weight: bold; + line-height: 1.3; + margin-top: 1em; + margin-left: 0; + color: #990000; +} + +h1.title, h2.title { + margin: .8em 0 0 -4%; +} + +h3.title, h4.title { + margin: .8em 0 0 -3%; +} + +h5.title { + margin: .8em 0 0 -2%; +} + +h6.title { + margin: .8em 0 0 -1%; +} + +body hr { + margin: .6em; + border-width: 0 0 1px 0; + border-style: solid; + border-color: #cecece; +} + +body img.navheader { + margin: 0 0 0 -4%; +} + +ol { + margin: 0 0 0 1em; + line-height: 1.2; +} + +body pre { + margin: .75em 0; + font-family: monospace; +} + +body td, body th { + line-height: 1.2; + padding-right: 1.5em; +} + +ul, body dir, body menu { + margin: 0 0 0 1em; + line-height: 1.2; +} + +html { + margin: 0; + padding: 0; +} + +.filename { + color: #007a00; +} + +.package, .port { + color: #007a00; + font-family: monospace; + font-style: italic; +} + +.svnref { + color: #007a00; +} + +.guimenu, .guimenuitem, .guisubmenu, +.guilabel, .interface, +.shortcut, .shortcut .keycap { + font-weight: bold; +} + +.guibutton { + background-color: #CFCFCF; + padding: 2px; +} + +.accel { + background-color: #F0F0F0; + text-decoration: underline; +} + +pre.screen { + white-space: pre; + overflow: auto; + font-family: monospace; + padding: 1ex; + background-color: #edc; + border: 1px solid #ccc; + border-radius: 4px; +} + +pre.programlisting { + white-space: pre; + overflow: auto; + font-family: monospace; + padding: 1ex; + background-color: #eee; + border: 1px solid #ccc; + border-radius: 4px; +} + +@media screen { /* hide from IE3 */ + a[href]:hover { background: #ffa } +} + +.informaltable, .table th { + padding-left: 0.2em; + text-align: left; +} + +.note, .tip, .important, .warning, .caution, .example, div.procedure { + border-radius: 4px; + padding: 2ex 2ex 0 2ex; + margin: .75em 3em .75em 1em; + line-height: 1.3; +} + +.note, div.procedure { + color: #222; + background: #eee; + border: 1px solid #ccc; + width: 90%; +} + +.tip { + color: #004F00; + background: #d8ecd6; + border: 1px solid green; + width: 90%; +} + +.important { + font-style:italic; + border: 1px solid #a00; + border-left: 12px solid #c00; + width: 90%; +} + +.warning { + color: #9F1313; + background: #f8e8e8; + border: 1px solid #e59595; + width: 90%; +} + +.caution { + color: #3E3535; + background: #FFC; + border: 1px solid #e59595; + width: 90%; +} + +.example { + background: #fefde6; + border: 1px solid #f1bb16; + width: 90%; +} + +.admontitle { + display: inline; + line-height: 1; + margin-right: 0; +} + +.procedure-title { + font-weight: bold; + line-height: 1; + margin-right: 0; +} + +.note p, .tip p, .important p, .warning p, .caution p, { + display: inline; +} + +.informaltable table.calstable tr td { + padding-left: 1em; + padding-right: 1em; +} + +.authorgroup { + font-style: italic; +} + +.userinput, +.userinput code { + font-weight: bold; +} + +pre.screen strong { + font-weight: normal; +} + +.procedure ol { + line-height: 1.2; + margin: 0 0 0 -1em; +} + +span.contrib { + font-size: small; + font-style: italic; +} Added: head/en_US.ISO8859-1/htdocs/releases/11.3R/index.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/releases/11.3R/index.xml Thu Mar 21 18:16:28 2019 (r52879) @@ -0,0 +1,60 @@ + + + + + +]> + + + + &title; + + $FreeBSD$ + + + + +

Introduction

+ +

This is the index page for &os; &local.rel;. For more + information about the release engineering process, please see + the Release Engineering + section of the web site.

+ +

Detailed Information

+ +

More detailed information, such as release notes and hardware + notes can be found at these pages:

+ + &os; &local.rel;-RELEASE schedule
+ + &os; &local.rel;-RELEASE signed checksum files
+ + &os; &local.rel;-RELEASE installation information
+ + &os; &local.rel;-RELEASE hardware information
+ + &os; &local.rel;-RELEASE release notes
+ + &os; &local.rel;-RELEASE errata
+ + &os; &local.rel;-RELEASE readme
+ ?> + + &os; Release + Engineering TODO Page
+ ?> + + + Added: head/en_US.ISO8859-1/htdocs/releases/11.3R/schedule.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/releases/11.3R/schedule.xml Thu Mar 21 18:16:28 2019 (r52879) @@ -0,0 +1,177 @@ + + + + + + + +]> + + + + &title; + + $FreeBSD$ + + + + +

Introduction

+ +

This is the release schedule for &os; &local.rel;. For + more information about the release engineering process, please + see the Release + Engineering section of the web site.

+ +

General discussions about the pending release and known issues + should be sent to the public freebsd-stable + mailing list. MFC + requests are no longer being accepted. + ?>

+ + &beta.local.where; + &beta2.local.where; + +

Schedule

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ActionExpectedActualDescription
Initial release schedule announcement-21 March 2019Release Engineers send announcement email to developers + with a rough schedule.
Release schedule reminder19 April 2019-Release Engineers send reminder announcement e-mail to + developers with updated schedule.
Code slush begins3 May 2019-Release Engineers announce that all further commits to the + &local.branch.stable; branch will not require explicit + approval, however new features should be avoided.
Code freeze begins17 May 2019-Release Engineers announce that all further commits to the + &local.branch.stable; branch will require explicit approval. + Certain blanket approvals will be granted for narrow areas + of development, documentation improvements, etc.
BETA1 builds begin24 May 2019-First beta test snapshot.
BETA2 builds begin31 May 2019-Second beta test snapshot.
BETA3 builds begin *7 June 2019-Third beta test snapshot.
&local.branch.releng; branch14 June 2019-Subversion branch created; future release engineering + proceeds on this branch.
RC1 builds begin14 June 2019-First release candidate.
&local.branch.stable; thaw16 June 2019-The code freeze on the &local.branch.stable; branch + is lifted.
RC2 builds begin21 June 2019-Second release candidate.
RC3 builds begin *28 June 2019 -Third release candidate.
RELEASE builds begin5 July 2019-&local.rel;-RELEASE builds begin.
RELEASE announcement9 July 2019-&local.rel;-RELEASE press release.
Turn over to the secteam--&local.branch.releng; branch is handed over to the + &os; Security Officer Team in one or two weeks after + the announcement.
+ +

"*" indicates "as-needed" items.

+ +

Additional Information

+ + + + + From owner-svn-doc-all@freebsd.org Thu Mar 21 18:16:55 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4207154A486; Thu, 21 Mar 2019 18:16:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71F96704FF; Thu, 21 Mar 2019 18:16:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F2C9CADA; Thu, 21 Mar 2019 18:16:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2LIGtKY013664; Thu, 21 Mar 2019 18:16:55 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2LIGtrh013663; Thu, 21 Mar 2019 18:16:55 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201903211816.x2LIGtrh013663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 21 Mar 2019 18:16:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52880 - head/en_US.ISO8859-1/htdocs/releases X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases X-SVN-Commit-Revision: 52880 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 71F96704FF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 18:16:56 -0000 Author: gjb Date: Thu Mar 21 18:16:54 2019 New Revision: 52880 URL: https://svnweb.freebsd.org/changeset/doc/52880 Log: Connect the 11.3-RELEASE schedule to the build. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/Makefile Modified: head/en_US.ISO8859-1/htdocs/releases/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/Makefile Thu Mar 21 18:16:28 2019 (r52879) +++ head/en_US.ISO8859-1/htdocs/releases/Makefile Thu Mar 21 18:16:54 2019 (r52880) @@ -19,7 +19,7 @@ SUBDIR+= 7.0R 7.1R 7.2R 7.3R 7.4R SUBDIR+= 8.0R 8.1R 8.2R 8.3R 8.4R SUBDIR+= 9.0R 9.1R 9.2R 9.3R SUBDIR+= 10.0R 10.1R 10.2R 10.3R 10.4R -SUBDIR+= 11.0R 11.1R 11.2R +SUBDIR+= 11.0R 11.1R 11.2R 11.3R SUBDIR+= 12.0R .if defined(NEW_BUILD) From owner-svn-doc-all@freebsd.org Thu Mar 21 18:20:15 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77DD1154A74A; Thu, 21 Mar 2019 18:20:15 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1963E708E4; Thu, 21 Mar 2019 18:20:15 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0AED6CAE0; Thu, 21 Mar 2019 18:20:15 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2LIKElt013862; Thu, 21 Mar 2019 18:20:14 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2LIKE2C013861; Thu, 21 Mar 2019 18:20:14 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201903211820.x2LIKE2C013861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 21 Mar 2019 18:20:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52881 - in head: en_US.ISO8859-1/htdocs/releng share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in head: en_US.ISO8859-1/htdocs/releng share/xml X-SVN-Commit-Revision: 52881 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1963E708E4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 18:20:15 -0000 Author: gjb Date: Thu Mar 21 18:20:14 2019 New Revision: 52881 URL: https://svnweb.freebsd.org/changeset/doc/52881 Log: Link to the 11.3-RELEASE schedule on the front page and the releng index page. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml head/share/xml/release.ent Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releng/index.xml Thu Mar 21 18:16:54 2019 (r52880) +++ head/en_US.ISO8859-1/htdocs/releng/index.xml Thu Mar 21 18:20:14 2019 (r52881) @@ -42,10 +42,11 @@

NOTE: Release dates are approximate and may be subject to schedule slippage.

+ As of 2018-12-11, the next release has not yet been announced.

+ ?> - Date @@ -54,14 +55,13 @@ - December 2018 - &os; 12.0 + July 2019 + &os; 11.3 Target + href="&base;/releases/11.3R/schedule.html">Target Schedule - ?>

Code-Freeze Status

Modified: head/share/xml/release.ent ============================================================================== --- head/share/xml/release.ent Thu Mar 21 18:16:54 2019 (r52880) +++ head/share/xml/release.ent Thu Mar 21 18:20:14 2019 (r52881) @@ -34,13 +34,13 @@ below to "IGNORE". If we do, use "INCLUDE". --> - - + + - + From owner-svn-doc-all@freebsd.org Thu Mar 21 18:23:42 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6389B154AA9F; Thu, 21 Mar 2019 18:23:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0606A70CC7; Thu, 21 Mar 2019 18:23:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF13DCC80; Thu, 21 Mar 2019 18:23:41 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2LINf1D018661; Thu, 21 Mar 2019 18:23:41 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2LINfY1018660; Thu, 21 Mar 2019 18:23:41 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201903211823.x2LINfY1018660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 21 Mar 2019 18:23:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52882 - head/en_US.ISO8859-1/htdocs/ports X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/ports X-SVN-Commit-Revision: 52882 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0606A70CC7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 18:23:42 -0000 Author: gjb Date: Thu Mar 21 18:23:41 2019 New Revision: 52882 URL: https://svnweb.freebsd.org/changeset/doc/52882 Log: Ensure the generated ports category XML files are always recreated. If a build failure is triggered, such as a port Makefile contains a non-ASCII apostrophe, the generated files are not replaced if they exist (even if an error occurs). In such a case, manual intervention would be needed to remove the file(s) that would cause the build failure. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/ports/Makefile Modified: head/en_US.ISO8859-1/htdocs/ports/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/Makefile Thu Mar 21 18:20:14 2019 (r52881) +++ head/en_US.ISO8859-1/htdocs/ports/Makefile Thu Mar 21 18:23:41 2019 (r52882) @@ -47,7 +47,7 @@ packages.exists: ${TOUCH} ${.TARGET} .endif -Makefile.gen: categories-alpha.xml categories-grouped.xml index.xml \ +Makefile.gen: .PHONY categories-alpha.xml categories-grouped.xml index.xml \ installing.xml master-index.xml references.xml searching.xml \ statistics.ent updating.xml .NOTMAIN ( ${ECHO_CMD} DOCS= *.xml | ${SED} 's|catalog-cwd\.xml||g';\ @@ -68,7 +68,7 @@ categories-grouped.xml master-index.xml statistics.ent # this builds: categories-alpha.xml, categories-grouped.xml, # master-index.xml, statistics.ent, .xml CATEGORYLIST=`grep "^[a-z]" categories | sed -e s"/,.*//"` -categories-alpha.xml: ${INDEX} categories categories.descriptions \ +categories-alpha.xml: .PHONY ${INDEX} categories categories.descriptions \ packages.exists portindex ports.ent .NOTMAIN ${RM} -f categories-alpha.xml categories-grouped.xml \ master-index.xml statistics.ent From owner-svn-doc-all@freebsd.org Thu Mar 21 18:26:54 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22380154AB6B; Thu, 21 Mar 2019 18:26:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B864170DC7; Thu, 21 Mar 2019 18:26:53 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 938BACC8A; Thu, 21 Mar 2019 18:26:53 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2LIQrAH018837; Thu, 21 Mar 2019 18:26:53 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2LIQrqq018836; Thu, 21 Mar 2019 18:26:53 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201903211826.x2LIQrqq018836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 21 Mar 2019 18:26:53 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52883 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 52883 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B864170DC7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 18:26:54 -0000 Author: gjb Date: Thu Mar 21 18:26:53 2019 New Revision: 52883 URL: https://svnweb.freebsd.org/changeset/doc/52883 Log: Prefer https:// over http://, even though it is redirected anyway. While here, use 'svnweb' instead of 'svn' (which is also redirected). Sponsored by: The FreeBSD Foundation Modified: head/share/xml/freebsd-xhtml-release.xsl Modified: head/share/xml/freebsd-xhtml-release.xsl ============================================================================== --- head/share/xml/freebsd-xhtml-release.xsl Thu Mar 21 18:23:41 2019 (r52882) +++ head/share/xml/freebsd-xhtml-release.xsl Thu Mar 21 18:26:53 2019 (r52883) @@ -39,7 +39,7 @@ - + From owner-svn-doc-all@freebsd.org Thu Mar 21 19:03:50 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F553154BB2F; Thu, 21 Mar 2019 19:03:50 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 324F77229B; Thu, 21 Mar 2019 19:03:50 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CE7DD33D; Thu, 21 Mar 2019 19:03:50 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2LJ3nGp039651; Thu, 21 Mar 2019 19:03:49 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2LJ3naE039650; Thu, 21 Mar 2019 19:03:49 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201903211903.x2LJ3naE039650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Thu, 21 Mar 2019 19:03:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52884 - head/de_DE.ISO8859-1/books/handbook/advanced-networking X-SVN-Group: doc-head X-SVN-Commit-Author: bhd X-SVN-Commit-Paths: head/de_DE.ISO8859-1/books/handbook/advanced-networking X-SVN-Commit-Revision: 52884 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 324F77229B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 19:03:50 -0000 Author: bhd Date: Thu Mar 21 19:03:49 2019 New Revision: 52884 URL: https://svnweb.freebsd.org/changeset/doc/52884 Log: Update to r51813: Cover using symbolic names for interfaces in VLAN article. Modified: head/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Mar 21 18:26:53 2019 (r52883) +++ head/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Mar 21 19:03:49 2019 (r52884) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde:$ - basiert auf: r51703 + basiert auf: r51813 --> 192.168.20.20 + mit einem 24-Bit + Prfix. + + &prompt.root; ifconfig em0.5 create vlan 5 vlandev em0 name cameras inet 192.168.20.20/24 + + Dieser Befehl konfiguriert die Schnittstelle mit dem + Namen video: + + &prompt.root; ifconfig video.5 create vlan 5 vlandev video name cameras inet 192.168.20.20/24 + + Um die nderungen beim Booten anzuwenden, fgen Sie + folgenden Zeilen in /etc/rc.conf + ein: + + vlans_video="camera" +create_args_camera="vlan 5" +ifconfig_camera="inet 192.168.20.20/24" +
From owner-svn-doc-all@freebsd.org Fri Mar 22 17:30:58 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74418154BFC2; Fri, 22 Mar 2019 17:30:58 +0000 (UTC) (envelope-from mhorne@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30D498BFB7; Fri, 22 Mar 2019 17:30:58 +0000 (UTC) (envelope-from mhorne@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A584238BE; Fri, 22 Mar 2019 17:30:58 +0000 (UTC) (envelope-from mhorne@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2MHUvvZ053812; Fri, 22 Mar 2019 17:30:57 GMT (envelope-from mhorne@FreeBSD.org) Received: (from mhorne@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2MHUuYU053804; Fri, 22 Mar 2019 17:30:56 GMT (envelope-from mhorne@FreeBSD.org) Message-Id: <201903221730.x2MHUuYU053804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mhorne set sender to mhorne@FreeBSD.org using -f From: Mitchell Horne Date: Fri, 22 Mar 2019 17:30:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52885 - in head: en_US.ISO8859-1/articles/contributors share/pgpkeys share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: mhorne X-SVN-Commit-Paths: in head: en_US.ISO8859-1/articles/contributors share/pgpkeys share/xml X-SVN-Commit-Revision: 52885 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 30D498BFB7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2019 17:30:58 -0000 Author: mhorne (src committer) Date: Fri Mar 22 17:30:56 2019 New Revision: 52885 URL: https://svnweb.freebsd.org/changeset/doc/52885 Log: Add myself (mhorne) as a new committer Update author/committer files and add my GPG key. Approved by: markj Differential Revision: https://reviews.freebsd.org/D19679 Added: head/share/pgpkeys/mhorne.key (contents, props changed) Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml head/share/pgpkeys/pgpkeys-developers.xml head/share/pgpkeys/pgpkeys.ent head/share/xml/authors.ent head/share/xml/news.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Thu Mar 21 19:03:49 2019 (r52884) +++ head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Fri Mar 22 17:30:56 2019 (r52885) @@ -533,7 +533,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5. - &a.mich.email; + &a.mhorne.email; @@ -719,6 +719,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5. &a.jlaffaye.email; + + + + &a.mich.email; Added: head/share/pgpkeys/mhorne.key ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/pgpkeys/mhorne.key Fri Mar 22 17:30:56 2019 (r52885) @@ -0,0 +1,43 @@ + + + +sub rsa2048/3B7575001B0E97C1 2019-03-21 [E] [expires: 2022-03-20] + +]]> + Modified: head/share/pgpkeys/pgpkeys-developers.xml ============================================================================== --- head/share/pgpkeys/pgpkeys-developers.xml Thu Mar 21 19:03:49 2019 (r52884) +++ head/share/pgpkeys/pgpkeys-developers.xml Fri Mar 22 17:30:56 2019 (r52885) @@ -921,6 +921,11 @@ &pgpkey.pho; + + &a.mhorne.email; + &pgpkey.mhorne; + + &a.bhughes.email; &pgpkey.bhughes; Modified: head/share/pgpkeys/pgpkeys.ent ============================================================================== --- head/share/pgpkeys/pgpkeys.ent Thu Mar 21 19:03:49 2019 (r52884) +++ head/share/pgpkeys/pgpkeys.ent Fri Mar 22 17:30:56 2019 (r52885) @@ -348,6 +348,7 @@ + Modified: head/share/xml/authors.ent ============================================================================== --- head/share/xml/authors.ent Thu Mar 21 19:03:49 2019 (r52884) +++ head/share/xml/authors.ent Fri Mar 22 17:30:56 2019 (r52885) @@ -1581,6 +1581,9 @@ mheinen@FreeBSD.org"> + +mhorne@FreeBSD.org"> + mi@FreeBSD.org"> Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Thu Mar 21 19:03:49 2019 (r52884) +++ head/share/xml/news.xml Fri Mar 22 17:30:56 2019 (r52885) @@ -32,6 +32,20 @@ 2019 + 3 + + + 20 + + +

New committer: + Mitchell Horne + (src)

+
+
+
+ + 2 From owner-svn-doc-all@freebsd.org Fri Mar 22 17:40:31 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37C23154C648; Fri, 22 Mar 2019 17:40:31 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D20838C6E4; Fri, 22 Mar 2019 17:40:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE0A923A51; Fri, 22 Mar 2019 17:40:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2MHeUKV055054; Fri, 22 Mar 2019 17:40:30 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2MHeUKd055053; Fri, 22 Mar 2019 17:40:30 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201903221740.x2MHeUKd055053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 22 Mar 2019 17:40:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52886 - head/en_US.ISO8859-1/htdocs/releases/11.3R X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/11.3R X-SVN-Commit-Revision: 52886 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D20838C6E4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2019 17:40:31 -0000 Author: gjb Date: Fri Mar 22 17:40:30 2019 New Revision: 52886 URL: https://svnweb.freebsd.org/changeset/doc/52886 Log: Remove reference to GUMSTIX board, as we no longer build images for it. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/11.3R/Makefile Modified: head/en_US.ISO8859-1/htdocs/releases/11.3R/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/11.3R/Makefile Fri Mar 22 17:30:56 2019 (r52885) +++ head/en_US.ISO8859-1/htdocs/releases/11.3R/Makefile Fri Mar 22 17:40:30 2019 (r52886) @@ -30,8 +30,6 @@ _VMS?= amd64 \ i386 \ arm64-aarch64 -_ARM?= GUMSTIX - _ARMV6?= BANANAPI \ BEAGLEBONE \ CUBIEBOARD \ @@ -48,9 +46,6 @@ _ARMV6?= BANANAPI \ . endfor . for _V in ${_VMS} #DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_V}-vm.asc -. endfor -. for _A in ${_ARM} -#DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-${_A}.asc . endfor . for _A in ${_ARMV6} #DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv6-${_A}.asc From owner-svn-doc-all@freebsd.org Fri Mar 22 17:41:38 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A8F0154C6B3; Fri, 22 Mar 2019 17:41:38 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE9D68C938; Fri, 22 Mar 2019 17:41:37 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 89DF523A9E; Fri, 22 Mar 2019 17:41:37 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2MHfbQZ057382; Fri, 22 Mar 2019 17:41:37 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2MHfbEX057381; Fri, 22 Mar 2019 17:41:37 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201903221741.x2MHfbEX057381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 22 Mar 2019 17:41:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52887 - head/en_US.ISO8859-1/htdocs/releases/11.2R X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/11.2R X-SVN-Commit-Revision: 52887 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AE9D68C938 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2019 17:41:38 -0000 Author: gjb Date: Fri Mar 22 17:41:37 2019 New Revision: 52887 URL: https://svnweb.freebsd.org/changeset/doc/52887 Log: Fix a broken link. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/11.2R/signatures.xml Modified: head/en_US.ISO8859-1/htdocs/releases/11.2R/signatures.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/11.2R/signatures.xml Fri Mar 22 17:40:30 2019 (r52886) +++ head/en_US.ISO8859-1/htdocs/releases/11.2R/signatures.xml Fri Mar 22 17:41:37 2019 (r52887) @@ -133,8 +133,8 @@ GUMSTIX - SHA512 - SHA256 + SHA512 + SHA256 PANDABOARD From owner-svn-doc-all@freebsd.org Fri Mar 22 20:09:35 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1543B155066F; Fri, 22 Mar 2019 20:09:35 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB0A691710; Fri, 22 Mar 2019 20:09:34 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7767525413; Fri, 22 Mar 2019 20:09:34 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2MK9YjO033247; Fri, 22 Mar 2019 20:09:34 GMT (envelope-from trhodes@FreeBSD.org) Received: (from trhodes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2MK9YRs033246; Fri, 22 Mar 2019 20:09:34 GMT (envelope-from trhodes@FreeBSD.org) Message-Id: <201903222009.x2MK9YRs033246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trhodes set sender to trhodes@FreeBSD.org using -f From: Tom Rhodes Date: Fri, 22 Mar 2019 20:09:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52888 - head/en_US.ISO8859-1/books/handbook/cutting-edge X-SVN-Group: doc-head X-SVN-Commit-Author: trhodes X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/handbook/cutting-edge X-SVN-Commit-Revision: 52888 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AB0A691710 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2019 20:09:35 -0000 Author: trhodes Date: Fri Mar 22 20:09:34 2019 New Revision: 52888 URL: https://svnweb.freebsd.org/changeset/doc/52888 Log: There is no /boot/GENERIC. Reword to advise on checking the installed kernel and better inform users on the upgrade path. PR: 235627 Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Fri Mar 22 17:41:37 2019 (r52887) +++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Fri Mar 22 20:09:34 2019 (r52888) @@ -325,11 +325,9 @@ Uninstalling updates... done. automatically updated by freebsd-update. If a custom kernel is installed, it will have to be rebuilt and reinstalled after freebsd-update - finishes installing the updates. However, - freebsd-update will detect and update the - GENERIC kernel if - /boot/GENERIC exists, even if it is not - the current running kernel of the system. + finishes installing the updates. The default kernel name + is GENERIC. The &man.uname.1; command + may be used to verify its installation. Always keep a copy of the GENERIC From owner-svn-doc-all@freebsd.org Sat Mar 23 00:30:38 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23C641555F17; Sat, 23 Mar 2019 00:30:38 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC4C46B5D8; Sat, 23 Mar 2019 00:30:37 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9805C68; Sat, 23 Mar 2019 00:30:37 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2N0UbwX071079; Sat, 23 Mar 2019 00:30:37 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2N0Ubp4071064; Sat, 23 Mar 2019 00:30:37 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201903230030.x2N0Ubp4071064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Sat, 23 Mar 2019 00:30:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-svnadmin@freebsd.org Subject: svn commit: r52889 - svnadmin/conf X-SVN-Group: doc-svnadmin X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: svnadmin/conf X-SVN-Commit-Revision: 52889 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BC4C46B5D8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2019 00:30:38 -0000 Author: bcr Date: Sat Mar 23 00:30:37 2019 New Revision: 52889 URL: https://svnweb.freebsd.org/changeset/doc/52889 Log: "Be free, and live life fully." -- Caroline Shaw Free Edward from mentorship. We're confident that he is ready to fly on his own from now on. Discussed with: allanjude Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Fri Mar 22 20:09:34 2019 (r52888) +++ svnadmin/conf/mentors Sat Mar 23 00:30:37 2019 (r52889) @@ -15,4 +15,3 @@ dexter bcr ebrandi gabor gnn remko co-mentor: gjb skreuzer hrs -trasz bcr co-mentor: allanjude From owner-svn-doc-all@freebsd.org Sat Mar 23 02:02:13 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 109F41559D02; Sat, 23 Mar 2019 02:02:13 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0CAC6FEA1; Sat, 23 Mar 2019 02:02:12 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 73F711531; Sat, 23 Mar 2019 02:02:12 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2N22CBa026342; Sat, 23 Mar 2019 02:02:12 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2N22C7P026341; Sat, 23 Mar 2019 02:02:12 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201903230202.x2N22C7P026341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Sat, 23 Mar 2019 02:02:12 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52890 - head/en_US.ISO8859-1/articles/cups X-SVN-Group: doc-head X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: head/en_US.ISO8859-1/articles/cups X-SVN-Commit-Revision: 52890 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B0CAC6FEA1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2019 02:02:13 -0000 Author: bcr Date: Sat Mar 23 02:02:12 2019 New Revision: 52890 URL: https://svnweb.freebsd.org/changeset/doc/52890 Log: Wrap long lines in the CUPS article. Remove a couple of warnings that igor was giving, mostly about wrapping long lines. In one instance, there was a redundant word removed. Modified: head/en_US.ISO8859-1/articles/cups/article.xml Modified: head/en_US.ISO8859-1/articles/cups/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/cups/article.xml Sat Mar 23 00:30:37 2019 (r52889) +++ head/en_US.ISO8859-1/articles/cups/article.xml Sat Mar 23 02:02:12 2019 (r52890) @@ -1,12 +1,22 @@ -
- CUPS on FreeBSD - +
+ + CUPS on FreeBSD + - ChessGriffin -
chess@chessgriffin.com
+ + + Chess + Griffin + + +
+ chess@chessgriffin.com +
@@ -25,7 +35,8 @@
- An Introduction to the Common Unix Printing System (CUPS) + An Introduction to the Common Unix Printing System + (CUPS) printing CUPS @@ -42,30 +53,33 @@ (LPD), Server Message Block (SMB), and AppSocket (aka JetDirect) protocols are also supported with reduced functionality. - CUPS adds network printer browsing and - PostScript Printer Description (PPD) based - printing options to support real-world printing under &unix;. As - a result, CUPS is ideally-suited for - sharing and accessing printers in mixed environments of &os;, - &linux;, &macos; X, or &windows;. + CUPS adds network printer browsing + and PostScript Printer Description (PPD) + based printing options to support real-world printing under + &unix;. As a result, CUPS is + ideally-suited for sharing and accessing printers in mixed + environments of &os;, &linux;, &macos; X, or + &windows;. - The main site for CUPS is http://www.cups.org/. + The main site for CUPS is http://www.cups.org/. Installing the CUPS Print Server - To install CUPS using a precompiled - binary, issue the following command from a root terminal: + To install CUPS using a + precompiled binary, issue the following command from a root + terminal: &prompt.root; pkg install cups Other optional, but recommended, packages are print/gutenprint-cups and print/hplip, both of which add - drivers and utilities for a variety of printers. Once installed, - the CUPS configuration files can be - found in the directory + drivers and utilities for a variety of printers. Once + installed, the CUPS configuration + files can be found in the directory /usr/local/etc/cups. @@ -76,9 +90,9 @@ configure the CUPS server. First, create or modify, as the case may be, the file /etc/devfs.rules and add the following - information to set the proper permissions on all potential printer - devices and to associate printers with the - cups user group: + information to set the proper permissions on all potential + printer devices and to associate printers with the cups user group: [system=10] add path 'unlpt*' mode 0660 group cups @@ -91,8 +105,8 @@ add path 'usb/X.Y, and Z should be replaced with the target USB device listed in the /dev/usb directory that - corresponds to the printer. To find the correct device, examine - the output of &man.dmesg.8;, where + corresponds to the printer. To find the correct device, + examine the output of &man.dmesg.8;, where ugenX.Y lists the printer device, which is a symbolic link to a USB device in /dev/usb. @@ -129,41 +143,44 @@ devfs_system_ruleset="system" Configuring Printers on the CUPS Print Server After the CUPS system has been - installed and configured, the administrator can begin configuring - the local printers attached to the CUPS - print server. This part of the process is very similar, if not - identical, to configuring CUPS printers - on other &unix;-based operating systems, such as a &linux; - distribution. + installed and configured, the administrator can begin + configuring the local printers attached to the + CUPS print server. This part of the + process is very similar, if not identical, to configuring + CUPS printers on other &unix;-based + operating systems, such as a &linux; distribution. The primary means for managing and administering the CUPS server is through the web-based interface, which can be found by launching a web browser and - entering http://localhost:631 in the - browser's URL bar. If the CUPS server - is on another machine on the network, substitute the server's - local IP address for - localhost. The CUPS - web interface is fairly self-explanatory, as there are sections - for managing printers and print jobs, authorizing users, and more. - Additionally, on the right-hand side of the Administration screen + entering http://localhost:631 + in the browser's URL bar. If the + CUPS server is on another machine on + the network, substitute the server's local IP + address for localhost. The + CUPS web interface is fairly + self-explanatory, as there are sections for managing printers + and print jobs, authorizing users, and more. Additionally, on + the right-hand side of the Administration screen are several check-boxes allowing easy access to commonly-changed - settings, such as whether to share published printers connected to - the system, whether to allow remote administration of the - CUPS server, and whether to allow users - additional access and privileges to the printers and print + settings, such as whether to share published printers connected + to the system, whether to allow remote administration of the + CUPS server, and whether to allow + users additional access and privileges to the printers and print jobs. Adding a printer is generally as easy as clicking Add - Printer at the Administration screen of the - CUPS web interface, or clicking one of - the New Printers Found buttons also at the + Printer at the Administration screen of the + CUPS web interface, or clicking one + of the New Printers Found buttons also at the Administration screen. When presented with the Device drop-down box, simply select the desired locally-attached printer, and then continue through the process. - If one has added the print/gutenprint-cups or print/hplip ports or packages as - referenced above, then additional print drivers will be available - in the subsequent screens that might provide more stability or + If one has added the print/gutenprint-cups or + print/hplip ports or packages as referenced + above, then additional print drivers will be available in the + subsequent screens that might provide more stability or features. @@ -190,16 +207,17 @@ devfs_system_ruleset="system" GNOME or KDE. Alternatively, one can access the local CUPS interface on the - client machine at http://localhost:631 and - click on Add Printer in the Administration + client machine at http://localhost:631 + and click on Add Printer in the Administration section. When presented with the Device drop-down box, simply select the networked - CUPS printer, if it was automatically - discovered, or select ipp or - http and enter the IPP or - HTTP URI of the networked - CUPS printer, usually in one of the - two following syntaxes: + CUPS printer, if it was + automatically discovered, or select ipp or + http and enter the IPP + or HTTP URI of the + networked CUPS printer, usually in + one of the two following syntaxes: ipp://server-name-or-ip/printers/printername @@ -214,8 +232,8 @@ devfs_system_ruleset="system" ServerName server-ip - In this case, server-ip would be - replaced by the local IP address of the + In this case, server-ip would + be replaced by the local IP address of the CUPS server on the network. @@ -223,21 +241,22 @@ devfs_system_ruleset="system" &windows; Clients Versions of &windows; prior to XP did not have the - capability to natively network with IPP-based - printers. However, &windowsxp; and later versions do have this - capability. Therefore, to add a CUPS - printer in these versions of &windows; is quite easy. - Generally, the &windows; administrator will run the &windows; - Add Printer wizard, select Network - Printer and then enter the URI in - the following syntax: + capability to natively network with + IPP-based printers. However, &windowsxp; + and later versions do have this capability. Therefore, to add + a CUPS printer in these versions of + &windows; is quite easy. Generally, the &windows; + administrator will run the &windows; Add + Printer wizard, select Network + Printer and then enter the URI + in the following syntax: http://server-name-or-ip:631/printers/printername If one has an older version of &windows; without native - IPP printing support, then the general means - of connecting to a CUPS printer is to - use net/samba3 and + IPP printing support, then the general + means of connecting to a CUPS + printer is to use net/samba3 and CUPS together, which is a topic outside the scope of this chapter. @@ -247,20 +266,21 @@ devfs_system_ruleset="system" CUPS Troubleshooting Difficulties with CUPS often lies - in permissions. First, double check the &man.devfs.8; permissions - as outlined above. Next, check the actual permissions of the - devices created in the file system. It is also helpful to make - sure your user is a member of the cups - group. If the permissions check boxes in the Administration - section of the CUPS web interface do - not seem to be working, another fix might be to manually backup - the main CUPS configuration file - located at /usr/local/etc/cups/cupsd.conf and - edit the various configuration options and try different + in permissions. First, double check the &man.devfs.8; + permissions as outlined above. Next, check the actual + permissions of the devices created in the file system. It is + also helpful to make sure your user is a member of the + cups group. If the + permissions check boxes in the Administration section of the + CUPS web interface do not seem to be + working, another fix might be to manually backup the main + CUPS configuration file + located at /usr/local/etc/cups/cupsd.conf + and edit the various configuration options and try different combinations of configuration options. One sample /usr/local/etc/cups/cupsd.conf to test is listed below. Please note that this sample - cupsd.conf file sacrifices security for + cupsd.conf sacrifices security for easier configuration; once the administrator successfully connects to the CUPS server and configures the clients, it is advisable to revisit this From owner-svn-doc-all@freebsd.org Sat Mar 23 04:50:02 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B36B155ECE0; Sat, 23 Mar 2019 04:50:02 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 471127669A; Sat, 23 Mar 2019 04:50:02 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 23FB932AA; Sat, 23 Mar 2019 04:50:02 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2N4o22T011640; Sat, 23 Mar 2019 04:50:02 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2N4o2DZ011639; Sat, 23 Mar 2019 04:50:02 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201903230450.x2N4o2DZ011639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Sat, 23 Mar 2019 04:50:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52891 - head/en_US.ISO8859-1/articles/fonts X-SVN-Group: doc-head X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: head/en_US.ISO8859-1/articles/fonts X-SVN-Commit-Revision: 52891 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 471127669A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2019 04:50:03 -0000 Author: bcr Date: Sat Mar 23 04:50:01 2019 New Revision: 52891 URL: https://svnweb.freebsd.org/changeset/doc/52891 Log: Cleanup a couple of igor warnings. This file had a lot of long lines in it as well as redundant markup with words. A few capitalizations were also fixed, except a few where it would obscure the original meaning like groff. Modified: head/en_US.ISO8859-1/articles/fonts/article.xml Modified: head/en_US.ISO8859-1/articles/fonts/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/fonts/article.xml Sat Mar 23 02:02:12 2019 (r52890) +++ head/en_US.ISO8859-1/articles/fonts/article.xml Sat Mar 23 04:50:01 2019 (r52891) @@ -23,14 +23,21 @@ updated to reflect changes in FreeBSD system configuration files by Mark Ovens 27/5/00 --> -
- Fonts and FreeBSDA Tutorial - +
+ + Fonts and FreeBSD - + A Tutorial - DaveBodenstab + + + Dave + Bodenstab + +
imdave@synet.net
@@ -54,10 +61,12 @@ This document contains a description of the various font files that may be used with FreeBSD and the syscons driver, - X11, Ghostscript - and Groff. Cookbook examples are provided - for switching the syscons display to 80x60 mode, and for using - type 1 fonts with the above application programs. + X11, + Ghostscript and + Groff. Cookbook examples are + provided for switching the syscons display to 80x60 mode, and + for using type 1 fonts with the above application + programs.
@@ -73,14 +82,15 @@ - Basic terminology + Basic Terminology There are many different font formats and associated font file suffixes. A few that will be addressed here are: - .pfa, .pfb + + .pfa, .pfb &postscript; type 1 fonts. The @@ -126,7 +136,10 @@ - .fon, .fnt + + .fon, + .fnt + Bitmapped screen fonts @@ -134,7 +147,7 @@ - The .fot file is used by &windows; as + The .fot is used by &windows; as sort of a symbolic link to the actual &truetype; font (.ttf) file. The .fon font files are also used by Windows. I know of no way to use @@ -142,7 +155,7 @@ - What font formats can I use? + What Font Formats Can I Use? Which font file format is useful depends on the application being used. FreeBSD by itself uses no fonts. Application @@ -225,16 +238,16 @@ they chose this suffix. Therefore, it is likely that files with this suffix are not all the same format; specifically, the .fnt files used by syscons under FreeBSD - may not be the same format as a .fnt file - one encounters in the &ms-dos;/&windows; environment. I have not + may not be the same format as a .fnt one + encounters in the &ms-dos;/&windows; environment. I have not made any attempt at using other .fnt files other than those provided with FreeBSD. - Setting a virtual console to 80x60 line mode + Setting a Virtual Console to 80x60 Line Mode - First, an 8x8 font must be loaded. To do this, + First, an 8x8 font must be loaded. To do this, /etc/rc.conf should contain the line (change the font name to an appropriate one for your locale): @@ -252,40 +265,43 @@ Various screen-oriented programs, such as &man.vi.1;, must be able to determine the current screen dimensions. As this is - achieved this through ioctl calls to the console - driver (such as &man.syscons.4;) they will correctly determine the new - screen dimensions. + achieved this through ioctl calls to the + console driver (such as &man.syscons.4;) they will correctly + determine the new screen dimensions. To make this more seamless, one can embed these commands in the startup scripts so it takes place when the system boots. - To do this is add this line to /etc/rc.conf - + To do this is add this line to + /etc/rc.conf. - - allscreens_flags="VGA_80x60" # Set this vidcontrol mode for all virtual screens - - + + allscreens_flags="VGA_80x60" # Set this vidcontrol mode for all virtual screens + References: &man.rc.conf.5;, &man.vidcontrol.1;. - Using type 1 fonts with <application>X11</application> + Using Type 1 Fonts with + <application>X11</application> - X11 can use either the .pfa or the - .pfb format fonts. The X11 fonts are - located in various subdirectories under + X11 can use either the + .pfa or the + .pfb format fonts. The + X11 fonts are located in various + subdirectories under /usr/X11R6/lib/X11/fonts. Each font file - is cross referenced to its X11 name by the contents of the - fonts.dir file in each directory. + is cross referenced to its X11 name + by the contents of fonts.dir in each + directory. - There is already a directory named Type1. The - most straight forward way to add a new font is to put it into - this directory. A better way is to keep all new fonts in a - separate directory and use a symbolic link to the additional - font. This allows one to more easily keep track of ones fonts - without confusing them with the fonts that were originally - provided. For example: + There is already a directory named + Type1. The most straight forward way to + add a new font is to put it into this directory. A better way + is to keep all new fonts in a separate directory and use a + symbolic link to the additional font. This allows one to more + easily keep track of ones fonts without confusing them with the + fonts that were originally provided. For example: Create a directory to contain the font files @@ -302,9 +318,10 @@ &prompt.user; echo showboat - InfoMagic CICA, Dec 1994, /fonts/atm/showboat >>INDEX - Now, to use a new font with X11, one must make the font file - available and update the font name files. The X11 font names - look like: + Now, to use a new font with X11, + one must make the font file available and update the font name + files. The X11 font names look + like: -bitstream-charter-medium-r-normal-xxx-0-0-0-0-p-0-iso8859-1 @@ -395,7 +412,9 @@ end readonly def Slant - roman, italic, oblique, etc. Since the + roman, italic, oblique, etc. Since the ItalicAngle is zero, roman will be used. @@ -433,9 +452,9 @@ end readonly def All of these names are arbitrary, but one should strive to be compatible with the existing conventions. A font is - referenced by name with possible wild cards by an X11 program, - so the name chosen should make some sense. One might begin by - simply using + referenced by name with possible wild cards by an + X11 program, so the name chosen + should make some sense. One might begin by simply using …-normal-r-normal-…-p-… @@ -477,19 +496,23 @@ showboat.pfb -type1-showboat-medium-r-normal-decorativ References: &man.xfontsel.1;, &man.xset.1;, The X - Windows System in a Nutshell, O'Reilly & + Windows System in a Nutshell, O'Reilly & Associates. - Using type 1 fonts with Ghostscript + Using Type 1 Fonts with Ghostscript - Ghostscript references a font via its Fontmap - file. This must be modified in a similar way to the X11 - fonts.dir file. Ghostscript can use either - the .pfa or the .pfb + Ghostscript references a font via + its Fontmap. This must be modified in + a similar way to the X11 + fonts.dir. + Ghostscript can use either the + .pfa or the .pfb format fonts. Using the font from the previous example, here is - how to use it with Ghostscript: + how to use it with + Ghostscript: Put the font in Ghostscript's font directory @@ -526,19 +549,23 @@ GS>quit - Using type 1 fonts with Groff + Using Type 1 Fonts with Groff - Now that the new font can be used by both X11 and - Ghostscript, how can one use the new font - with groff? First of + Now that the new font can be used by both + X11 and + Ghostscript, how can one use the new + font with groff? First of all, since we are dealing with type 1 &postscript; fonts, the - groff device that is applicable is the ps - device. A font file must be created for each font that groff - can use. A groff font name is just a file in + groff device that is applicable is + the ps + device. A font file must be created for each font that + groff can use. A + groff font name is just a file in /usr/share/groff_font/devps. With our example, the font file could be /usr/share/groff_font/devps/SHOWBOAT. The - file must be created using tools provided by groff. + file must be created using tools provided by + groff. The first tool is afmtodit. This is not normally installed, so it must be retrieved from the source @@ -554,9 +581,9 @@ GS>quit :wq - This tool will create the groff font file from the metrics - file (.afm suffix.) Continuing with our - example: + This tool will create the groff + font file from the metrics file (.afm + suffix.) Continuing with our example: Many .afm files are in Mac format… ^M delimited lines @@ -573,25 +600,25 @@ We need to convert them to &unix; style ^J delimited l The font can now be referenced with the name SHOWBOAT. - If Ghostscript is used to drive the printers on the system, - then nothing more needs to be done. However, if true &postscript; - printers are used, then the font must be downloaded to the - printer in order for the font to be used (unless the printer - happens to have the showboat font built in or on an accessible - font disk.) The final step is to create a downloadable font. - The pfbtops tool is used to create the - .pfa format of the font, and the - download file is modified to reference the new - font. The download file must reference the - internal name of the font. This can easily be determined from - the groff font file as illustrated: + If Ghostscript is used to drive + the printers on the system, then nothing more needs to be done. + However, if true &postscript; printers are used, then the font + must be downloaded to the printer in order for the font to be + used (unless the printer happens to have the showboat font built + in or on an accessible font disk.) The final step is to create + a downloadable font. The pfbtops tool is + used to create the .pfa format of the font, + and download is modified to + reference the new font. The download + must reference the internal name of the font. This can easily + be determined from the groff font file as illustrated: Create the .pfa font file &prompt.user; pfbtops /usr/local/share/fonts/type1/showboat.pfb >showboat.pfa - Of course, if the .pfa file is already + Of course, if .pfa is already available, just use a symbolic link to reference it. @@ -652,7 +679,7 @@ EOF - Converting TrueType fonts to a groff/PostScript format for + <title>Converting TrueType Fonts to a groff/PostScript Format For groff This potentially requires a bit of work, simply because it @@ -668,12 +695,13 @@ EOF allows conversion of a TrueType font to an ascii font metric (.afm) file. - Currently available at http://sunsite.icm.edu.pl/pub/GUST/contrib/BachoTeX98/ttf2pf/. + Currently available at http://sunsite.icm.edu.pl/pub/GUST/contrib/BachoTeX98/ttf2pf/. Note: These files are PostScript programs and must be - downloaded to disk by holding down the - Shift key when clicking on the link. - Otherwise, your browser may try to launch - ghostview to view them. + downloaded to disk by holding down Shift + when clicking on the link. Otherwise, your browser may + try to launch ghostview to view + them. The files of interest are: @@ -697,10 +725,10 @@ EOF upper case, so any renaming must be consistent with this. (Actually, GS_TTF.PS and PFS2AFM.PS are supposedly part of the - Ghostscript distribution, but it is just as easy to use - these as an isolated utility. FreeBSD does not seem to - include the latter.) You also may want to have these - installed to + Ghostscript distribution, but + it is just as easy to use these as an isolated utility. + FreeBSD does not seem to include the latter.) You also may + want to have these installed to /usr/local/share/groff_font/devps(?). @@ -709,13 +737,14 @@ EOF afmtodit - Creates font files for use with groff from ascii font - metrics file. This usually resides in the directory, + Creates font files for use with + groff from ascii font metrics + file. This usually resides in the directory, /usr/src/contrib/groff/afmtodit, and requires some work to get going. - If you are paranoid about working in the + If you are paranoid about working in the /usr/src tree, simply copy the contents of the above directory to a work location. @@ -740,21 +769,20 @@ EOF - Create the .afm file by - typing: + Create .afm by typing: % gs -dNODISPLAY -q -- ttf2pf.ps TTF_name PS_font_name AFM_name Where, TTF_name is your TrueType font file, PS_font_name - is the file name for the .pfa file, + is the file name for .pfa, AFM_name is the name you wish for - the .afm file. If you do not specify + .afm. If you do not specify output file names for the .pfa or .afm files, then default names will be generated from the TrueType font file name. - This also produces a .pfa file, the + This also produces a .pfa, the ascii PostScript font metrics file (.pfb is for the binary form). This will not be needed, but could (I think) be useful for a @@ -781,7 +809,8 @@ Converting 3of9.ttf to A.pfa and B.afm. - Create the groff PostScript file: + Create the groff PostScript + file: Change directories to /usr/share/groff_font/devps so as to @@ -802,11 +831,11 @@ Converting 3of9.ttf to A.pfa and B.afm. used from that command, as well as the name that &man.groff.1; will use for references to this font. For example, assuming you used the first - tiff2pf.ps command above, then the 3of9 + tiff2pf.ps above, then the 3of9 Barcode font can be created using the command: % afmtodit -d DESC -e text.enc 3of9.afm generate/textmap 3of9 - + Ensure that the resulting PS_font_name file (e.g., 3of9 in the example above) is located @@ -817,7 +846,7 @@ Converting 3of9.ttf to A.pfa and B.afm. Note that if ttf2pf.ps assigns a font name using the one it finds in the TrueType font file and you want to use a different name, you must edit the - .afm file prior to running + .afm prior to running afmtodit. This name must also match the one used in the Fontmap file if you wish to pipe &man.groff.1; into &man.gs.1;. @@ -826,7 +855,7 @@ Converting 3of9.ttf to A.pfa and B.afm. - Can TrueType fonts be used with other programs? + Can TrueType Fonts be Used with Other Programs? The TrueType font format is used by Windows, Windows 95, and Mac's. It is quite popular and there are a great number of @@ -834,38 +863,43 @@ Converting 3of9.ttf to A.pfa and B.afm. Unfortunately, there are few applications that I am aware of that can use this format: Ghostscript - and Povray come to mind. - Ghostscript's support, according to the documentation, is - rudimentary and the results are likely to be inferior to type 1 - fonts. Povray version 3 also has the ability to use TrueType - fonts, but I rather doubt many people will be creating documents - as a series of raytraced pages :-). + and Povray come to mind. + Ghostscript's support, according to + the documentation, is rudimentary and the results are likely to + be inferior to type 1 fonts. Povray + version 3 also has the ability to use TrueType fonts, but I + rather doubt many people will be creating documents as a series + of raytraced pages :-). - This rather dismal situation may soon change. The FreeType Project is - currently developing a useful set of FreeType tools: + This rather dismal situation may soon change. The FreeType Project + is currently developing a useful set of FreeType tools: - The xfsft font server for X11 can - serve TrueType fonts in addition to regular fonts. Though - currently in beta, it is said to be quite usable. See - Juliusz - Chroboczek's page for further information. - Porting instructions for FreeBSD can be found at Stephen + The xfsft font server for + X11 can serve TrueType fonts in + addition to regular fonts. Though currently in beta, it is + said to be quite usable. See Juliusz + Chroboczek's page for further information. Porting + instructions for FreeBSD can be found at Stephen Montgomery's software page. - xfstt is another font server for - X11, - available under ftp://sunsite.unc.edu/pub/Linux/X11/fonts/. + xfstt is another font server + for X11, available under ftp://sunsite.unc.edu/pub/Linux/X11/fonts/. A program called ttf2bdf can produce BDF files suitable for use in an X environment from TrueType - files. Linux binaries are said to be available from ftp://crl.nmsu.edu/CLR/multiling/General/. + files. Linux binaries are said to be available from ftp://crl.nmsu.edu/CLR/multiling/General/. @@ -875,7 +909,7 @@ Converting 3of9.ttf to A.pfa and B.afm. - Where can additional fonts be obtained? + Where Can Additional Fonts be Obtained? Many fonts are available on the Internet. They are either entirely free, or are share-ware. In addition many fonts are @@ -884,7 +918,7 @@ Converting 3of9.ttf to A.pfa and B.afm. - Additional questions + Additional Questions @@ -892,14 +926,15 @@ Converting 3of9.ttf to A.pfa and B.afm. - Can one generate the .afm file from + Can one generate the .afm from a .pfa or .pfb? - How to generate the groff character mapping files for - PostScript fonts with non-standard character names? + How to generate the groff + character mapping files for PostScript fonts with + non-standard character names? @@ -909,7 +944,8 @@ Converting 3of9.ttf to A.pfa and B.afm. It would be good to have examples of using TrueType - fonts with Povray and Ghostscript. + fonts with Povray and + Ghostscript. From owner-svn-doc-all@freebsd.org Sat Mar 23 07:31:58 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADD7A153E255; Sat, 23 Mar 2019 07:31:58 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51B9F8393B; Sat, 23 Mar 2019 07:31:58 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D1EB529C; Sat, 23 Mar 2019 07:31:58 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2N7Vw0l095610; Sat, 23 Mar 2019 07:31:58 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2N7Vw2Z095609; Sat, 23 Mar 2019 07:31:58 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201903230731.x2N7Vw2Z095609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Sat, 23 Mar 2019 07:31:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52892 - head/ja_JP.eucJP/books/handbook/cutting-edge X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/books/handbook/cutting-edge X-SVN-Commit-Revision: 52892 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 51B9F8393B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2019 07:31:58 -0000 Author: ryusuke Date: Sat Mar 23 07:31:57 2019 New Revision: 52892 URL: https://svnweb.freebsd.org/changeset/doc/52892 Log: - Merge the following from the English version: r52868 -> r52888 head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Sat Mar 23 04:50:01 2019 (r52891) +++ head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Sat Mar 23 07:31:57 2019 (r52892) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r52868 + Original revision: r52888 $FreeBSD$ --> freebsd-update 桼ƥƥưŪ˥åץǡȤ륫ͥ GENERIC ΤߤǤ - ५ͥ뤬󥹥ȡ뤵Ƥˤϡ - freebsd-update 󥹥ȡ뤷塢 + ५ͥ򥤥󥹥ȡ뤷Ƥˤϡ + freebsd-update ˤꥤ󥹥ȡ뤷塢 ͥƹۤ⤦٥󥹥ȡ뤹ɬפޤ - ʤ顢GENERIC ͥ뤬 - /boot/GENERIC ¸ߤˤϡ - ߤΥƥǼ¹ԤƤ륫ͥǤʤȤ⡢ - freebsd-update - ˤꥢåץǡȤޤ + ǥեȤΥͥ̾ GENERIC Ǥ + &man.uname.1; + ޥɤȤäƥ󥹥ȡ뤵Ƥ뤫ɤǧǤޤ GENERIC ͥ From owner-svn-doc-all@freebsd.org Sat Mar 23 08:03:03 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC0FA153F945; Sat, 23 Mar 2019 08:03:03 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 742A5849AE; Sat, 23 Mar 2019 08:03:03 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4FC2857DB; Sat, 23 Mar 2019 08:03:03 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2N83386014584; Sat, 23 Mar 2019 08:03:03 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2N833He014583; Sat, 23 Mar 2019 08:03:03 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201903230803.x2N833He014583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Sat, 23 Mar 2019 08:03:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52893 - head/ja_JP.eucJP/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/share/xml X-SVN-Commit-Revision: 52893 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 742A5849AE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2019 08:03:04 -0000 Author: ryusuke Date: Sat Mar 23 08:03:02 2019 New Revision: 52893 URL: https://svnweb.freebsd.org/changeset/doc/52893 Log: - Merge the following from the English version: r52801 -> r52885 head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml ============================================================================== --- head/ja_JP.eucJP/share/xml/news.xml Sat Mar 23 07:31:57 2019 (r52892) +++ head/ja_JP.eucJP/share/xml/news.xml Sat Mar 23 08:03:02 2019 (r52893) @@ -23,7 +23,7 @@ would like to work on. *** $FreeBSD$ - Original revision: r52801 + Original revision: r52885 --> @@ -32,6 +32,20 @@ 2019 + + + 3 + + + 20 + + +

ߥåǤ: + Mitchell Horne + (src)

+
+
+
2