From owner-svn-doc-all@freebsd.org Sun Dec 10 03:54:47 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E065E81067; Sun, 10 Dec 2017 03:54:47 +0000 (UTC) (envelope-from bjk@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 mx1.freebsd.org (Postfix) with ESMTPS id 0AB592CE8; Sun, 10 Dec 2017 03:54:46 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBA3skAl002756; Sun, 10 Dec 2017 03:54:46 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBA3skXS002755; Sun, 10 Dec 2017 03:54:46 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201712100354.vBA3skXS002755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 10 Dec 2017 03:54:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51272 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: bjk X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 51272 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 03:54:47 -0000 Author: bjk Date: Sun Dec 10 03:54:46 2017 New Revision: 51272 URL: https://svnweb.freebsd.org/changeset/doc/51272 Log: Add 2017Q3 nosh entry from Jonathan de Boyne Pollard Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml Sat Dec 9 20:30:09 2017 (r51271) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml Sun Dec 10 03:54:46 2017 (r51272) @@ -1120,4 +1120,108 @@ Implementation and testing of mirror failure/recovery. + + + The <tt>nosh</tt> Project + + + + + Jonathan + de Boyne Pollard + + J.deBoynePollard-newsgroups@NTLWorld.COM + + + + + Introduction + &os; Binary Packages + Installation How-To + Roadmap + A Slightly Outdated User Guide + Archnosh + + + +

The nosh project is a suite of system-level utilities for + initializing, running, and shutting down BSD systems; and for + managing daemons, terminals, and logging. It attempts to + supersede BSD init, the Mewburn rc.d system, + and OpenRC as used on &os; and TrueOS, drawing inspiration + from Solaris SMF for named milestones, daemontools-encore for + service control/status mechanisms, UCSPI, and IBM AIX for + separated service and system management. It comprises a range + of compatibility mechanisms, including shims for familiar + commands from other systems, and an automatic import mechanism + that takes existing configuration data from + /etc/fstab, /etc/rc.conf{,.local}, + /etc/ttys, and elsewhere, applying them to its native + service definitions and creating additional native services. + It is portable (including to Linux) and composable, it + provides a migration path from the world of systemd Linux, and + it does not require new kernel APIs. It provides clean + service environments, orderings and dependencies between + services, parallelized startup and shutdown (including + fsck), strictly size-capped and autorotated logging, + the service manager as a "subreaper", and uses + kevent(2) for event-driven parallelism.

+ +

Since the last status report, in December 2015, the project + has seen: restructured and finer-grained packaging that has + fewer conflicts with other toolsets; the addition of + zsh completion files; improvements to the vertual + terminal subsystem, keyboard map, mouse support, and ugen and + DECSCUSR support; RFC 5424/5426 remote logging support; + replacement of the libkqueue and the C library's environment + handling functions; several new helper commands; support for + Java VM autolocation; improved socket-passing code; an + extended status API and "one-shot" service support; + additional pre-supplied service bundles; support for service + aliases; improved handling of per-user D-Bus services; + improved import of MySQL, MariaDB, Percona, and OpenVPN + services; improved configuration import support; and extensive + additions to the nosh Guide.

+ +

On the recently updated roadmap you can see plans for even + more documentation, continuing the work to extend the + capabilities of the networking subsystem, and the scant + handful of rc.d-related items remaining. There are + also some ideas still in the speculative or planning phases, + including work that may depend on incorporating nosh + support into other software.

+ + + + Improve Ansible and SaltStack integration (the maintainer + of the Arch Linux nosh integration has some + ideas). + + Command-line completions are still needed for + bash, csh, and fish. + + Document convert-systemd-units for use by port + maintainers in making packaged service bundles from + systemd unit files. + + nosh could take advantage of several proposed + features for the base system: + +
    +
  • the boot loader signaling "emergency" and + "rescue"modes of operation
  • + +
  • adding machine-readable status output to + fsck
  • + +
  • adding runtime support for more + clang-compilable languages in the early bootstrap + stage
  • + +
  • adding hooks for invoking external configuration import + mechanisms
  • +
+
+
+
From owner-svn-doc-all@freebsd.org Sun Dec 10 04:02:27 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DBBAE812C6; Sun, 10 Dec 2017 04:02:27 +0000 (UTC) (envelope-from bjk@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 mx1.freebsd.org (Postfix) with ESMTPS id 680933108; Sun, 10 Dec 2017 04:02:27 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBA42QFv006860; Sun, 10 Dec 2017 04:02:26 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBA42Q7o006859; Sun, 10 Dec 2017 04:02:26 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201712100402.vBA42Q7o006859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 10 Dec 2017 04:02:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51273 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: bjk X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 51273 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 04:02:27 -0000 Author: bjk Date: Sun Dec 10 04:02:26 2017 New Revision: 51273 URL: https://svnweb.freebsd.org/changeset/doc/51273 Log: Add 2017Q3 man page entry from wblock Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml Sun Dec 10 03:54:46 2017 (r51272) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml Sun Dec 10 04:02:26 2017 (r51273) @@ -1224,4 +1224,56 @@ + + + Manual Pages + + + + + Warren + Block + wblock@FreeBSD.org + + + + + + &os; Documentation Project Primer + + + +

Over the last year, interest has increased in manual pages, in + large part due to excellent infrastructure work by Baptiste + Daroussin and others, and promotion by George Neville-Neil and + others. This increased interest has been both gratifying and + problematic. Our man pages are underappreciated gems, but we + have sadly lacked any substantial documentation on how to write + new ones.

+ +

In September, I added a new chapter to the + &os;Documentation + Project Primer describing the basics of creating a man + page. It includes descriptions of the markup, section + structure, recommended optional material such as examples, + and sample templates for the most common types of man pages. + The Resources section includes links to several external + resources, including the excellent Practical UNIX + Manuals: mdoc.

+ +

While this chapter is not a full tutorial, it does begin to fill + in a large gap in our documentation resources and provide a + starting point from which to grow.

+ + + + Add more explanation and examples of markup. + + Expand the sample templates with additional desired standard + features, like an EXAMPLES section. + + Add more sample templates. + +
From owner-svn-doc-all@freebsd.org Sun Dec 10 06:32:31 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C046E83B7E; Sun, 10 Dec 2017 06:32:31 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id 2519365AEB; Sun, 10 Dec 2017 06:32:31 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBA6WUlq068710; Sun, 10 Dec 2017 06:32:30 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBA6WULr068709; Sun, 10 Dec 2017 06:32:30 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712100632.vBA6WULr068709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sun, 10 Dec 2017 06:32:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51274 - head/en_US.ISO8859-1/htdocs/platforms X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/platforms X-SVN-Commit-Revision: 51274 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 06:32:31 -0000 Author: eadler Date: Sun Dec 10 06:32:29 2017 New Revision: 51274 URL: https://svnweb.freebsd.org/changeset/doc/51274 Log: Correctly document pc98's status Modified: head/en_US.ISO8859-1/htdocs/platforms/index.xml Modified: head/en_US.ISO8859-1/htdocs/platforms/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/platforms/index.xml Sun Dec 10 04:02:26 2017 (r51273) +++ head/en_US.ISO8859-1/htdocs/platforms/index.xml Sun Dec 10 06:32:29 2017 (r51274) @@ -56,11 +56,6 @@ Tier 3 - FreeBSD/pc98 Project - re-pc98@FreeBSD.org - Tier 2 - - FreeBSD/ppc Project freebsd-ppc@FreeBSD.org Tier 2 @@ -104,6 +99,11 @@ FreeBSD/RISC-V Project freebsd-riscv@FreeBSD.org Tier 3 beginning in FreeBSD 12 + + + FreeBSD/pc98 Project + re-pc98@FreeBSD.org + Tier 2 until FreeBSD 11. Unsupported after. From owner-svn-doc-all@freebsd.org Sun Dec 10 07:07:05 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8E38E8437B; Sun, 10 Dec 2017 07:07:05 +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 mx1.freebsd.org (Postfix) with ESMTPS id 72CFD664FC; Sun, 10 Dec 2017 07:07:05 +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 vBA774lb081374; Sun, 10 Dec 2017 07:07:04 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBA7743E081373; Sun, 10 Dec 2017 07:07:04 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201712100707.vBA7743E081373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Sun, 10 Dec 2017 07:07:04 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51275 - head/ja_JP.eucJP/htdocs/platforms X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/htdocs/platforms X-SVN-Commit-Revision: 51275 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 07:07:05 -0000 Author: ryusuke Date: Sun Dec 10 07:07:04 2017 New Revision: 51275 URL: https://svnweb.freebsd.org/changeset/doc/51275 Log: - Merge the following from the English version: r50099 -> r51274 head/ja_JP.eucJP/htdocs/platforms/index.xml Modified: head/ja_JP.eucJP/htdocs/platforms/index.xml Modified: head/ja_JP.eucJP/htdocs/platforms/index.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/platforms/index.xml Sun Dec 10 06:32:29 2017 (r51274) +++ head/ja_JP.eucJP/htdocs/platforms/index.xml Sun Dec 10 07:07:04 2017 (r51275) @@ -7,7 +7,7 @@ - + @@ -63,11 +63,6 @@ Tier 3 - FreeBSD/pc98 プロジェクト - re-pc98@FreeBSD.org - Tier 2 - - FreeBSD/ppc プロジェクト freebsd-ppc@FreeBSD.org Tier 2 @@ -111,6 +106,11 @@ FreeBSD/RISC-V Project freebsd-riscv@FreeBSD.org FreeBSD 12 から Tier 3 + + + FreeBSD/pc98 プロジェクト + re-pc98@FreeBSD.org + FreeBSD 11 までは Tier 2。それ以降はサポートされません。 From owner-svn-doc-all@freebsd.org Sun Dec 10 07:16:10 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FF1DE84687; Sun, 10 Dec 2017 07:16:10 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id DABB9668CD; Sun, 10 Dec 2017 07:16:09 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBA7G8vH085352; Sun, 10 Dec 2017 07:16:08 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBA7G8QB085351; Sun, 10 Dec 2017 07:16:08 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712100716.vBA7G8QB085351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sun, 10 Dec 2017 07:16:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51276 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 51276 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 07:16:10 -0000 Author: eadler Date: Sun Dec 10 07:16:08 2017 New Revision: 51276 URL: https://svnweb.freebsd.org/changeset/doc/51276 Log: Consulting: remove some dead entries - ish pty appears to be an educational services company. No references to FreeBSD or any other unix offering can be found on their website. - PythonByte's domain is for sale. - JCR's website is non-existent. Google shows no alternative. - Gurix's website has changed and does not appear to be a consulting company anymore. - Green IT is a parked domain. - Frigate Network's website is non-existent. Google shows no alternative. - AaronSEN is a parked domain. - Adimus is a web server without content. - Codeangels Solutions's website is non-existent. - ibermachines's website is non-existent. - raditex's website has changed (website updated; not removed) I am not removing entries of companies whose website redirects to different, but existing company. Some appears to have been bought or renamed, but I am trying to be conservative. Modified: head/share/xml/commercial.consult.xml Modified: head/share/xml/commercial.consult.xml ============================================================================== --- head/share/xml/commercial.consult.xml Sun Dec 10 07:07:04 2017 (r51275) +++ head/share/xml/commercial.consult.xml Sun Dec 10 07:16:08 2017 (r51276) @@ -19,40 +19,6 @@ South America - - Aaronsen Group, Ltd - http://www.aaronsen.com/freebsd/ - - Aaronsen Group, Ltd. advises on and implements a wide range of - internetworking technologies, including remote access, wide area - networks, international telecommunications, Intranetworking, web - applications and local area services. Many of our custom - web-enabled solutions are engineered using FreeBSD, Apache, - mod_perl, and MySQL/Oracle. Please email us at - info@aaronsen.com. Our - web site is at - http://www.aaronsen.com - and we can be reached via telephone at +1.412.391.6000. - - - - - Adimus GmbH & Co. KG - http://www.adimus.de/ - - Adimus GmbH & Co. KG is a company based in Bochum, Germany. - As a consulting partner we provide services in system - administration for all flavors of Unix and Microsoft Windows, - design and maintenance of LANs and WANs, IT security auditing - and database management. Solutions for intra- and internet - servers as well as our firewall toolkit are based on FreeBSD and - third-party products from Compaq, Peacock, Cisco and Ascend. - For more information please contact - info@adimus.de or visit our - website. - - - Acadix, LLC http://www.acadix.biz @@ -233,17 +199,6 @@ - - Codeangels Solutions - http://www.codeangels.com - - Codeangels Solutions GmbH based in Switzerland, region Zuerich. - Offers its customers a range of IT Security, Network and UNIX - Services. We utilize and support FreeBSD in our services and - solutions. - - - CodeGen Inc. http://www.codegen.com/ @@ -319,49 +274,6 @@ - - Frigate Networks - http://www.frigate.com/ - - frigate networks provides network troubleshooting, system - administration, kernel development and ports of BSD software to - commercial products such as routers and firewalls. Our Email, - DNS, and WWW servers run FreeBSD. We also provide network - management solutions based on HTTP and tcl. For more - information please - visit our web site, - call us at +1.650.903.2266, or send email to - info@frigate.com>. - - - - - Green IT Consulting - http://www.greenitc.com.au/ - - Based in Brisbane, Australia, Green IT Consulting are focused - on BSD/Linux and Open Source consultancy and support. Whether - your business already runs Linux/FreeBSD/NetBSD/OpenBSD or you - are considering the introduction of Open Source technology, - Green IT Consulting can help you every step of the way. For - more information please visit our website or send us an - email. - - - - - Gurix Web Professionals - http://www.gurix.com - - Gurix Web Professionals Web Development, design, and custom - application programming using both open source and proprietary - environments. Services also include private consulting, - emergency response coordination and various IT solutions to - maximize the effectiveness of your business. - - - HermeTek Network Solutions https://www.hermetek.com/ @@ -955,7 +867,7 @@ Raditex AB - http://raditex.nu/ + http://www.raditex.nu/ Raditex AB are a firm of consultants and also do education in Unix. We have long experience with all kinds of Unix systems @@ -1093,19 +1005,6 @@ - - INFOMATIK - http://info.matik.com.br - - INFOMATIK Tecnologia e Desenvolvimento - Brazilian Company is - offering total site support for FreeBSD Servers. We have high - performance solutions for Intranet and Internet. We are - specialized in UNIX systems since 92. Please visit our - Interactive Website or contact us per e-mail: - info@matik.com.br - - - Xetpoint http://www.xetpoint.fi/ @@ -1129,20 +1028,6 @@ - - Python Byte Solutions - http://www.pythonbyte.com/ - - Python Byte Solutions is an independent IT consulting company - based in Southwestern Ontario, Canada. We provide services - pertaining to software & web development, hosting, support, - installation, and training. We specialize in Python, Zope, - Apache, MySQL, *BSD, and Linux. You can check out our web site - or contact us directly at - info@pythonbyte.com. - - - os-cillation http://www.os-cillation.de @@ -1376,18 +1261,6 @@ - - Ibermachines Sistemas - http://www.ibermachines.com - - Ibermachines is a spanish-based company offering open source - software solutions to small and medium size organizations. We - install, configure and maintain servers and workstations mainly - running FreeBSD and GNU/Linux. Also mail, web, intranet, fax, - file and printing solutions are popular between our customers. - - - CTS Consulting and Trade Service http://www.ctseuro.com @@ -1406,16 +1279,6 @@ - - JCR Engenharia de Sistemas - http://www.jcrengenharia.com.br/ - - JCR Engenharia has more than 10 years experience in developing - FreeBSD solutions, like firewalls, Internet Servers, cluster - solutions and more. We are located in Salvador, Brazil. - - - Fortuitous Technologies http://fortuitous.com @@ -1479,23 +1342,6 @@ 10.000.000 users. Feel free to contact us at info@ethon.de or drop us a voicemail: +49.89.255456.0 - - - - - Ish Pty. Ltd. - http://www.ish.com.au - - Ish provides IT management, network security, FreeBSD and MacOS - X system administration services in Sydney, Australia. We have - designed and implemented BSD-based computer systems for a wide - variety of commercial customers, and we are available to provide - troubleshooting and advice for system administrators. As a - developer of web sites, our Java/WebObjects-based services are - all hosted on FreeBSD servers. Please call us for a chat on - +612 9550 5001, - e-mail us or - visit our web site. From owner-svn-doc-all@freebsd.org Sun Dec 10 07:31:12 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A46EE8496F; Sun, 10 Dec 2017 07:31:12 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id E73AD66D42; Sun, 10 Dec 2017 07:31:11 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBA7VBL3091962; Sun, 10 Dec 2017 07:31:11 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBA7VBgp091961; Sun, 10 Dec 2017 07:31:11 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712100731.vBA7VBgp091961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sun, 10 Dec 2017 07:31:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51277 - head/en_US.ISO8859-1/htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs X-SVN-Commit-Revision: 51277 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 07:31:12 -0000 Author: eadler Date: Sun Dec 10 07:31:10 2017 New Revision: 51277 URL: https://svnweb.freebsd.org/changeset/doc/51277 Log: abort: MIPS will not 'shortly' be supported Modified: head/en_US.ISO8859-1/htdocs/about.xml Modified: head/en_US.ISO8859-1/htdocs/about.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/about.xml Sun Dec 10 07:16:08 2017 (r51276) +++ head/en_US.ISO8859-1/htdocs/about.xml Sun Dec 10 07:31:10 2017 (r51277) @@ -45,7 +45,7 @@

FreeBSD brings advanced network operating system features to appliance and embedded platforms, from higher-end Intel-based appliances to Arm, PowerPC, - and shortly MIPS hardware platforms. From + and MIPS hardware platforms. From mail and web appliances to routers, time servers, and wireless access points, vendors around the world rely on FreeBSD's integrated build and From owner-svn-doc-all@freebsd.org Sun Dec 10 12:34:31 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A156E8B73A; Sun, 10 Dec 2017 12:34:31 +0000 (UTC) (envelope-from wschnr@googlemail.com) Received: from mail-yw0-x243.google.com (mail-yw0-x243.google.com [IPv6:2607:f8b0:4002:c05::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 474566F66C; Sun, 10 Dec 2017 12:34:31 +0000 (UTC) (envelope-from wschnr@googlemail.com) Received: by mail-yw0-x243.google.com with SMTP id x199so6845215ywg.5; Sun, 10 Dec 2017 04:34:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=QUxehhX/bYBxOk1ut/pIaroH+YRuniixNzLLP8nhMB8=; b=OBMu7PXgiFV6rr7PEr4XcUunU5zFUx/k4zQ4l9OKpgFfWpxuhId2KBgaGKTy2vb/Id SCPuBCEOERFVib29I+eizHVajqmZm2OWQqDmV3ClXb0nkw4liiUs6qQrFbCKf0jVcX14 jQOsYxsS5VefDbZeT5KVhrDdlSnj/UyccmdKcRBXgLpN98IJKzH8sMUInoNzSu02H0zh JH3QQDJ7yBfapV9XRan/zTmSm+XqICp8mdMgkXpGhGeZMNCIvZNiClKfLIgNEIx3M4x0 gkRxhAdbMNDogkisXmvfBJve0KgQfP8Wu8cj8MUPncHgZvaukZXReKgjr7QazW1qjiRn N2Ew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=QUxehhX/bYBxOk1ut/pIaroH+YRuniixNzLLP8nhMB8=; b=nFno6l83JDa3akEiqvc+tpRVew08qX4Iu5QkrGWSJkm+gt4c13VuZ8l7MBxmraYlHD HS2HxX753p0HeElRnf3UkSnN3fIwLDeiMD7bnEWL5+C5kB3/4HDRUCMxLe3c2fWE401V fkO0mIbVwdyOx9QO1j5rycCz/yGFEtjPxP/jNanwglykC5kQNWleRFtAg975qCA2BAIT sbVMkqrNvX8StIGbutQjBvIhCZbLRSeZ1Ss4LcGeNrnJvldy91xByTk0aW7MUqxByP2B 3OvfCs8p/5/A8fmi0TjnuEKrXpw3r3tk1n6JXnBifm821WC+E3MQ3+Q4xRt11SYFAMiy HVHQ== X-Gm-Message-State: AJaThX6DhSAurxfmVgFKVriSfn7QwmQ+a2rv+LUIYBmBqRDnr/MMEl+n ooeMY+hnbotJgODbGip64H/QlbuXrvw9kdWnkIr3fw== X-Google-Smtp-Source: AGs4zMa3rJne3lhuf1j2cwc0133YtpbbnjEN7Un5gKjT46+aFw61WyIv7sp82fKJUMkVZrIS5Bimv0qZ39CoAnOE5YM= X-Received: by 10.129.119.66 with SMTP id s63mr26234420ywc.66.1512909270290; Sun, 10 Dec 2017 04:34:30 -0800 (PST) MIME-Version: 1.0 Sender: wschnr@googlemail.com Received: by 10.37.45.90 with HTTP; Sun, 10 Dec 2017 04:34:14 -0800 (PST) In-Reply-To: <51fe9e8a-9bcc-4929-5774-b0efb6cf51cc@mat.cc> References: <201710061044.v96Ai0We005019@repo.freebsd.org> <51fe9e8a-9bcc-4929-5774-b0efb6cf51cc@mat.cc> From: Wolfram Schneider Date: Sun, 10 Dec 2017 13:34:14 +0100 X-Google-Sender-Auth: TZKio_tXNkSmJSmoAPPylqMdW78 Message-ID: Subject: Re: svn commit: r51065 - head/share/mk To: Mathieu Arnold , Wolfram Schneider Cc: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 12:34:31 -0000 On 4 December 2017 at 12:34, Mathieu Arnold wrote: > Le 01/12/2017 =C3=A0 17:44, Wolfram Schneider a =C3=A9crit : >> On 29 November 2017 at 15:53, Mathieu Arnold wrote: >>> Le 06/10/2017 =C3=A0 12:44, Wolfram Schneider a =C3=A9crit : >>>> Author: wosch >>>> Date: Fri Oct 6 10:44:00 2017 >>>> New Revision: 51065 >>>> URL: https://svnweb.freebsd.org/changeset/doc/51065 >>>> >>>> Log: >>>> 'make obj' doesn't really work for the docs, disable it by default >>>> >>>> PR: 222488 >>> >>> It does if you run: >>> >>> make obj && make objlink && make >>> >>> now I have to carry a local patch that arcanist keeps complaining about= :( >> what is arcanist and where does we use it in the documentation build? >> At which point our build process depends on "obj"? > > Unless I misunderstand how all this works, using MAKEOBJDIRPREFIX > requires obj. I work on different branches at the same time, so I set: > > current_branch=3D$(git rev-parse --abbrev-ref HEAD) > export MAKEOBJDIRPREFIX=3D/tmp/doc/${current_branch}/obj > > to make sure the different branches are build in different places. > >> BTW, I didn't removed the obj code. It is just disabled by default for >> the doc project. You can enable it again by setting the env variables. > > > The only way to re-enable the objcode is to remove that line. Which then > makes my checkout unclean, which many tools complain about. (arcanist > being one of them, but git svn complains too.) I checked /usr/share/mk/bsd.obj.mk . The file does a test if NO_OBJ is defined, not about the value. So, you cannot unset it on the command line with: $ make NO_OBJ=3D"" or $ export NO_OBJ=3D""; make It is unlikely this will be get fixed soon. I will revert my change. PS: I still think that 'make obj' doesn't really work for the doc project. But for now, you have to disable it yourself on the command line or in your ~/.profile. -Wolfram --=20 Wolfram Schneider https://wolfram.schneider.org From owner-svn-doc-all@freebsd.org Sun Dec 10 12:47:01 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB105E8BBE4; Sun, 10 Dec 2017 12:47:01 +0000 (UTC) (envelope-from wosch@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 mx1.freebsd.org (Postfix) with ESMTPS id B7CB36FC0B; Sun, 10 Dec 2017 12:47:01 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBACl02S022573; Sun, 10 Dec 2017 12:47:00 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBACl0OV022572; Sun, 10 Dec 2017 12:47:00 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201712101247.vBACl0OV022572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Sun, 10 Dec 2017 12:47:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51278 - head/share/mk X-SVN-Group: doc-head X-SVN-Commit-Author: wosch X-SVN-Commit-Paths: head/share/mk X-SVN-Commit-Revision: 51278 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 12:47:02 -0000 Author: wosch Date: Sun Dec 10 12:47:00 2017 New Revision: 51278 URL: https://svnweb.freebsd.org/changeset/doc/51278 Log: Do not set NO_OBJ=YES in a Makefile because /usr/share/mk/bsd.obj.mk does a test if NO_OBJ is defined, but not about the value. Which means you cannot unset NO_OBJ on the command line or with env variable: $ make NO_OBJ="" or $ export NO_OBJ=""; make I still think that 'make obj' doesn't really work for the doc project. But for now, you have to disable it yourself on the command line or in your ~/.profile. This is a revert of r51065 Modified: head/share/mk/doc.project.mk Modified: head/share/mk/doc.project.mk ============================================================================== --- head/share/mk/doc.project.mk Sun Dec 10 07:31:10 2017 (r51277) +++ head/share/mk/doc.project.mk Sun Dec 10 12:47:00 2017 (r51278) @@ -58,7 +58,7 @@ # # 'make obj' doesn't really work for the docs, disable it -NO_OBJ?= YES +#NO_OBJ?= YES # Document-specific defaults DOCFORMAT?= docbook From owner-svn-doc-all@freebsd.org Sun Dec 10 16:37:24 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEC4EE90300; Sun, 10 Dec 2017 16:37:24 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id 91BD87643E; Sun, 10 Dec 2017 16:37:24 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAGbNUK019396; Sun, 10 Dec 2017 16:37:23 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAGbN2v019395; Sun, 10 Dec 2017 16:37:23 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712101637.vBAGbN2v019395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sun, 10 Dec 2017 16:37:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51279 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 51279 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 16:37:24 -0000 Author: eadler Date: Sun Dec 10 16:37:23 2017 New Revision: 51279 URL: https://svnweb.freebsd.org/changeset/doc/51279 Log: Consulting: remove some dead entries - advansys's website is non-existant - ALE Software's website is unrelated to BSD/Linux consulting - mindstep's website does not resolve (two checks). Google shows no alternative. - Mseuss Unternehmensberatung's website resolves to a ad/gambling website. - OpenTrend's website does not resolve. Google shows no alternative. Modified: head/share/xml/commercial.consult.xml Modified: head/share/xml/commercial.consult.xml ============================================================================== --- head/share/xml/commercial.consult.xml Sun Dec 10 12:47:00 2017 (r51278) +++ head/share/xml/commercial.consult.xml Sun Dec 10 16:37:23 2017 (r51279) @@ -33,21 +33,6 @@ - - Advance Systems Group - http://www.advansys.net/ - - Advance Systems Group builds, administrates, and maintains - Intranet/Internet networks using FreeBSD and other UNIX - operating systems. ASG also provides a variety of other - services including domain name hosting, web site construction, - and software training. For more information, please phone us at - +1.317.507.4229, e-mail - sales@advansys.net, or - visit our web site. - - - A-Team Systems http://www.ateamsystems.com/ @@ -63,19 +48,6 @@ - - ALE Software - http://linux.wroclaw.pl/ - - We offer IT consulting, systems integration and corporate - information systems based on BSD software. For more - information, email - admin@linux.wroclaw.pl - or visit our website. We - operate mostly in Eastern Europe (Poland). - - - Adminia Sistemas http://www.adminia.es/ @@ -469,17 +441,6 @@ - - MindStep Corp. - http://www.mindstep.com/ - - MindStep Corp. configure and maintain Intranet/Internet networks - using FreeBSD and other Unix operating systems. MindStep also - offers products and provides software development services - customized to fit the needs of corporations of any size. - - - myserver.bg https://myserver.bg/en @@ -990,21 +951,6 @@ - - OpenTrend Solutions Ltd - http://www.opentrend.net - - OpenTrend Solutions Ltd provides consulting and facilities - management services through Canada. We specialize in supporting - FreeBSD, NetBSD, OpenBSD and Linux, and have specialist skills - in system administration, security and network design & - management. We donate 2% of gross profits to the support of - open source software and have partnered with organisations in - the United States and Australia to better support multi-national - clients. - - - Xetpoint http://www.xetpoint.fi/ @@ -1162,24 +1108,6 @@ email or visit our website. We operate in the United Kingdom. - - - - - Mseuss Unternehmensberatung - http://www.msuess.de - - Msuess Unternehmensberatung is a consulting company based in - Schwandorf (near Regensburg), Germany. As a consulting / isv - partner we are developing web-portals (using Python and - ZOPE/Plone on FreeBSD) and developing individual solutions - (Python, Tcl/tk, ADA) on FreeBSD. We also provide ZOPE - administration and consulting on FreeBSD and other *ix-like - systems. We are the main sponsor of the German - ix-wiki. For more - information please contact - freebsd@msuess.de or - visit our website. From owner-svn-doc-all@freebsd.org Sun Dec 10 17:25:16 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8E21E91ACB; Sun, 10 Dec 2017 17:25:16 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id B54AA7850B; Sun, 10 Dec 2017 17:25:16 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAHPFjV039900; Sun, 10 Dec 2017 17:25:15 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAHPFEn039899; Sun, 10 Dec 2017 17:25:15 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712101725.vBAHPFEn039899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sun, 10 Dec 2017 17:25:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51280 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 51280 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 17:25:17 -0000 Author: eadler Date: Sun Dec 10 17:25:15 2017 New Revision: 51280 URL: https://svnweb.freebsd.org/changeset/doc/51280 Log: misc: remove some dead entries - ScotGold Products's domain is for sale Modified: head/share/xml/commercial.misc.xml Modified: head/share/xml/commercial.misc.xml ============================================================================== --- head/share/xml/commercial.misc.xml Sun Dec 10 16:37:23 2017 (r51279) +++ head/share/xml/commercial.misc.xml Sun Dec 10 17:25:15 2017 (r51280) @@ -20,15 +20,6 @@ - - ScotGold Products - http://www.scotgold.com/acatalog/ScotGold_Catalogue_BSD_Daemon_Stuff_3.html - - ScotGold Products design and manufacture PC case badges, including a - BSD daemon badge with the permission and blessing of Kirk McKusick. - - - ExaVault http://www.exavault.com From owner-svn-doc-all@freebsd.org Sun Dec 10 17:35:06 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22BFBE91EB5; Sun, 10 Dec 2017 17:35:06 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id F105678A1F; Sun, 10 Dec 2017 17:35:05 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAHZ5b6043917; Sun, 10 Dec 2017 17:35:05 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAHZ5wc043916; Sun, 10 Dec 2017 17:35:05 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712101735.vBAHZ5wc043916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sun, 10 Dec 2017 17:35:05 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51281 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 51281 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 17:35:06 -0000 Author: eadler Date: Sun Dec 10 17:35:04 2017 New Revision: 51281 URL: https://svnweb.freebsd.org/changeset/doc/51281 Log: hardware: remove some dead entries - Stallion's domain is for sale - RandD's website is an unrelated blog. servetheweb does not resolve - Pyramid computer is a chess supplier - Netwolves domain does not resolve Modified: head/share/xml/commercial.hardware.xml Modified: head/share/xml/commercial.hardware.xml ============================================================================== --- head/share/xml/commercial.hardware.xml Sun Dec 10 17:25:15 2017 (r51280) +++ head/share/xml/commercial.hardware.xml Sun Dec 10 17:35:04 2017 (r51281) @@ -422,25 +422,6 @@ - - NetWolves Corporation - http://www.netwolves.com - - NetWolves Corporation produces the FoxBox line of Multi-services - Internet Communications Gateway systems. These Internet Access - Devices offer a three stage firewall, unlimited e-mail, site hosting, - filtered browsing, web and DNS caching, DHCP for ease of set up, file - sharing/serving, e-mail archiving, and a series of productivity - enhancing reports - cost effectively. The FoxBox OS is based on - FreeBSD. Bandwidth options range from V.90 modems to T-1, cable - modems, and DSL speeds. The FoxBox provides Internet access for - between 8 and 1000 users on one or more LANs and is available - internationally through our VAR reseller network. Visit our site for more information or - contact us by email. - - - iXsystems http://www.iXsystems.com/ @@ -505,25 +486,6 @@ - - R and D Associates, Inc. - http://www.RnDAssociates.com/ - - R and D Associates, Inc. developed ServeTheWeb.com utilizing FreeBSD - running Apache. We employed consulting services from Poul-Henning Kamp to develop our - Virtual Server solution (which is now available in FreeBSD 4.0).

ServeTheWeb.com is our System - Admin level of Virtual Servers. Please visit www.ServeTheWeb.com for - additional information on this product.

R and D Associates, - Inc. is an application development firm, specializing in - client/server designs. We use FreeBSD, running Apache and utilizing - PHP's and MySQL (As well as NT with ASP's and SQL/Access).

- -
- Perle Specialix http://www.perle.com/ @@ -534,23 +496,6 @@ - - Stallion Technologies, Inc. - http://www.stallion.com/ - - Stallion Technologies, Inc. offers a range of multiport serial boards - for the ISA, EISA, MCA and PCI buses. Although Stallion does not - officially support drivers for FreeBSD, there is an unsupported, - freely available driver available from their FTP site. - This driver supports the Stallion - EasyIO, EasyConnection 8/32 and - EasyConnection 8/64 PCI range of multiport boards. - For local pricing and availability information, contact Stallion - via their WWW page. - - - StoreAnyWhere.com http://StoreAnyWhere.com/ @@ -651,26 +596,6 @@ offers a full range of open source operating systems configured on its systems, including FreeBSD. For more information, contact eRacks at info@eracks.com. - - - - - Pyramid computer - http://www.pyramid-usa.com - - Pyramid Computer is a leading supplier of custom branded appliance - solutions to ISVs and OEMs. We will enable you to deliver an - appliance solution that meets your exact needs. We offer a - complete range of design, manufacturing and logistics services - that allow you to effortlessly deliver a superior product to - customers on a world wide basis, and focus your attention on core - business activities. We are experts in FreeBSD, as well as Linux - based appliances. Most of all, Pyramid Computer is a service - oriented supplier. We distinguish ourselves by our ability to - craft programs to the unique needs of your business, and to meet - your expectations in all our endeavors. Please contact us to - learn more about how we can help you to achieve your business - objectives. From owner-svn-doc-all@freebsd.org Sun Dec 10 20:30:08 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF63AE9AAE9; Sun, 10 Dec 2017 20:30:08 +0000 (UTC) (envelope-from brd@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 mx1.freebsd.org (Postfix) with ESMTPS id 7B9F919F7; Sun, 10 Dec 2017 20:30:08 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAKU78K015398; Sun, 10 Dec 2017 20:30:07 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAKU7Rf015397; Sun, 10 Dec 2017 20:30:07 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201712102030.vBAKU7Rf015397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Sun, 10 Dec 2017 20:30:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51282 - head/en_US.ISO8859-1/htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: brd X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs X-SVN-Commit-Revision: 51282 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 20:30:08 -0000 Author: brd Date: Sun Dec 10 20:30:07 2017 New Revision: 51282 URL: https://svnweb.freebsd.org/changeset/doc/51282 Log: Fix typo Arm -> ARM. Modified: head/en_US.ISO8859-1/htdocs/about.xml Modified: head/en_US.ISO8859-1/htdocs/about.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/about.xml Sun Dec 10 17:35:04 2017 (r51281) +++ head/en_US.ISO8859-1/htdocs/about.xml Sun Dec 10 20:30:07 2017 (r51282) @@ -44,7 +44,7 @@

Advanced Embedded Platform

FreeBSD brings advanced network operating system features to appliance and embedded platforms, from - higher-end Intel-based appliances to Arm, PowerPC, + higher-end Intel-based appliances to ARM, PowerPC, and MIPS hardware platforms. From mail and web appliances to routers, time servers, and wireless access points, vendors around the From owner-svn-doc-all@freebsd.org Sun Dec 10 20:54:31 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6996DE9C13A; Sun, 10 Dec 2017 20:54:31 +0000 (UTC) (envelope-from jmg@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 mx1.freebsd.org (Postfix) with ESMTPS id 35B6F35A2; Sun, 10 Dec 2017 20:54:31 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAKsU4d028964; Sun, 10 Dec 2017 20:54:30 GMT (envelope-from jmg@FreeBSD.org) Received: (from jmg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAKsUcb028963; Sun, 10 Dec 2017 20:54:30 GMT (envelope-from jmg@FreeBSD.org) Message-Id: <201712102054.vBAKsUcb028963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmg set sender to jmg@FreeBSD.org using -f From: John-Mark Gurney Date: Sun, 10 Dec 2017 20:54:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51283 - head/en_US.ISO8859-1/articles/freebsd-update-server X-SVN-Group: doc-head X-SVN-Commit-Author: jmg X-SVN-Commit-Paths: head/en_US.ISO8859-1/articles/freebsd-update-server X-SVN-Commit-Revision: 51283 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 20:54:31 -0000 Author: jmg (src committer) Date: Sun Dec 10 20:54:30 2017 New Revision: 51283 URL: https://svnweb.freebsd.org/changeset/doc/51283 Log: switch to d/l'ing source of freebsd-update-server to be more secure than unauthenticated HTTP. Reviewed by: delphij Modified: head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml Modified: head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml Sun Dec 10 20:30:07 2017 (r51282) +++ head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml Sun Dec 10 20:54:30 2017 (r51283) @@ -126,9 +126,9 @@ Download the freebsd-update-server software by installing - devel/subversion, and execute: + devel/subversion and security/ca_root_nss, and execute: - &prompt.user; svn co http://svn.freebsd.org/base/user/cperciva/freebsd-update-build freebsd-update-server + &prompt.user; svn co https://svn.freebsd.org/base/user/cperciva/freebsd-update-build freebsd-update-server Update scripts/build.conf appropriately. It is sourced during all build From owner-svn-doc-all@freebsd.org Sun Dec 10 23:31:39 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4B5AEA1379; Sun, 10 Dec 2017 23:31:39 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id 7EF5668667; Sun, 10 Dec 2017 23:31:39 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBANVcuJ093920; Sun, 10 Dec 2017 23:31:38 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBANVcER093919; Sun, 10 Dec 2017 23:31:38 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712102331.vBANVcER093919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sun, 10 Dec 2017 23:31:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51284 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 51284 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 10 Dec 2017 23:31:39 -0000 Author: eadler Date: Sun Dec 10 23:31:38 2017 New Revision: 51284 URL: https://svnweb.freebsd.org/changeset/doc/51284 Log: hardware: remove some dead entries - All My Data's website returns 500 - Association Kazar - kazar.nets server IP address could not be found. - bay hosting - connecting times out - beastiecloud connecting times out - bsdvm - "BSDvm is shutting down its VPS and cloud hosting" - bsdjails - website is "under redesign" with no alternative - fxservices - "www.fx-services.com refused to connect." - elantech - www.elantech.ru took too long to respond. - inetassociation - www.inetassociation.com took too long to respond. - Mambobado - domain is for sale - negimaki - "www.negimaki.com refused to connect." - panthertech - no content on the website - ppgnetworksolutions - "www.ppgnetworksolutions.coms server IP address could not be found." - Rokabear Hosting Services - "rokabear.coms server IP address could not be found." - s4servers - www.s4servers.coms server IP address could not be found. - sevenl - Expired cert, invalid cn, no reference to FreeBSD - sh3lls - serving only ads - verio - FreeBSD hosting is now a 404, Modified: head/share/xml/commercial.isp.xml Modified: head/share/xml/commercial.isp.xml ============================================================================== --- head/share/xml/commercial.isp.xml Sun Dec 10 20:54:30 2017 (r51283) +++ head/share/xml/commercial.isp.xml Sun Dec 10 23:31:38 2017 (r51284) @@ -127,27 +127,6 @@ - - Bay Hosting - http://www.bayhosting.co.uk/ - - UK based FreeBSD hosting in secure, resilient facilities. - Customised firewalls, managed servers, website hosting, - e-mail hosting with virus/spam-scanning. - - - - - BeastieCLOUD - http://www.beastiecloud.de - - BeastieCLOUD offers high quality FreeBSD hosting solutions in - german speaking territories (D-A-CH). We provide individual - server configurations to match any demand of our customers. - "Good isn't good enough if there is a way to do it better!" - - - Bewide Internet Service Provider http://www.bewide.com @@ -175,25 +154,6 @@ - - BSDjails.net - http://bsdjails.net/ - - BSDJAILS.net offers a wide variety of FreeBSD vServers including Gigabit - and native IPv6 FreeBSD vServers at the best price. - - - - - BSD Virtual Machines - http://bsdvm.com - - Our company offers virtual private servers on the most stable in the world - BSD platform. This includes operating systems from BSD family such as - FreeBSD, OpenBSD and NetBSD. - - - DBI Hosting http://www.dbihosting.com @@ -472,13 +432,6 @@ - - PantherTech Media Solutions - http://www.panthertech.de/ - PantherTech offers low-cost CMS Hosting on FreeBSD. - - - peaknetworks https://www.peaknetworks.net @@ -543,37 +496,6 @@ - - Internet Engineering Association, LLC - http://www.inetassociation.com/ - - Internet Engineering Association, LLC specializes in providing - extremely secure, private and reliable Internet services. Our - complete website and email services provide clients a reliable, - worry free environment. Every server we use to provide service - runs on FreeBSD. Our technical infrastructure is housed within - state-of-the-art Internet Data Center facilities located in - Tokyo and San Francisco. Our systems are designed to be extremely - secure and reliable. - - - - - Association Kazar - http://kazar.net - - Association Kazar, located in Paris, France, is a non-profit - organization that provides for everybody the ability to host - servers in our co-location, but also to use our co-location - services for web, email, ftp, and databases. We are online since - 1996, and use FreeBSD for almost everything. We provide as well - connectivity and many other services for people located in Paris. - We host mailing lists for free if a member uses at least one of - our services. We are fans of FreeBSD and use it on - intel/amd64/sparc64 machines. - - - Venigo Internet Services http://www.venigo.fr/ @@ -602,16 +524,6 @@ - - Seiretto - UK FreeBSD Web Hosting - http://www.s4servers.com/ - - Providing UK Dedicated servers and shared hosting - accounts on the bullet-proof FreeBSD operating system that we all - know and love. - - - SmartServ Hosting http://www.smart-serv.net/ @@ -648,16 +560,6 @@ - - Negimaki - http://www.negimaki.com - - Negimaki uses FreeBSD in addition to providing training, support - and web hosting for WordPress, gallery and PixelPost. Free - (open-source) personal publishing platforms. - - - netcup GmbH http://www.netcup.de/ @@ -754,17 +656,6 @@ - - All My Data - http://www.amdwebhost.com - - We offer several shared, reseller and shell hosting plans on - FreeBSD platform that will meet and exceed all of your web - presence needs from small personal family web sites to full blown - online e-commerce solutions. - - - bytecamp GmbH http://www.bytecamp.net/ @@ -833,49 +724,6 @@ - - F/X Services Managed Hosting - http://www.fx-services.com/ - - We specialize in Internet Services and we have been doing so since - 1999. We do this in a no-nonsense way: no long lists of - tech-terms, just information that matters. We are your partner if - you are looking for: Colocating and/or managing dedicated server(s), - Online backup / storage service, High quality webhosting for your - site(s), Domain registration(s), Anti-Spam and Anti-Virus - mailscanning services, Hosting of mailinglists, from low to high - volume - - - - - ElanTech, Ltd. - http://www.elantech.ru/ - - We are providing wide range of IT services for small business - companies in our region (Moscow, Russia). Our main tasks - IT - outsourcing and WEB development. As part of IT support and - building networks for our customers we use the reliable and - efficient OS - FreeBSD. All our WEB developers use FreeBSD - as comfortable development hosting platform. Please, be free to - - contact us. - - - - - Sh3lls Limited - http://www.sh3lls.net/ - - Sh3lls Limited provides FreeBSD based - VPS using the FreeBSD Jails Technology, as well as FreeBSD - based unix shell accounts for IRC. Our FreeBSD VPS and IRC - shells are both highly DDOS protected and we have been in - business since 2003. - - - Shockmedia http://www.shockmedia.nl @@ -997,17 +845,6 @@ - - PPG Network Solutions - http://www.ppgnetworksolutions.com - - PPG Network Solutions offers Web Hosting exclusively on FreeBSD. - We have hosting packages for personal to medium sized businesses. - All of our services are backed by administrators who's passion is - to keep there sites up and running. - - - Crucial Servers LLC http://www.crucialservers.net @@ -1022,23 +859,6 @@ - - Verio - http://www.verio.com/freebsd - - With our FreeBSD VPS v3 and MPS v2, we combine more that 10 years - of virtualization and managed experience with the proven - stability, performance, and security of the FreeBSD VPS 6.x - operating system. For over a decade the Verio name has stood for - "true pricing" (with no hidden costs), FairShare resource - management, bulletproof security, triple-data backups, easy - application installations and upgrades, and industry-leading - reliability. So multiply your possibilities with the Verio FreeBSD - VPS and MPS and know that you're doing business with a strong - provider! - - - Infotime Internet http://www.infotime.net @@ -1089,17 +909,6 @@ - - Mambo Bado Inc. - http://www.mambobado.com - - Custom software development and software consulting services - provider. Experienced at developing for and porting to BSD - environments. For more information please visit our - web site. - - - MindSalt Timesheet and Expense http://www.mindsalt.com @@ -1170,25 +979,6 @@ - - Rokabear Hosting Services - http://rokabear.com/ - - Rokabear.com offers KVM VPS and Dedicated servers that run - FreeBSD 9.0. Rokabear has focused their services towards - knowledgeable users who know what they want, and know how to run - their systems their way. With a KVM VPS you are allowed to - install FreeBSD exactly as you want it. Right from the - beginning everything is under your control. A secure VNC based - console allows you to have full access! Rokabear.com knows how - to take your experience to the next level. Rokabear values its - reputation for uptime, reliability and performance as much as you - do. Check out a KVM VPS and see why - people are flocking to KVM over XEN and VMWare. - - - RootBSD http://www.rootbsd.net @@ -1262,21 +1052,6 @@ based on FreeBSD. Our servers can optionally be offshored or protected against DDOS attacks. The company was established in 2014 but has been in the hosting industry since 2003. - - - - - SevenL Networks Inc. - https://www.sevenl.net - - SevenL Networks Inc. providing - affordable - FreeBSD dedicated server hosting, VPS, managed web server - offerings, colocation, data center space and other hosting services - since 2003. SevenL currently hosts server infrastructure for Gentoo, - Arch Linux, Linux Mint, CentOS, Startcom Linux and a number of open - source software projects. SevenL Networks is located in Toronto, - Canada. From owner-svn-doc-all@freebsd.org Mon Dec 11 06:36:15 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 670ADE87CEC; Mon, 11 Dec 2017 06:36:15 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id 24838741B3; Mon, 11 Dec 2017 06:36:15 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB6aEBE072401; Mon, 11 Dec 2017 06:36:14 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB6aEdJ072400; Mon, 11 Dec 2017 06:36:14 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712110636.vBB6aEdJ072400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Mon, 11 Dec 2017 06:36:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51285 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 51285 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 11 Dec 2017 06:36:15 -0000 Author: eadler Date: Mon Dec 11 06:36:13 2017 New Revision: 51285 URL: https://svnweb.freebsd.org/changeset/doc/51285 Log: commercial: update some old entries - Polyhedra - update website - Relex US - website serves ads - Yard - empty website; ftp requires authentication Modified: head/share/xml/commercial.software.xml Modified: head/share/xml/commercial.software.xml ============================================================================== --- head/share/xml/commercial.software.xml Sun Dec 10 23:31:38 2017 (r51284) +++ head/share/xml/commercial.software.xml Mon Dec 11 06:36:13 2017 (r51285) @@ -938,7 +938,7 @@ Polyhedra - http://www.polyhedra.com + https://www.enea.com/polyhedra Polyhedra is a main-memory, object-relational database that is ideally suited for mission-critical applications requiring @@ -947,11 +947,11 @@ availability and continuous operation.

The Object-relational database can contain objects that handle IP-based protocols, with object methods running in the database process itself and accessible - to other objects/information stored in the database. Our own web - site, www.polyhedra.com, + to other objects/information stored in the database. + our web site provides an example of Polyhedra, acting as both the web server and the information store, including free downloads available for trying - Polyhedra on FreeBSD in Linux mode.

+ Polyhedra on FreeBSD in Linux mode.

@@ -987,27 +987,6 @@ - - Relex US, Inc. - http://www.relexus.com/ - - Relex US, Inc. present: -
    -
  • RDBMS Linter(tm) SQL has a - client-server architecture and supports SQL-92, ODBC, and JDBC - interfaces. User access is available through PHP, Perl, TCL/TK, and - a C/C++ language call interface.Linter includes search engine and - replication server capabilities, is well designed for embedded - systems, and is currently ported to more than 20 operating systems.
  • -
  • Our Ticket Tracking System is suitable for resolving - problems ranging from software bugs to consumer product complaints.
  • -
  • Nevod is a system for data warehousing & mining.
  • -
  • Lakuna is a program for rapid database application - development.
  • -
-
-
- Revolution http://www.runrev.com/ @@ -1355,19 +1334,6 @@ eCluster(tm) software. New Internet Clustering Technology is designed to cluster Intranet/Internet Servers into virtual groups, where server load balancing and fail safe is made possible. - - - - - YARD Software GmbH - http://www.yard.de/ - - YARD Software GmbH provides its relational ANSI-SQL database for - FreeBSD systems. YARD-SQL is available on most UNIX systems - and has interfaces for C, ODBC (MS Windows) and JDBC (Java). A - Private Edition for private, non-commercial use can be downloaded - from ftp://ftp.yard.de/pub/private/. From owner-svn-doc-all@freebsd.org Mon Dec 11 06:53:58 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54792E88112; Mon, 11 Dec 2017 06:53:58 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id 0853B748B5; Mon, 11 Dec 2017 06:53:57 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB6rv8X080388; Mon, 11 Dec 2017 06:53:57 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB6rvvN080387; Mon, 11 Dec 2017 06:53:57 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712110653.vBB6rvvN080387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Mon, 11 Dec 2017 06:53:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51286 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 51286 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 11 Dec 2017 06:53:58 -0000 Author: eadler Date: Mon Dec 11 06:53:56 2017 New Revision: 51286 URL: https://svnweb.freebsd.org/changeset/doc/51286 Log: commercial: update some old entries - anoigo - serves only ads - bsrpar - serves only ads - CheapBytes - www.cheapbytes.coms server IP address could not be found. - infinitum - personal website - Inlab Software GmbH - www.munich.net took too long to respond. - iSoftPlus - You don't have permission to access / on this server. - Lingua-Systems Software GmbH - domain is for sale - Mercantec, Inc. - Windows Server ad - motifdeveloper - no activity since 2008 - netboz - www.netboz.nets server IP address could not be found. - Sage Electronic Engineering - www.se-eng.coms server IP address could not be found. - SlickEdit - no more FreeBSD version - softmaker - website returns 404 - TrackSite - redirects to travel ads site - webcrossing - webcrossing.coms server IP address could not be found. - matadordesign - domain is for sale Modified: head/share/xml/commercial.software.xml Modified: head/share/xml/commercial.software.xml ============================================================================== --- head/share/xml/commercial.software.xml Mon Dec 11 06:36:13 2017 (r51285) +++ head/share/xml/commercial.software.xml Mon Dec 11 06:53:56 2017 (r51286) @@ -113,21 +113,6 @@ - - BSRSoft LTDA - http://soft.bsrpar.com/ - - BSRSoft LTDA is a brazilian open source solutions provider for - infrastructure and FreeBSD based HPC/HA/scientific computing. We - offer BSRSoft ServerUX, - a FreeBSD enterprise distribution for high security and HA needs, - AI software, securty and integrity software. For further - information please visit our website. - - - Ballista http://www.secnet.com/ballista/ @@ -166,20 +151,6 @@ - - CheapBytes - http://www.cheapbytes.com/ - - CheapBytes, a company that specializes in low-cost technical - products, now has FreeBSD products available on CD-ROM. - Among our offerings, you will find FreeBSD CD-ROM sets and FreeBSD - related books. For further information, please see www.cheapbytes.com or send - e-mail to: sales@cheapbytes.com. - - - CoSORT http://www.cosort.com @@ -521,35 +492,6 @@ - - Infinitum Group - http://www.infinitum.nl - - Infinitum Group provides several high-end solutions, based upon - FreeBSD and other *NIX/BSD based platforms. Our - do-maintenance-yourself website product runs on FreeBSD, in - combination with Zope. If you would - like an easy maintenance website or custom software development, - please contact us at info@infinitum.nl or by phone at - +31 (0)70-3108950. - - - - - Inlab Software GmbH - http://www.munich.net/inlab/scheme/ - - Inlab Software GmbH offers binaries of Inlab-Scheme for - FreeBSD and Linux (FREE for personal or educational use). - Inlab-Scheme is a R4RS-compliant Scheme, which is capable of reading - and writing TIFF and XBM-bitmaps to and from a special internal - bitmap type. With built-in primitives for image processing, - Inlab-Scheme can be a general tool for tasks like optical character - recognition and general analysis and processing of bitmap data. - - - InterBase http://www.interbase.com @@ -699,35 +641,6 @@ - - Mercantec, Inc. - http://www.mercantec.com/ - - Mercantec, Inc. develops SoftCart(tm), a complete retail - electronic commerce solution for marketing and selling goods and - services on the World Wide Web. Mercantec sells its products through - a worldwide network of Internet Service Providers (ISPs) and Web - hosting service providers, Web consultants, software developers, - integrators, and OEMs. Visit us at www.mercantec.com, contact us - through email at info@mercantec.com, or call us - at +1.630.305.3200. - - - - - motifdeveloper.com - http://www.motifdeveloper.com/ - - motifdeveloper.com provides both the Open Motif toolkit for FreeBSD - via download and also a range of technical information, resources, - and in-depth hints and tips for X/Motif developers. To download Open - Motif for FreeBSD, please visit www.motifdeveloper.com. - - - Muonics http://www.muonics.com/Products/MIBSmithy/ @@ -783,17 +696,6 @@ - - NetBoz Firewall - http://www.netboz.net/ - - NetBoz Firewall Free CD-ROM bootable firewall. No hard disk required. - Web administration interface, real time traffic monitoring and more. - Visit our web site www.netboz.net. - - - Netsville, Inc. http://www.netsville.com/ @@ -1000,24 +902,6 @@ - - Sage Electronic Engineering - https://www.se-eng.com - - Sage Electronic supports booting FreeBSD on x86 embedded - computers with Intel and AMD processors. SageBIOS, a commercial - distribution of coreboot and - other open source firmware resources, is the leading open source - BIOS alternative to UEFI BIOS on x86 hardware. Sage Electronic - is a top contributor to coreboot, the only open source firmware - compatible with Intel and AMD processors. Each SageBIOS Board - Support Package supports booting to FreeBSD, Windows, Linux, - RTOS, and legacy operating systems. Eliminate royalties, obtain - source code, and request custom features such as security and - fast booting. - - - Sendmail Inc http://www.sendmail.com/ @@ -1079,21 +963,6 @@ - - SlickEdit - http://www.slickedit.com/ - - SlickEdit develops and markets Visual SlickEdit, a programmer's - editor that allows developers to increase their productivity. Visual - SlickEdit v6.0 for FreeBSD allows developers to streamline workflow, - simplify processes, manage large files, and reduce keystrokes. - Developers can customize Visual SlickEdit, based on individual - preferences and preferred coding styles. Visit www.slickedit.com for more - information or to download a demo. - - - SoftIntegration, Inc. http://www.softintegration.com/ @@ -1110,19 +979,6 @@ - - SoftMaker Software GmbH - http://www.softmaker.de/tml_en.htm - - TextMaker is the fast, efficient Microsoft Word-compatible word processor for FreeBSD. - It provides all the features of a modern high-end word processor, reads and - writes Microsoft Word documents seamlessly, and is available on multiple platforms (FreeBSD, - Linux, Windows, Pocket PCs, Handheld PCs). - Free trial available. - - - Solid Information Technology Ltd http://www.solidtech.com/ @@ -1250,21 +1106,6 @@ - - Web Crossing - http://webcrossing.com/ - - Web Crossing, by Lundeen & Associates, is a conferencing server - for the intranet/extranet and World Wide Web providing discussion - forums and chat rooms. Web Crossing is a groupware application - server, accessible with any Web browser, via most Web servers. It - makes communication more efficient and productive than newsgroups or - email mailing lists. Contact L & A at sales@lundeen.com, - +1.510.521.5855 (Voice), or +1.510.522.6647 (Fax). - - - WebHostWorks.net http://www.webhostworks.net/ @@ -1280,18 +1121,6 @@ - - WebEvent - http://www.matadordesign.com/ - - Matador Design produces WebEvent, a web-based calendar and scheduling - solution that is available for FreeBSD-based web servers. It is a - perfect addition to any Internet or Intranet web site that needs to - display event information, manage schedules, rooms, or other - resources. - - - X-Designer http://www.ist-inc.com/xd/ @@ -1453,22 +1282,6 @@ average rate 100,000 rows per second. - - TrackSite, Websolutions Software - http://Tracksite.ru - - TrackSite is real-time, private, invisible, automated, - comprehensive visitor tracking and traffic analytics system for - websites. Features include: real-time reporting, comprehensive - analytics with 57 reports, downloads & robots, referrals, - searchwords, conversion rates & visitors segmentation, - webserver & bandwidth stats, automated install & use, - cross-platform, multi-host, multi-user, data security, very - compact database, easy ISP switching, scalability, flexible - deployment, free edition. For more information visit - www.TrackSite.ru - - Anthemion Software Ltd. @@ -1533,20 +1346,6 @@ - - Anoigo - http://www.anoigo.co.uk - - Anoigo is an open source solutions provider, focusing mainly on the SME - market. With more than 25 years IT and technology experience we offer a - full range of services from web development to systems integration. Our - main area of expertise includes turnkey systems, system administration, - penetration testing, Apache, MySQL, PHP and Perl. We can be reached at - sales@anoigo.co.uk or at - http://www.anoigo.co.uk. - - - BinarySEC http://www.binarysec.com/ @@ -1621,31 +1420,4 @@ - - Lingua-Systems Software GmbH - http://www.lingua-systems.com - - Lingua-Systems is dedicated to providing high-quality, Unix-based - software solutions for natural language processing that fulfill - the principles of simplicity and efficiency and are developed with - passion founded on solid research. All our - products, - including the - "lid" language identifier, - are available for FreeBSD. For more information, visit our website: - http://www.lingua-systems.com/. - - - - - iSoftPlus - http://www.isoftplus.com - - We are software company specialized in developing Internet - applications. We are providing entirely open source solutions based - on FreeBSD, PHP, Apache and MySQL. Other Linux and FreeBSD based - services are available as well, including system and network - administration as well as consulting. - - From owner-svn-doc-all@freebsd.org Mon Dec 11 06:57:57 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED43BE88178; Mon, 11 Dec 2017 06:57:57 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id B654274954; Mon, 11 Dec 2017 06:57:57 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB6vuYs080573; Mon, 11 Dec 2017 06:57:56 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB6vuLj080572; Mon, 11 Dec 2017 06:57:56 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712110657.vBB6vuLj080572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Mon, 11 Dec 2017 06:57:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51287 - head/en_US.ISO8859-1/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/en_US.ISO8859-1/share/xml X-SVN-Commit-Revision: 51287 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 11 Dec 2017 06:57:58 -0000 Author: eadler Date: Mon Dec 11 06:57:56 2017 New Revision: 51287 URL: https://svnweb.freebsd.org/changeset/doc/51287 Log: teams.ent: cvsup-master no longer exists Modified: head/en_US.ISO8859-1/share/xml/teams.ent Modified: head/en_US.ISO8859-1/share/xml/teams.ent ============================================================================== --- head/en_US.ISO8859-1/share/xml/teams.ent Mon Dec 11 06:53:56 2017 (r51286) +++ head/en_US.ISO8859-1/share/xml/teams.ent Mon Dec 11 06:57:56 2017 (r51287) @@ -25,8 +25,6 @@ cvsadm@FreeBSD.org"> -cvsup-master@FreeBSD.org"> - doceng@FreeBSD.org"> donations@FreeBSD.org"> From owner-svn-doc-all@freebsd.org Mon Dec 11 07:01:01 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85DCDE8821B; Mon, 11 Dec 2017 07:01:01 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id 4F3AF74A31; Mon, 11 Dec 2017 07:01:01 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB710tb080777; Mon, 11 Dec 2017 07:01:00 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB710VP080776; Mon, 11 Dec 2017 07:01:00 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712110701.vBB710VP080776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Mon, 11 Dec 2017 07:01:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51288 - in head: en_US.ISO8859-1/books/dev-model share/images/books/dev-model X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: in head: en_US.ISO8859-1/books/dev-model share/images/books/dev-model X-SVN-Commit-Revision: 51288 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 11 Dec 2017 07:01:01 -0000 Author: eadler Date: Mon Dec 11 07:01:00 2017 New Revision: 51288 URL: https://svnweb.freebsd.org/changeset/doc/51288 Log: cvsup: wave gbye! proc-add-cvsup is not referenced by anything anymore Deleted: head/share/images/books/dev-model/proc-add-cvsup.png Modified: head/en_US.ISO8859-1/books/dev-model/Makefile Modified: head/en_US.ISO8859-1/books/dev-model/Makefile ============================================================================== --- head/en_US.ISO8859-1/books/dev-model/Makefile Mon Dec 11 06:57:56 2017 (r51287) +++ head/en_US.ISO8859-1/books/dev-model/Makefile Mon Dec 11 07:01:00 2017 (r51288) @@ -21,7 +21,6 @@ IMAGES_EN+= orghierarchy.png IMAGES_EN+= orghierarchy2.png IMAGES_EN+= portsstatus.png IMAGES_EN+= proc-add-committer.png -IMAGES_EN+= proc-add-cvsup.png IMAGES_EN+= proc-commit.png IMAGES_EN+= proc-contrib.png IMAGES_EN+= proc-elections.png From owner-svn-doc-all@freebsd.org Mon Dec 11 07:05:28 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC6E3E88381; Mon, 11 Dec 2017 07:05:28 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id 762BF74CEA; Mon, 11 Dec 2017 07:05:28 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB75RCf084777; Mon, 11 Dec 2017 07:05:27 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB75RNO084776; Mon, 11 Dec 2017 07:05:27 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712110705.vBB75RNO084776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Mon, 11 Dec 2017 07:05:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51289 - head/share/tools/prstats X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/share/tools/prstats X-SVN-Commit-Revision: 51289 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 11 Dec 2017 07:05:28 -0000 Author: eadler Date: Mon Dec 11 07:05:27 2017 New Revision: 51289 URL: https://svnweb.freebsd.org/changeset/doc/51289 Log: tools/prstats: remove it This this is specific to GNATS which FreeBSD no longer uses. Deleted: head/share/tools/prstats/ From owner-svn-doc-all@freebsd.org Mon Dec 11 08:20:40 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25D94E8A0CE; Mon, 11 Dec 2017 08:20:40 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id E390F76E57; Mon, 11 Dec 2017 08:20:39 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB8KcxU014724; Mon, 11 Dec 2017 08:20:38 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB8KcZF014723; Mon, 11 Dec 2017 08:20:38 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712110820.vBB8KcZF014723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Mon, 11 Dec 2017 08:20:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51290 - head/en_US.ISO8859-1/htdocs/prstats X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/prstats X-SVN-Commit-Revision: 51290 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 11 Dec 2017 08:20:40 -0000 Author: eadler Date: Mon Dec 11 08:20:38 2017 New Revision: 51290 URL: https://svnweb.freebsd.org/changeset/doc/51290 Log: prstats: remove reference to GNATS specific stats This this is specific to GNATS which FreeBSD no longer uses. Modified: head/en_US.ISO8859-1/htdocs/prstats/index.xml Modified: head/en_US.ISO8859-1/htdocs/prstats/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/prstats/index.xml Mon Dec 11 07:05:27 2017 (r51289) +++ head/en_US.ISO8859-1/htdocs/prstats/index.xml Mon Dec 11 08:20:38 2017 (r51290) @@ -32,12 +32,5 @@

on a line of its own, that will make it easier for a committer to deal with it later.

- - -

For various summaries of the PR database, see the following charts and - reports. -

- From owner-svn-doc-all@freebsd.org Mon Dec 11 09:06:41 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8706FE8B2C6; Mon, 11 Dec 2017 09:06:41 +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 mx1.freebsd.org (Postfix) with ESMTPS id 536E778B29; Mon, 11 Dec 2017 09:06:41 +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 vBB96e6b035595; Mon, 11 Dec 2017 09:06:40 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB96eIn035594; Mon, 11 Dec 2017 09:06:40 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201712110906.vBB96eIn035594@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Mon, 11 Dec 2017 09:06:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51291 - head/ja_JP.eucJP/htdocs/prstats X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/htdocs/prstats X-SVN-Commit-Revision: 51291 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 11 Dec 2017 09:06:41 -0000 Author: ryusuke Date: Mon Dec 11 09:06:40 2017 New Revision: 51291 URL: https://svnweb.freebsd.org/changeset/doc/51291 Log: - Merge the following from the English version: r45704 -> r51290 head/ja_JP.eucJP/htdocs/prstats/index.xml Modified: head/ja_JP.eucJP/htdocs/prstats/index.xml Modified: head/ja_JP.eucJP/htdocs/prstats/index.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/prstats/index.xml Mon Dec 11 08:20:38 2017 (r51290) +++ head/ja_JP.eucJP/htdocs/prstats/index.xml Mon Dec 11 09:06:40 2017 (r51291) @@ -5,7 +5,7 @@ ]> - + @@ -35,10 +35,5 @@

これが書かれていれば、 後でコミッターが処理するときの助けになります。

- -
- -

障害報告データベースはグラフとレポートにまとめたものをご覧ください。

- From owner-svn-doc-all@freebsd.org Mon Dec 11 18:17:48 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDA24E9986D; Mon, 11 Dec 2017 18:17:48 +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 mx1.freebsd.org (Postfix) with ESMTPS id 7992771919; Mon, 11 Dec 2017 18:17:48 +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 vBBIHlZC079399; Mon, 11 Dec 2017 18:17:47 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBBIHlVQ079398; Mon, 11 Dec 2017 18:17:47 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201712111817.vBBIHlVQ079398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Mon, 11 Dec 2017 18:17:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51292 - head/de_DE.ISO8859-1/books/handbook/introduction X-SVN-Group: doc-head X-SVN-Commit-Author: bhd X-SVN-Commit-Paths: head/de_DE.ISO8859-1/books/handbook/introduction X-SVN-Commit-Revision: 51292 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 11 Dec 2017 18:17:48 -0000 Author: bhd Date: Mon Dec 11 18:17:47 2017 New Revision: 51292 URL: https://svnweb.freebsd.org/changeset/doc/51292 Log: Update to r51251: introduction: stop referencing sysinstall All recent version of FreeBSD use bsdinstall Update to r50360: Add ARM as supported platform. Modified: head/de_DE.ISO8859-1/books/handbook/introduction/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/introduction/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/introduction/chapter.xml Mon Dec 11 09:06:40 2017 (r51291) +++ head/de_DE.ISO8859-1/books/handbook/introduction/chapter.xml Mon Dec 11 18:17:47 2017 (r51292) @@ -4,7 +4,7 @@ The FreeBSD German Documentation Project $FreeBSD$ - basiert auf: r50968 + basiert auf: r51251 --> 4.4BSD-Lite &os; ist ein auf 4.4BSD-Lite basierendes Betriebssystem fr - Intel (x86 und &itanium;), AMD64 und Sun &ultrasparc; Rechner. + Intel (x86 und &itanium;), AMD64, &arm; und Sun &ultrasparc; Rechner. An Portierungen zu anderen Architekturen wird derzeit gearbeitet. Mehr zur Geschichte von &os; erfahren Sie in die Geschichte von &os; oder aus den @@ -1309,9 +1309,8 @@ Zustzliche Dokumentation - Alle momentanen &os; Versionen bieten eine Option im - Installer (entweder &man.sysinstall.8; oder - &man.bsdinstall.8;), um zustzliche Dokumentation unter + Alle untersttzten &os; Versionen bieten eine Option, um + zustzliche Dokumentation unter /usr/local/share/doc/freebsd whrend des initialen Systemsetups zu installieren. Dokumentation kann auch zu einem spteren Zeitpunkt ber Pakete installiert From owner-svn-doc-all@freebsd.org Tue Dec 12 02:18:21 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD7BFE86C8D; Tue, 12 Dec 2017 02:18:21 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id 97D5665138; Tue, 12 Dec 2017 02:18:21 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC2IKxU081610; Tue, 12 Dec 2017 02:18:20 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC2IKTT081605; Tue, 12 Dec 2017 02:18:20 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712120218.vBC2IKTT081605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Tue, 12 Dec 2017 02:18:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51293 - in head: en_US.ISO8859-1/articles en_US.ISO8859-1/articles/relaydelay en_US.ISO8859-1/htdocs/docs ja_JP.eucJP/articles ru_RU.KOI8-R/articles ru_RU.KOI8-R/articles/relaydelay sh... X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: in head: en_US.ISO8859-1/articles en_US.ISO8859-1/articles/relaydelay en_US.ISO8859-1/htdocs/docs ja_JP.eucJP/articles ru_RU.KOI8-R/articles ru_RU.KOI8-R/articles/relaydelay share/xml X-SVN-Commit-Revision: 51293 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 02:18:21 -0000 Author: eadler Date: Tue Dec 12 02:18:20 2017 New Revision: 51293 URL: https://svnweb.freebsd.org/changeset/doc/51293 Log: relaydelay: wave goodbye The article discusses a specific option for puremagic's greylisting. - It tells users to install mysql40-server and perl5.16; neither of which exist any more. - The last edit was 2015, by me, to switch from `pkg_add` to `pkg`. - It encourages users to download code from a third-party website, without validation, via HTTP (not even HTTPS). - The code itself has to be patched to compile and more generally the FreeBSD project is not in the business of teaching end users how to run an anti-spam mail server. Discussed with: allanjude Deleted: head/en_US.ISO8859-1/articles/relaydelay/ head/ru_RU.KOI8-R/articles/relaydelay/ Modified: head/en_US.ISO8859-1/articles/Makefile head/en_US.ISO8859-1/htdocs/docs/books.xml head/ja_JP.eucJP/articles/Makefile head/ru_RU.KOI8-R/articles/Makefile head/share/xml/urls.ent Modified: head/en_US.ISO8859-1/articles/Makefile ============================================================================== --- head/en_US.ISO8859-1/articles/Makefile Mon Dec 11 18:17:47 2017 (r51292) +++ head/en_US.ISO8859-1/articles/Makefile Tue Dec 12 02:18:20 2017 (r51293) @@ -31,7 +31,6 @@ SUBDIR+= port-mentor-guidelines SUBDIR+= pr-guidelines SUBDIR+= problem-reports SUBDIR+= rc-scripting -SUBDIR+= relaydelay SUBDIR+= releng SUBDIR+= remote-install SUBDIR+= serial-uart Modified: head/en_US.ISO8859-1/htdocs/docs/books.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/docs/books.xml Mon Dec 11 18:17:47 2017 (r51292) +++ head/en_US.ISO8859-1/htdocs/docs/books.xml Tue Dec 12 02:18:20 2017 (r51293) @@ -232,12 +232,6 @@ A guide to writing new rc.d scripts and understanding those already written.

-

FreeBSD as a - greylist mail server (relaydelay)
- Implementing a greylist mail server on FreeBSD using Sendmail, - MySQL, Perl and the relaydelay software. This is an excellent - method to use in the fight against spam.

-

FreeBSD Release Engineering (releng)
Describes the approach used by the FreeBSD release engineering Modified: head/ja_JP.eucJP/articles/Makefile ============================================================================== --- head/ja_JP.eucJP/articles/Makefile Mon Dec 11 18:17:47 2017 (r51292) +++ head/ja_JP.eucJP/articles/Makefile Tue Dec 12 02:18:20 2017 (r51293) @@ -31,7 +31,6 @@ SUBDIR+= leap-seconds #SUBDIR+= pr-guidelines SUBDIR+= problem-reports #SUBDIR+= rc-scripting -#SUBDIR+= relaydelay #SUBDIR+= releng #SUBDIR+= remote-install #SUBDIR+= serial-uart Modified: head/ru_RU.KOI8-R/articles/Makefile ============================================================================== --- head/ru_RU.KOI8-R/articles/Makefile Mon Dec 11 18:17:47 2017 (r51292) +++ head/ru_RU.KOI8-R/articles/Makefile Tue Dec 12 02:18:20 2017 (r51293) @@ -25,7 +25,6 @@ SUBDIR+= new-users SUBDIR+= pam SUBDIR+= pr-guidelines SUBDIR+= problem-reports -SUBDIR+= relaydelay SUBDIR+= releng #SUBDIR+= serial-uart SUBDIR+= solid-state Modified: head/share/xml/urls.ent ============================================================================== --- head/share/xml/urls.ent Mon Dec 11 18:17:47 2017 (r51292) +++ head/share/xml/urls.ent Tue Dec 12 02:18:20 2017 (r51293) @@ -103,8 +103,6 @@ - - From owner-svn-doc-all@freebsd.org Tue Dec 12 06:24:50 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 563B4E8EC55; Tue, 12 Dec 2017 06:24:50 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id 166D46E2E1; Tue, 12 Dec 2017 06:24:50 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC6OmOx091092; Tue, 12 Dec 2017 06:24:48 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC6OmBI091091; Tue, 12 Dec 2017 06:24:48 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712120624.vBC6OmBI091091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Tue, 12 Dec 2017 06:24:48 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51294 - head/en_US.ISO8859-1/htdocs/docproj X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/docproj X-SVN-Commit-Revision: 51294 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 06:24:50 -0000 Author: eadler Date: Tue Dec 12 06:24:48 2017 New Revision: 51294 URL: https://svnweb.freebsd.org/changeset/doc/51294 Log: translations: remove 'contributing-ports' I merged this document into the 'contributing' doc a long time ago. Translators: please consider updating this page. Modified: head/en_US.ISO8859-1/htdocs/docproj/translations.xml Modified: head/en_US.ISO8859-1/htdocs/docproj/translations.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/docproj/translations.xml Tue Dec 12 02:18:20 2017 (r51293) +++ head/en_US.ISO8859-1/htdocs/docproj/translations.xml Tue Dec 12 06:24:48 2017 (r51294) @@ -73,10 +73,6 @@ to FreeBSD

Contributing - to the FreeBSD Ports Collection
- -
Explaining BSD
From owner-svn-doc-all@freebsd.org Tue Dec 12 06:46:39 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDCD2E8F439; Tue, 12 Dec 2017 06:46:39 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id C4D626EBC9; Tue, 12 Dec 2017 06:46:39 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC6kcrF099699; Tue, 12 Dec 2017 06:46:38 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC6kc57099696; Tue, 12 Dec 2017 06:46:38 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712120646.vBC6kc57099696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Tue, 12 Dec 2017 06:46:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51295 - in head/en_US.ISO8859-1/htdocs: java portmgr projects X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: in head/en_US.ISO8859-1/htdocs: java portmgr projects X-SVN-Commit-Revision: 51295 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 06:46:40 -0000 Author: eadler Date: Tue Dec 12 06:46:38 2017 New Revision: 51295 URL: https://svnweb.freebsd.org/changeset/doc/51295 Log: multiple: modernize links - contributing-ports moved into contributing - OpenBSM redirects to TrustedBSD which is the entry immediately below. - cvsweb is no longer maintained by the FreeBSD project - TET integration is obsolete (per the wiki). Linking to the newer project is left to a future commi - binary-update refers to an older version of freebsd-update. This is now documented in the handbook. - vinum redirects to to an ad website - Tertiary Disk - http://now.cs.berkeley.edu/Td/ is unreachable. - OpenJDK 6 is not frequently updated. While its still available it is also EoL so just stop referencing it. Modified: head/en_US.ISO8859-1/htdocs/java/index.xml head/en_US.ISO8859-1/htdocs/portmgr/policies.xml head/en_US.ISO8859-1/htdocs/projects/projects.xml Modified: head/en_US.ISO8859-1/htdocs/java/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/java/index.xml Tue Dec 12 06:24:48 2017 (r51294) +++ head/en_US.ISO8859-1/htdocs/java/index.xml Tue Dec 12 06:46:38 2017 (r51295) @@ -27,7 +27,7 @@

The &openjdk; project provides a native open-source implementation of the &java; SE Platform and is available in - versions 6, 7 and 8 for all supported FreeBSD releases on the i386 + versions 7 and 8 for all supported FreeBSD releases on the i386 and amd64 platforms.

&openjdk; 7 is frequently updated, and it is suggested to refer to a @@ -60,23 +60,6 @@ or
cd /usr/ports/java/openjdk8 -
make install clean -
-

- -

&openjdk; 6 is frequently updated, and it is suggested to refer to a - revision log for - detailed release history. Additionally, one may choose to review more information at - FreshPorts.

- -

To install &openjdk; 6 package use the pkg(8) utility:

- -

- pkg install openjdk6 -
- or -
- cd /usr/ports/java/openjdk6
make install clean

Modified: head/en_US.ISO8859-1/htdocs/portmgr/policies.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/portmgr/policies.xml Tue Dec 12 06:24:48 2017 (r51294) +++ head/en_US.ISO8859-1/htdocs/portmgr/policies.xml Tue Dec 12 06:46:38 2017 (r51295) @@ -111,11 +111,12 @@ document. portmgr supports this effort and looks forward to being able to review any drafts.

-

portmgr also is responsible for certain other documentation such as the +

portmgr also is responsible for certain other documentation such as + the ports-specific portions of the - ports-specific portions of the Committer's Guide and the - - Contributing to the FreeBSD Ports Collection article.

+ Committer's Guide and the + + Contributing to FreeBSD Guide.

Respect The Legal Rights Of Authors Whose Works Are Installed Via The Ports Collection

Modified: head/en_US.ISO8859-1/htdocs/projects/projects.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/projects/projects.xml Tue Dec 12 06:24:48 2017 (r51294) +++ head/en_US.ISO8859-1/htdocs/projects/projects.xml Tue Dec 12 06:46:38 2017 (r51295) @@ -66,8 +66,8 @@ installing and configuring various ports.
  • The FreeBSD Developers' Handbook
  • -
  • -Contributing to the FreeBSD Ports Collection
  • +
  • +Contributing to FreeBSD
  • @@ -167,23 +167,10 @@ switched network to host a large number of disks. Our consists of 20 200MHz PC PCs, which host 370 8GB disks. The PCs are connected through a 100Mbps Ethernet switch. -
  • Vinum: -A logical volume manager modeled after the VERITAS volume manager™. -However, it is not a clone of Veritas, and attempts to solve a -number of problems more elegantly than Veritas. It also offers -features that Veritas does not have.
  • - -

    Kernel, security

      -
    • OpenBSM: An open -source implementation of Sun's Basic Security Module (BSM) Audit API and file -format. OpenBSM provides the userland libraries, tools, and documentation -for the TrustedBSD audit implementation that will be integrated into -FreeBSD.
    • -
    • TrustedBSD: Provides a set of trusted operating system extensions to the FreeBSD operating system. This includes features such as fine-grained privileges (capabilities), @@ -287,34 +274,14 @@ microkernel.
    • href="&base;/projects/acpi/">ACPI on FreeBSD: A Project created to get ACPI working smoothly on FreeBSD. -
    • Binary - Updater: FreeBSD Update is a system for automatically - building, distributing, fetching, and applying binary security - updates for FreeBSD. This makes it possible to easily track - the FreeBSD security branches without the need for fetching - the source tree and recompiling (except on the machine - building the updates, of course). Updates are - cryptographically signed; they are also distributed as binary - diffs using a binary diff tool, which dramatically reduces - the bandwidth used.
    • +
    • + TestSuite: This project aims to equip FreeBSD with a + comprehensive test suite that is easy to run out of the box + and during the development of the system. The goal of the test + suite is to assist both developers and users in assessing the + quality of FreeBSD.
    • -
    • CVSweb: A WWW - interface for CVS repositories with which you can browse a file - hierarchy on your browser to view each file's revision history - in a very handy manner.
    • - -
    • TET - Integration: The Test Execution Toolkit from The Open Group is a - light-weight open-source test execution framework that - supports distributed testing. This project investigates - using TET and existing TET-based open-source standards-compliance - test suites (VSX-PCTS, VSC-Lite, VSTH-Lite, VSW5 and others) in - FreeBSD.
    • - -
    - + From owner-svn-doc-all@freebsd.org Tue Dec 12 07:04:12 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A40EE8FC3F; Tue, 12 Dec 2017 07:04:12 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id 51CED6F6F8; Tue, 12 Dec 2017 07:04:12 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC74BQb008180; Tue, 12 Dec 2017 07:04:11 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC74B7Q008179; Tue, 12 Dec 2017 07:04:11 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712120704.vBC74B7Q008179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Tue, 12 Dec 2017 07:04:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51296 - head/en_US.ISO8859-1/htdocs/projects X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/projects X-SVN-Commit-Revision: 51296 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 07:04:12 -0000 Author: eadler Date: Tue Dec 12 07:04:11 2017 New Revision: 51296 URL: https://svnweb.freebsd.org/changeset/doc/51296 Log: projects: fix build Adding missing '
      ' Modified: head/en_US.ISO8859-1/htdocs/projects/projects.xml Modified: head/en_US.ISO8859-1/htdocs/projects/projects.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/projects/projects.xml Tue Dec 12 06:46:38 2017 (r51295) +++ head/en_US.ISO8859-1/htdocs/projects/projects.xml Tue Dec 12 07:04:11 2017 (r51296) @@ -167,6 +167,8 @@ switched network to host a large number of disks. Our consists of 20 200MHz PC PCs, which host 370 8GB disks. The PCs are connected through a 100Mbps Ethernet switch. +
    +

    Kernel, security

      From owner-svn-doc-all@freebsd.org Tue Dec 12 07:13:28 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CD8BE8FF68; Tue, 12 Dec 2017 07:13:28 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id ED6C36FBA4; Tue, 12 Dec 2017 07:13:27 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC7DRcx012540; Tue, 12 Dec 2017 07:13:27 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC7DRfu012539; Tue, 12 Dec 2017 07:13:27 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712120713.vBC7DRfu012539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Tue, 12 Dec 2017 07:13:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51297 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/faq X-SVN-Commit-Revision: 51297 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 07:13:28 -0000 Author: eadler Date: Tue Dec 12 07:13:26 2017 New Revision: 51297 URL: https://svnweb.freebsd.org/changeset/doc/51297 Log: no-install-cdrom: remove FAQ about IDE drives I have not seen an IDE drive in many years on a new system. If we want to keep this information it should be be documented in a better place than a long list of questions that users tend not to read. Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 12 07:04:11 2017 (r51296) +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 12 07:13:26 2017 (r51297) @@ -1273,30 +1273,6 @@ - - I booted from a CD, but the install program - says no CD-ROM is found. Where did it go? - - - - The usual cause of this problem is a mis-configured - CD-ROM drive. Many PCs now ship with the CD-ROM as the - slave device on the secondary IDE controller, with no - master device on that controller. This is illegal - according to the ATAPI specification, but &windows; plays - fast and loose with the specification, and the BIOS - ignores it when booting. This is why the BIOS was able to - see the CD-ROM to boot from it, but why &os; cannot see it - to complete the install. - - Reconfigure the system so that the CD-ROM is either - the master device on the IDE controller it is attached to, - or make sure that it is the slave on an IDE controller - that also has a master device. - - - - Do I need to install the source? From owner-svn-doc-all@freebsd.org Tue Dec 12 07:20:16 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92901E900EF; Tue, 12 Dec 2017 07:20:16 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id 5E3486FDAF; Tue, 12 Dec 2017 07:20:16 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC7KFAp012844; Tue, 12 Dec 2017 07:20:15 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC7KFhv012843; Tue, 12 Dec 2017 07:20:15 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712120720.vBC7KFhv012843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Tue, 12 Dec 2017 07:20:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51298 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/faq X-SVN-Commit-Revision: 51298 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 07:20:16 -0000 Author: eadler Date: Tue Dec 12 07:20:15 2017 New Revision: 51298 URL: https://svnweb.freebsd.org/changeset/doc/51298 Log: faq: remove slow-boot-memtest FreeBSD 10.1 and earlier are no longer supported. Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 12 07:13:26 2017 (r51297) +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 12 07:20:15 2017 (r51298) @@ -3410,25 +3410,6 @@ kern.sched.name: ULE - - - Why does &os; pause for a long time at boot when the - system has large amounts of ram? - - - - &os; 10.1 and earlier executes a memory test early - in the boot process. - When the system has a small amount of memory, the test - takes a few seconds. Computers with tens or hundreds of - gigabytes of memory can take several minutes to complete - the test. The memory test can be disabled by adding - hw.memtest.tests=0 to - /boot/loader.conf. - - For more details, see &man.loader.conf.5;. - - From owner-svn-doc-all@freebsd.org Tue Dec 12 12:17:28 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DC97E96CA5; Tue, 12 Dec 2017 12:17:28 +0000 (UTC) (envelope-from wschnr@googlemail.com) Received: from mail-yb0-x241.google.com (mail-yb0-x241.google.com [IPv6:2607:f8b0:4002:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DF1379A4D; Tue, 12 Dec 2017 12:17:28 +0000 (UTC) (envelope-from wschnr@googlemail.com) Received: by mail-yb0-x241.google.com with SMTP id h28so3346827ybj.5; Tue, 12 Dec 2017 04:17:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=oxOVwROSUM6zg17Jzh2rB8AH0BK11EVlJWWdHDGAWNo=; b=T+biVdfiX5MHx8Z6mCV5/gKBzugws+UPpHw0csc6TZp1JNBaUr4QYnVuN+Ab2rBnXt fKcHR8F8Ld14nmg+1BOr/ktvyBXBT5WC1RnzFL33CEW8bRWsreR2tde4bS6JsU6T/DK1 NA8usZZbkLGUz9UziBLn7HmD1KindzDbmgsbuil7OEPIZVQIiU5Jwr1db5j0t2yGMVZt srsIix6trOJYFJWSSQVN5cSHMYnxS0/BBV2FtDc1eDS7rvkCJX8cSyVjOBF34UA9PPE4 Yenbf2AQx7ami9yPJycQCYHO4p58emvNPXyePJHFdXqak56O4exwMv8mQVCq888IVvCa 7Q3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=oxOVwROSUM6zg17Jzh2rB8AH0BK11EVlJWWdHDGAWNo=; b=g8BErAnskwCx1sW9uvarHiCeZ5IF0FtPGGYi9xO4kUTygoNMohK9IBa3I7cO6KnJIU 25D/iF86LSPa/kzoDsG7bfP2UwV1jzO2DaFCNEQy1/kCmJbZ32BMUXkqGug52C+HmuvY 50XAgE7h2rfu0qIqXUJtZwHdLIABiQ9KHpc0qRm07yVLLvYPhzBRCpHRiIiG9Gm6gAhZ TyYzNFDCSNvzi9Q9EPsU3BZeC1m0ZPjLvDDJKVt+ViOxpALT2fUk0mz+b1bD4cAZ5Z0N iRuUoHdTUvqOwBu0cybczPxLZ/VXNuYrWe8ViGTXn/QRfhWdH3Rnr+AV8o9dxE1oIyDy KIUg== X-Gm-Message-State: AKGB3mLAWXdhVa64S7tUnMScsU/YKebzsOFHa9xA2F7rVhaSSOQ3lhpn s/L2+78q0Vw04cZ0WzuuW2vssWo5MYGk96LHlM4qDA== X-Google-Smtp-Source: ACJfBou4+eChe0qPi0kZpAc0zen27FmGBxAAe9LUZNELUCKlasvZZrzB7Rme/v/LFpYTwzEa8QbX4abJeeqRE/UWVJQ= X-Received: by 10.13.248.2 with SMTP id i2mr2803876ywf.448.1513081047101; Tue, 12 Dec 2017 04:17:27 -0800 (PST) MIME-Version: 1.0 Sender: wschnr@googlemail.com Received: by 10.37.9.80 with HTTP; Tue, 12 Dec 2017 04:17:11 -0800 (PST) In-Reply-To: <201712061850.vB6IoXbm056341@repo.freebsd.org> References: <201712061850.vB6IoXbm056341@repo.freebsd.org> From: Wolfram Schneider Date: Tue, 12 Dec 2017 13:17:11 +0100 X-Google-Sender-Auth: dBB-tOMTdvWl-tVp_ELICM3wipU Message-ID: Subject: Re: svn commit: r51260 - in head: en_US.ISO8859-1/htdocs/doc share/pgpkeys To: Glen Barber , Wolfram Schneider Cc: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 12:17:28 -0000 On 6 December 2017 at 19:50, Glen Barber wrote: > Author: gjb > Date: Wed Dec 6 18:50:32 2017 > New Revision: 51260 > URL: https://svnweb.freebsd.org/changeset/doc/51260 > > Log: > Fix generating pgpkeyring.txt when it does not exist, which seems > to have been broken following r51076 or r51077. What do you mean with 'Fix generating pgpkeyring.txt when it does not exist'? The file pgpkeyring.txt will be created while building the English docs for the web site: $ make -C en_US.ISO8859-1/htdocs all and then you will have the file doc/share/pgpkeys/pgpkeyring.txt Your commit breaks `make -j' (parallel build) $ make -j32 p-all ===> articles/bsdl-gpl (all) keyring.xml:16385: parser error : CData section not finished -----BEGIN PGP PUBLIC KEY BLOCK----- mQINBFJCuag --- all_subdir_books/handbook --- ===> books/handbook (all) --- all_subdir_articles/contributing --- ===> articles/contributing (all) 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 ^ keyring.xml:16385: parser error : Premature end of data in tag programlisting line 16087 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 ^ keyring.xml:16385: parser error : Premature end of data in tag keyring line 2 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 ^ unable to parse keyring.xml *** [pgpkeyring] Error code 6 make[2]: stopped in /tmp/doc-build.PU3aNQj/doc/share/pgpkeys A failure has been detected in another branch of the parallel make -Wolfram -- Wolfram Schneider https://wolfram.schneider.org From owner-svn-doc-all@freebsd.org Tue Dec 12 14:19:20 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC5D2E9992C; Tue, 12 Dec 2017 14:19:20 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6C147F5EE; Tue, 12 Dec 2017 14:19:20 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id A40EFDA74; Tue, 12 Dec 2017 14:19:19 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Tue, 12 Dec 2017 14:19:17 +0000 From: Glen Barber To: Wolfram Schneider Cc: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r51260 - in head: en_US.ISO8859-1/htdocs/doc share/pgpkeys Message-ID: <20171212141917.GJ17600@FreeBSD.org> References: <201712061850.vB6IoXbm056341@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rwgQ89ZNnFUwFHTC" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 14:19:20 -0000 --rwgQ89ZNnFUwFHTC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 12, 2017 at 01:17:11PM +0100, Wolfram Schneider wrote: > On 6 December 2017 at 19:50, Glen Barber wrote: > > Author: gjb > > Date: Wed Dec 6 18:50:32 2017 > > New Revision: 51260 > > URL: https://svnweb.freebsd.org/changeset/doc/51260 > > > > Log: > > Fix generating pgpkeyring.txt when it does not exist, which seems > > to have been broken following r51076 or r51077. >=20 > What do you mean with 'Fix generating pgpkeyring.txt when it does not exi= st'? >=20 > The file pgpkeyring.txt will be created while building the English > docs for the web site: >=20 > $ make -C en_US.ISO8859-1/htdocs all >=20 > and then you will have the file > doc/share/pgpkeys/pgpkeyring.txt >=20 > Your commit breaks `make -j' (parallel build) >=20 > $ make -j32 p-all >=20 > =3D=3D=3D> articles/bsdl-gpl (all) > keyring.xml:16385: parser error : CData section not finished >=20 > -----BEGIN PGP PUBLIC KEY BLOCK----- > mQINBFJCuag > --- all_subdir_books/handbook --- > =3D=3D=3D> books/handbook (all) > --- all_subdir_articles/contributing --- > =3D=3D=3D> articles/contributing (all) > 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 > ^ >=20 > keyring.xml:16385: parser error : Premature end of data in tag > programlisting line 16087 > 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 > ^ >=20 > keyring.xml:16385: parser error : Premature end of data in tag keyring li= ne 2 > 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 > ^ >=20 > unable to parse keyring.xml > *** [pgpkeyring] Error code 6 >=20 > make[2]: stopped in /tmp/doc-build.PU3aNQj/doc/share/pgpkeys > A failure has been detected in another branch of the parallel make >=20 Prior to this change pgpkeyring.txt was never created, and as such failed to install. I checked the timestamp of the file on the build machine in the cluster, and confirmed it was not being generated there as well, eliminating a local issue. install -C -o gjb -g gjb -m 444 imagelib/callouts/21.png /home/gjb/public= _html/FreeBSD/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/call= outs /home/gjb/public_html/FreeBSD/data/doc/en_US.ISO8859-1/books/porters-handbo= ok/handbook.html -> /home/gjb/public_html/FreeBSD/data/doc/en_US.ISO8859-1/= books/porters-handbook/index.html /home/gjb/public_html/FreeBSD/data/doc/faq -> /home/gjb/public_html/FreeBSD= /data/doc/en_US.ISO8859-1/books/faq /home/gjb/public_html/FreeBSD/data/doc/handbook -> /home/gjb/public_html/Fr= eeBSD/data/doc/en_US.ISO8859-1/books/handbook /home/gjb/public_html/FreeBSD/data/doc/en -> /home/gjb/public_html/FreeBSD/= data/doc/en_US.ISO8859-1 cp -f /freebsd/doctemp/share/pgpkeys/pgpkeyring.txt /home/gjb/public_html/F= reeBSD/data/doc/pgpkeyring.txt cp: /freebsd/doctemp/share/pgpkeys/pgpkeyring.txt: No such file or directory *** Error code 1 Stop. make[1]: stopped in /freebsd/doctemp/en_US.ISO8859-1/htdocs/doc *** Error code 1 I have an idea on how to resolve the parallel build issue you reported. It will take some time to verify the behavior is correct. Glen --rwgQ89ZNnFUwFHTC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAlov5WUACgkQAxRYpUeP 4pOYSQ/9GlRNgmv2kMWO8RzJ/hVfLvGYjYcQCpKDr4kFy3nFDR4ZU4Fw2Zi2I1FZ AWQuXHh41kXc4H5HJeZPWZnnN1PZRR50IhVY/uXceW4dzHeAACfQDVFPxBuTocDq xPPCIcPjQHNJQrBC1RMKnUdzdGMxknYNBxdvSSNY2B4Pk39fvzOp5VjboMFJSgSI WqebnTS+9dLr0WLORjn0nIqdDwd3PPe1MdI00BhPuqnq0zbVwlSkRCtbDJMOUHpa +ixSCHRgyCGSLzY1yRwh5yG6HYabQt7BOseqomD4PvAQSsZzXbDvIvPTd6s90wMs AEtagkFlUkVVFCAPL+i1v+yVCB4VpP6SbXsNpx1F9iEiTt6LI+b05RqMvGM5B3Y8 ctlKwq/Q7VxTXUEEA1sS8awrrb4S0kEXJWx3EKTEXDNav6Zl3TqEONuF4yG28M45 wfxic7dDkM9iChAjKsqRYmZWmqkSg3OApaYGJRz84TcxVjKKuNBjTvoPYcpEi7Sq 1pQjM7YCVmzfPdzxL/4Rva1jdvHhR9Wxuyx/5Z0PMjnLnIVyy6yc3nXrtoai55fb RSNlI8IHsuyUrn/9RfX5sAt8WSJFfj7mQkV+Vlcd2TKtS1QKWYryHC8O/bo0UP5R MwGKEIai97qtqE1rnPUdNuVAgs48phqZHvAk5tfqdJtthyLEfxY= =MdqM -----END PGP SIGNATURE----- --rwgQ89ZNnFUwFHTC-- From owner-svn-doc-all@freebsd.org Tue Dec 12 15:25:56 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71B15E9BDB0; Tue, 12 Dec 2017 15:25:56 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3A47A1F9B; Tue, 12 Dec 2017 15:25:56 +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 vBCFPt7a023554; Tue, 12 Dec 2017 15:25:55 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBCFPtrL023553; Tue, 12 Dec 2017 15:25:55 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201712121525.vBCFPtrL023553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 12 Dec 2017 15:25:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51299 - head/zh_TW.UTF-8/articles/hubs X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/zh_TW.UTF-8/articles/hubs X-SVN-Commit-Revision: 51299 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 15:25:56 -0000 Author: gjb Date: Tue Dec 12 15:25:54 2017 New Revision: 51299 URL: https://svnweb.freebsd.org/changeset/doc/51299 Log: Comment a reference to the a.cvsup-master entity, which breaks the build following r51287. Sponsored by: The FreeBSD Foundation Modified: head/zh_TW.UTF-8/articles/hubs/article.xml Modified: head/zh_TW.UTF-8/articles/hubs/article.xml ============================================================================== --- head/zh_TW.UTF-8/articles/hubs/article.xml Tue Dec 12 07:20:15 2017 (r51298) +++ head/zh_TW.UTF-8/articles/hubs/article.xml Tue Dec 12 15:25:54 2017 (r51299) @@ -858,12 +858,14 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f CVSup access only. See for details. + To get access, you need to contact the &a.cvsup-master;. Make sure you read the FreeBSD CVSup Access Policy first! + ?> Set up the required authentication by following these From owner-svn-doc-all@freebsd.org Tue Dec 12 16:04:48 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97D0BE9D3BE; Tue, 12 Dec 2017 16:04:48 +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 mx1.freebsd.org (Postfix) with ESMTPS id 61694634CB; Tue, 12 Dec 2017 16:04:48 +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 vBCG4lJU041139; Tue, 12 Dec 2017 16:04:47 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBCG4lPR041137; Tue, 12 Dec 2017 16:04:47 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201712121604.vBCG4lPR041137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 12 Dec 2017 16:04:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51300 - in head: en_US.ISO8859-1/htdocs/cgi share/mk X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in head: en_US.ISO8859-1/htdocs/cgi share/mk X-SVN-Commit-Revision: 51300 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 16:04:48 -0000 Author: gjb Date: Tue Dec 12 16:04:47 2017 New Revision: 51300 URL: https://svnweb.freebsd.org/changeset/doc/51300 Log: Fix minor grammatical nits in error output. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi head/share/mk/doc.docbook-dep.mk Modified: head/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi Tue Dec 12 15:25:54 2017 (r51299) +++ head/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi Tue Dec 12 16:04:47 2017 (r51300) @@ -77,7 +77,7 @@ if ($file =~ m,^([0-9a-z/-]+|[0-9a-z/-]+\.[0-9a-z-]+)$ sub file_not_exists { my $file = shift; - print "File does not exists: $file\n"; + print "File does not exist: $file\n"; exit; } Modified: head/share/mk/doc.docbook-dep.mk ============================================================================== --- head/share/mk/doc.docbook-dep.mk Tue Dec 12 15:25:54 2017 (r51299) +++ head/share/mk/doc.docbook-dep.mk Tue Dec 12 16:04:47 2017 (r51300) @@ -19,7 +19,7 @@ _DOCBOOK_DEPS_SYSTEM != for i in $$(egrep '&2; \ + echo "Warning: dep file $$(pwd)/$$i does not exist" >&2; \ fi; \ done .endif From owner-svn-doc-all@freebsd.org Tue Dec 12 16:27:45 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29504E9E121; Tue, 12 Dec 2017 16:27:45 +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 mx1.freebsd.org (Postfix) with ESMTPS id E8C2A646A2; Tue, 12 Dec 2017 16:27:44 +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 vBCGRiPf049547; Tue, 12 Dec 2017 16:27:44 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBCGRhYb049545; Tue, 12 Dec 2017 16:27:43 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201712121627.vBCGRhYb049545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 12 Dec 2017 16:27:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51301 - in head: en_US.ISO8859-1/htdocs/doc share/pgpkeys X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in head: en_US.ISO8859-1/htdocs/doc share/pgpkeys X-SVN-Commit-Revision: 51301 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 16:27:45 -0000 Author: gjb Date: Tue Dec 12 16:27:43 2017 New Revision: 51301 URL: https://svnweb.freebsd.org/changeset/doc/51301 Log: Fix building pgpkeyring.txt with parallel builds by setting .ORDER targets. [1] While here, change the all-pgpkeyring target, forgotten in r51260. Reported by: wosch [1] Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/doc/Makefile head/share/pgpkeys/Makefile Modified: head/en_US.ISO8859-1/htdocs/doc/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/doc/Makefile Tue Dec 12 16:04:47 2017 (r51300) +++ head/en_US.ISO8859-1/htdocs/doc/Makefile Tue Dec 12 16:27:43 2017 (r51301) @@ -21,7 +21,7 @@ all-all: ${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all all-pgpkeyring: - ${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt + ${MAKE} -C ${DOC_PREFIX}/share/pgpkeys all clean: ${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean Modified: head/share/pgpkeys/Makefile ============================================================================== --- head/share/pgpkeys/Makefile Tue Dec 12 16:04:47 2017 (r51300) +++ head/share/pgpkeys/Makefile Tue Dec 12 16:27:43 2017 (r51301) @@ -7,6 +7,9 @@ XSLPGP= http://www.FreeBSD.org/XML/share/xml/freebsd- FILES= pgpkeyring.txt CLEANFILES= pgpkeyring.txt keyring.xml +.ORDER: pgpkeyring pgpkeyring.txt +.ORDER: keyring.xml pgpkeyring.txt + all: keyring.xml pgpkeyring pgpkeyring.txt keyring.xml: .PHONY @@ -19,7 +22,8 @@ pgpkeyring: keyring.xml @${XSLTPROC} ${XSLTPROCOPTS} ${XSLPGP} keyring.xml pgpkeyring.txt: - @${MAKE} pgpkeyring > ${.TARGET}.tmp + @${RM} -f ${.TARGET}.tmp || true + @${MAKE} -C ${.CURDIR} pgpkeyring > ${.TARGET}.tmp ${MV} ${.TARGET}.tmp ${.TARGET} .include "${DOC_PREFIX}/share/mk/doc.project.mk" From owner-svn-doc-all@freebsd.org Tue Dec 12 16:29:19 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7360DE9E19D; Tue, 12 Dec 2017 16:29:19 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32E1D64741; Tue, 12 Dec 2017 16:29:19 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 3392010586; Tue, 12 Dec 2017 16:29:18 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Tue, 12 Dec 2017 16:29:16 +0000 From: Glen Barber To: Wolfram Schneider Cc: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r51260 - in head: en_US.ISO8859-1/htdocs/doc share/pgpkeys Message-ID: <20171212162916.GK17600@FreeBSD.org> References: <201712061850.vB6IoXbm056341@repo.freebsd.org> <20171212141917.GJ17600@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="6K2R/cS9K4qvcBNq" Content-Disposition: inline In-Reply-To: <20171212141917.GJ17600@FreeBSD.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 16:29:19 -0000 --6K2R/cS9K4qvcBNq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 12, 2017 at 02:19:17PM +0000, Glen Barber wrote: > On Tue, Dec 12, 2017 at 01:17:11PM +0100, Wolfram Schneider wrote: > > On 6 December 2017 at 19:50, Glen Barber wrote: > > > Author: gjb > > > Date: Wed Dec 6 18:50:32 2017 > > > New Revision: 51260 > > > URL: https://svnweb.freebsd.org/changeset/doc/51260 > > > > > > Log: > > > Fix generating pgpkeyring.txt when it does not exist, which seems > > > to have been broken following r51076 or r51077. > >=20 > > What do you mean with 'Fix generating pgpkeyring.txt when it does not e= xist'? > >=20 > > The file pgpkeyring.txt will be created while building the English > > docs for the web site: > >=20 > > $ make -C en_US.ISO8859-1/htdocs all > >=20 > > and then you will have the file > > doc/share/pgpkeys/pgpkeyring.txt > >=20 > > Your commit breaks `make -j' (parallel build) > >=20 > > $ make -j32 p-all > >=20 > > =3D=3D=3D> articles/bsdl-gpl (all) > > keyring.xml:16385: parser error : CData section not finished > >=20 > > -----BEGIN PGP PUBLIC KEY BLOCK----- > > mQINBFJCuag > > --- all_subdir_books/handbook --- > > =3D=3D=3D> books/handbook (all) > > --- all_subdir_articles/contributing --- > > =3D=3D=3D> articles/contributing (all) > > 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 > > ^ > >=20 > > keyring.xml:16385: parser error : Premature end of data in tag > > programlisting line 16087 > > 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 > > ^ > >=20 > > keyring.xml:16385: parser error : Premature end of data in tag keyring = line 2 > > 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 > > ^ > >=20 > > unable to parse keyring.xml > > *** [pgpkeyring] Error code 6 > >=20 > > make[2]: stopped in /tmp/doc-build.PU3aNQj/doc/share/pgpkeys > > A failure has been detected in another branch of the parallel make > >=20 >=20 > Prior to this change pgpkeyring.txt was never created, and as such > failed to install. I checked the timestamp of the file on the build > machine in the cluster, and confirmed it was not being generated there > as well, eliminating a local issue. >=20 > install -C -o gjb -g gjb -m 444 imagelib/callouts/21.png /home/gjb/publ= ic_html/FreeBSD/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/ca= llouts > /home/gjb/public_html/FreeBSD/data/doc/en_US.ISO8859-1/books/porters-hand= book/handbook.html -> /home/gjb/public_html/FreeBSD/data/doc/en_US.ISO8859-= 1/books/porters-handbook/index.html > /home/gjb/public_html/FreeBSD/data/doc/faq -> /home/gjb/public_html/FreeB= SD/data/doc/en_US.ISO8859-1/books/faq > /home/gjb/public_html/FreeBSD/data/doc/handbook -> /home/gjb/public_html/= FreeBSD/data/doc/en_US.ISO8859-1/books/handbook > /home/gjb/public_html/FreeBSD/data/doc/en -> /home/gjb/public_html/FreeBS= D/data/doc/en_US.ISO8859-1 > cp -f /freebsd/doctemp/share/pgpkeys/pgpkeyring.txt /home/gjb/public_html= /FreeBSD/data/doc/pgpkeyring.txt > cp: /freebsd/doctemp/share/pgpkeys/pgpkeyring.txt: No such file or direct= ory > *** Error code 1 >=20 > Stop. > make[1]: stopped in /freebsd/doctemp/en_US.ISO8859-1/htdocs/doc > *** Error code 1 >=20 > I have an idea on how to resolve the parallel build issue you reported. > It will take some time to verify the behavior is correct. >=20 This should be corrected in r51301. Glen --6K2R/cS9K4qvcBNq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAlowA9YACgkQAxRYpUeP 4pMQjg//Z/zB9qQ1Ca/i0E9dxHOvseLrPRJ9JpnwxrZTy1AUT7ZTc06TpvpOMOgO SAZHm/Uk3N+jWL/Cu0+qYgjZAEIKgzFc5EPNi45sDo8I5pRQFfE6WRKKGs35J7v3 vCwZ0rdghxFYkJMhr7UCJeDOmMhx0Ek2JVZx6SEipEn9DQmeQCwHOjjxDwMp5oMq oCTFff/rz6ZKhbgAEFiDa+4dn7H4ffpO8kRDT8tayNcsN231GJbFO1DcYUgnSJPi L1n3+h62+vLtzESoK2JIcTlkfDwHDn915Pw9dUU+md9UZBDt76jyR++t+ydmwzXJ Axm6jYi+JG10pi29ECD12ywAe7J45MSuVL38cJdPzfBtLCF4Pt1TCAwDSSAumKvU a5R9mpxyX4Y3SnyHiVf78sGst7CocLtlHRSysr1RW3KYE1N/xhZ/sdTt8btziF66 oY4lwKBabmcZX0KuOW9wbMFn9LTWb3FiOaU21jk+y6lmX46AEaLpJEAOqZypMUJQ x4H8wtLHTuu3NvqQimZF4lmKuqgb2J1KhRENgbClXgNQDUxVZ6Sf4hySJB5D+8az gfBmczlutx/8Cj2VJ5L07o7n+IakTvskluOcDUhVLtql2zrLquacaUI326hXPp+W tzmIqFC4vthEbzL/LSOSv6Cm6ryQZ8LxI3n/f7QQBCiSURgHmos= =0Qyp -----END PGP SIGNATURE----- --6K2R/cS9K4qvcBNq-- From owner-svn-doc-all@freebsd.org Tue Dec 12 16:44:09 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63F53E9E8F2; Tue, 12 Dec 2017 16:44:09 +0000 (UTC) (envelope-from wschnr@googlemail.com) Received: from mail-yb0-x22e.google.com (mail-yb0-x22e.google.com [IPv6:2607:f8b0:4002:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29B94651F4; Tue, 12 Dec 2017 16:44:09 +0000 (UTC) (envelope-from wschnr@googlemail.com) Received: by mail-yb0-x22e.google.com with SMTP id z62so8925423yba.11; Tue, 12 Dec 2017 08:44:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=54UsfHqtJ5Hm6PvRbfKBPJAeYU+SLHZBbTmRA6JYSzc=; b=pC9vVTzwtFxwNVlMuaavkaGXB6UxWkJq0qMSuqR3IzQ3ADVq0S3u3WnBR2HvES9+qY +xsk0NTh6bqbCIfa9PyfRa4mBr+7tBoW+/KazXJSnJ9nbLJ+BBXa78lu6aTLPSeOxiG0 xUcNVTn12lWYciBeIvvnRuregj062T4LGTqfPmAeQSAPDPG5+H6FiS8PusRcBW0y3KVC 0ViPBnAgYsWF/XLXSUMnawNFos9laMxD6kZQIvY4B7fUbeyrbuKGUPYeL5OTbGIecCBl u3bNDgc6eD1qCbo7uPZWbgWMH15RAI9xb1wfIJmSLJ8c8SCJr5HfF5h65wG3khS6aoFW 4XmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=54UsfHqtJ5Hm6PvRbfKBPJAeYU+SLHZBbTmRA6JYSzc=; b=UbWsGEm5XSGcyJKYEuAg0M+LeqevqgOUZkATe7t3F1Mxm87/Qmhyd1Oivy58ufdWmX 9IEVfCpGm2fQT9SgfNCvAyRpdDGD93Rnl04ehqZVhyX0Dpqo0v93VUsDGlm5Gdyo9ZoF w/ahWIkSkMy/3YLevgMoNG7+p/AW6p0CBwBpZ+2QN9bvYps6nIWxHpX4MVoWmTfO45FR Jt/nq+LsmubaxPk6Zp7aSdB2DfM6dnYgladB7Gr8yARgnUafPTVNUtlKe8w/76+cf69m 45w0aEoLaV5BAVX9ZEgdLBzLaGoXvSZv2IqpR3htushq2x2KwOLJHHrmAtkLGUg+k8ES vD7Q== X-Gm-Message-State: AKGB3mKtQ03EBhJdTL4RoljH+fcjrN6oDAhd85mQYNxbt9+Qv7vmLwyN ZHWVj410iC7UAKvYikaLAsHmPXtu2/Y5qbAc8X7TXw== X-Google-Smtp-Source: ACJfBosNMzLG43vUUpu/IjBKqfb5uZBEzIBoQuupSZWpOHDWjAEBA+PLy5MjsqOExdN1Tq5L3sMkHZwhowtUXvVRKdA= X-Received: by 10.37.160.199 with SMTP id i7mr3309514ybm.386.1513097048061; Tue, 12 Dec 2017 08:44:08 -0800 (PST) MIME-Version: 1.0 Sender: wschnr@googlemail.com Received: by 10.37.9.80 with HTTP; Tue, 12 Dec 2017 08:43:52 -0800 (PST) In-Reply-To: <20171212141917.GJ17600@FreeBSD.org> References: <201712061850.vB6IoXbm056341@repo.freebsd.org> <20171212141917.GJ17600@FreeBSD.org> From: Wolfram Schneider Date: Tue, 12 Dec 2017 17:43:52 +0100 X-Google-Sender-Auth: 7Y7AfSZDIBq0ATqAi56VAwE9HN0 Message-ID: Subject: Re: svn commit: r51260 - in head: en_US.ISO8859-1/htdocs/doc share/pgpkeys To: Glen Barber , Wolfram Schneider Cc: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 16:44:09 -0000 On 12 December 2017 at 15:19, Glen Barber wrote: > On Tue, Dec 12, 2017 at 01:17:11PM +0100, Wolfram Schneider wrote: >> On 6 December 2017 at 19:50, Glen Barber wrote: >> > Author: gjb >> > Date: Wed Dec 6 18:50:32 2017 >> > New Revision: 51260 >> > URL: https://svnweb.freebsd.org/changeset/doc/51260 >> > >> > Log: >> > Fix generating pgpkeyring.txt when it does not exist, which seems >> > to have been broken following r51076 or r51077. >> >> What do you mean with 'Fix generating pgpkeyring.txt when it does not exist'? >> >> The file pgpkeyring.txt will be created while building the English >> docs for the web site: >> >> $ make -C en_US.ISO8859-1/htdocs all >> >> and then you will have the file >> doc/share/pgpkeys/pgpkeyring.txt >> >> Your commit breaks `make -j' (parallel build) >> >> $ make -j32 p-all >> >> ===> articles/bsdl-gpl (all) >> keyring.xml:16385: parser error : CData section not finished >> >> -----BEGIN PGP PUBLIC KEY BLOCK----- >> mQINBFJCuag >> --- all_subdir_books/handbook --- >> ===> books/handbook (all) >> --- all_subdir_articles/contributing --- >> ===> articles/contributing (all) >> 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 >> ^ >> >> keyring.xml:16385: parser error : Premature end of data in tag >> programlisting line 16087 >> 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 >> ^ >> >> keyring.xml:16385: parser error : Premature end of data in tag keyring line 2 >> 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 >> ^ >> >> unable to parse keyring.xml >> *** [pgpkeyring] Error code 6 >> >> make[2]: stopped in /tmp/doc-build.PU3aNQj/doc/share/pgpkeys >> A failure has been detected in another branch of the parallel make >> > > Prior to this change pgpkeyring.txt was never created, and as such > failed to install. I checked the timestamp of the file on the build > machine in the cluster, and confirmed it was not being generated there > as well, eliminating a local issue. > > install -C -o gjb -g gjb -m 444 imagelib/callouts/21.png /home/gjb/public_html/FreeBSD/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts > /home/gjb/public_html/FreeBSD/data/doc/en_US.ISO8859-1/books/porters-handbook/handbook.html -> /home/gjb/public_html/FreeBSD/data/doc/en_US.ISO8859-1/books/porters-handbook/index.html > /home/gjb/public_html/FreeBSD/data/doc/faq -> /home/gjb/public_html/FreeBSD/data/doc/en_US.ISO8859-1/books/faq > /home/gjb/public_html/FreeBSD/data/doc/handbook -> /home/gjb/public_html/FreeBSD/data/doc/en_US.ISO8859-1/books/handbook > /home/gjb/public_html/FreeBSD/data/doc/en -> /home/gjb/public_html/FreeBSD/data/doc/en_US.ISO8859-1 > cp -f /freebsd/doctemp/share/pgpkeys/pgpkeyring.txt /home/gjb/public_html/FreeBSD/data/doc/pgpkeyring.txt > cp: /freebsd/doctemp/share/pgpkeys/pgpkeyring.txt: No such file or directory > *** Error code 1 > > Stop. > make[1]: stopped in /freebsd/doctemp/en_US.ISO8859-1/htdocs/doc > *** Error code 1 Did you run 'make all' before 'make install'? You must run "all" before "install". Install does not build files, it will install them only. "install" assume that you run the "all" target before, it will not run "all" automatically. I did a quick test and I see that pgpkeyring.txt was generated prior to your commit: git clone -q https://github.com/freebsd/freebsd-doc doc cd doc; git checkout 182028aed582df013ac090340325eff65a6f8e4e ENGLISH_ONLY=YES time make -C en_US.ISO8859-1/htdocs all >& all.log real 3m30.506s user 3m4.873s sys 0m27.697s find . -name 'pgp*.txt' ./share/pgpkeys/pgpkeyring.txt and time make -C en_US.ISO8859-1/htdocs install >& install.log will install pgpkeyring.txt in ~/public_html/data/doc/pgpkeyring.txt -Wolfram > I have an idea on how to resolve the parallel build issue you reported. > It will take some time to verify the behavior is correct. > > Glen > -- Wolfram Schneider https://wolfram.schneider.org From owner-svn-doc-all@freebsd.org Tue Dec 12 17:01:55 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67931E9F05E; Tue, 12 Dec 2017 17:01:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41114659B6; Tue, 12 Dec 2017 17:01:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id EB57B10C2A; Tue, 12 Dec 2017 17:01:52 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Tue, 12 Dec 2017 17:01:51 +0000 From: Glen Barber To: Wolfram Schneider Cc: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r51260 - in head: en_US.ISO8859-1/htdocs/doc share/pgpkeys Message-ID: <20171212170151.GL17600@FreeBSD.org> References: <201712061850.vB6IoXbm056341@repo.freebsd.org> <20171212141917.GJ17600@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nrM5Z5VIJgwP9LWp" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 12 Dec 2017 17:01:55 -0000 --nrM5Z5VIJgwP9LWp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 12, 2017 at 05:43:52PM +0100, Wolfram Schneider wrote: > On 12 December 2017 at 15:19, Glen Barber wrote: > > On Tue, Dec 12, 2017 at 01:17:11PM +0100, Wolfram Schneider wrote: > >> On 6 December 2017 at 19:50, Glen Barber wrote: > >> > Author: gjb > >> > Date: Wed Dec 6 18:50:32 2017 > >> > New Revision: 51260 > >> > URL: https://svnweb.freebsd.org/changeset/doc/51260 > >> > > >> > Log: > >> > Fix generating pgpkeyring.txt when it does not exist, which seems > >> > to have been broken following r51076 or r51077. > >> > >> What do you mean with 'Fix generating pgpkeyring.txt when it does not = exist'? > >> > >> The file pgpkeyring.txt will be created while building the English > >> docs for the web site: > >> > >> $ make -C en_US.ISO8859-1/htdocs all > >> > >> and then you will have the file > >> doc/share/pgpkeys/pgpkeyring.txt > >> > >> Your commit breaks `make -j' (parallel build) > >> > >> $ make -j32 p-all > >> > >> =3D=3D=3D> articles/bsdl-gpl (all) > >> keyring.xml:16385: parser error : CData section not finished > >> > >> -----BEGIN PGP PUBLIC KEY BLOCK----- > >> mQINBFJCuag > >> --- all_subdir_books/handbook --- > >> =3D=3D=3D> books/handbook (all) > >> --- all_subdir_articles/contributing --- > >> =3D=3D=3D> articles/contributing (all) > >> 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 > >> ^ > >> > >> keyring.xml:16385: parser error : Premature end of data in tag > >> programlisting line 16087 > >> 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 > >> ^ > >> > >> keyring.xml:16385: parser error : Premature end of data in tag keyring= line 2 > >> 1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0 > >> ^ > >> > >> unable to parse keyring.xml > >> *** [pgpkeyring] Error code 6 > >> > >> make[2]: stopped in /tmp/doc-build.PU3aNQj/doc/share/pgpkeys > >> A failure has been detected in another branch of the parallel make > >> > > > > Prior to this change pgpkeyring.txt was never created, and as such > > failed to install. I checked the timestamp of the file on the build > > machine in the cluster, and confirmed it was not being generated there > > as well, eliminating a local issue. > > > > install -C -o gjb -g gjb -m 444 imagelib/callouts/21.png /home/gjb/pu= blic_html/FreeBSD/data/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/= callouts > > /home/gjb/public_html/FreeBSD/data/doc/en_US.ISO8859-1/books/porters-ha= ndbook/handbook.html -> /home/gjb/public_html/FreeBSD/data/doc/en_US.ISO885= 9-1/books/porters-handbook/index.html > > /home/gjb/public_html/FreeBSD/data/doc/faq -> /home/gjb/public_html/Fre= eBSD/data/doc/en_US.ISO8859-1/books/faq > > /home/gjb/public_html/FreeBSD/data/doc/handbook -> /home/gjb/public_htm= l/FreeBSD/data/doc/en_US.ISO8859-1/books/handbook > > /home/gjb/public_html/FreeBSD/data/doc/en -> /home/gjb/public_html/Free= BSD/data/doc/en_US.ISO8859-1 > > cp -f /freebsd/doctemp/share/pgpkeys/pgpkeyring.txt /home/gjb/public_ht= ml/FreeBSD/data/doc/pgpkeyring.txt > > cp: /freebsd/doctemp/share/pgpkeys/pgpkeyring.txt: No such file or dire= ctory > > *** Error code 1 > > > > Stop. > > make[1]: stopped in /freebsd/doctemp/en_US.ISO8859-1/htdocs/doc > > *** Error code 1 >=20 > Did you run 'make all' before 'make install'? >=20 > You must run "all" before "install". Install does not build files, it > will install them only. > "install" assume that you run the "all" target before, it will not run > "all" automatically. >=20 > I did a quick test and I see that pgpkeyring.txt was generated prior > to your commit: >=20 > git clone -q https://github.com/freebsd/freebsd-doc doc > cd doc; git checkout 182028aed582df013ac090340325eff65a6f8e4e > ENGLISH_ONLY=3DYES time make -C en_US.ISO8859-1/htdocs all >& all.log >=20 > real 3m30.506s > user 3m4.873s > sys 0m27.697s >=20 > find . -name 'pgp*.txt' > ./share/pgpkeys/pgpkeyring.txt >=20 > and > time make -C en_US.ISO8859-1/htdocs install >& install.log >=20 > will install pgpkeyring.txt in ~/public_html/data/doc/pgpkeyring.txt >=20 It did not for me. I used the 'p-all' target when discovering this. Glen --nrM5Z5VIJgwP9LWp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAlowC38ACgkQAxRYpUeP 4pPxdQ//SBnNKTNNN2DsSavvUnr1QDKnB1q2VI+IE2rBeTfweUgHwXQ4igEYWTzU QSADw92ZGJcDeICO+zIz2Rfft1xh9iJqwed1Jh/1LNb89Z2+2TtPDZHU4CcZ/+6G 8tm4R74hGpa4uPLlfjBxB10bs+3E3F0usnT6IpxtjvMhL8C6Bi1AYhDk5heERxu2 bcLARNmETRw/CyuFrVtdvLqrm4pbMRGgw3qFWON/sFzFogKnt8/I0BzbeARcQPgF NU/8jtLTJIC5QpF8duAFNyNdbWGhADQVLKLCk9oAwVZSCuS3jr5PZpx/aHYWsGlr lJ6upASwebYDbdjrJsnLxON8OIlVA0rlrGuQQ6MfLRNhQRb+oej9CK3WYIW3CJhR Bf8W3Vj4/5IPMdJ3M4bHgJtYKpb3zKTOkXlRmsTKVFkSlAH4eagHyfTocfdxic5E TnlePGY3plym1NJb+cdoFnmVwKfRhTz9iyLaAeIGAiTD5wvte1//liN/6A235c4J ZVZmihHMQARLS90B/OhJ2qxvtKVrH96wODhBbyNeEYIrCg0aJxCTz72KD9G2MoBO wYSDE/Ml1oW5Tijq4dsh/pMaHkhrLp2x5ZgEcgJS5QI/EHgnhJ28VKDS+oEsfu8e +3Kk44f09yTxaiwF0OcrlBQbuQ/nT8KW+3Q2yPqsNrG2BZWo+Js= =fbvk -----END PGP SIGNATURE----- --nrM5Z5VIJgwP9LWp-- From owner-svn-doc-all@freebsd.org Wed Dec 13 14:23:38 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31EA4E9FFC2; Wed, 13 Dec 2017 14:23:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id F0AC972CC0; Wed, 13 Dec 2017 14:23: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 vBDENbF1000992; Wed, 13 Dec 2017 14:23:37 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBDENbRb000991; Wed, 13 Dec 2017 14:23:37 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201712131423.vBDENbRb000991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 13 Dec 2017 14:23:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51302 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 51302 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 13 Dec 2017 14:23:38 -0000 Author: gjb Date: Wed Dec 13 14:23:36 2017 New Revision: 51302 URL: https://svnweb.freebsd.org/changeset/doc/51302 Log: Remove Vembu from the commercial software page per their request. Submitted by: anne (request forwarded) Modified: head/share/xml/commercial.software.xml Modified: head/share/xml/commercial.software.xml ============================================================================== --- head/share/xml/commercial.software.xml Tue Dec 12 16:27:43 2017 (r51301) +++ head/share/xml/commercial.software.xml Wed Dec 13 14:23:36 2017 (r51302) @@ -1076,22 +1076,6 @@ - - Vembu StoreGrid - http://www.vembu.com/ - - Vembu StoreGrid is an extremely flexible Desktop Backup Software. - StoreGrid's innovative, trusted intranet peer-to-peer backup - solution helps backup desktop and laptop data with no need for - additional storage hardware. With backup servers, StoreGrid can - also be deployed for conventional client-server and remote backup - purposes. StoreGrid works on FreeBSD, Linux, Windows and Mac OS X - operating systems. Check out http://www.vembu.com - for a free trial download of Vembu StoreGrid Desktop Backup - Software. - - - Vital, Inc. http://www.vital.com/ From owner-svn-doc-all@freebsd.org Wed Dec 13 15:14:40 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF2EBEA1473; Wed, 13 Dec 2017 15:14:40 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8386674A61; Wed, 13 Dec 2017 15:14:40 +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 vBDFEdaG022749; Wed, 13 Dec 2017 15:14:39 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBDFEd7r022748; Wed, 13 Dec 2017 15:14:39 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201712131514.vBDFEd7r022748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Wed, 13 Dec 2017 15:14:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51303 - head/ja_JP.eucJP/htdocs/java X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/htdocs/java X-SVN-Commit-Revision: 51303 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 13 Dec 2017 15:14:40 -0000 Author: ryusuke Date: Wed Dec 13 15:14:39 2017 New Revision: 51303 URL: https://svnweb.freebsd.org/changeset/doc/51303 Log: - Merge the following from the English version: r50017 -> r51295 head/ja_JP.eucJP/htdocs/java/index.xml Modified: head/ja_JP.eucJP/htdocs/java/index.xml Modified: head/ja_JP.eucJP/htdocs/java/index.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/java/index.xml Wed Dec 13 14:23:36 2017 (r51302) +++ head/ja_JP.eucJP/htdocs/java/index.xml Wed Dec 13 15:14:39 2017 (r51303) @@ -5,7 +5,7 @@ - + ]> @@ -32,7 +32,7 @@

      &openjdk; プロジェクトは、&java; SE プラットフォームのネイティブなオープンソースの実装を提供しています。 i386 および amd64 プラットフォーム上のすべてのサポートされている FreeBSD - リリースにおいて、バージョン 6, 7 および 8 が利用できます。

      + リリースにおいて、バージョン 7 および 8 が利用できます。

      &openjdk; 7 は頻繁にアップデートされています。 詳細なリリースの変遷を知るには、 @@ -70,26 +70,6 @@ もしくは
      cd /usr/ports/java/openjdk8 -
      make install clean -
      -

      - -

      &openjdk; 6 は頻繁にアップデートされています。 - 詳細なリリースの変遷を知るには、 - リビジョンログ - を参照してください。さらに、 - FreshPorts - でより多くの情報をレビューすることもできます。

      - -

      &openjdk; 6 package をインストールするには、 - pkg(8) ユーティリティを使用してください。

      - -

      - pkg install openjdk6 -
      - もしくは -
      - cd /usr/ports/java/openjdk6
      make install clean

      From owner-svn-doc-all@freebsd.org Wed Dec 13 19:37:33 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20D2FE8479C; Wed, 13 Dec 2017 19:37:33 +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 mx1.freebsd.org (Postfix) with ESMTPS id E97637F7C8; Wed, 13 Dec 2017 19:37:32 +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 vBDJbVJe032966; Wed, 13 Dec 2017 19:37:31 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBDJbVxk032965; Wed, 13 Dec 2017 19:37:31 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201712131937.vBDJbVxk032965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 13 Dec 2017 19:37:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51304 - head/en_US.ISO8859-1/htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs X-SVN-Commit-Revision: 51304 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 13 Dec 2017 19:37:33 -0000 Author: gjb Date: Wed Dec 13 19:37:31 2017 New Revision: 51304 URL: https://svnweb.freebsd.org/changeset/doc/51304 Log: Update the SoC image URLs for arm, armv6, and armv7. - GUMSTIX is arm/arm for all branches. - Add missing PINE64. - Add arm/arm and arm/armv7 where missing. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/where.xml Modified: head/en_US.ISO8859-1/htdocs/where.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/where.xml Wed Dec 13 15:14:39 2017 (r51303) +++ head/en_US.ISO8859-1/htdocs/where.xml Wed Dec 13 19:37:31 2017 (r51304) @@ -271,7 +271,9 @@
    • powerpc
    • powerpc64
    • sparc64
    • +
    • arm
    • armv6
    • +
    • armv7
    • aarch64
    @@ -289,8 +291,9 @@
  • CUBIEBOARD
  • CUBIEBOARD2
  • CUBOX/HUMMINGBOARD
  • -
  • GUMSTIX
  • +
  • GUMSTIX
  • PANDABOARD
  • +
  • PINE64
  • RPI-B
  • RPI2
  • RPI3
  • @@ -326,6 +329,7 @@
  • powerpc
  • powerpc64
  • sparc64
  • +
  • arm
  • armv6
  • aarch64
  • @@ -344,7 +348,7 @@
  • CUBIEBOARD
  • CUBIEBOARD2
  • CUBOX/HUMMINGBOARD
  • -
  • GUMSTIX
  • +
  • GUMSTIX
  • PANDABOARD
  • RPI2
  • RPI-B
  • @@ -381,6 +385,7 @@
  • powerpc
  • powerpc64
  • sparc64
  • +
  • arm
  • armv6
  • @@ -394,7 +399,7 @@
    • BEAGLEBONE
    • CUBOX/HUMMINGBOARD
    • -
    • GUMSTIX
    • +
    • GUMSTIX
    • PANDABOARD
    • RPI-B
    • WANDBOARD
    • From owner-svn-doc-all@freebsd.org Wed Dec 13 19:50:45 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B129AE84B76; Wed, 13 Dec 2017 19:50:45 +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 mx1.freebsd.org (Postfix) with ESMTPS id 701BF7FC38; Wed, 13 Dec 2017 19:50:45 +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 vBDJoikk037386; Wed, 13 Dec 2017 19:50:44 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBDJoimL037385; Wed, 13 Dec 2017 19:50:44 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201712131950.vBDJoimL037385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 13 Dec 2017 19:50:44 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51305 - head/en_US.ISO8859-1/htdocs/releases/12.0R X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R X-SVN-Commit-Revision: 51305 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 13 Dec 2017 19:50:45 -0000 Author: gjb Date: Wed Dec 13 19:50:44 2017 New Revision: 51305 URL: https://svnweb.freebsd.org/changeset/doc/51305 Log: Adjust 12.0R/Makefile to account for arm/arm, arm/armv7, and arm64/aarch64 SoC images. This has no immediate functional impact, as the data files are commented. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile Wed Dec 13 19:37:31 2017 (r51304) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile Wed Dec 13 19:50:44 2017 (r51305) @@ -38,17 +38,23 @@ _VMS?= amd64 \ i386 \ arm64-aarch64 -_ARM?= BANANAPI \ +_ARM_ARM?= GUMSTIX + +_ARM_ARMV6?= RPI-B + +_ARM_ARMV7?= BANANAPI \ BEAGLEBONE \ CUBIEBOARD \ CUBIEBOARD2 \ CUBOX-HUMMINGBOARD \ GUMSTIX \ PANDABOARD \ - RPI-B \ RPI2 \ WANDBOARD +_ARM64_AARCH64?=PINE64 \ + RPI3 + .for CHECKSUM in SHA512 SHA256 . for _B in ${_BIGIRON} #DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_B}.asc @@ -56,8 +62,17 @@ _ARM?= BANANAPI \ . for _V in ${_VMS} #DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_V}-vm.asc . endfor -. for _A in ${_ARM} +. for _A in ${_ARM_ARM} +#DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-arm-${_A}.asc +. endfor +. for _A in ${_ARM_ARMV6} #DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv6-${_A}.asc +. endfor +. for _A in ${_ARM_ARMV7} +#DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv7-${_A}.asc +. endfor +. for _A in ${_ARM64_AARCH64} +#DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm64-aarch64-${_A}.asc . endfor .endfor From owner-svn-doc-all@freebsd.org Thu Dec 14 06:11:38 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C623E97668; Thu, 14 Dec 2017 06:11:38 +0000 (UTC) (envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id E4EBE75A30; Thu, 14 Dec 2017 06:11:37 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBE6BaGH000149; Thu, 14 Dec 2017 06:11:36 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBE6Ba2P000148; Thu, 14 Dec 2017 06:11:36 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201712140611.vBE6Ba2P000148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Thu, 14 Dec 2017 06:11:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51306 - head/en_US.ISO8859-1/articles/building-products X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/en_US.ISO8859-1/articles/building-products X-SVN-Commit-Revision: 51306 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 14 Dec 2017 06:11:38 -0000 Author: eadler Date: Thu Dec 14 06:11:36 2017 New Revision: 51306 URL: https://svnweb.freebsd.org/changeset/doc/51306 Log: building-products: clean up a little bit - remove the keyword soup that claims that FreeBSD still supports IPX, ATM, EISA, and related. - remove the word 'advanced' used way too often (and untruthfully now-a-days) - make 'available technology' not a goal of the document, thus making it easier to keep up to date and reasonable - wordsmith the abstract a bit Modified: head/en_US.ISO8859-1/articles/building-products/article.xml Modified: head/en_US.ISO8859-1/articles/building-products/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/building-products/article.xml Wed Dec 13 19:50:44 2017 (r51305) +++ head/en_US.ISO8859-1/articles/building-products/article.xml Thu Dec 14 06:11:36 2017 (r51306) @@ -23,7 +23,7 @@ Abstract - The FreeBSD project is a worldwide, voluntary, and + The FreeBSD project is a worldwide, volunteer based, and collaborative project, which develops a portable and high-quality operating system. The FreeBSD project distributes the source code for its product under a liberal license, with the @@ -110,10 +110,6 @@ Project and its organizational structure. - An overview of the available technology in the - project. - - An understanding of its development model and release engineering processes. @@ -286,30 +282,6 @@ - Support for the following technologies, protocols - and standards: - ATA, ATAPI, - ATM, Bluetooth, - CAM, CardBus, - DHCP, DNS, - EISA, - Ethernet, FDDI, - Fibre Channel, GPIB, IEEE 1394, IPv4, - IPv6, IPSEC, - IPX, ISDN, - MAC, NIS, - NFS, OpenSSH, OPIE, - PAM, PCI, - PCMCIA, POSIX, - PnP, RAID, - RPC, SATA, - SCSI, SMB, - TCP, USB, - VESA, VLAN, - VLB, - WebNFS. - - A modular symmetric multiprocessing capable kernel, with loadable kernel modules and a flexible and easy to use configuration system. @@ -328,21 +300,21 @@ environment. - Advanced security features: Mandatory Access + Security features: Mandatory Access Control (&man.mac.9;), jails (&man.jail.2;), ACLs, and in-kernel cryptographic device support. - Advanced networking features: firewall-ing, QoS + Networking features: firewall-ing, QoS management, high-performance TCP/IP networking with - support for many advanced features. + support for many extensions. FreeBSD's in-kernel Netgraph (&man.netgraph.4;) framework allows kernel networking modules to be connected together in flexible ways. - Support for advanced storage technologies: Fibre + Support for storage technologies: Fibre Channel, SCSI, software and hardware RAID, ATA and SATA. @@ -626,7 +598,7 @@ This speeds up arg reduction by a factor of 2 for |x| FreeBSD. For example: Track FreeBSD source code - The project makes it easy to mirror its SVN + The project makes it easy to mirror its SVN repository using svnsync. Having the complete history of the source is useful when From owner-svn-doc-all@freebsd.org Thu Dec 14 12:01:41 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79B80EA1DFC; Thu, 14 Dec 2017 12:01:41 +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 mx1.freebsd.org (Postfix) with ESMTPS id 45A1E105B; Thu, 14 Dec 2017 12:01:41 +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 vBEC1eVA045582; Thu, 14 Dec 2017 12:01:40 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBEC1ehI045581; Thu, 14 Dec 2017 12:01:40 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201712141201.vBEC1ehI045581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Thu, 14 Dec 2017 12:01:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51307 - head/ja_JP.eucJP/htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/htdocs X-SVN-Commit-Revision: 51307 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 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, 14 Dec 2017 12:01:41 -0000 Author: ryusuke Date: Thu Dec 14 12:01:40 2017 New Revision: 51307 URL: https://svnweb.freebsd.org/changeset/doc/51307 Log: - Merge the following from the English version: r51261 -> r51304 head/ja_JP.eucJP/htdocs/where.xml Modified: head/ja_JP.eucJP/htdocs/where.xml Modified: head/ja_JP.eucJP/htdocs/where.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/where.xml Thu Dec 14 06:11:36 2017 (r51306) +++ head/ja_JP.eucJP/htdocs/where.xml Thu Dec 14 12:01:40 2017 (r51307) @@ -6,7 +6,7 @@ ]> - + @@ -274,7 +274,9 @@
    • powerpc
    • powerpc64
    • sparc64
    • +
    • arm
    • armv6
    • +
    • armv7
    • aarch64
    @@ -292,8 +294,9 @@
  • CUBIEBOARD
  • CUBIEBOARD2
  • CUBOX/HUMMINGBOARD
  • -
  • GUMSTIX
  • +
  • GUMSTIX
  • PANDABOARD
  • +
  • PINE64
  • RPI-B
  • RPI2
  • RPI3
  • @@ -329,6 +332,7 @@
  • powerpc
  • powerpc64
  • sparc64
  • +
  • arm
  • armv6
  • aarch64
  • @@ -347,7 +351,7 @@
  • CUBIEBOARD
  • CUBIEBOARD2
  • CUBOX/HUMMINGBOARD
  • -
  • GUMSTIX
  • +
  • GUMSTIX
  • PANDABOARD
  • RPI2
  • RPI-B
  • @@ -384,6 +388,7 @@
  • powerpc
  • powerpc64
  • sparc64
  • +
  • arm
  • armv6
  • @@ -397,7 +402,7 @@