From owner-svn-doc-head@freebsd.org Sun Sep 6 11:37:26 2015 Return-Path: Delivered-To: svn-doc-head@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 8F5AA9C5B01; Sun, 6 Sep 2015 11:37:26 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 6F8C99C6; Sun, 6 Sep 2015 11:37:26 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t86BbQZu010755; Sun, 6 Sep 2015 11:37:26 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t86BbQ1H010754; Sun, 6 Sep 2015 11:37:26 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201509061137.t86BbQ1H010754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sun, 6 Sep 2015 11:37:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47375 - head/de_DE.ISO8859-1/books/handbook/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2015 11:37:26 -0000 Author: bhd Date: Sun Sep 6 11:37:25 2015 New Revision: 47375 URL: https://svnweb.freebsd.org/changeset/doc/47375 Log: Update to r39639: Update ports chapter to reflect CVSup deprecation, add svn information. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D3518 Modified: head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Sat Sep 5 21:01:25 2015 (r47374) +++ head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Sun Sep 6 11:37:25 2015 (r47375) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/ports/chapter.xml,v 1.111 2011/12/19 17:13:33 bcr Exp $ - basiert auf: r39474 + basiert auf: r39639 --> Installieren von Anwendungen: Pakete und Ports @@ -637,23 +637,138 @@ docbook = enthält eine Auflistung aller verfügbaren make-Targets und Umgebungsvariablen. + + Ende 2012 hat das &os; Ports-Projekt eine Migration des + Versionskontrollsystems von CVS auf Subversion durchgeführt. + Infolgedessen werden sich diese Anweisungen zukünftig + verändern. Der bevorzugte Mechanismus für die allgemeine + Verwendung von Ports ist Portsnap. + Benutzer, die lokale Anpassungen der Ports vornehmen müssen, + werden es wahrscheinlich bevorzugen, Subversion direkt zu + verwenden. Der CVS-Service wurde am 28. Februar 2013 + eingestellt. Von einer weiteren Verwendung dieses Dienstes + wird abgeraten. + + Installation der Ports-Sammlung - Bevor Sie einen Port installieren können, müssen Sie - zuerst die Ports-Sammlung installieren, die aus Makefiles, Patches - und Beschreibungen besteht. Die Ports-Sammlung wird - für gewöhnlich unter /usr/ports - installiert. - - Bei der FreeBSD-Installation hatten Sie in - sysinstall die Möglichkeit, die - Ports-Sammlung zu installieren. Wenn Sie die Sammlung damals nicht - installiert haben, können Sie das mit den folgenden - Anweisungen nachholen: + Die Ports-Sammlung ist eine Reihe von Makefiles, Patches + und Beschreibungen, die unter /usr/ports + gespeichert sind. Diese Dateien werden für den Bau und die + Installation von Anwendungen unter &os; verwendet. Die + folgenden Anweisungen zeigen verschiedene Methoden zur + Installation der Ports-Sammlung, falls diese nicht schon + während der Installation von &os; installiert wurden. + + + Installation mit Portsnap + + Portsnap ist ein schnelles + und benutzerfreundliches Werkzeug zur Installation der + Ports-Sammlung und die bevorzugte Wahl für die meisten + Benutzer. Eine detaillierte Beschreibung zu + Portsnap finden Sie in Portsnap: ein Werkzeug + zur Aktualisierung der Ports-Sammlung. + + + Laden Sie einen komprimierten Snapshot der + Ports-Sammlung in + /var/db/portsnap. + + &prompt.root; portsnap fetch + + + + Wenn Sie Portsnap das erste + Mal verwenden, müssen Sie den Snapshot nach + /usr/ports extrahieren: + + &prompt.root; portsnap extract + + Nachdem der erste Einsatz von + Portsnap abeschlossen ist, kann + /usr/ports wie folgt aktualisiert + werden: + + &prompt.root; portsnap update + + - Installieren mit <application>CVSup</application> + Installation mit Subversion + + Wird mehr Kontrolle über die Ports-Sammlung benötigt + (beispielsweise für der Pflege lokaler Änderungen), + kann Subversion benutzt werden, + um die Ports-Sammlung zu laden. Lesen Sie the + Subversion Primer für eine detaillierte + Beschreibung von + Subversion. + + + Subversion muss installiert + sein, bevor damit die Ports-Sammlung geladen werden kann. + Ist eine lokale Kopie der Ports-Sammlung bereits + vorhanden, installieren Sie + Subversion wie folgt: + + &prompt.root; cd /usr/ports/devel/subversion +&prompt.root; make install clean + + Ist keine lokale Kopie der Ports-Sammlung vorhanden, + kann Subversion als Paket + installiert werden: + + &prompt.root; pkg_add -r subversion + + Wird pkgng für die + Verwaltung von Paketen benutzt, kann + Subversion darüber installiert + werden: + + &prompt.root; pkg install subversion + + + + Laden Sie eine Kopie der Ports-Sammlung. Verwenden + Sie anstatt svn.FreeBSD.org einen + Subversion + Mirror in Ihrer Nähe. Committer sollten zuvor den + Subversion + Primer lesen, um sicherzustellen, dass das richtige + Protokoll gewählt wird. + + &prompt.root; svn checkout +svn://svn.FreeBSD.org/ports/head/usr/ports + + + + Nach dem erstmaligen + checkout mit + Subversion kann + /usr/ports wie folgt aktualisiert + werden: + + &prompt.root; svn update /usr/ports + + + + + Installation mit + <application>CVSup</application> + + + Die Synchronisation der Ports-Sammlung mittels CVSup + ist im Rahmen der Migration zu Subversion als veraltet + angesehen. Obwohl diese Methode weiterhin unterstützt + wird, wird der Dienst ab dem 28. Februar 2013 + abgeschaltet. + Dies ist eine schnelle Methode, um die Ports-Sammlung zu installieren und zu aktualisieren. @@ -735,41 +850,6 @@ docbook = - Installieren mit Portsnap - - Bei Portsnap handelt es sich - um ein alternatives System zur Distribution der Ports-Sammlung. - Eine detaillierte Beschreibung von - Portsnap finden Sie im Abschnitt - Portsnap: Ein Werkzeug - zur Aktualisierung der Ports-Sammlung des Handbuchs. - - - Laden Sie einen komprimierten Snapshot der Ports-Sammlung - in das Verzeichnis /var/db/portsnap herunter. Danach - können Sie die Internetverbindung trennen, wenn Sie dies - wünschen. - - &prompt.root; portsnap fetch - - - - Wenn Sie Portsnap das erste - Mal verwenden, müssen Sie den Snapshot nach - /usr/ports - extrahieren: - - &prompt.root; portsnap extract - - Ist die Ports-Sammlung bereits installiert, und Sie - wollen diese nur aktualisieren, führen Sie - stattdessen folgenden Befehl aus: - - &prompt.root; portsnap update - - - - Installieren mit <application>sysinstall</application> Nicht zuletzt ist es auch möglich, die Ports-Sammlung From owner-svn-doc-head@freebsd.org Sun Sep 6 20:16:19 2015 Return-Path: Delivered-To: svn-doc-head@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 497DD9CC11B; Sun, 6 Sep 2015 20:16:19 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 39C0611C1; Sun, 6 Sep 2015 20:16:19 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t86KGJVR025430; Sun, 6 Sep 2015 20:16:19 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t86KGJud025429; Sun, 6 Sep 2015 20:16:19 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201509062016.t86KGJud025429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Sun, 6 Sep 2015 20:16:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47376 - head/en_US.ISO8859-1/books/handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2015 20:16:19 -0000 Author: wblock Date: Sun Sep 6 20:16:18 2015 New Revision: 47376 URL: https://svnweb.freebsd.org/changeset/doc/47376 Log: Remove an extra comma. Modified: head/en_US.ISO8859-1/books/handbook/book.xml Modified: head/en_US.ISO8859-1/books/handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/book.xml Sun Sep 6 11:37:25 2015 (r47375) +++ head/en_US.ISO8859-1/books/handbook/book.xml Sun Sep 6 20:16:18 2015 (r47376) @@ -89,7 +89,7 @@ Welcome to FreeBSD! This handbook covers the installation and day to day use of - FreeBSD &rel2.current;-RELEASE, and + FreeBSD &rel2.current;-RELEASE and FreeBSD &rel.current;-RELEASE. This manual is a work in progress and is the work of many individuals. As such, some sections may become From owner-svn-doc-head@freebsd.org Mon Sep 7 11:34:58 2015 Return-Path: Delivered-To: svn-doc-head@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 3F9749CC2F0; Mon, 7 Sep 2015 11:34:58 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 2E91E1615; Mon, 7 Sep 2015 11:34:58 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t87BYwrF006005; Mon, 7 Sep 2015 11:34:58 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t87BYwYG006004; Mon, 7 Sep 2015 11:34:58 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201509071134.t87BYwYG006004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Mon, 7 Sep 2015 11:34:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47377 - head/de_DE.ISO8859-1/books/handbook/boot X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2015 11:34:58 -0000 Author: bhd Date: Mon Sep 7 11:34:57 2015 New Revision: 47377 URL: https://svnweb.freebsd.org/changeset/doc/47377 Log: Update to r40887: This patch addresses the following: - replaces FreeBSD with &os; - rewording to replace "you" - updated the F1 example - general tightening and grammar fixes Modified: head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml Sun Sep 6 20:16:18 2015 (r47376) +++ head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml Mon Sep 7 11:34:57 2015 (r47377) @@ -5,10 +5,10 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/boot/chapter.xml,v 1.63 2012/04/22 20:05:15 bcr Exp $ - basiert auf: r39844 + basiert auf: r40887 --> - FreeBSDs Bootvorgang + &os;s Bootvorgang Hans-ChristianEbkeÜbersetzt von @@ -22,7 +22,7 @@ Das Starten des Computers und das Laden des Betriebssystems wird im Allgemeinen als Bootstrap-Vorgang - bezeichnet, oder einfach als Booten. FreeBSDs + bezeichnet, oder einfach als Booten. &os;s Bootvorgang ermöglicht große Flexibilität, was das Anpassen dessen anbelangt, was passiert, wenn das System gestartet wird. Es kann zwischen verschiedenen Betriebssystemen, @@ -34,21 +34,20 @@ Konfigurationsmöglichkeiten und wie man den Bootvorgang anpasst. Dies schließt alles ein, bis der Kernel gestartet worden ist, der dann alle Geräte gefunden hat und &man.init.8; gestartet hat. - Falls Sie sich nicht ganz sicher sind, wann dies passiert: - Es passiert, wenn die Farbe des Textes während des Bootvorgangs - von weiß zu Hellgrau wechselt. + Dies passiert, wenn die Farbe des Textes während des Bootvorgangs + von weiß zu grau wechselt. Dieses Kapitel informiert über folgende Punkte: - Die Komponenten des FreeBSD-Bootvorgangs und deren + Die Komponenten des &os;-Bootvorgangs und deren Interaktion. - Die Optionen, mit denen Sie den FreeBSD-Bootvorgang steuern - können. + Die Optionen, mit denen der &os;-Bootvorgang gesteuert + werden kann. @@ -58,10 +57,8 @@ - nur x86 - - Dieses Kapitel erklärt den Bootvorgang von FreeBSD auf - Intel X86 Plattformen. + Dieses Kapitel erklärt den Bootvorgang von &os; auf + Intel x86-Plattformen. @@ -72,9 +69,9 @@ gestartet werden soll, entsteht ein interessantes Dilemma, denn der Computer weiß per Definition nicht, wie er irgendetwas tut, bis das Betriebssystem gestartet wurde. Das schließt das Starten von - Programmen, die sich auf der Festplatte befinden, ein. Wenn nun + Programmen, die sich auf der Festplatte befinden, ein. Wenn der Computer kein Programm von der Festplatte starten kann, sich - das Betriebssystem aber dummerweise genau dort befindet, wie + das Betriebssystem aber genau dort befindet, wie wird es dann gestartet? Dieses Problem ähnelt einer Geschichte des Barons von @@ -114,7 +111,7 @@ verwaltet der Boot-Manager zusätzlichen Code im ersten Track der Platte oder in Dateisystemen anderer Betriebssysteme. (Boot-Manager werden manchmal auch als - Boot Loader bezeichnet, unter FreeBSD wird + Boot Loader bezeichnet, unter &os; wird dieser Begriff aber für eine spätere Phase des Systemstarts verwendet.) Zu den bekanntesten Boot-Managern gehören boot0 (der auch als @@ -134,24 +131,23 @@ installierte MBR ist ein solcher MBR und basiert auf /boot/mbr. - Falls mehrere Betriebssysteme installiert sind, sollte - man einen anderen Boot-Manager installieren, der eine Liste der - verfügbaren Betriebssysteme anzeigt und einen wählen - lässt, welches man booten möchte. Der nächste - Abschnitt beschreibt zwei Boot-Manager mit diesen - Fähigkeiten. + Falls mehrere Betriebssysteme installiert sind, kann ein + anderer Boot-Manager installiert werden, der eine Liste der + verfügbaren Betriebssysteme anzeigt, so dass der Benutzer wählen + kann, welches Betriebssystem er booten möchte. Der nächste + Abschnitt beschreibt zwei Boot-Manager. - Das restliche FreeBSD-Bootstrap-System ist in drei Phasen + Das restliche &os;-Bootstrap-System ist in drei Phasen unterteilt. Die erste Phase wird vom MBR durchgeführt, der gerade genug Funktionalität besitzt um den Computer in einen bestimmten Status zu verhelfen und die zweite Phase zu starten. Die zweite Phase führt ein wenig mehr Operationen durch und startet schließlich die dritte Phase, die das Laden des Betriebssystems abschließt. Der ganze Prozess wird in drei - Phasen durchgeführt, weil der PC Standard die Größe + Phasen durchgeführt, weil PC Standards die Größe der Programme, die in Phase eins und zwei ausgeführt werden, limitiert. Durch das Verketten der durchzuführenden - Aufgaben wird es FreeBSD möglich, ein sehr flexibles + Aufgaben wird es &os; möglich, ein sehr flexibles Ladeprogramm zu besitzen. Kernel @@ -164,9 +160,9 @@ sicherstellt, dass alle Laufwerke benutzbar sind und die Ressourcen Konfiguration auf Benutzer Ebene startet. Diese wiederum mountet Dateisysteme, macht die Netzwerkkarten für - die Kommunikation mit dem Netzwerk bereit und startet generell - alle Prozesse, die auf einem FreeBSD-System normalerweise beim - Hochfahren gestartet werden. + die Kommunikation mit dem Netzwerk bereit und startet + alle Prozesse, die konfiguriert wurden, um beim Hochfahren des + &os;-Systems gestartet zu werden. @@ -181,80 +177,77 @@ Der Code im MBR oder im Boot-Manager wird manchmal auch als stage zero des Boot-Prozesses - bezeichnet. Dieser Abschnitt beschreibt zwei der weiter - oben erwähnten Boot-Manager: - boot0 sowie + bezeichnet. Dieser Abschnitt beschreibt zwei Boot-Manager: + boot0 und LILO. Der <application>boot0</application> Boot-Manager: - Der vom FreeBSD-Installationsprogramm oder &man.boot0cfg.8; + Der vom &os;-Installationsprogramm oder &man.boot0cfg.8; in der Voreinstelung installierte Master Boot Record (MBR) - basiert auf /boot/boot0. - Bei boot0 handelt es sich um ein - sehr einfaches Programm, da im MBR lediglich - 446 Bytes verfügbar sind, weil der restliche Platz + basiert auf /boot/boot0. Die Größe und + Leistungsfähigkeit von boot0 ist + auf 446 Bytes beschränkt, weil der restliche Platz für die Partitionstabelle sowie den 0x55AA-Identifier - am Ende des MBRs benötigt wird. Falls Sie - boot0 verwenden und mehrere - Betriebssysteme auf Ihrer Festplatte installiert haben, werden - Sie beim Starten des Computers eine Anzeige ähnlich der - folgenden sehen: + am Ende des MBRs benötigt wird. Wenn + boot0 und mehrere + Betriebssysteme installiert sind, wird beim Starten des + Computers eine Anzeige ähnlich der folgenden zu sehen + sein: <filename>boot0</filename>-Screenshot - F1 DOS + F1 Windows F2 FreeBSD -F3 Linux -F4 ?? -F5 Drive 1 Default: F2 Diverse Betriebssysteme, insbesondere &windows;, - überschreiben den MBR ungefragt mit ihrem - eigenen. Falls einem dies passiert sein sollte, kann man mit - folgendem Kommando den momentanen MBR durch den FreeBSD-MBR - ersetzen: + überschreiben den existierenden MBR, wenn sie nach &os; + installiert werden. Falls dies passiert, kann mit + folgendem Kommando der momentane MBR durch den &os;-MBR + ersetzt werden: - &prompt.root; fdisk -B -b /boot/boot0 Gerät + &prompt.root; fdisk -B -b /boot/boot0 Gerät Bei Gerät handelt es sich um das Gerät, von dem gebootet wird, also beispielsweise ad0 für die erste IDE-Festplatte, ad2 für die erste IDE-Festplatte am zweiten IDE-Controller, da0 - für die erste SCSI-Festplatte, usw. Diese Einstellungen - können aber über &man.boot0cfg.8; angepasst - werden. - - Der LILO-Boot-Manager: - - Damit dieser Boot-Manager auch FreeBSD booten kann, starten - Sie zuerst Linux und fügen danach folgende Zeilen in die - Konfigurationsdatei /etc/lilo.conf - ein: + für die erste SCSI-Festplatte. Um eine angepasste + Konfiguration des MBR zu erstellen, lesen Sie + &man.boot0cfg.8;. + + + Der LILO-Boot-Manager: + + Damit dieser Boot-Manager auch &os; booten kann, starten + Sie zuerst Linux und fügen danach folgende Zeilen in die + Konfigurationsdatei /etc/lilo.conf + ein: + other=/dev/hdXY table=/dev/hdX loader=/boot/chain.b label=FreeBSD - Dabei müssen Sie die primäre Partition von FreeBSD - sowie dessen Platte im Linux-Format angeben. Dazu ersetzen Sie + Dabei muss die primäre Partition von &os; + sowie dessen Platte im Linux-Format angeben werden. Dazu wird X durch die Linux-Bezeichnung der Platte und Y durch die von Linux - verwendete Partitionsnummer. Wenn Sie ein - SCSI-Laufwerk verwenden, müssen Sie + verwendete Partitionsnummer ersetzt. Für ein + SCSI-Laufwerk wird /dev/sd anstelle von - /dev/hd verwenden. Die Zeile + /dev/hd verwendet. Die Zeile kann weggelassen werden, wenn beide Betriebssysteme auf der gleichen Platte installiert sind. Geben Sie danach /sbin/lilo -v - ein, um Ihre Änderungen zu übernehmen. Achtung Sie + ein, um die Änderungen zu übernehmen. Achten Sie dabei besonders auf etwaige Fehlermeldungen. @@ -263,12 +256,13 @@ label=FreeBSD /boot/boot2 Im Prinzip sind die erste und die zweite Phase Teile - desselben Programms, im selben Bereich auf der - Festplatte. Aufgrund von Speicherplatz-Beschränkungen - wurden sie aufgeteilt, aber man installiert sie eigentlich - generell zusammen. Beide werden entweder vom Installer oder - von bsdlabel aus der kombinierten - Datei /boot/boot kopiert. + desselben Programms, im selben Bereich auf der + Festplatte. Aufgrund von Speicherplatz-Beschränkungen + wurden sie in zwei Teile aufgeteilt, welche jedoch immer + zusammen installiert werden. Beide werden entweder vom + Installer oder von bsdlabel aus + der kombinierten /boot/boot + kopiert. Beide Phasen befinden sich außerhalb des Dateisystems im Bootsektor des Boot-Slices, wo boot0 oder ein anderer Boot-Manager @@ -279,7 +273,7 @@ label=FreeBSD boot1 ist ein sehr einfaches Programm, da es nur 512 Bytes groß sein darf, und es - besitzt gerade genug Funktionalität, um FreeBSDs + besitzt gerade genug Funktionalität, um &os;s bsdlabel, das Informationen über den Slice enthält, auszulesen, und um boot2 zu finden und @@ -287,7 +281,7 @@ label=FreeBSD boot2 ist schon ein wenig umfangreicher und besitzt genügend Funktionalität, um - Dateien in FreeBSDs Dateisystem zu finden. Außerdem hat es + Dateien in &os;s Dateisystem zu finden. Außerdem hat es eine einfache Schnittstelle, die es ermöglicht, den zu ladenden Kernel oder Loader auszuwählen. @@ -307,14 +301,14 @@ Default: 0:ad(0,a)/boot/loader boot: - Um das installierte - boot1 und boot2 zu - ersetzen, benutzt man &man.bsdlabel.8;: + &man.bsdlabel.8; kann dazu verwendet werden, dass + installierte boot1 und + boot2 zu ersetzen: - &prompt.root; bsdlabel -B diskslice + &prompt.root; bsdlabel -B diskslice - Wobei Slice das Laufwerk und die Slice - darstellt, von dem gebootet wird, beispielsweise + Wobei diskslice das Laufwerk + und die Slice darstellt, von dem gebootet wird, beispielsweise ad0s1 für die erste Slice auf der ersten IDE-Festplatte. @@ -322,12 +316,13 @@ boot: Dangerously Dedicated Mode Wenn man nur den Festplatten-Namen, also - z.B. ad0, in &man.bsdlabel.8; - benutzt wird eine "dangerously dedicated disk" erstellt, - ohne Slices. Das ist ein Zustand, den man meistens nicht - hervorrufen möchte. Aus diesem Grund sollte man ein - &man.bsdlabel.8;-Kommando noch einmal prüfen, bevor - man Return betätigt. + z.B. ad0 benutzt, wird &man.bsdlabel.8; + eine "dangerously dedicated disk" erstellen, ohne Slices. + Das ist ein Zustand, den man meistens nicht + hervorrufen möchte. Aus diesem Grund sollte man das + diskslice von &man.bsdlabel.8; + noch einmal prüfen, bevor Return gedrückt + wird. @@ -339,11 +334,10 @@ boot: Bootstrap-Prozess und kann im Dateisystem normalerweise unter /boot/loader gefunden werden. - Der Loader soll eine benutzerfreundliche - Konfigurations-Schnittstelle sein mit einem einfach zu - bedienenden eingebauten Befehlssatz, ergänzt durch einen - umfangreichen Interpreter mit einem komplexeren - Befehlssatz. + Der Loader soll eine interaktive + Konfigurations-Schnittstelle mit eingebauten Befehlssatz + sein, ergänzt durch einen umfangreichen Interpreter mit einem + komplexeren Befehlssatz. Loader Ablauf @@ -374,8 +368,8 @@ boot: 10 Sekunden lang auf eine Tastatureingabe und bootet den Kernel, falls keine Taste betätigt wurde. Falls doch eine Taste betätigt wurde wird dem Benutzer eine - Eingabeaufforderung angezeigt. Sie nimmt einen einfach zu - bedienenden Befehlssatz entgegen, der es dem Benutzer + Eingabeaufforderung angezeigt. Sie nimmt einen + Befehlssatz entgegen, der es dem Benutzer erlaubt, Änderungen an Variablen vorzunehmen, Module zu laden, alle Module zu entladen oder schließlich zu booten bzw. neu zu booten. @@ -385,10 +379,9 @@ boot: Die eingebauten Befehle des Loaders - Hier werden nur die gebräuchlichsten Befehle - bearbeitet. Für eine erschöpfende Diskussion aller - verfügbaren Befehle konsultieren Sie bitte - &man.loader.8;. + Dies sind nur die gebräuchlichsten Befehle. + Eine vollständige Beschreibung aller verfügbaren Befehle + finden Sie in &man.loader.8;. @@ -408,12 +401,12 @@ boot: Kernelname - Bewirkt das sofortige Booten des Kernels mit den - gegebenen Optionen, falls welche angegeben wurden, und - mit den angegebenen Kernel, falls denn einer angegeben - wurde. Das übergeben eines Kernelnamens ist nur - nach einem unload-Befehl anwendbar, - andernfalls wird der zuvor verwendete Kernel benutzt. + Bewirkt das sofortige Booten des Kernels mit allen + gegebenen Optionen, oder dem angegebenen Kernelnamen. + Das übergeben eines Kernelnamens ist nur nach einem + unload-Befehl anwendbar, + andernfalls wird der zuvor verwendete Kernel + benutzt. @@ -422,12 +415,9 @@ boot: Bewirkt die automatische Konfiguration der Module, - abhängig von den entsprechenden Variablen. Dieser - Vorgang ist identisch zu dem Vorgang, den der Bootloader - ausführt und daher nur sinnvoll, wenn zuvor - unload benutzt wurde und Variablen - (gewöhnlich kernel) verändert - wurden. + abhängig von den entsprechenden Variablen (üblicherweise + kernel). Dies nur dann sinnvoll, wenn + zuvor unload benutzt wurde. @@ -461,7 +451,8 @@ boot: Lädt den Kernel, das Kernel-Modul, oder die Datei - des angegebenen Typs. Optionen, die auf den Dateinamen folgen, werden + des angegebenen Typs. Optionen, die auf + Dateinamen folgen, werden der Datei übergeben. @@ -473,7 +464,7 @@ boot: Listet die Dateien im angegebenen Pfad auf, oder das root-Verzeichnis(/), falls kein Pfad angegeben wurde. Die Option bewirkt, dass die - Dateigrössen ebenfalls angezeigt werden. + Dateigrößen ebenfalls angezeigt werden. @@ -540,9 +531,11 @@ boot: Hier ein paar praktische Beispiele für die Bedienung des Loaders. + Single-User Modus + - Um den gewöhnlichen Kernel im Single-User ModusSingle-User Modus zu + Um den gewöhnlichen Kernel im Single-User Modus zu starten: boot -s @@ -550,18 +543,18 @@ boot: Um alle gewöhnlichen Kernelmodule zu entladen und dann - nur den alten (oder jeden beliebigen anderen) Kernel zu + den alten, oder einen anderen Kernel zu laden: unload -load kernel.old +load kernel.old + + Verwenden Sie kernel.GENERIC, + um den allgemeinen Kernel zu bezeichnen, der + vorinstalliert wird. kernel.old + bezeichnet den Kernel, der vor dem System-Upgrade + installiert war. - Es kann kernel.GENERIC verwendet - werden, um den allgemeinen Kernel zu bezeichnen, der - vorinstalliert wird. kernel.oldkernel.old - bezeichnet den Kernel, der vor dem aktuellen installiert - war (falls man einen neuen Kernel kompiliert und - installiert hat zum Beispiel). Der folgende Befehl lädt die gewöhnlichen Module mit einem anderen Kernel: @@ -593,84 +586,59 @@ boot: - - - Die Willkommmensbildschirme erzeugen einen visuell viel - ansprechenderen Bootvorgang im Vergleich zu den herkömmlichen - Bootmeldungen. Diese Bildschirme werden entweder bis zu einem - Konsolen-Login-Prompt oder dem eines X-Display Managers - angezeigt. + Der Willkommmensbildschirm erzeugt einen alternativen + Boot-Bildschirm, der alle Bootmeldungen und Meldungen über + startende Dienste bis zur Anzeige des Anmeldeprompts + überdeckt. Es existieren zwei grundlegende Umgebungen in &os;. Die erste ist die altbekannte, auf virtuellen Konsolen basierte Kommandozeile. Nachdem das System den Bootvorgang abgeschlossen hat, wird ein Anmeldebildschirm auf der Konsole anzeigt. Die zweite Umgebung - ist die graphische X11-Desktop Umgebung. Nachdem X11 und eine der Graphischen Oberflächen, wie - GNOME, KDE, oder - XFce installiert wurden, kann der - X11-Desktop mit startx - gestartet werden. - - Manche Benutzer ziehen den graphischen Anmeldebildschirm von X11 - dem traditionellen, textbasierten Anmeldeprompt vor. Display-Manager - wie XDM für &xorg;, - gdm für - GNOME und kdm - für KDE (und viele weitere aus der - Ports-Sammlung) bieten einen graphischen statt dem konsolenbasierten - Anmeldebildschirm. Nach einer erfolgreichen Anmeldung kann der - Benutzer die graphische Oberfläche verwenden. - - In der Kommandozeilen-Umgebung würde der Willkommensbildschirm - alle Erkennungsmeldungen des Bootvorgangs und die Startmeldungen von - Diensten verstecken, bevor der Anmeldebildschirm erscheint. In der - X11-Umgebung erhalten die Anwender einen klareren visuellen Eindruck - des Startvorgangs, ähnlich zu dem, den µsoft; &windows; - (oder ein nicht-Unix-artiger Systemtyp) zur Verfügung - stellt. + ist die graphische Umgebung von Xorg. + In diesem Kapitel finden Sie weitere Informationen zur + Installation und Konfiguration eines grafischen + Display-Managers und Login-Managers. Willkommensbildschirm-Funktionalität Die Willkommensbildschirm-Funktionalität unterstützt - nur 256-Farben Bitmaps (.bmp), ZSoft - PCX (.pcx) oder - TheDraw (.bin) Dateien. - Zusätzlich muss die Willkommensbildschirm-Datei eine - Auflösung von 320 mal 200 Pixeln oder weniger besitzen, damit - Standard-VGA Geräte damit arbeiten können. - - Um grössere Bilder bis zu einer maximalen Auflösung - von 1024 mal 768 Pixeln zu verwenden, muss Unterstützung - für VESA in &os; enthalten sein. Dies kann - durch das Laden des VESA-Moduls während - des Systemstarts geschehen, oder durch Hinzufügen der - VESA-Kernelkonfigurationsoption und - anschliessendem Bau des Kernels (Lesen Sie dazu ). Die - VESA-Unterstützung ermöglicht es den - Benutzern, Willkommensbildschirme als Vollbild anzuzeigen, die den - gesamten Bildschirm ausfüllen. + 256-Farben in den Formaten Bitmap + (.bmp), ZSoft PCX + (.pcx) oder TheDraw + (.bin). Die + Willkommensbildschirm-Dateien dürfen eine Auflösung von 320 + mal 200 Pixeln oder weniger besitzen, damit Standard-VGA + Geräte damit arbeiten können. + + Damit grössere Bilder bis zu einer maximalen Auflösung + von 1024 mal 768 Pixeln verwendet werden können, muss das + VESA Modul beim Systemstart geladen + werden. Für einen angepassten + Kernel muss die + VESA-Kernelkonfigurationsoption + eingefügt werden. VESA-Unterstützung + ermöglicht es, einen Willkommensbildschirm als Vollbild + auf dem gesamten Bildschirm anzuzeigen. Wenn der Willkommensbildschirm beim Bootvorgang angezeigt wird, kann dieser jederzeit mit einem beliebigen Tastendruck ausgeschaltet werden. Der Willkommensbildschirm ist standardmässig so - eingestellt, dass er als Bildschirmschoner ausserhalb von X11 - verwendet wird. Nach einer bestimmten Zeit der Untätigkeit + eingestellt, dass er als Bildschirmschoner verwendet wird. + Nach einer bestimmten Zeit der Untätigkeit wird der Willkommensbildschirm angezeigt und wechselt durch verschiedene Stufen der Intensität von hell zu einem - sehr dunklen Bild und wieder zurück. Dieses Verhalten des - Standard-Willkommensbildschirms (Screen-Saver) kann durch - hinzufügen einer saver=-Zeile in - /etc/rc.conf geändert werden. Die Option - saver= besitzt mehrere eingebaute Screen-Saver, - aus denen man wählen kann, und deren komplette Liste in der - &man.splash.4;-Manualpage enthalten ist. Der Standard-Screen-Saver - ist warp. Beachten Sie, dass sich die - saver=-Option in - /etc/rc.conf nur auf virtuelle Konsolen - bezieht. Sie hat keinen Effekt auf X11-Display-Manager. + sehr dunklen Bild und wieder zurück. Das Verhalten des + Willkommensbildschirms kann durch hinzufügen einer + saver=-Zeile in + /etc/rc.conf geändert werden. Es gibt + mehrere eingebaute Bildschirmschoner, die in &man.splash.4; + beschrieben werden. Die saver=-Option + bezieht sich nur auf virtuelle Konsolen und hat keinen + Effekt bei grafischen Display-Managern. Ein paar Nachrichten des Bootloaders und ganz besonders das Menü mit den Bootoptionen und dem Warte-Countdown werden @@ -678,7 +646,7 @@ boot: aktiviert ist. Dateien mit Beispiel-Willkommensbildschirmen können von - der Galerie auf http://artwork.freebsdgr.orgb heruntergeladen werden. + der Galerie auf http://artwork.freebsdgr.org heruntergeladen werden. Durch die Installation des Ports sysutils/bsd-splash-changer können Willkommensbildschirme von einer zufällig ausgewählten Sammlung von Bildern bei jedem Neustart angezeigt werden. @@ -688,13 +656,13 @@ boot: Aktivieren der Willkommensbildschirm-Funktionalität Die Willkommensbildschirm-Datei - (.bmp, .pcx oder - .bin) + .bmp, .pcx oder + .bin muss im Wurzelverzeichnis, z.B. /boot abgelegt werden. - Für die Standard-Auflösung (256-Farben, 320 mal - 200 Pixel oder weniger) beim Booten bearbeiten Sie die Datei + Für die Standard-Auflösung von 256-Farben, 320 mal + 200 Pixel oder weniger, bearbeiten Sie /boot/loader.conf, so dass diese die folgenden Zeilen enthält: @@ -712,21 +680,22 @@ splash_bmp_load="YES" bitmap_load="YES" bitmap_name="/boot/splash.bmp" - Das Beispiel oben nimmt an, dass + Dieses Beispiel geht davon aus, das /boot/splash.bmp - als Willkommensbildschirm verwendet wird. Wenn eine - PCX-Datei verwendet werden soll, benutzen Sie + als Willkommensbildschirm verwendet wird. Um eine + PCX-Datei zu verwenden, benutzen Sie die folgenden Zeilen, inklusive der vesa_load="YES"-Zeile, abhängig von der - Auflösung. + Auflösung: splash_pcx_load="YES" bitmap_load="YES" bitmap_name="/boot/splash.pcx" - In Version 8.3 gibt es die Option, ASCII-Art im - TheDraw-Format - zu benutzen. + Beginnend mit &os; 8.3 gibt es die Option, + ASCII-Art im TheDraw-Format + zu benutzen. splash_txt="YES" bitmap_load="YES" @@ -734,8 +703,8 @@ bitmap_name="/boot/splash.b Der Dateiname ist nicht, wie im obigen Beispiel gezeigt, auf splash beschränkt. Es darf ein - beliebiger Name sein, solange die Datei von einem der oben - genannten Typen ist, beispielsweise + beliebiger Name sein, solange die Datei von einem der + unterstützten Typen ist, beispielsweise splash_640x400.bmp oder bluewave.pcx. @@ -761,14 +730,14 @@ bitmap_name="/boot/splash.b Dies ersetzt die Standardanzeige des Wortes - &os;. Stattdessen wird wie in der Vergangenheit - auf der rechten Seite des Bootmenüs das bunte Beastie-Logo - angezeigt. + &os;. Stattdessen wird auf der rechten + Seite des Bootmenüs das bunte Beastie-Logo + angezeigt. - Für weitere Informationen lesen Sie die Manualpages + Weitere Informationen finden Sie in &man.splash.4;, &man.loader.conf.5; und &man.vga.4;. @@ -782,10 +751,11 @@ bitmap_name="/boot/splash.b boot interaction - Wenn der Kernel einmal geladen ist, entweder durch den Loader (die Standardmethode) oder - durch boot2 (den Loader - umgehend), verhält sich gemäß seiner Boot-Flags, falls es - welche gibt. + Wenn der Kernel einmal geladen ist, entweder durch den + Loader oder durch + boot2 welches den Loader + umgeht, dann überprüft er evtl. vorhandene Boot-Flags und passt + sein Verhalten nach Bedarf an. Kernel Boot-Flags @@ -802,7 +772,7 @@ bitmap_name="/boot/splash.b - Bewirkt, dass der Benutzer während der + Bewirkt, dass während der Kernel-Initialisierung gefragt wird, welches Gerät als Root-Dateisystem gemounted werden soll. @@ -820,8 +790,8 @@ bitmap_name="/boot/splash.b - UserConfig, das Boot-Zeit Konfigurationsprogramm, - wird gestartet. + Startet UserConfig, das Boot-Zeit + Konfigurationsprogramm. @@ -844,8 +814,8 @@ bitmap_name="/boot/splash.b - Andere Boot-Flags sind in der Hilfeseite - &man.boot.8; erläutert. + Informationen zu den anderen Boot-Flags finden Sie in + &man.boot.8;. -
- &os; ¾ã³²Êó¹ð¤Î½ñ¤­Êý - +
+ + + &os; ¾ã³²Êó¹ð¤Î½ñ¤­Êý &tm-attrib.freebsd; @@ -29,9 +32,20 @@ - Dag-ErlingSmørgrav´ó¹Æ: - - MarkLinimon + + + Dag-Erling + Smørgrav + + ´ó¹Æ: + + + + + Mark + Linimon + + @@ -129,10 +143,12 @@ ¤â¤·¤«¤¹¤ë¤È¡¢³«È¯¼Ô¤È°ì½ï¤Ëºî¶È¤·¤Æ¤¤¤Æ¡¢ Âà¹Ô¤·¤¿¤È¤³¤í¤¬¤Ê¤¤¤«¤Ê¤É¤ò¥Æ¥¹¥È¤·¤Æ¤¤¤ë¤È¤³¤í¤«¤â¤·¤ì¤Þ¤»¤ó¡£ - ¤¤¤º¤ì¤Î¾ì¹ç¤â¡¢Port + ¤¤¤º¤ì¤Î¾ì¹ç¤â¡¢Port ºîÀ®¼Ô¤Î¤¿¤á¤Î¥Ï¥ó¥É¥Ö¥Ã¥¯ - ¤ÇÀâÌÀ¤µ¤ì¤Æ¤¤¤ë¼ê½ç¤¬¤â¤Ã¤È¤â¤è¤¤·ë²Ì¤ò¤â¤¿¤é¤·¤Þ¤¹ ( - Contributing to the FreeBSD Ports Collection + ¤ÇÀâÌÀ¤µ¤ì¤Æ¤¤¤ë¼ê½ç¤¬¤â¤Ã¤È¤â¤è¤¤·ë²Ì¤ò¤â¤¿¤é¤·¤Þ¤¹ (Contributing + to the FreeBSD Ports Collection ¤È¤¤¤¦Ê¸½ñ¤âÆɤó¤Ç¤ß¤¿¤¤¤È»×¤ï¤ì¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤Í)¡£ @@ -196,9 +212,9 @@ ´û¤Ë½¤Àµ¤·¤¿¥Ð¥°¤Ë´Ø¤¹¤ë¾ã³²Êó¹ð¤ò¼õ¤±¤È¤ë¤³¤È¤Û¤É³«È¯¼Ô¤òǺ¤Þ¤»¤ë¤â¤Î¤Ï¤Þ¤º¤¢¤ê¤Þ¤»¤ó¡£ ¥Ù¡¼¥¹¥·¥¹¥Æ¥à¤ÎÌäÂê¤Ç¡¢&os; - ¤Î¥Ð¡¼¥¸¥ç¥ó¤Ë¤Ä¤¤¤Æ¤è¤¯Ê¬¤«¤Ã¤Æ¤¤¤Ê¤¤¤Ê¤é¡¢¤Þ¤º FAQ ¤Î - - &os; ¥Ð¡¼¥¸¥ç¥ó¤Ë´Ø¤¹¤ëÀá¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£ + ¤Î¥Ð¡¼¥¸¥ç¥ó¤Ë¤Ä¤¤¤Æ¤è¤¯Ê¬¤«¤Ã¤Æ¤¤¤Ê¤¤¤Ê¤é¡¢¤Þ¤º FAQ ¤Î &os; + &os; ¥Ð¡¼¥¸¥ç¥ó¤Ë´Ø¤¹¤ëÀá¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£ &os; ¤Ç¤Ï¡¢ ¥Ù¡¼¥¹¥·¥¹¥Æ¥à¤Î¤¤¤¯¤Ä¤«¤ÎºÇ¿·¥Ö¥é¥ó¥Á°Ê³°¤Ï½¤Àµ¤Ç¤­¤Þ¤»¤ó¡£ ¤½¤Î¤¿¤á¡¢¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Ë¤Ä¤¤¤Æ¾ã³²Êó¹ð¤òÄó½Ð¤·¤Æ¤â¡¢ @@ -231,10 +247,9 @@ - &os; ¤Î - ¤è¤¯¤¢¤ë¼ÁÌä¤È¤½¤ÎÅú¤¨ - (FAQ) °ìÍ÷¡£ - FAQ ¤Ï¡¢ + &os; ¤Î ¤è¤¯¤¢¤ë¼ÁÌä¤È¤½¤ÎÅú¤¨ + (FAQ) °ìÍ÷¡£FAQ ¤Ï¡¢ ¥Ï¡¼¥É¥¦¥§¥¢¸ß´¹À­¡¢ ¥æ¡¼¥¶¥¢¥×¥ê¥±¡¼¥·¥ç¥ó ¤ä ¥«¡¼¥Í¥ë¥³¥ó¥Õ¥£¥°¥ì¡¼¥·¥ç¥ó @@ -242,12 +257,12 @@ - - + ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¡£ — ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤ò¹ØÆɤ·¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢ - &os; ¤Î¥¦¥§¥Ö¥µ¥¤¥È¤Ë¤¢¤ë - + &os; ¤Î¥¦¥§¥Ö¥µ¥¤¥È¤Ë¤¢¤ë ¥¢¡¼¥«¥¤¥Ö¸¡º÷¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ¤â¤·¡¢¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤ÇµÄÏÀ¤¬¤µ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢ ¼«Ê¬¤ÎÌäÂê¤Ë¤Ä¤¤¤Æ¤Î¥á¥Ã¥»¡¼¥¸¤òÁ÷¤Ã¤Æ¤ß¤Æ¡¢ @@ -264,9 +279,9 @@ - ¼¡¤Ë¡¢¸¡º÷²Äǽ¤Ê - - &os; ¾ã³²Êó¹ð¥Ç¡¼¥¿¥Ù¡¼¥¹ (GNATS) ¤¬¤¢¤ê¤Þ¤¹¡£ + ¼¡¤Ë¡¢¸¡º÷²Äǽ¤Ê + &os; ¾ã³²Êó¹ð¥Ç¡¼¥¿¥Ù¡¼¥¹ (GNATS) ¤¬¤¢¤ê¤Þ¤¹¡£ ¤¢¤Ê¤¿¤ÎÌäÂ꤬¿·¤·¤¤¤â¤Î¤Ç¤âÉÔÌÀÎƤǤâ¤Ê¤±¤ì¤Ð¡¢ ´û¤ËÊó¹ð¤µ¤ì¤Æ¤¤¤ë²ÄǽÀ­¤¬¤«¤Ê¤ê¹â¤¤¤Ç¤¹¡£ @@ -277,8 +292,8 @@ ¤¢¤Ê¤¿¤ÎÌäÂ꤬¿¨¤ì¤é¤ì¤Æ¤¤¤Ê¤¤¤É¤¦¤«¤òÄ´¤Ù¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£ &os; ¤Î´ðËÜÉôʬ¤Î¥³¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ï¡¢ - ¥·¥¹¥Æ¥à¤Î /usr/src/UPDATING ¤ÎÆâÍƤ«¡¢ - http://svnweb.freebsd.org/base/head/UPDATING?view=log + ¥·¥¹¥Æ¥à¤Î /usr/src/UPDATING ¤ÎÆâÍƤ«¡¢http://svnweb.freebsd.org/base/head/UPDATING?view=log ¤Ë¤¢¤ëºÇ¿·ÈǤò¤è¤¯Ä´¤Ù¤ë¤Ù¤­¤Ç¤¹ (¤¢¤ë¥Ð¡¼¥¸¥ç¥ó¤«¤éÊ̤ΥС¼¥¸¥ç¥ó¤Ë¥¢¥Ã¥×¥°¥ì¡¼¥É¤·¤è¤¦¤È¤·¤Æ¤¤¤ë¤Î¤Ç¤¢¤ì¤Ð —ÆÃ¤Ë @@ -289,9 +304,10 @@ ¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¤â¤Î¤Ë¤¢¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢ /usr/ports/UPDATING (¸ÄÊ̤Πports) ¤Þ¤¿¤Ï /usr/ports/CHANGES - (Ports Collection Á´ÂΤ˱ƶÁ¤¹¤ëÊѹ¹) ¤ò»²¾È¤¹¤Ù¤­¤Ç¤¹¡£ - http://svnweb.freebsd.org/ports/head/UPDATING?view=log ¤È - http://svnweb.freebsd.org/ports/head/CHANGES?view=log + (Ports Collection Á´ÂΤ˱ƶÁ¤¹¤ëÊѹ¹) ¤ò»²¾È¤¹¤Ù¤­¤Ç¤¹¡£http://svnweb.freebsd.org/ports/head/UPDATING?view=log + ¤È http://svnweb.freebsd.org/ports/head/CHANGES?view=log ¤Ï svnweb ¤«¤é¤â»²¾È¤Ç¤­¤Þ¤¹¡£ @@ -312,7 +328,7 @@ Synopsis(³µÍ×) - ¹Ô¤ò¶õ¤Î¤Þ¤Þ¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ + ¹Ô¤ò¶õ¤Î¤Þ¤Þ¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ¾ã³²Êó¹ð¤Ï¡¢À¤³¦Ãæ¤ËÇÛÉÛ¤µ¤ì¤ë¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤ËÁ÷¤é¤ì¤ë (¤½¤³¤Ç¤Ï¡¢Synopsis (³µÍ×) ¤Ï Subject: ¹Ô¤Ë»È¤ï¤ì¤Þ¤¹) ¤È¶¦¤Ë¡¢ @@ -335,7 +351,7 @@ (³µÍ×: portupgrade ¤¬¤ª¤«¤·¤¤) ¤Ç¤Ï¤Ê¤¯¡¢ ¼¡¤Î¤è¤¦¤Ë½ñ¤¤¤¿¤é¤É¤ì¤À¤±ÅÁ¤ï¤ê¤ä¤¹¤¤¤«¹Í¤¨¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£ Synopsis: port ports-mgmt/portupgrade coredumps on - -current (³µÍ×: sysutils/portupgrade port ¤¬ + -current (³µÍ×: sysutils/portupgrade port ¤¬ -current ¤Ç¥³¥¢¥À¥ó¥×¤·¤Þ¤¹)¡£(ports ¤Î¾ì¹ç¤Ï¡¢ Synopsis (³µÍ×) ¹Ô¤ËʬÎà¤È̾Á°¤òÆþ¤ì¤ë¤È¡¢ ¤È¤Æ¤â½õ¤«¤ê¤Þ¤¹)¡£ @@ -418,27 +434,33 @@ ¥«¡¼¥Í¥ë¥³¥ó¥Õ¥£¥°¥ì¡¼¥·¥ç¥ó (¤É¤Î¥Ï¡¼¥É¥¦¥§¥¢¥Ç¥Ð¥¤¥¹¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¤«¤â´Þ¤à) + (WITNESS ¤Ê¤É¤Î) ¥Ç¥Ð¥Ã¥°¥ª¥×¥·¥ç¥ó¤òÍ­¸ú¤Ë¤·¤Æ¤¤¤ë¤«¡¢ ¤·¤Æ¤¤¤ë¤Ê¤é¡¢ ¤½¤Î¥ª¥×¥·¥ç¥ó¤òÊѹ¹¤·¤Æ¤âÌäÂê¤ÏÊѤï¤é¤Ê¤¤¤« + ¤â¤·À¸À®¤·¤Æ¤¤¤ë¤Ê¤é¡¢¥Ð¥Ã¥¯¥È¥ì¡¼¥¹¡¢ - ¥Ñ¥Ë¥Ã¥¯¤ä¾¤Î¥³¥ó¥½¡¼¥ë¤Î½ÐÎÏ¡¢¤Þ¤¿¤Ï¡¢/var -/log/messages ¤Î¤¹¤Ù¤Æ¤Î¥Æ¥­¥¹¥È + ¥Ñ¥Ë¥Ã¥¯¤ä¾¤Î¥³¥ó¥½¡¼¥ë¤Î½ÐÎÏ¡¢¤Þ¤¿¤Ï¡¢ + /var/log/messages + ¤Î¤¹¤Ù¤Æ¤Î¥Æ¥­¥¹¥È + ÌäÂ꤬¥Ï¡¼¥É¥¦¥§¥¢¤Î¤¢¤ëÉôʬ¤Ë´ØÏ¢¤¹¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢ pciconf -l ¤ª¤è¤Ó dmesg ½ÐÎϤδØÏ¢¤¹¤ëÉôʬ + src/UPDATING ¤ÏÆɤó¤À¤«¡¢¤½¤³¤Ë¤¢¤Ê¤¿¤ÎÌäÂ꤬µó¤¬¤Ã¤Æ¤¤¤Ê¤¤¤« (´Ö°ã¤¤¤Ê¤¯Ê¹¤«¤ì¤Þ¤¹) + ÂåÂؤȤ·¤ÆÆ°¤«¤»¤ë¥«¡¼¥Í¥ë¤¬Â¾¤Ë¤Ê¤¤¤« (¤³¤ì¤Ï¡¢¸Î¾ã¤·¤¿¥Ç¥£¥¹¥¯¤ä²áÇ®¤·¤¿ CPU @@ -458,11 +480,13 @@ ¤É¤Î ports ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤Î¤« + PORTSDIR ¤Ê¤É¡¢bsd.port.mk ¤Î¥Ç¥Õ¥©¥ë¥È¤ò¾å½ñ¤­¤¹¤ë´Ä¶­ÊÑ¿ô¤¹¤Ù¤Æ + ports/UPDATING ¤ÏÆɤó¤À¤«¡¢¤½¤³¤Ë¤¢¤Ê¤¿¤ÎÌäÂ꤬µó¤¬¤Ã¤Æ¤¤¤Ê¤¤¤« @@ -470,9 +494,7 @@ - - @@ -483,14 +505,15 @@ ¤½¤ì¤ò¤¤¤ì¤ëºÇÁ±¤Î¼êÃʤϺî¶È¤Ë¤È¤ê¤«¤«¤ë¤³¤È¤Ç¤¹¡£ ¤Þ¤¿¾å½Ò¤·¤¿¤è¤¦¤Ë¡¢¤³¤¦¤¤¤¦¤³¤È¤Ï¿¤¯¤Î¾ì¹ç¡¢ ¾ã³²Êó¹ð¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÅÐÏ¿¤¹¤ë¤è¤ê¤â - freebsd-questions ¤ÇµÄÏÀ¤·¤¿Êý¤¬¤è¤¤¤Ç¤·¤ç¤¦¡£ + freebsd-questions + ¤ÇµÄÏÀ¤·¤¿Êý¤¬¤è¤¤¤Ç¤·¤ç¤¦¡£ 狼¤¬´û¤Ë»÷¤¿¤è¤¦¤Ê¾ã³²Êó¹ð¤òÄó½Ð¤·¤Æ¤¤¤Ê¤¤¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ¤³¤ì¤Ï¡¢´û¤Ë½Ò¤Ù¤¿¤³¤È¤Ç¤Ï¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤³¤Ç·«¤êÊÖ¤·¤Æ¤ª¤¯¤ËÃͤ¹¤ë¤Ç¤·¤ç¤¦¡£ - Web ¥Ù¡¼¥¹¤Î¸¡º÷¥¨¥ó¥¸¥ó - http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query + Web ¥Ù¡¼¥¹¤Î¸¡º÷¥¨¥ó¥¸¥ó http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query ¤ÇÄ´¤Ù¤ë¤Î¤Ï 1, 2 ʬÄøÅÙ¤·¤«¤«¤«¤ê¤Þ¤»¤ó¡£ (¤â¤Á¤í¤ó¡¢Ã¯¤â¤¬¤È¤­¤É¤­¤³¤ì¤ò˺¤ì¤Æ¤·¤Þ¤¦¤È¤¤¤¦ºá¤òÈȤ·¤Æ¤¤¤Þ¤¹)¡£ @@ -508,8 +531,8 @@ ¤¢¤Ê¤¿¤Î¾ã³²Êó¹ð¤¬¤«¤Ä¤ÆÏÀÁè¤Ë¤Ê¤Ã¤¿Ê¬Ìî¤Ë´Ø¤¹¤ë¤â¤Î¤Ç¤¢¤Ã¤¿¤é¡¢ ¥Ñ¥Ã¥Á¤òÄó½Ð¤¹¤ë¤À¤±¤Ç¤Ê¤¯¡¢¤½¤Î¥Ñ¥Ã¥Á¤¬ ÀµÅö¤Ê¤â¤Î¤Ç¤¢¤ë º¬µò¤âÄó½Ð¤·¤¿¤Û¤¦¤¬¤è¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ - ¤É¤Î¾ì¹ç¤Ç¤â¾å½Ò¤Î¤è¤¦¤Ë - http://www.FreeBSD.org/search/search.html#mailinglists + ¤É¤Î¾ì¹ç¤Ç¤â¾å½Ò¤Î¤è¤¦¤Ë http://www.FreeBSD.org/search/search.html#mailinglists ¤Ç¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Î¥¢¡¼¥«¥¤¥Ö¤ò¸¡º÷¤·¤ÆÈ÷¤¨¤ë¤Î¤Ï¤è¤¤¤³¤È¤Ç¤·¤ç¤¦¡£ @@ -538,8 +561,8 @@ &man.send-pr.1; ¤òÆ°¤«¤¹¥Þ¥·¥ó¤«¤é¥á¡¼¥ë¤òÁ÷¤ë¤³¤È¤¬¤Ç¤­¤Ê¤¤¤È¡¢ ¤¢¤Ê¤¿¤Î¾ã³²Êó¹ð¤Ï GNATS ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÆϤ­¤Þ¤»¤ó¡£ &os; ¤Ë¤ª¤±¤ë¥á¡¼¥ë¤ÎÀßÄê¤Î¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï - &os; ¥Ï¥ó¥É¥Ö¥Ã¥¯¤Î ÅŻҥ᡼¥ë ¤Î¾Ï - &url.books.handbook;/mail.html + &os; ¥Ï¥ó¥É¥Ö¥Ã¥¯¤Î ÅŻҥ᡼¥ë ¤Î¾Ï &url.books.handbook;/mail.html ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ »ÈÍѤ·¤Æ¤¤¤ë¥á¡¼¥é¤¬ GNATS @@ -560,9 +583,9 @@ ºÇ¸å¤Ë¡¢Äó½Ðʪ¤¬Ä¹¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¦¤Ê¤é¡¢ Äó½Ð»þ¤ËÌäÂ꤬µ¯¤­¤Æ¼º¤ï¤ì¤Æ¤·¤Þ¤¦¤³¤È¤Î¤Ê¤¤¤è¤¦¤Ë¡¢ - ¥ª¥Õ¥é¥¤¥ó¤Ç½àÈ÷¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£ - ¤³¤ì¤ÏÆÃ¤Ë web - ¥Õ¥©¡¼¥à ¤ÇÌäÂê¤Ë¤Ê¤ê¤Þ¤¹¡£ + ¥ª¥Õ¥é¥¤¥ó¤Ç½àÈ÷¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£¤³¤ì¤ÏÆÃ¤Ë + web + ¥Õ¥©¡¼¥à ¤ÇÌäÂê¤Ë¤Ê¤ê¤Þ¤¹¡£
@@ -578,7 +601,7 @@ ¥³¥Þ¥ó¥É¥é¥¤¥ó¥ª¥×¥·¥ç¥ó ¤ÇźÉÕ¤¹¤ë¥Õ¥¡¥¤¥ë¤Î̾Á°¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ -&prompt.user; send-pr -a /var/run/dmesg -a /tmp/errors + &prompt.user; send-pr -a /var/run/dmesg -a /tmp/errors źÉÕ¤¹¤ë¥Õ¥¡¥¤¥ë¤¬¥Ð¥¤¥Ê¥ê¤Ç¤¢¤Ã¤Æ¤â¿´ÇÛ¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ¥á¡¼¥ë¥¨¡¼¥¸¥§¥ó¥È¤¬º®Í𤷤ʤ¤¤è¤¦¤Ë¡¢¼«Æ°Åª¤ËÉä¹ç²½¤µ¤ì¤Þ¤¹¡£ @@ -588,7 +611,8 @@ ¤« ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤ÆºîÀ®¤·¤Æ¤¯¤À¤µ¤¤ (unified ·Á¼°¤ÎÊý¤¬¹¥¤Þ¤ì¤Þ¤¹)¡£ ³«È¯¼Ô¤¬¤¢¤Ê¤¿¤ÎÊó¹ð¤òÆɤó¤Ç´Êñ¤Ë¥Ñ¥Ã¥Á¤òŬÍѤǤ­¤ë¤è¤¦¤Ë¡¢ - ½¤Àµ¤·¤¿¥Õ¥¡¥¤¥ë¤ÎÀµ³Î¤Ê SVN ¤Î¥ê¥Ó¥¸¥ç¥óÈֹ椬ÆÃÄê¤Ç¤­¤ë¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ + ½¤Àµ¤·¤¿¥Õ¥¡¥¤¥ë¤ÎÀµ³Î¤Ê + SVN ¤Î¥ê¥Ó¥¸¥ç¥óÈֹ椬ÆÃÄê¤Ç¤­¤ë¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ¥«¡¼¥Í¥ë¤ä¥Ù¡¼¥¹¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ë´Ø¤·¤Æ¤Ï¡¢¿·¤·¤¤¥³¡¼¥É¤Ï¤¹¤Ù¤Æ &os.current; (SVN ¤Î HEAD ¥Ö¥é¥ó¥Á) ¤Ç¥Æ¥¹¥È¤¹¤ë¤Ù¤­¤Ê¤Î¤Ç¡¢¤½¤ì¤ËÂФ¹¤ë¥Ñ¥Ã¥Á¤¬Ë¾¤Þ¤·¤¤¤Ç¤¹¡£ @@ -601,7 +625,8 @@ Makefile ¤Ë´Þ¤á¤ë¤Ä¤â¤ê¤À¤Ã¤¿¤â¤Î¤òÂæ̵¤·¤Ë¤·¤Æ¤·¤Þ¤¦¤³¤È¤Ç¤¹¡£ ¥Ñ¥Ã¥Á¤ò - Content-Transfer-Encoding: quoted-printable + Content-Transfer-Encoding: + quoted-printable ¤òÍøÍѤ·¤¿ÅºÉÕ¥Õ¥¡¥¤¥ë¤È¤·¤ÆÁ÷¤é¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ¤³¤ì¤Ïʸ»ú¤ò¥¨¥¹¥±¡¼¥×¤·¤Æ¤·¤Þ¤¤¡¢ ¥Ñ¥Ã¥ÁÁ´ÂΤ¬»È¤¤Êª¤Ë¤Ê¤é¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£ @@ -609,7 +634,8 @@ ¤Þ¤¿¡¢¾ã³²Êó¹ð¤ÎÃæ¤Ë¾®¤µ¤Ê¥Ñ¥Ã¥Á¤ò´Þ¤á¤ë¤Î¤Ï (¤È¤ê¤ï¤±ÀâÌÀ¤µ¤ì¤Æ¤¤¤ë¾ã³²¤ò½¤Àµ¤¹¤ë¾ì¹ç¤Ï) ÂçÄñÌäÂê¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢ Â絬ÌϤʥѥåÁ¤ä¿·¤·¤¤¥³¡¼¥É¤Î¾ì¹ç¤Ï½½Ê¬¤ÊººÆɤò¹Ô¤Ê¤Ã¤¿¸å¤Ë¥³¥ß¥Ã¥È¤¹¤Ù¤­¤Ç¤¢¤ë¤¿¤á¡¢ - ¥Ñ¥Ã¥Á¤ò Web ¤ä FTP ¥µ¡¼¥Ð¤ËÃÖ¤­¡¢¤½¤Î URL ¤ò¾ã³²Êó¹ð¤Ë½ñ¤¯¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ + ¥Ñ¥Ã¥Á¤ò Web ¤ä FTP ¥µ¡¼¥Ð¤ËÃÖ¤­¡¢ + ¤½¤Î URL ¤ò¾ã³²Êó¹ð¤Ë½ñ¤¯¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ÅŻҥ᡼¥ë¤Ë´Þ¤á¤¿¥Ñ¥Ã¥Á¤Ï¥µ¥¤¥º¤¬Â礭¤¤¤Èʬ³ä¤µ¤ì¤ë·¹¸þ¤Ë¤¢¤ê (¤È¤ê¤ï¤± GNATS ¤¬½èÍý¤Ë´Ø¤ï¤ë¤È¤­¤Ï¤½¤¦¤Ê¤ê¤Þ¤¹)¡¢ ¥Ñ¥Ã¥Á¤¬Â礭¤¤¤Û¤É¶½Ì£¤ò¤â¤Ã¤¿¿Í¤¬¤Ä¤Ê¤®Ä¾¤¹¤Î¤¬ÌÌÅݤˤʤê¤Þ¤¹¡£ @@ -679,7 +705,8 @@ ¼¡¤ÎÀá¤Ç¤Ï¡¢ÅŻҥ᡼¥ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤È - web ¥¤¥ó¥¿¥Õ¥§¡¼¥¹ + web + ¥¤¥ó¥¿¥Õ¥§¡¼¥¹ ¤ÎξÊý¤Ë¶¦Ä̤ʥե£¡¼¥ë¥É¤Ë¤Ä¤¤¤ÆÀâÌÀ¤·¤Þ¤¹¡£ @@ -689,7 +716,8 @@ ¤¢¤Ê¤¿¤ÎËÜ̾¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ¤ª¹¥¤ß¤Ç¡¢Ì¾Á°¤Î¸å¤í¤ËÅŻҥ᡼¥ë¥¢¥É¥ì¥¹¤ò »³³ç¸Ì (< ¤È > ¤Î¤³¤È) ¤ÇÊĤ¸¤ÆÉÕ¤±¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ - ÅŻҥ᡼¥ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Ç¤Ï¡¢¤³¤ì¤ÏÉáÄÌ¡¢¸½ºß¥í¥°¥¤¥ó¤·¤Æ¤¤¤ë¥æ¡¼¥¶¤Î + ÅŻҥ᡼¥ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Ç¤Ï¡¢ + ¤³¤ì¤ÏÉáÄÌ¡¢¸½ºß¥í¥°¥¤¥ó¤·¤Æ¤¤¤ë¥æ¡¼¥¶¤Î gecos ¥Õ¥£¡¼¥ë¥É¤ò»È¤Ã¤Æ´û¤ËËä¤á¤é¤ì¤Æ¤¤¤Þ¤¹¡£ @@ -760,8 +788,8 @@ GNATS ¤Î¾ðÊó¤Ï¤¹¤Ù¤Æ¸ø³«¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢ ½ÅÍפʥ»¥­¥å¥ê¥Æ¥£¾å¤ÎÌäÂê¤Ï GNATS ¤ËÄó½Ð¤¹¤ë¤Ù¤­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ - ¤½¤Î¤è¤¦¤ÊÌäÂê¤Ï¡¢ - ¥»¥­¥å¥ê¥Æ¥£¥ì¥Ý¡¼¥È¥¬¥¤¥É¥é¥¤¥ó + ¤½¤Î¤è¤¦¤ÊÌäÂê¤Ï¡¢¥»¥­¥å¥ê¥Æ¥£¥ì¥Ý¡¼¥È¥¬¥¤¥É¥é¥¤¥ó ¤Ë¤·¤¿¤¬¤Ã¤ÆÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ @@ -823,7 +851,8 @@ (¥·¥¹¥Æ¥à´ÉÍý¼Ô¤Ï¡¢¤³¤ÎÀßÄê¤òÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¤¬) ¤¹¤Ù¤Æ¤Î¤â¤Î¤Ï /usr/local °Ê²¼¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹¡£ - ¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ï¡¢ports ¥«¥Æ¥´¥ê¤ò»È¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹ + ¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ï¡¢ + ports ¥«¥Æ¥´¥ê¤ò»È¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹ (¤â¤·¡¢¤½¤Î port ¤Î¥«¥Æ¥´¥ê¤¬ www ¤Ç¤¢¤Ã¤Æ¤âÅö¤Æ¤Ï¤Þ¤ê¤Þ¤¹¡£ÀâÌÀ¤¬²¼¤Ë¤¢¤ê¤Þ¤¹)¡£ ¤â¤·¡¢¥³¥Þ¥ó¥É¤Î¾ì½ê¤¬ @@ -833,16 +862,19 @@ /usr/sbin ¤Ç¤¢¤ì¤Ð¡¢ ¤½¤ì¤Ï¥Ù¡¼¥¹¥·¥¹¥Æ¥à¤Î°ìÉô¤Ç¤¹¤Î¤Ç¡¢ bin ¥«¥Æ¥´¥ê¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤ - (&man.gcc.1; ¤Î¤è¤¦¤Ê¤¤¤¯¤Ä¤«¤Î¥×¥í¥°¥é¥à¤Ç¤Ï¡¢gnu - ¥«¥Æ¥´¥ê¤ò»È¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢º£¤Î»þÅÀ¤Ç¤Ïµ¤¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤)¡£ + (&man.gcc.1; ¤Î¤è¤¦¤Ê¤¤¤¯¤Ä¤«¤Î¥×¥í¥°¥é¥à¤Ç¤Ï¡¢ + gnu ¥«¥Æ¥´¥ê¤ò»È¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢ + º£¤Î»þÅÀ¤Ç¤Ïµ¤¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤)¡£ ¤³¤Î¥«¥Æ¥´¥ê¤Ë¤Ï¡¢¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤Î¥»¥¯¥·¥ç¥ó 1 ¤Þ¤¿¤Ï 8 ¤Ëµ­½Ò¤µ¤ì¤Æ¤¤¤ë¤¹¤Ù¤Æ¤¬Ê¬Îव¤ì¤Þ¤¹¡£ ¤â¤·¡¢¥¨¥é¡¼¤¬¥¹¥¿¡¼¥È¥¢¥Ã¥× (rc) - ¥¹¥¯¥ê¥×¥È¤Çµ¯¤­¤Æ¤¤¤ë¡¢¤Þ¤¿¤Ï¾¤ÎÈó¼Â¹Ô·Á¼°¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ë´ØÏ¢¤·¤¿¤è¤¦¤Ê¤â¤Î¤¢¤ì¤Ð¡¢ - conf (configuration) ¤¬Å¬Àڤʥ«¥Æ¥´¥ê¤Ç¤·¤ç¤¦¡£ + ¥¹¥¯¥ê¥×¥È¤Çµ¯¤­¤Æ¤¤¤ë¡¢ + ¤Þ¤¿¤Ï¾¤ÎÈó¼Â¹Ô·Á¼°¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ë´ØÏ¢¤·¤¿¤è¤¦¤Ê¤â¤Î¤¢¤ì¤Ð¡¢ + conf + (configuration) ¤¬Å¬Àڤʥ«¥Æ¥´¥ê¤Ç¤·¤ç¤¦¡£ ¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤Î¥»¥¯¥·¥ç¥ó 5 ¤Ë½ñ¤«¤ì¤Æ¤¤¤ëÆâÍƤ¬¤³¤³¤ËʬÎव¤ì¤Þ¤¹¡£ @@ -854,8 +886,9 @@ - ÌäÂ꤬ - FreeBSD ¥¦¥§¥Ö¥Ú¡¼¥¸ + ÌäÂ꤬ FreeBSD + ¥¦¥§¥Ö¥Ú¡¼¥¸ ¤Ë´ØÏ¢¤·¤¿¤â¤Î¤Ç¤¢¤ì¤Ð¡¢www ¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ @@ -944,7 +977,8 @@ °Ê²¼¤Ë¸½ºß¤ÎʬÎà°ìÍ÷¤ò¼¨¤·¤Þ¤¹ ( - http://svnweb.freebsd.org/base/head/gnu/usr.bin/send-pr/categories + http://svnweb.freebsd.org/base/head/gnu/usr.bin/send-pr/categories ¤«¤é¤â¤Ã¤Æ¤­¤Æ¤¤¤Þ¤¹)¡£ @@ -1153,13 +1187,14 @@ ¤³¤Îºî¶È¥Õ¥¡¥¤¥ë¤Ï¡¢&man.send-pr.1; ¤Î ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤ÆÁ÷¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ -&prompt.user; send-pr -f ~/my-problem-report + &prompt.user; send-pr -f ~/my-problem-report ¾åµ­¤ÎÁàºî¤Ç¤Ï¡¢»ØÄꤵ¤ì¤¿¥Õ¥¡¥¤¥ë¤òÆɤ߹þ¤ß¡¢ ½ñ¼°¤¬Àµ¤·¤¤¤«¸¡¾Ú¤·¡¢¥Õ¥¡¥¤¥ëÃæ¤Î¥³¥á¥ó¥ÈÉôʬ¤ò¼è¤ê½ü¤¤¤Æ¡¢ ¾ã³²Êó¹ð¤¬Á÷¿®¤µ¤ì¤Þ¤¹¡£ - Web ¥Õ¥©¡¼¥à + Web ¥Õ¥©¡¼¥à ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç submit ¤ò²¡¤¹Á°¤Ë¡¢ @@ -1184,7 +1219,6 @@ freebsd-bugbusters@FreeBSD.org °¸¤ÇÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£
-
@@ -1206,8 +1240,8 @@ - °ìÈֳڤʤΤϡ¢ -¡¡ + °ìÈֳڤʤΤϡ¢ ¾ã³²Êó¹ð¸¡º÷¥Ú¡¼¥¸ ¤«¤é¹Ô¤±¤ë¡¢¤½¤ì¤¾¤ì¤Î¾ã³²Êó¹ð¤Î web ¥Ú¡¼¥¸¤Î¥Õ¥©¥í¡¼¥¢¥Ã¥×¥ê¥ó¥¯¤òÍøÍѤ¹¤ë¤³¤È¤Ç¤¹¡£ ¤³¤Î¥ê¥ó¥¯¤ò¥¯¥ê¥Ã¥¯¤¹¤ë¤È¡¢ @@ -1238,7 +1272,6 @@ Subject: Re: ports/12345: compilation problem with foo/bar - ÌäÂ꤬¤Ê¤¯¤Ê¤Ã¤¿¤Î¤Ë¾ã³²Êó¹ð¤Î½èÍý¤¬´°Î»¤·¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢ @@ -1276,7 +1309,8 @@ web ¤Î¸¡º÷¥Ú¡¼¥¸¤Î¤É¤Î°ìÍ÷¤Ë¤âɽ¼¨¤µ¤ì¤Ê¤¤¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ¤½¤Î¾ì¹ç¡¢¤ª¤½¤é¤¯¥Ç¡¼¥¿¥Ù¡¼¥¹¤Îº÷°ú¤¬¥Ç¡¼¥¿¥Ù¡¼¥¹¤½¤Î¤â¤Î¤È Ʊ´ü¤¬³°¤ì¤Æ¤·¤Þ¤Ã¤¿¤Î¤À¤È»×¤ï¤ì¤Þ¤¹¡£ - ËÜÅö¤Ë¤½¤¦¤«³Îǧ¤¹¤ëÊýË¡¤Ï¡¢ + ËÜÅö¤Ë¤½¤¦¤«³Îǧ¤¹¤ëÊýË¡¤Ï¡¢ + ÆÃÄê¤Î¾ã³²Êó¹ð¤ò¸«¤ë¥Ú¡¼¥¸¤Ë¤¤¤Ã¤Æ¡¢ ¾ã³²Êó¹ð¤¬½Ð¤Æ¤¯¤ë¤«³Îǧ¤¹¤ë¤³¤È¤Ç¤¹¡£ ¾ã³²Êó¹ð¤¬Â¸ºß¤¹¤ë¤Ê¤é¡¢bugmeister@FreeBSD.org @@ -1294,15 +1328,18 @@ - + ¸ú²ÌŪ¤Ë¥Ð¥°¤òÊó¹ð¤¹¤ë¤Ë¤Ï ( - ÆüËܸìÌõ) — + ÆüËܸìÌõ) — Simon G. Tatham »á¤Ë¤è¤ë¡¢(&os; ¤Ë¸Â¤é¤Ê¤¤) Ìò¤ËΩ¤Ä¾ã³²Êó¹ð¤ÎºîÀ®¤Ë¤Ä¤¤¤Æ¤Î¤¹¤°¤ì¤¿¥¨¥Ã¥»¥¤¡£ + - + ¾ã³²Êó¹ð ¼è¤ê°·¤¤¥¬¥¤¥É¥é¥¤¥ó — ¾ã³²Êó¹ð¤¬ &os; ¤Î³«È¯¼Ô¤Ë¤è¤Ã¤Æ¤É¤Î¤è¤¦¤Ë°·¤ï¤ì¤ë¤«¤Ë¤Ä¤¤¤Æ Í­±×¤Ê¸«¼±¤ò¤Þ¤È¤á¤¿µ­»ö¡£ From owner-svn-doc-head@freebsd.org Mon Sep 7 11:57:01 2015 Return-Path: Delivered-To: svn-doc-head@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 784189CCDBC; Mon, 7 Sep 2015 11:57:01 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5C58310AF; Mon, 7 Sep 2015 11:57:01 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t87Bv1hS014523; Mon, 7 Sep 2015 11:57:01 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t87Bv1sk014522; Mon, 7 Sep 2015 11:57:01 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201509071157.t87Bv1sk014522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Mon, 7 Sep 2015 11:57:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47379 - head/de_DE.ISO8859-1/books/handbook/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2015 11:57:01 -0000 Author: bhd Date: Mon Sep 7 11:57:00 2015 New Revision: 47379 URL: https://svnweb.freebsd.org/changeset/doc/47379 Log: Update to r39642: Remove portmanager as an option for upgrading ports. It does not support modern ports features such as MOVED, is lacking upstream and active contributions, and does not support pkgng. Modified: head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Mon Sep 7 11:37:35 2015 (r47378) +++ head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Mon Sep 7 11:57:00 2015 (r47379) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/ports/chapter.xml,v 1.111 2011/12/19 17:13:33 bcr Exp $ - basiert auf: r39639 + basiert auf: r39642 --> Installieren von Anwendungen: Pakete und Ports @@ -1420,50 +1420,6 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ der Hilfeseite &man.portupgrade.1; nach. - - Ports mit Portmanager aktualisieren - - - portmanager - - - Portmanager ist ein weiteres - Werkzeug, das die Aktualisierung installierter Ports - erleichtert. Es kann über den Port - ports-mgmt/portmanager - installiert werden: - - &prompt.root; cd /usr/ports/ports-mgmt/portmanager -&prompt.root; make install clean - - Alle installierten Ports können danach durch folgende - Eingabe aktualisiert werden: - - &prompt.root; portmanager -u - - Wenn Sie zusätzlich die Optionen - an Portmanager übergeben, werden - Sie bei jedem Schritt um eine Bestätigung gefragt. - Portmanager ist außerdem in - der Lage, neue Ports auf Ihrem System zu installieren. Im - Gegensatz zum bekannten make install clean - aktualisiert es aber vor dem Bau und der Installation eines - Ports alle abhängigen Ports. - - &prompt.root; portmanager x11/gnome2 - - Treten bei den Abhängigkeiten des zu installierenden - Ports Probleme auf, ist Portmanager - in der Lage, alle Abhängigkeiten in der korrekten - Reihenfolge neu zu bauen. Nachdem dieser Schritt abgeschlossen - ist, wird der problematische Port ebenfalls neu gebaut. - - &prompt.root; portmanager graphics/gimp -f - - Weitere Informationen finden Sie in der Manualpage - &man.portmanager.1;. - - Ports mit Portmaster aktualisieren From owner-svn-doc-head@freebsd.org Mon Sep 7 19:00:33 2015 Return-Path: Delivered-To: svn-doc-head@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 257CF9CBFF2; Mon, 7 Sep 2015 19:00:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 12DC411FD; Mon, 7 Sep 2015 19:00:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t87J0WUD009317; Mon, 7 Sep 2015 19:00:32 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t87J0WtZ009316; Mon, 7 Sep 2015 19:00:32 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201509071900.t87J0WtZ009316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 7 Sep 2015 19:00:32 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47380 - head/zh_TW.UTF-8/books/handbook/bsdinstall X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2015 19:00:33 -0000 Author: delphij Date: Mon Sep 7 19:00:32 2015 New Revision: 47380 URL: https://svnweb.freebsd.org/changeset/doc/47380 Log: Traditional Chinese traslation of handbook section 2.2. Minimum Hardware Requirements Submitted by: Ruey-Cherng Yu Differential Revision: https://reviews.freebsd.org/D3382 Modified: head/zh_TW.UTF-8/books/handbook/bsdinstall/chapter.xml Modified: head/zh_TW.UTF-8/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/zh_TW.UTF-8/books/handbook/bsdinstall/chapter.xml Mon Sep 7 11:57:00 2015 (r47379) +++ head/zh_TW.UTF-8/books/handbook/bsdinstall/chapter.xml Mon Sep 7 19:00:32 2015 (r47380) @@ -131,133 +131,89 @@ 最低硬體需求 - The hardware requirements to install &os; vary by the &os; - version and the hardware architecture. Hardware architectures - and devices supported by a &os; release are listed in the - Hardware Notes file. Usually named - HARDWARE.TXT, the file is located in the - root directory of the release media. Copies of the supported - hardware list are also available on the Release Information page - of the &os; web site (http://www.FreeBSD.org/releases/index.html). - - A &os; installation will require at least 64 MB of - RAM and 1.5 GB of free hard drive space - for the most minimal installation. However, that is a - very minimal install, leaving almost no - free space. A more realistic minimum is 4 GB without a - graphical environment, and 8 GB or more if a graphical user - interface will be used. Third-party application software - requires more space. It is recommended to increase - RAM and hard drive space to meet the needs of - the applications that will be used and the amount of data that - will be stored. + å®‰è£ &os; 的硬體需求隨 &os; 的版本和硬體架構而ä¸åŒã€‚ + &os;發行版支æ´çš„硬體架構和è£ç½®åˆ—在硬體支æ´æ¸…單的檔案裡。 + 這個檔案通常å為 HARDWARE.TXT,ä½æ–¼ç™¼è¡Œåª’體的根目錄。 + 支æ´ç¡¬é«”清單的副本也å¯ä»¥åœ¨&os; 網站 (http://www.FreeBSD.org/releases/index.html)的發行資訊é é¢æ‰¾åˆ°ã€‚ + + &os; 最å°å®‰è£éœ€è¦è‡³å°‘ 64 MB çš„ + RAM å’Œ 1.5 GB çš„å¯ç”¨ç¡¬ç¢Ÿç©ºé–“ + 但是這真的是 最 最å°ï¼Œå¹¾ä¹Žæ²’有剩下多餘的空間。 + 較實際的安è£ï¼Œä¸ç”¨åœ–å½¢åŒ–ç’°å¢ƒæœ€å°‘éœ€è¦ 4 GB ,如果è¦ç”¨åœ–形化介é¢è‡³å°‘è¦æœ‰ 8 GB 以上。 + 第三方應用程å¼éœ€è¦æ›´å¤šç©ºé–“。建議增加 It is recommended to increase + RAM 和硬碟空間以應付應用程å¼çš„需求和未來å¯èƒ½å„²å­˜çš„資料é‡ã€‚ - The processor requirements for each architecture can be - summarized as follows: + æ¯ä¸€ç¨®æž¶æ§‹çš„處ç†å™¨éœ€æ±‚概述如下: &arch.amd64; - There are two classes of processors capable of running - &arch.amd64;. The first are AMD64 - processors, including the &amd.athlon;64 and &amd.opteron; - processors. - - The second class of processors includes those using - the &intel; EM64T architecture. Examples of these - processors include all multi-core &intel; &xeon; - processors except Sossaman, the single-core - &intel; &xeon; processors Nocona, Irwindale, Potomac, - and Cranford, the &intel; &core; 2 (not Core - Duo) and later processors, all &intel; &pentium; D - processors, the &intel; &pentium; 4s and Celeron Ds - using the Cedar Mill core, and some &intel; &pentium; - 4s and Celeron Ds using the Prescott core. - - Both Uniprocessor (UP) and - Symmetric Multi-processor (SMP) - configurations are supported. + 有兩類處ç†å™¨å¯ä»¥è·‘ &arch.amd64;。 + 第一類是 AMD64 處ç†å™¨ï¼ŒåŒ…括 &amd.athlon;64 å’Œ &amd.opteron; 處ç†å™¨ã€‚ + + 第二類包括那些使用 &intel; EM64T 架構的處ç†å™¨ã€‚ + 這些包括除了Sossaman以外的所有多核心 &intel; &xeon; 處ç†å™¨ã€‚ + 單核心 &intel; &xeon; 處ç†å™¨ Nocona, Irwindale, Potomac, + å’Œ Cranford, &intel; &core; 2 (éž Core + Duo) 和更新的處ç†å™¨ï¼Œæ‰€æœ‰çš„ &intel; &pentium; D 處ç†å™¨ï¼Œ + å’ŒæŸäº› &intel; &pentium; 4s 與使用Prescott核心的 Celeron Ds 。 + + 單處ç†å™¨ (UP) å’Œå°ç¨±å¤šè™•ç†å™¨ (SMP)的設定都有支æ´ã€‚ &arch.i386; - Almost all i386-compatible processors with a floating - point unit are supported. All &intel; processors 486 or - higher are supported. - - &os; will take advantage of Physical Address - Extensions (PAE) support on - CPUs that support this feature. A - kernel with the PAE feature enabled - will detect memory above 4 GB and allow it to be used - by the system. This feature places constraints on the - device drivers and other features of &os; which may be - used; refer to &man.pae.4; for details. + 幾乎所有有浮點é‹ç®—è£ç½®çš„ i386 相容處ç†å™¨éƒ½æœ‰æ”¯æ´ã€‚所有 &intel; 486或是更新的處ç†å™¨ä¹Ÿæœ‰æ”¯æ´ã€‚ + + 如果 CPUs 有支æ´ï¼Œ&os; 會利用實體ä½å€å»¶ä¼¸ + 有開啟 PAE 支æ´çš„核心會åµæ¸¬è¶…éŽ 4 GB 的記憶體,讓他能被系統使用。 + 這項功能為 &os; 的驅動程å¼èˆ‡éƒ¨åˆ†åŠŸèƒ½å¸¶ä¾†ä¸€äº›é™åˆ¶ï¼Œè©³æƒ…請見 &man.pae.4;。 ia64 - Currently supported processors are the &itanium; and - the &itanium; 2. Supported chipsets include the HP zx1, - &intel; 460GX, and &intel; E8870. Both Uniprocessor - (UP) and Symmetric Multi-processor - (SMP) configurations are - supported. + ç›®å‰æ”¯æ´çš„處ç†å™¨æ˜¯ &itanium; å’Œ &itanium; 2。支æ´çš„晶片組包括 HP zx1, &intel; 460GX å’Œ &intel; E8870。 + 單處ç†å™¨ (UP) å’Œå°ç¨±å¤šè™•ç†å™¨ (SMP)的設定都有支æ´ã€‚ pc98 - NEC PC-9801/9821 series with almost all - i386-compatible processors, including 80486, &pentium;, - &pentium; Pro, and &pentium; II, are all supported. All - i386-compatible processors by AMD, Cyrix, IBM, and IDT are - also supported. EPSON PC-386/486/586 series, which are - compatible with NEC PC-9801 series, are supported. The - NEC FC-9801/9821 and NEC SV-98 series should be - supported. - - High-resolution mode is not supported. NEC - PC-98XA/XL/RL/XL^2, and NEC PC-H98 series are supported in - normal (PC-9801 compatible) mode only. The - SMP-related features of &os; are not - supported. The New Extend Standard Architecture - (NESA) bus used in the PC-H98, SV-H98, - and FC-H98 series, is not supported. + NEC PC-9801/9821 系列幾乎所有 i386 相容處ç†å™¨åŒ…括 80486, &pentium;, &pentium; Pro å’Œ &pentium; II 都有支æ´ã€‚ + 所有 AMD, Cyrix, IBM, and IDT çš„i386 相容處ç†å™¨éƒ½æœ‰æ”¯æ´ã€‚ + 相容NEC PC-9801 çš„EPSON PC-386/486/586 系列都有支æ´ã€‚ + NEC FC-9801/9821 and NEC SV-98 系列也有支æ´ã€‚ + + 高解æžåº¦æ¨¡å¼ä¸¦ä¸æ”¯æ´ã€‚NEC PC-98XA/XL/RL/XL^2 å’Œ NEC PC-H98 系列åªæ”¯æ´æ­£å¸¸ (PC-9801 相容) 模å¼ã€‚ + &os; å°ç¨±å¤šè™•ç†å™¨ SMP 相關特色並ä¸æ”¯æ´ã€‚ + PC-H98, SV-H98 å’ŒFC-H98 新延伸標準架構 (NESA) 匯æµæŽ’ä¸æ”¯æ´ã€‚ &arch.powerpc; - All New World ROM &apple; - &mac; systems with built-in USB - are supported. SMP is supported on - machines with multiple CPUs. + 所有內建USBçš„ New World ROM &apple; + &mac; 系統都有支æ´ã€‚ SMP 在多 CPUs的機器都有支æ´ã€‚ - A 32-bit kernel can only use the first 2 GB of - RAM. + 32ä½å…ƒçš„核心åªèƒ½ä½¿ç”¨å‰ 2 GBçš„RAM。 &arch.sparc64; - Systems supported by &os;/&arch.sparc64; are listed at - the FreeBSD/sparc64 Project ( &os;/&arch.sparc64; 支æ´çš„系統列在 FreeBSD/sparc64 計劃 (http://www.freebsd.org/platforms/sparc.html). - SMP is supported on all systems - with more than 1 processor. A dedicated disk is required - as it is not possible to share a disk with another - operating system at this time. + 所有超éŽä¸€å€‹è™•ç†å™¨çš„系統都有支æ´SMP。需è¦å°ˆç”¨çš„ç£ç¢Ÿç³»çµ±ï¼Œå› ç‚ºæ­¤æ™‚無法和其他作業系統共用ç£ç¢Ÿã€‚ From owner-svn-doc-head@freebsd.org Mon Sep 7 19:14:38 2015 Return-Path: Delivered-To: svn-doc-head@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 B88ED9CC785; Mon, 7 Sep 2015 19:14:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 A93A51E92; Mon, 7 Sep 2015 19:14:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t87JEc5k019652; Mon, 7 Sep 2015 19:14:38 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t87JEcNM019651; Mon, 7 Sep 2015 19:14:38 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201509071914.t87JEcNM019651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 7 Sep 2015 19:14:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47381 - head/zh_TW.UTF-8/books/handbook/bsdinstall X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2015 19:14:38 -0000 Author: delphij Date: Mon Sep 7 19:14:37 2015 New Revision: 47381 URL: https://svnweb.freebsd.org/changeset/doc/47381 Log: Fix build. Modified: head/zh_TW.UTF-8/books/handbook/bsdinstall/chapter.xml Modified: head/zh_TW.UTF-8/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/zh_TW.UTF-8/books/handbook/bsdinstall/chapter.xml Mon Sep 7 19:00:32 2015 (r47380) +++ head/zh_TW.UTF-8/books/handbook/bsdinstall/chapter.xml Mon Sep 7 19:14:37 2015 (r47381) @@ -179,7 +179,7 @@ ia64 ç›®å‰æ”¯æ´çš„處ç†å™¨æ˜¯ &itanium; å’Œ &itanium; 2。支æ´çš„晶片組包括 HP zx1, &intel; 460GX å’Œ &intel; E8870。 - 單處ç†å™¨ (UP) å’Œå°ç¨±å¤šè™•ç†å™¨ (SMP)的設定都有支æ´ã€‚ + 單處ç†å™¨ (UP) å’Œå°ç¨±å¤šè™•ç†å™¨ (SMP)的設定都有支æ´ã€‚ From owner-svn-doc-head@freebsd.org Tue Sep 8 03:59:03 2015 Return-Path: Delivered-To: svn-doc-head@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 4CAB49C8631; Tue, 8 Sep 2015 03:59:03 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 3C3581497; Tue, 8 Sep 2015 03:59:03 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t883x3W7054854; Tue, 8 Sep 2015 03:59:03 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t883x3hU054853; Tue, 8 Sep 2015 03:59:03 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201509080359.t883x3hU054853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Tue, 8 Sep 2015 03:59:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47382 - head/en_US.ISO8859-1/books/fdp-primer/docbook-markup X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 03:59:03 -0000 Author: wblock Date: Tue Sep 8 03:59:02 2015 New Revision: 47382 URL: https://svnweb.freebsd.org/changeset/doc/47382 Log: Clean up Links section: Remove section about , xml:id makes those unnecessary. Remove section about using to link to the same document. Change ulink reference to link. Add an example showing using an XML empty tag for a link. Add an example of using . Add "Example" to example titles. Modified: head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Mon Sep 7 19:14:37 2015 (r47381) +++ head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Tue Sep 8 03:59:02 2015 (r47382) @@ -703,7 +703,7 @@ para. - <tag>para</tag> + <tag>para</tag> Example Usage: @@ -729,7 +729,7 @@ unattributed). - <tag>blockquote</tag> + <tag>blockquote</tag> Example Usage: @@ -810,7 +810,7 @@ - <tag>tip</tag> and <tag>important</tag> + <tag>tip</tag> and <tag>important</tag> Example Usage: @@ -891,7 +891,7 @@ <tag>itemizedlist</tag> and - <tag>orderedlist</tag> + orderedlist Example Usage: @@ -951,7 +951,7 @@ entries. - <tag>variablelist</tag> + <tag>variablelist</tag> Example Usage: @@ -1013,7 +1013,7 @@ stepalternatives. - <tag>procedure</tag> + <tag>procedure</tag> Example Usage: @@ -1093,7 +1093,7 @@ lines may be included. - <tag>programlisting</tag> + <tag>programlisting</tag> Example Usage: @@ -1141,7 +1141,7 @@ main(void) <tag>co</tag> and - <tag>calloutlist</tag> + calloutlist Example paraWhen finished, the program will look like this:para @@ -1227,7 +1227,7 @@ main(void) one cell in the table. - <tag>informaltable</tag> + <tag>informaltable</tag> Example Usage: @@ -1292,7 +1292,7 @@ main(void) informaltable frame="none". - Tables Where <literal>frame="none"</literal> + Table with <literal>frame="none"</literal> Example Appearance: @@ -1388,7 +1388,7 @@ main(void) <tag>screen</tag>, <tag>prompt</tag>, - and <tag>userinput</tag> + and userinput Example Usage: @@ -1447,7 +1447,7 @@ This is the file called 'foo2' emphasis. - <tag>emphasis</tag> + <tag>emphasis</tag> Example Usage: @@ -1474,7 +1474,7 @@ This is the file called 'foo2' in the example below. - Acronyms + <tag>acronym</tag> Example Usage: @@ -1504,7 +1504,7 @@ This is the file called 'foo2' quote. - Quotations + <tag>quote</tag> Example Usage: @@ -1543,7 +1543,7 @@ This is the file called 'foo2' names, when wrapped in keycombo. - Keys, Mouse Buttons, and Combinations + Keys, Mouse Buttons, and Combinations Example Usage: @@ -1651,7 +1651,7 @@ This is the file called 'foo2' HTML, appear visually better. - Applications, Commands, and Options + Applications, Commands, and Options Example Usage: @@ -1708,7 +1708,7 @@ This is the file called 'foo2' extension, or a device name, use filename. - <tag>filename</tag> + <tag>filename</tag> Example Usage: @@ -1759,7 +1759,7 @@ This is the file called 'foo2' port. - <tag>package</tag> Tag + <tag>package</tag> Example Usage: @@ -1878,7 +1878,7 @@ This is the file called 'foo2' - <tag>systemitem</tag> and Classes + <tag>systemitem</tag> and Classes Example Usage: @@ -1939,6 +1939,35 @@ This is the file called 'foo2' + + Uniform Resource Identifiers + (<acronym>URI</acronym>s) + + Occasionally it is useful to show a + Uniform Resource Identifier (URI) without + making it an active hyperlink. The uri element + makes this possible: + + + <tag>uri</tag> Example + + Usage: + + paraThis URL shows only as text: + urihttps://www.FreeBSD.orguri. It does not + create a link.para + + Appearance: + + This URL shows only as text: + https://www.FreeBSD.org. It does not + create a link. + + + To create links, see + . + + Email Addresses @@ -1949,7 +1978,7 @@ This is the file called 'foo2' address into a link. - <tag>email</tag> with a Hyperlink + <tag>email</tag> with a Hyperlink Example Usage: @@ -1970,7 +1999,7 @@ This is the file called 'foo2' address. - <tag>email</tag> Without a Hyperlink + <tag>email</tag> Without a Hyperlink Example Usage: @@ -2012,7 +2041,7 @@ This is the file called 'foo2' <tag>buildtarget</tag> and - <tag>varname</tag> + varname Example Usage: @@ -2067,7 +2096,7 @@ This is the file called 'foo2' literal. - <tag>literal</tag> + <tag>literal</tag> Example Usage: @@ -2100,7 +2129,7 @@ This is the file called 'foo2' the user must replace. - <tag>replaceable</tag> + <tag>replaceable</tag> Example Usage: @@ -2151,7 +2180,7 @@ This is the file called 'foo2' added surrounding the text. - <tag>guibutton</tag> + <tag>guibutton</tag> Example Usage: @@ -2175,7 +2204,7 @@ This is the file called 'foo2' that appears. - <tag>errorname</tag> + <tag>errorname</tag> Example Usage: @@ -2499,7 +2528,9 @@ IMAGES= chapter1/fig1.png Links - Links are also in-line elements. + Links are also in-line elements. To show a + URI without creating a link, see + . @@ -2515,12 +2546,12 @@ IMAGES= chapter1/fig1.png an xml:id to all chapters and sections, even if there are no current plans to link to them, is a good idea. These xml:ids can be used as unique - anchor reference points by anyone referring to the + reference points by anyone referring to the HTML version of the document. <literal>xml:id</literal> on Chapters and - Sections + Sections Example chapter xml:id="introduction" titleIntroductiontitle @@ -2545,19 +2576,6 @@ IMAGES= chapter1/fig1.png reader and anyone editing the document to see where the link is located within the document, similar to a directory path to a file. - - To allow the user to jump into a specific portion of the - document, even in the middle of a paragraph or an example, use - anchor. This element has no content, but - takes an xml:id attribute. - - - <tag>anchor</tag> - - paraThis paragraph has an embedded - anchor xml:id="para1"link target in it. It will not - show up in the document.para - @@ -2570,7 +2588,7 @@ IMAGES= chapter1/fig1.png generates the link text automatically. - Using <tag>xref</tag> + <tag>xref</tag> Example Assume that this fragment appears somewhere in a document that includes the xml:id @@ -2599,84 +2617,33 @@ IMAGES= chapter1/fig1.png The link text is generated automatically from the chapter and section number and title elements. - - - xref cannot link to an - xml:id attribute on an anchor - element. The anchor has no content, so the - xref cannot generate the link text. - - - Linking to the Same Document or Other Documents on the + <sect2 xml:id="docbook-markup-links-to-web-documents"> + <title>Linking to Other Documents on the Web - The link elements described here allow the writer to - define the link text. It is very important to use descriptive - link text to give the reader an idea of where the link will - take them. Remember that DocBook can be rendered to multiple - types of media. The reader may be looking at a printed book + The link element described here allows the writer to + define the link text. When link text is used, it is very important to be descriptive + to give the reader an idea of where the link goes. + Remember that DocBook can be rendered to multiple + types of media. The reader might be looking at a printed book or other form of media where there are no links. If the link - text is not descriptive enough, the reader may not be able to + text is not descriptive enough, the reader might not be able to locate the linked section. - - Links to the Same Document - - link is used to create a link within the same - document. The target xml:id is specified - in the linkend attribute. This element - wraps content, which is used for the link text. - - - Using <tag>link</tag> - - Assume that this fragment appears somewhere in a - document that includes the xml:id - example. - - paraMore information can be found in the - link linkend="introduction"sample introductionlink.para - -paraMore specific information can be found in the - link linkend="introduction-moredetails"sample introduction with more - detailslink section.para - - This output will be generated - (emphasized text is used to show the - link text): - -
- More information can be found in the - sample introduction. - - More specific information can be found in the - sample introduction with more - details section. -
-
- - - link can be used to include links to the - xml:id of an anchor element, - since the link content defines the link - text. - -
- - - Linking to Other Documents on the Web - - The ulink is used to link to external - documents on the web. The url attribute - is the URL of the page that the link - points to, and the content of the element is the text that + The xlink:href attribute + is the URL of the page, + and the content of the element is the text that will be displayed for the user to activate. + In many situations, it is preferable to show the actual + URL rather than text. This can be done by + leaving out the element text entirely. + <tag>link</tag> to a &os; Documentation Web - Page + Page Example Link to the book or article URL entity. To link to a specific chapter in a book, add a @@ -2687,7 +2654,7 @@ IMAGES= chapter1/fig1.png URL entities can be found in doc/share/xml/urls.ent. - Usage for book links: + Usage for &os; book links: paraRead the link xlink:href="&url.books.handbook;/svn.html#svn-intro"SVN @@ -2705,7 +2672,7 @@ IMAGES= chapter1/fig1.png xlink:href="&url.books.handbook;/svn.html#svn-mirrors">Subversion mirror sites. - Usage for article links: + Usage for &os; article links: paraRead this link xlink:href="&url.articles.bsdl-gpl;"article @@ -2721,7 +2688,7 @@ IMAGES= chapter1/fig1.png
- <tag>link</tag> to a &os; Web Page + <tag>link</tag> to a &os; Web Page Example Usage: @@ -2736,8 +2703,8 @@ IMAGES= chapter1/fig1.png - <tag>ulink</tag> to an External Web - Page + <tag>link</tag> to an External Web + Page Example Usage: @@ -2759,13 +2726,19 @@ IMAGES= chapter1/fig1.png GUID Partition Tables: link xlink:href="http://en.wikipedia.org/wiki/GUID_Partition_Table"link.para
- Appearance: + The same link can be entered using shorter + notation instead of a separate ending tag: + + paraWikipedia has an excellent reference on + GUID Partition Tables: link + xlink:href="http://en.wikipedia.org/wiki/GUID_Partition_Table".para + + The two methods are equivalent. Appearance: Wikipedia has an excellent reference on GUID Partition Tables: http://en.wikipedia.org/wiki/GUID_Partition_Table.
- From owner-svn-doc-head@freebsd.org Tue Sep 8 14:05:28 2015 Return-Path: Delivered-To: svn-doc-head@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 DF327A00C8C; Tue, 8 Sep 2015 14:05:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 CFC4113B4; Tue, 8 Sep 2015 14:05:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88E5SVV016122; Tue, 8 Sep 2015 14:05:28 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88E5S4d016121; Tue, 8 Sep 2015 14:05:28 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509081405.t88E5S4d016121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 8 Sep 2015 14:05:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47383 - head/en_US.ISO8859-1/books/porters-handbook/makefiles X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 14:05:29 -0000 Author: mat Date: Tue Sep 8 14:05:27 2015 New Revision: 47383 URL: https://svnweb.freebsd.org/changeset/doc/47383 Log: Catch up with the ports tree. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue Sep 8 03:59:02 2015 (r47382) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue Sep 8 14:05:27 2015 (r47383) @@ -4714,6 +4714,10 @@ LIB_DEPENDS+= liba.so:${PORTSDIR}/devel/ + PORTEXAMPLES + + + SUB_FILES From owner-svn-doc-head@freebsd.org Tue Sep 8 16:09:54 2015 Return-Path: Delivered-To: svn-doc-head@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 617C1A00DEC; Tue, 8 Sep 2015 16:09:54 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 523C31E8F; Tue, 8 Sep 2015 16:09:54 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88G9sNO067627; Tue, 8 Sep 2015 16:09:54 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88G9sEq067626; Tue, 8 Sep 2015 16:09:54 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201509081609.t88G9sEq067626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Tue, 8 Sep 2015 16:09:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47384 - head/de_DE.ISO8859-1/books/handbook/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 16:09:54 -0000 Author: bhd Date: Tue Sep 8 16:09:53 2015 New Revision: 47384 URL: https://svnweb.freebsd.org/changeset/doc/47384 Log: Update to r39725: Add a section about the migration away from CVSup towards portsnap. Modified: head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Tue Sep 8 14:05:27 2015 (r47383) +++ head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Tue Sep 8 16:09:53 2015 (r47384) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/ports/chapter.xml,v 1.111 2011/12/19 17:13:33 bcr Exp $ - basiert auf: r39642 + basiert auf: r39725 --> Installieren von Anwendungen: Pakete und Ports @@ -907,6 +907,85 @@ svn://svn.FreeBSD.org + + Migration von CVSup/csup zu portsnap + + + Seit dem 28. Februar 2013 wird die Ports-Sammlung nicht + mehr nach CVS exportiert. Somit + werden über CVSup und + csup keine Updates für die + Ports-Sammlung mehr zu Verfügung gestellt. + + + + Migration zu portsnap + + Für die Migration werden in /usr + ca. 1 GB freier Speicher und in + /var ca. 150 MB freier Speicher + benötigt. + + + Deaktivieren Sie alle automatischen Updates der + Ports-Sammlung, wie beispielsweise &man.cron.8; Jobs, die + CVSup oder + csup aufrufen. + + + + Verschieben Sie die bestehende Ports-Sammlung in ein + temporäres Verzeichnis: + + &prompt.root; mv /usr/ports /usr/ports.old + + + + Laden Sie eine aktuelle Kopie Ports-Sammlung mit + Portsnap herunter und + extrahieren Sie diese nach + /usr/ports: + + &prompt.root; portsnap fetch extract + + + + Verschieben Sie Distfiles und vorhandene Pakete in + die neue Ports-Sammlung: + + &prompt.root; mv /usr/ports.old/distfiles /usr/ports +&prompt.root; mv /usr/ports.old/packages /usr/ports + + + + Löschen Sie die alte Ports-Sammlung: + + &prompt.root; rm -rf /usr/ports.old + + + + Falls zuvor CVSup verwendet + wurde, kann es nun deinstalliert werden: + + &prompt.root; pkg_delete -r -v cvsup-without-gui-\* + + + + Benutzer von pkgng können + das folgende Kommando benutzen: + + &prompt.root; pkg remove cvsup-without-gui + + + + Eine detaillierte Beschreibung von + Portsnap und wie die + Ports-Sammlung mit Portsnap + aktualisiert wird, finden Sie in Portsnap: Ein Werkzeug + zur Aktualisierung der Ports-Sammlung. + + Ports installieren From owner-svn-doc-head@freebsd.org Tue Sep 8 16:32:26 2015 Return-Path: Delivered-To: svn-doc-head@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 C909E9CCD99; Tue, 8 Sep 2015 16:32:26 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 BA13F18D1; Tue, 8 Sep 2015 16:32:26 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88GWQFr080470; Tue, 8 Sep 2015 16:32:26 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88GWQNF080469; Tue, 8 Sep 2015 16:32:26 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201509081632.t88GWQNF080469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Tue, 8 Sep 2015 16:32:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47385 - head/de_DE.ISO8859-1/books/handbook/boot X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 16:32:26 -0000 Author: bhd Date: Tue Sep 8 16:32:25 2015 New Revision: 47385 URL: https://svnweb.freebsd.org/changeset/doc/47385 Log: Update to r40897: Fix incorrect "Win" value noticed by wblock. Modified: head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml Tue Sep 8 16:09:53 2015 (r47384) +++ head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml Tue Sep 8 16:32:25 2015 (r47385) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/boot/chapter.xml,v 1.63 2012/04/22 20:05:15 bcr Exp $ - basiert auf: r40887 + basiert auf: r40897 --> &os;s Bootvorgang @@ -199,7 +199,7 @@ <filename>boot0</filename>-Screenshot - F1 Windows + F1 Win F2 FreeBSD Default: F2 From owner-svn-doc-head@freebsd.org Tue Sep 8 17:56:15 2015 Return-Path: Delivered-To: svn-doc-head@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 A1F58A00BB8; Tue, 8 Sep 2015 17:56:15 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 8DE7614D2; Tue, 8 Sep 2015 17:56:15 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88HuF4w015375; Tue, 8 Sep 2015 17:56:15 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88HuFZA015374; Tue, 8 Sep 2015 17:56:15 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201509081756.t88HuFZA015374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Tue, 8 Sep 2015 17:56:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47386 - head/de_DE.ISO8859-1/books/handbook/security X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 17:56:15 -0000 Author: bhd Date: Tue Sep 8 17:56:14 2015 New Revision: 47386 URL: https://svnweb.freebsd.org/changeset/doc/47386 Log: Update to r38463: Remove application tags inside title tags. Modified: head/de_DE.ISO8859-1/books/handbook/security/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/security/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/security/chapter.xml Tue Sep 8 16:32:25 2015 (r47385) +++ head/de_DE.ISO8859-1/books/handbook/security/chapter.xml Tue Sep 8 17:56:14 2015 (r47386) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/security/chapter.xml,v 1.178 2012/04/30 17:07:41 bcr Exp $ - basiert auf: r38462 + basiert auf: r38463 --> Sicherheit @@ -3247,7 +3247,7 @@ racoon_enable="yes" - Aktivieren von <application>sshd</application> + Aktivieren von sshd OpenSSH @@ -3373,7 +3373,7 @@ COPYRIGHT 100% |************* - <application>ssh-keygen</application> + ssh-keygen Mit &man.ssh-keygen.1; können DSA- oder RSA-Schlüssel für einen Benutzer erzeugt werden, die anstelle von From owner-svn-doc-head@freebsd.org Tue Sep 8 18:12:29 2015 Return-Path: Delivered-To: svn-doc-head@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 342619CC4F9; Tue, 8 Sep 2015 18:12:29 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 0B4C61202; Tue, 8 Sep 2015 18:12:29 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88ICSWv023804; Tue, 8 Sep 2015 18:12:28 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88ICSUI023803; Tue, 8 Sep 2015 18:12:28 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201509081812.t88ICSUI023803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Tue, 8 Sep 2015 18:12:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47387 - head/de_DE.ISO8859-1/books/handbook/security X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 18:12:29 -0000 Author: bhd Date: Tue Sep 8 18:12:28 2015 New Revision: 47387 URL: https://svnweb.freebsd.org/changeset/doc/47387 Log: Update to r38507: Restore application tags. Modified: head/de_DE.ISO8859-1/books/handbook/security/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/security/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/security/chapter.xml Tue Sep 8 17:56:14 2015 (r47386) +++ head/de_DE.ISO8859-1/books/handbook/security/chapter.xml Tue Sep 8 18:12:28 2015 (r47387) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/security/chapter.xml,v 1.178 2012/04/30 17:07:41 bcr Exp $ - basiert auf: r38463 + basiert auf: r38507 --> Sicherheit @@ -3247,7 +3247,7 @@ racoon_enable="yes" - Aktivieren von sshd + Aktivieren von <application>sshd</application> OpenSSH @@ -3373,7 +3373,7 @@ COPYRIGHT 100% |************* - ssh-keygen + <application>ssh-keygen</application> Mit &man.ssh-keygen.1; können DSA- oder RSA-Schlüssel für einen Benutzer erzeugt werden, die anstelle von @@ -3427,7 +3427,8 @@ bb:48:db:f2:93:57:80:b6:aa:bc:f5:d5:ba:8 - ssh-agent und ssh-add + <application>ssh-agent</application> und + <application>ssh-add</application> Mit &man.ssh-agent.1; und &man.ssh-add.1; ist es möglich, SSH-Schlüssel From owner-svn-doc-head@freebsd.org Tue Sep 8 18:38:21 2015 Return-Path: Delivered-To: svn-doc-head@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 84402A003C0; Tue, 8 Sep 2015 18:38:21 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 74F15133B; Tue, 8 Sep 2015 18:38:21 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88IcLcB032364; Tue, 8 Sep 2015 18:38:21 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88IcLIm032363; Tue, 8 Sep 2015 18:38:21 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201509081838.t88IcLIm032363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Tue, 8 Sep 2015 18:38:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47388 - head/de_DE.ISO8859-1/books/handbook/security X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 18:38:21 -0000 Author: bhd Date: Tue Sep 8 18:38:20 2015 New Revision: 47388 URL: https://svnweb.freebsd.org/changeset/doc/47388 Log: Update to r39015: Update the section about user account hashes with two additional supported hash functions that can be used: SHA256 and SHA512. Also document how these are stored in the master.passwd file. Modified: head/de_DE.ISO8859-1/books/handbook/security/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/security/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/security/chapter.xml Tue Sep 8 18:12:28 2015 (r47387) +++ head/de_DE.ISO8859-1/books/handbook/security/chapter.xml Tue Sep 8 18:38:20 2015 (r47388) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/security/chapter.xml,v 1.178 2012/04/30 17:07:41 bcr Exp $ - basiert auf: r38507 + basiert auf: r39015 --> Sicherheit @@ -1084,7 +1084,7 @@ - DES, Blowfish, MD5, und Crypt + DES, Blowfish, MD5, SHA256, SHA512 und Crypt BillSwingleTeile umgeschrieben und aktualisiert von @@ -1101,6 +1101,8 @@ Blowfish DES MD5 + SHA256 + SHA512 Jedem Benutzer eines &unix; Systems ist ein Passwort zugeordnet. Es scheint offensichtlich, dass das Passwort nur dem Benutzer @@ -1135,8 +1137,8 @@ Erkennen der Verschlüsselungsmethode - Derzeit werden DES-, MD5- und Blowfish-Hash-Funktionen - unterstützt. In der + Die derzeit unterstützten Hash-Funktionen sind DES, MD5, + Blowfish, SHA256 und SHA512. In der Voreinstellung benutzt &os; die MD5-Hash-Funktion. Sie können leicht herausfinden, welche @@ -1155,14 +1157,16 @@ $-Zeichen nicht enthält. Ein relativ kurzes Passwort, das nicht mit einem $-Zeichen anfängt, ist wahrscheinlich - ein DES-Passwort. + ein DES-Passwort. SHA256 und SHA512 beginnen mit dem Zeichen + $6$. Die Verschlüsselungsmethode für neue Passwörter wird durch passwd_format in - /etc/login.conf bestimmt. Der Wert dieser - Variablen kann entweder des, md5 - oder blf sein. Näheres schlagen Sie bitte - in &man.login.conf.5; nach. + /etc/login.conf bestimmt. Der Wert + dieser Variablen kann entweder des, + md5, blf, + sha256 oder sha512 sein. + Näheres schlagen Sie bitte in &man.login.conf.5; nach. From owner-svn-doc-head@freebsd.org Wed Sep 9 00:30:46 2015 Return-Path: Delivered-To: svn-doc-head@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 15D7BA00B22; Wed, 9 Sep 2015 00:30:46 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 EEAB01F02; Wed, 9 Sep 2015 00:30:45 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t890Uji7079834; Wed, 9 Sep 2015 00:30:45 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t890UjAH079831; Wed, 9 Sep 2015 00:30:45 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201509090030.t890UjAH079831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Wed, 9 Sep 2015 00:30:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47390 - head/en_US.ISO8859-1/htdocs/layout/css X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 00:30:46 -0000 Author: wblock Date: Wed Sep 9 00:30:44 2015 New Revision: 47390 URL: https://svnweb.freebsd.org/changeset/doc/47390 Log: Embiggen fonts and emwiden display. Adjust the main web site CSS so that fonts are not tiny and the site uses more than the middle third of the monitor. Discussed in -doc. Differential Revision: https://reviews.freebsd.org/D3215 Modified: head/en_US.ISO8859-1/htdocs/layout/css/global.css head/en_US.ISO8859-1/htdocs/layout/css/layout.css Modified: head/en_US.ISO8859-1/htdocs/layout/css/global.css ============================================================================== --- head/en_US.ISO8859-1/htdocs/layout/css/global.css Tue Sep 8 19:22:07 2015 (r47389) +++ head/en_US.ISO8859-1/htdocs/layout/css/global.css Wed Sep 9 00:30:44 2015 (r47390) @@ -8,43 +8,42 @@ body { margin: 0; padding: 0; font-family: verdana, sans-serif; - font-size: 69%; color: #000; background: #fff url("../images/hdr_fill.png") repeat-x; } h1 { - font-size: 1.4em; + font-size: 120%; font-weight: bold; margin: 0em 0em 1.2em 0em; } h2 { - font-size: 1.2em; + font-size: 115%; margin: 1.2em 0em 1.2em 0em; font-weight: bold; } h3 { - font-size: 1.0em; + font-size: 110%; margin: 1.2em 0em 1.2em 0em; font-weight: bold; } h4 { - font-size: 0.95em; + font-size: 100%; margin: 1.2em 0em 1.2em 0em; font-weight: bold; } h5 { - font-size: 0.9em; + font-size: 90%; margin: 1.2em 0em 1.2em 0em; font-weight: bold; } h6 { - font-size: 0.85em; + font-size: 85%; margin: 1.2em 0em 1.2em 0em; font-weight: bold; } @@ -61,7 +60,6 @@ ol, ul, li { } p { - font-size: 1.0em; line-height: 1.2em; margin: 1.2em 0em 1.2em 0em; } @@ -72,12 +70,12 @@ li > p { pre { font-family: monospace; - font-size: 1.4em; + font-size: 1.1em; } tt { font-family: monospace; - font-size: 1.4em; + font-size: 1.1em; } strong, b { Modified: head/en_US.ISO8859-1/htdocs/layout/css/layout.css ============================================================================== --- head/en_US.ISO8859-1/htdocs/layout/css/layout.css Tue Sep 8 19:22:07 2015 (r47389) +++ head/en_US.ISO8859-1/htdocs/layout/css/layout.css Wed Sep 9 00:30:44 2015 (r47390) @@ -14,7 +14,7 @@ #container { margin: 0em auto; - width: 775px; + width: 90%; padding: 0; padding-top: 0px; padding-bottom: 15px; @@ -29,7 +29,7 @@ #header { position: relative; - height: 76px; + height: 15%; margin: 0; padding: 0; clear: both; @@ -40,7 +40,6 @@ border: 0px; padding: 0px; top: 0px; - margin-left: -4%; float: left; } @@ -82,15 +81,9 @@ #search form label { color: #666; - font-size: 0.8em; -} - -#search form input { - font-size: 0.8em; } #search form #submit { - font-size: 0.8em; background: transparent; color: #fff; border-right: 1px solid #DADADA; @@ -101,8 +94,7 @@ } #search form #words { - font-size: 0.8em; - width: 120px; + width: 50%; border: 1px solid #DADADA; background: #FFFFFF; color: #666; @@ -160,7 +152,6 @@ #frontcontainer { width: 100%; - float: left; } #frontfeaturecontainer { @@ -168,7 +159,7 @@ } #frontfeatureleft{ - width: 273px; + width: 30%; margin: 0; padding: 0; float: left; @@ -192,6 +183,7 @@ margin-top: 20px; background: url(../images/beastie.png) no-repeat top left; min-height: 196px; + width: 30%; } #frontfeatureright { @@ -199,13 +191,14 @@ border: 0px; padding: 0px; margin: 0px; - width: 162px; + width: 30%; float: right; } /* News/Events/Media/Security Box */ #frontnemscontainer { + width: 100%; background: #eee; display: inline; float: left; @@ -214,7 +207,7 @@ } #frontnews { - width: 191px; + width: 24%; margin: 0; padding: 0; float: left; @@ -225,7 +218,7 @@ } #frontevents { - width: 189px; + width: 24%; margin: 0; padding: 0; float: left; @@ -236,7 +229,7 @@ } #frontmedia { - width: 189px; + width: 24%; margin: 0; padding: 0; float: left; @@ -247,7 +240,7 @@ } #frontsecurity { - width: 190px; + width: 24%; margin: 0; padding: 0; float: left; @@ -259,8 +252,8 @@ /* No way to get equal columns in pure CSS - setting height is a temporary hack */ .frontseparator { - width: 1px; - height: 317px; + width: 0.5%; + height: 500px; margin: 0; padding: 0; background-color: #fff; @@ -316,6 +309,7 @@ } #frontshortcutscontent { + float: right; margin: 0; padding: 0; padding-left: 15px; @@ -342,12 +336,12 @@ #frontreleases { padding: 0; - margin: 0; - margin-left: 162px; - margin-top: 15px; + margin: 8px; + margin-left: 190px; + margin-top: 5px; padding-bottom: 20px; color: #666; - width: 155px; + width: 85%; } #frontreleasescontent { @@ -377,7 +371,6 @@ .frontnewtop div, .frontnewtop, .frontnewbot div, .frontnewbot { width: 100%; height: 12px; - font-size: 1px; } .frontnewcontent { @@ -396,6 +389,7 @@ } .frontnewroundbox { + float: left; margin: 0; margin-top: 30px; padding: 0; @@ -462,7 +456,7 @@ .frontgetroundbox { margin-top: 50px; - margin-left: 140px; + margin-left: 160px; padding: 0; width: 190px; background-color: #FACC2E; @@ -493,6 +487,7 @@ #footer { font-size: 0.9em; + text-align: center; color: #737373; line-height: 1.3em; padding-top: 5px; From owner-svn-doc-head@freebsd.org Wed Sep 9 02:14:14 2015 Return-Path: Delivered-To: svn-doc-head@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 474D8A002A3; Wed, 9 Sep 2015 02:14:14 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 385961C69; Wed, 9 Sep 2015 02:14:14 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t892EEVh022661; Wed, 9 Sep 2015 02:14:14 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t892EE4A022660; Wed, 9 Sep 2015 02:14:14 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201509090214.t892EE4A022660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Wed, 9 Sep 2015 02:14:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47391 - head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 02:14:14 -0000 Author: wblock Date: Wed Sep 9 02:14:13 2015 New Revision: 47391 URL: https://svnweb.freebsd.org/changeset/doc/47391 Log: Add "Example" to example titles that only have element names. Modified: head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml Wed Sep 9 00:30:44 2015 (r47390) +++ head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml Wed Sep 9 02:14:13 2015 (r47391) @@ -182,7 +182,7 @@ element, p. - <tag>p</tag> + <tag>p</tag> Example Usage: @@ -198,7 +198,7 @@ document that will appear in a separate paragraph. - <tag>blockquote</tag> + <tag>blockquote</tag> Example Usage: @@ -243,7 +243,7 @@ <tag>ul</tag> and - <tag>ol</tag> + ol Example Usage: @@ -309,7 +309,7 @@ element. - <tag>pre</tag> + <tag>pre</tag> Example For example, the pre tags could be used to mark up an email message: @@ -480,7 +480,7 @@ <tag>em</tag> and - <tag>strong</tag> + strong Example Usage: @@ -497,7 +497,7 @@ (for teletype). - <tag>tt</tag> + <tag>tt</tag> Example Usage: From owner-svn-doc-head@freebsd.org Wed Sep 9 09:43:41 2015 Return-Path: Delivered-To: svn-doc-head@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 68595A00A25; Wed, 9 Sep 2015 09:43:41 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 597F91AB5; Wed, 9 Sep 2015 09:43:41 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t899hfS0008597; Wed, 9 Sep 2015 09:43:41 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t899hfut008596; Wed, 9 Sep 2015 09:43:41 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201509090943.t899hfut008596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Wed, 9 Sep 2015 09:43:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47392 - head/ja_JP.eucJP/books/handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 09:43:41 -0000 Author: ryusuke Date: Wed Sep 9 09:43:40 2015 New Revision: 47392 URL: https://svnweb.freebsd.org/changeset/doc/47392 Log: - Merge the following from the English version: r47275 -> r47376 head/ja_JP.eucJP/books/handbook/book.xml Modified: head/ja_JP.eucJP/books/handbook/book.xml Modified: head/ja_JP.eucJP/books/handbook/book.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/book.xml Wed Sep 9 02:14:13 2015 (r47391) +++ head/ja_JP.eucJP/books/handbook/book.xml Wed Sep 9 09:43:40 2015 (r47392) @@ -5,7 +5,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r47275 + Original revision: r47376 $FreeBSD$ --> @@ -92,8 +92,8 @@ FreeBSD ¤Ø¤è¤¦¤³¤½! ¤³¤Î¥Ï¥ó¥É¥Ö¥Ã¥¯¤Ï FreeBSD &rel2.current;-RELEASE - ¤È FreeBSD &rel.current;-RELEASE - ¤Î¥¤¥ó¥¹¥È¡¼¥ë¤ª¤è¤Ó¡¢Æü¾ï¤Ç¤Î»È¤¤Êý¤Ë¤Ä¤¤¤Æµ­½Ò¤·¤¿¤â¤Î¤Ç¤¹¡£ + ¤ª¤è¤Ó FreeBSD &rel.current;-RELEASE + ¤Î¥¤¥ó¥¹¥È¡¼¥ë¤ÈÆü¾ï¤Ç¤Î»È¤¤Êý¤Ë¤Ä¤¤¤Æµ­½Ò¤·¤¿¤â¤Î¤Ç¤¹¡£ Ëܥϥó¥É¥Ö¥Ã¥¯¤Ï²þÊÔºî¶ÈÃæ¤Ç¤¢¤ê¡¢ ¤µ¤Þ¤¶¤Þ¤Ê¿Í¡¹¤¬ÊÔ½¸¤Ë·È¤ï¤Ã¤Æ¤¤¤Þ¤¹¡£ ¤¤¤Þ¸ºß¤¹¤ë¥»¥¯¥·¥ç¥ó¤ÎÃæ¤Ë¤Ï¾ðÊ󤬸Ť¯¤Ê¤Ã¤Æ¤·¤Þ¤Ã¤¿¤¿¤á¡¢ From owner-svn-doc-head@freebsd.org Wed Sep 9 13:01:45 2015 Return-Path: Delivered-To: svn-doc-head@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 EFC97A01E00; Wed, 9 Sep 2015 13:01:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 DBF5A194D; Wed, 9 Sep 2015 13:01:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89D1j4S092520; Wed, 9 Sep 2015 13:01:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89D1jPd092519; Wed, 9 Sep 2015 13:01:45 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509091301.t89D1jPd092519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 9 Sep 2015 13:01:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47393 - head/en_US.ISO8859-1/books/porters-handbook/makefiles X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 13:01:46 -0000 Author: mat Date: Wed Sep 9 13:01:45 2015 New Revision: 47393 URL: https://svnweb.freebsd.org/changeset/doc/47393 Log: Combine sections describe SOMETHING and SOMETHING_OFF. Reviewed by: wblock Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3516 Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Wed Sep 9 09:43:40 2015 (r47392) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Wed Sep 9 13:01:45 2015 (r47393) @@ -4111,7 +4111,9 @@ SUB_LIST+= OPT1="@comment " NO_OPT1="" - <varname><replaceable>OPT</replaceable>_USE</varname> + <varname><replaceable>OPT</replaceable>_USE</varname> + and + <varname><replaceable>OPT</replaceable>_USE_OFF</varname> When option OPT is selected, for each @@ -4123,10 +4125,14 @@ SUB_LIST+= OPT1="@comment " NO_OPT1="" USE_KEY. If value has spaces in it, replace them with commas and they will be changed back to spaces - during processing. For example: + during processing. + OPT_USE_OFF + works the same way, but when OPT is + not selected. For example: OPTIONS_DEFINE= OPT1 -OPT1_USE= mysql=yes xorg=x11,xextproto,xext,xrandr +OPT1_USE= mysql=yes xorg=x11,xextproto,xext,xrandr +OPT1_USE_OFF= openssl=yes is equivalent to: @@ -4137,36 +4143,8 @@ OPT1_USE= mysql=yes xorg=x11,xextproto,x .if ${PORT_OPTIONS:MOPT1} USE_MYSQL= yes USE_XORG= x11 xextproto xext xrandr -.endif - - - - <varname><replaceable>OPT</replaceable>_USE_OFF</varname> - - When option OPT is - not selected, for each - key=value - pair in - OPT_USE_OFF, - value is appended to the - corresponding - USE_KEY. If - value has spaces in it, replace - them with commas and they will be changed back to spaces - during processing. For example: - - OPTIONS_DEFINE= OPT1 -OPT1_USE_OFF= mysql=yes xorg=x11,xextproto,xext,xrandr - - is equivalent to: - - OPTIONS_DEFINE= OPT1 - -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MOPT1} -USE_MYSQL= yes -USE_XORG= x11 xextproto xext xrandr +.else +USE_OPENSSL= yes .endif @@ -4179,7 +4157,8 @@ USE_XORG= x11 xextproto xext xrandr then --enable-entry is appended to CONFIGURE_ARGS. When - option OPT is not selected, + option OPT is + not selected, --disable-entry is appended to CONFIGURE_ARGS. An optional argument can be specified with an @@ -4220,7 +4199,8 @@ CONFIGURE_ARGS+= --disable-test2 then --with-entry is appended to CONFIGURE_ARGS. When - option OPT is not selected, + option OPT is + not selected, --without-entry is appended to CONFIGURE_ARGS. An optional argument can be specified with an @@ -4253,16 +4233,22 @@ CONFIGURE_ARGS+= --without-test2 - <varname><replaceable>OPT</replaceable>_CONFIGURE_ON</varname> + <varname><replaceable>OPT</replaceable>_CONFIGURE_ON</varname> + and + <varname><replaceable>OPT</replaceable>_CONFIGURE_OFF</varname> When option OPT is selected, the value of OPT_CONFIGURE_ON, if defined, is appended to - CONFIGURE_ARGS. For example: + CONFIGURE_ARGS. + OPT_CONFIGURE_OFF + works the same way, but when OPT is + not selected. For example: OPTIONS_DEFINE= OPT1 -OPT1_CONFIGURE_ON= --add-test +OPT1_CONFIGURE_ON= --add-test +OPT1_CONFIGURE_OFF= --no-test is equivalent to: @@ -4272,43 +4258,27 @@ OPT1_CONFIGURE_ON= --add-test - - - - <varname><replaceable>OPT</replaceable>_CONFIGURE_OFF</varname> - - When option OPT is - not selected, the value of - OPT_CONFIGURE_ON, - if defined, is appended to - CONFIGURE_ARGS. For example: - - OPTIONS_DEFINE= OPT1 -OPT1_CONFIGURE_OFF= --no-test - - is equivalent to: - - OPTIONS_DEFINE= OPT1 - -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MOPT1} +.else CONFIGURE_ARGS+= --no-test .endif - <varname><replaceable>OPT</replaceable>_CMAKE_ON</varname> + <varname><replaceable>OPT</replaceable>_CMAKE_ON</varname> + and + <varname><replaceable>OPT</replaceable>_CMAKE_OFF</varname> When option OPT is selected, the value of OPT_CMAKE_ON, if defined, is appended to CMAKE_ARGS. - For example: + OPT_CMAKE_OFF + works the same way, but when OPT is + not selected. For example: OPTIONS_DEFINE= OPT1 -OPT1_CMAKE_ON= -DTEST:BOOL=true +OPT1_CMAKE_ON= -DTEST:BOOL=true +OPT1_CMAKE_OFF= -DOPTIMIZE:BOOL=true is equivalent to: @@ -4318,43 +4288,27 @@ OPT1_CMAKE_ON= -DTEST:BOOL=true - - - - <varname><replaceable>OPT</replaceable>_CMAKE_OFF</varname> - - When option OPT is - not selected, the value of - OPT_CMAKE_OFF, - if defined, is appended to CMAKE_ARGS. - For example: - - OPTIONS_DEFINE= OPT1 -OPT1_CMAKE_OFF= -DTEST:BOOL=false - - is equivalent to: - - OPTIONS_DEFINE= OPT1 - -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MOPT1} -CMAKE_ARGS+= -DTEST:BOOL=false +.else +CMAKE_ARGS+= -DOPTIMIZE:BOOL=true .endif - <varname><replaceable>OPT</replaceable>_QMAKE_ON</varname> + <varname><replaceable>OPT</replaceable>_QMAKE_ON</varname> + and + <varname><replaceable>OPT</replaceable>_QMAKE_OFF</varname> When option OPT is selected, the value of OPT_QMAKE_ON, - if defined, is appended to - QMAKE_ARGS. For example: + if defined, is appended to QMAKE_ARGS. + OPT_QMAKE_OFF + works the same way, but when OPT is + not selected. For example: OPTIONS_DEFINE= OPT1 -OPT1_QMAKE_ON= -DTEST:BOOL=true +OPT1_QMAKE_ON= -DTEST:BOOL=true +OPT1_QMAKE_OFF= -DPRODUCTION:BOOL=true is equivalent to: @@ -4364,29 +4318,8 @@ OPT1_QMAKE_ON= -DTEST:BOOL=true - - - - <varname><replaceable>OPT</replaceable>_QMAKE_OFF</varname> - - When option OPT is - not selected, the value of - OPT_QMAKE_OFF, - if defined, is appended to - QMAKE_ARGS. For example: - - OPTIONS_DEFINE= OPT1 -OPT1_QMAKE_OFF= -DTEST:BOOL=false - - is equivalent to: - - OPTIONS_DEFINE= OPT1 - -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MOPT1} -QMAKE_ARGS+= -DTEST:BOOL=false +.else +QMAKE_ARGS+= -DPRODUCTION:BOOL=true .endif @@ -4497,7 +4430,10 @@ X509_PREVENTS_MSG= X509 and SCTP patches - Dependencies + Dependencies, + <varname><replaceable>OPT</replaceable>_<replaceable>DEPTYPE</replaceable></varname> + and + <varname><replaceable>OPT</replaceable>_<replaceable>DEPTYPE</replaceable>_OFF</varname> For any of these dependency types: @@ -4531,20 +4467,19 @@ X509_PREVENTS_MSG= X509 and SCTP patches - The following variables can be used. - - - <varname><replaceable>OPT</replaceable>_<replaceable>ABOVEVARIABLE</replaceable></varname> - When option OPT is selected, the value of - OPT_ABOVEVARIABLE, + OPT_DEPTYPE, if defined, is appended to - ABOVEVARIABLE. - For example: + DEPTYPE. + OPT_DEPTYPE_OFF + works the same, but when OPT is + not + selected. For example: OPTIONS_DEFINE= OPT1 -OPT1_LIB_DEPENDS= liba.so:${PORTSDIR}/devel/a +OPT1_LIB_DEPENDS= liba.so:${PORTSDIR}/devel/a +OPT1_LIB_DEPENDS_OFF= libb.so:${PORTSDIR}/devel/b is equivalent to: @@ -4554,37 +4489,16 @@ OPT1_LIB_DEPENDS= liba.so:${PORTSDIR}/de .if ${PORT_OPTIONS:MOPT1} LIB_DEPENDS+= liba.so:${PORTSDIR}/devel/a +.else +LIB_DEPENDS+= libb.so:${PORTSDIR}/devel/b .endif - - - - - <varname><replaceable>OPT</replaceable>_<replaceable>ABOVEVARIABLE</replaceable>_OFF</varname> - - When option OPT - is not selected, the value of - OPT_ABOVEVARIABLE_OFF, - if defined, is appended to - ABOVEVARIABLE. - For example: - - OPTIONS_DEFINE= OPT1 -OPT1_LIB_DEPENDS_OFF= liba.so:${PORTSDIR}/devel/a - - is equivalent to: - - OPTIONS_DEFINE= OPT1 - -.include <bsd.port.options.mk> - -. if ! ${PORT_OPTIONS:MOPT1} -LIB_DEPENDS+= liba.so:${PORTSDIR}/devel/a -.endif - - Generic Variables Replacement + Generic Variables Replacement, + <varname><replaceable>OPT</replaceable>_<replaceable>VARIABLE</replaceable></varname> + and + <varname><replaceable>OPT</replaceable>_<replaceable>VARIABLE</replaceable>_OFF</varname> For any of these variables: @@ -4730,7 +4644,31 @@ LIB_DEPENDS+= liba.so:${PORTSDIR}/devel/ - The following variables can be used. + When option OPT is + selected, the value of + OPT_ABOVEVARIABLE, + if defined, is appended to + ABOVEVARIABLE. + OPT_ABOVEVARIABLE_OFF + works the same way, but when OPT is + not + selected. For example: + + OPTIONS_DEFINE= OPT1 +OPT1_USES= gmake +OPT1_CFLAGS_OFF= -DTEST + + is equivalent to: + + OPTIONS_DEFINE= OPT1 + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MOPT1} +USES+= gmake +.else +CFLAGS+= -DTEST +.endif Some variables are not in this list, in particular @@ -4770,59 +4708,13 @@ DOCS_ALL_TARGET= doc would have a value of all. - - <varname><replaceable>OPT</replaceable>_<replaceable>ABOVEVARIABLE</replaceable></varname> - - When option OPT is - selected, the value of - OPT_ABOVEVARIABLE, - if defined, is appended to - ABOVEVARIABLE. - For example: - - OPTIONS_DEFINE= OPT1 -OPT1_USES= gmake -OPT1_CFLAGS= -DTEST - - is equivalent to: - - OPTIONS_DEFINE= OPT1 - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MOPT1} -USES+= gmake -CFLAGS+= -DTEST -.endif - - - - <varname><replaceable>OPT</replaceable>_<replaceable>ABOVEVARIABLE</replaceable>_OFF</varname> - - When option OPT is not selected, the value of - OPT_ABOVEVARIABLE_OFF, - if defined, is appended to - ABOVEVARIABLE. - For example: - - OPTIONS_DEFINE= OPT1 -OPT1_USES_OFF= gmake - - is equivalent to: - - OPTIONS_DEFINE= OPT1 - -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MOPT1} -USES+= gmake -.endif - - - Additional Build Targets + Additional Build Targets, + <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget> + and + <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget> These Makefile targets can accept optional extra build targets: @@ -4917,49 +4809,21 @@ USES+= gmake - The additional build targets are listed below. - - - <buildtarget><replaceable>ABOVETARGET</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget> - When option OPT is selected, the target - ABOVETARGET-OPT-on, + TARGET-OPT-on, if defined, is executed after - ABOVETARGET. - For example: + TARGET. + TARGET-OPT-off + works the same way, but when OPT is + not selected. For example: OPTIONS_DEFINE= OPT1 post-patch-OPT1-on: - @${REINPLACE_CMD} -e '/opt1/d' ${WRKSRC}/Makefile - - is equivalent to: - - OPTIONS_DEFINE= OPT1 - -.include <bsd.port.options.mk> - -post-patch: -.if ${PORT_OPTIONS:MOPT1} @${REINPLACE_CMD} -e '/opt1/d' ${WRKSRC}/Makefile -.endif - - - - <buildtarget><replaceable>ABOVETARGET</replaceable>-<replaceable>OPT</replaceable>-off</buildtarget> - - When option OPT is - not selected, the target - ABOVETARGET-OPT-off, - if defined, is executed after - ABOVETARGET. - For example: - - OPTIONS_DEFINE= OPT1 - post-patch-OPT1-off: - @${REINPLACE_CMD} -e '/opt1/d' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '/opt1/s|/usr/bin/|${LOCALBASE}/bin/|' ${WRKSRC}/Makefile is equivalent to: @@ -4968,10 +4832,11 @@ post-patch-OPT1-off: .include <bsd.port.options.mk> post-patch: -.if !${PORT_OPTIONS:MOPT1} +.if ${PORT_OPTIONS:MOPT1} @${REINPLACE_CMD} -e '/opt1/d' ${WRKSRC}/Makefile +.else + @${REINPLACE_CMD} -e '/opt1/s|/usr/bin/|${LOCALBASE}/bin/|' ${WRKSRC}/Makefile .endif - From owner-svn-doc-head@freebsd.org Wed Sep 9 13:01:56 2015 Return-Path: Delivered-To: svn-doc-head@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 DD92FA01E38; Wed, 9 Sep 2015 13:01:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 C1EC11985; Wed, 9 Sep 2015 13:01:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89D1t2A092572; Wed, 9 Sep 2015 13:01:55 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89D1tco092571; Wed, 9 Sep 2015 13:01:55 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509091301.t89D1tco092571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 9 Sep 2015 13:01:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47394 - head/en_US.ISO8859-1/books/porters-handbook/makefiles X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 13:01:56 -0000 Author: mat Date: Wed Sep 9 13:01:54 2015 New Revision: 47394 URL: https://svnweb.freebsd.org/changeset/doc/47394 Log: Add documentation about opt_VARS. Reviewed by: wblock Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3516 Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Wed Sep 9 13:01:45 2015 (r47393) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Wed Sep 9 13:01:54 2015 (r47394) @@ -4429,6 +4429,66 @@ X509_PREVENTS_MSG= X509 and SCTP patches + + <varname><replaceable>OPT</replaceable>_VARS</varname> + and + <varname><replaceable>OPT</replaceable>_VARS_OFF</varname> + + Provides a generic way to set and append to + variables. + + Before using + OPT_VARS and + OPT_VARS_OFF, + see if there is already a more specific helper available in + . + + When option OPT is selected, + and OPT_VARS + defined, + key=value + and + key+=value + pairs are evaluated from + OPT_VARS. An + = cause the existing value of + KEY to be overwritten, an + += appends to the value. + OPT_VARS_OFF + works the same way, but when OPT is + not selected. + + OPTIONS_DEFINE= OPT1 OPT2 OPT3 +OPT1_VARS= also_build+=bin1 +OPT2_VARS= also_build+=bin2 +OPT3_VARS= bin3_build=yes +OPT3_VARS_OFF= bin3_build=no + +MAKE_ARGS= ALSO_BUILD="${ALSO_BUILD}" BIN3_BUILD="${BIN3_BUILD}" + + is equivalent to: + + OPTIONS_DEFINE= OPT1 OPT2 + +MAKE_ARGS= ALSO_BUILD="${ALSO_BUILD}" BIN3_BUILD="${BIN3_BUILD}" + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MOPT1} +ALSO_BUILD+= bin1 +.endif + +.if ${PORT_OPTIONS:MOPT2} +ALSO_BUILD+= bin2 +.endif + +.if ${PORT_OPTIONS:MOPT2} +BIN3_BUILD= yes +.else +BIN3_BUILD= no +.endif + + Dependencies, <varname><replaceable>OPT</replaceable>_<replaceable>DEPTYPE</replaceable></varname> From owner-svn-doc-head@freebsd.org Wed Sep 9 13:02:07 2015 Return-Path: <owner-svn-doc-head@freebsd.org> Delivered-To: svn-doc-head@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 A029EA01E7B; Wed, 9 Sep 2015 13:02:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 779B91A26; Wed, 9 Sep 2015 13:02:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89D275J092627; Wed, 9 Sep 2015 13:02:07 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89D27Uu092625; Wed, 9 Sep 2015 13:02:07 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509091302.t89D27Uu092625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold <mat@FreeBSD.org> Date: Wed, 9 Sep 2015 13:02:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47395 - in head/en_US.ISO8859-1/books/porters-handbook: pkg-files plist X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head <svn-doc-head.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-head/> List-Post: <mailto:svn-doc-head@freebsd.org> List-Help: <mailto:svn-doc-head-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 Sep 2015 13:02:07 -0000 Author: mat Date: Wed Sep 9 13:02:06 2015 New Revision: 47395 URL: https://svnweb.freebsd.org/changeset/doc/47395 Log: Spaces inside literal are ignored, and at least, not shown as they should, so for now, describe "@keyword " with "@keyword followed by a space". Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml Wed Sep 9 13:01:54 2015 (r47394) +++ head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml Wed Sep 9 13:02:06 2015 (r47395) @@ -179,7 +179,8 @@ <varname>LOCALBASE</varname>, <varname>DATADIR</varname>, <varname>DOCSDIR</varname>, <varname>EXAMPLESDIR</varname>, <varname>WWWDIR</varname>, and <varname>ETCDIR</varname>. Any - line beginning with <literal>@comment </literal> will be deleted + line beginning with <literal>@comment</literal> folowed by a + space, will be deleted from resulting files after a variable substitution.</para> <para>This example replaces Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Wed Sep 9 13:01:54 2015 (r47394) +++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Wed Sep 9 13:02:06 2015 (r47395) @@ -190,8 +190,9 @@ PLIST_SUB+= X11I386="@comment " <para>If there is a very good reason not to install a working configuration file by default, only list the sample filename in - <filename>pkg-plist</filename>, without the <literal>@sample - </literal> part, and add a <link + <filename>pkg-plist</filename>, without the + <literal>@sample</literal> followed by a space part, and add a + <link linkend="porting-message">message</link> pointing out that the user must copy and edit the file before the software will work.</para> From owner-svn-doc-head@freebsd.org Wed Sep 9 13:02:18 2015 Return-Path: <owner-svn-doc-head@freebsd.org> Delivered-To: svn-doc-head@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 47922A01EC3; Wed, 9 Sep 2015 13:02:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 3795F1ACC; Wed, 9 Sep 2015 13:02:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89D2Ied092677; Wed, 9 Sep 2015 13:02:18 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89D2Im3092676; Wed, 9 Sep 2015 13:02:18 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509091302.t89D2Im3092676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold <mat@FreeBSD.org> Date: Wed, 9 Sep 2015 13:02:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47396 - head/en_US.ISO8859-1/books/porters-handbook/makefiles X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head <svn-doc-head.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-head/> List-Post: <mailto:svn-doc-head@freebsd.org> List-Help: <mailto:svn-doc-head-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 Sep 2015 13:02:18 -0000 Author: mat Date: Wed Sep 9 13:02:17 2015 New Revision: 47396 URL: https://svnweb.freebsd.org/changeset/doc/47396 Log: Correct indentation, translators can ignore. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Wed Sep 9 13:02:06 2015 (r47395) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Wed Sep 9 13:02:17 2015 (r47396) @@ -2747,8 +2747,8 @@ MASTER_SITE_SUBDIR= directory-trial:1 di SourceForge (<literal>SF</literal>)?</para> <para>This has been simplified as much as possible. See - <xref - linkend="ports-master-sites-n-example-detailed-use-master-site-sourceforge"/>.</para> + <xref + linkend="ports-master-sites-n-example-detailed-use-master-site-sourceforge"/>.</para> <example xml:id="ports-master-sites-n-example-detailed-use-master-site-sourceforge"> @@ -2759,8 +2759,8 @@ MASTER_SITE_SUBDIR= directory-trial:1 di <programlisting>MASTER_SITES= http://site1/ SF/something/1.0:sourceforge,TEST DISTFILES= something.tar.gz:sourceforge</programlisting> - <para><filename>something.tar.gz</filename> will be - fetched from all sites within SourceForge.</para> + <para><filename>something.tar.gz</filename> will be + fetched from all sites within SourceForge.</para> </example> </listitem> @@ -3291,13 +3291,13 @@ ALWAYS_KEEP_DISTFILES= yes BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS}</programlisting> - <important> - <para><emphasis>Do not</emphasis> use <literal>:=</literal> - to assign <varname>BUILD_DEPENDS</varname> to - <varname>RUN_DEPENDS</varname> or vice-versa. All - variables are expanded immediately, which is exactly the - wrong thing to do and almost always a failure.</para> - </important> + <important> + <para><emphasis>Do not</emphasis> use <literal>:=</literal> + to assign <varname>BUILD_DEPENDS</varname> to + <varname>RUN_DEPENDS</varname> or vice-versa. All + variables are expanded immediately, which is exactly the + wrong thing to do and almost always a failure.</para> + </important> </sect2> <sect2 xml:id="makefile-build_depends"> @@ -4527,23 +4527,23 @@ BIN3_BUILD= no </listitem> </itemizedlist> - <para>When option <replaceable>OPT</replaceable> is - selected, the value of - <varname><replaceable>OPT</replaceable>_<replaceable>DEPTYPE</replaceable></varname>, - if defined, is appended to - <literal><replaceable>DEPTYPE</replaceable></literal>. - <varname><replaceable>OPT</replaceable>_<replaceable>DEPTYPE</replaceable>_OFF</varname> - works the same, but when <literal>OPT</literal> is - <emphasis>not</emphasis> - selected. For example:</para> + <para>When option <replaceable>OPT</replaceable> is + selected, the value of + <varname><replaceable>OPT</replaceable>_<replaceable>DEPTYPE</replaceable></varname>, + if defined, is appended to + <literal><replaceable>DEPTYPE</replaceable></literal>. + <varname><replaceable>OPT</replaceable>_<replaceable>DEPTYPE</replaceable>_OFF</varname> + works the same, but when <literal>OPT</literal> is + <emphasis>not</emphasis> + selected. For example:</para> - <programlisting>OPTIONS_DEFINE= OPT1 + <programlisting>OPTIONS_DEFINE= OPT1 OPT1_LIB_DEPENDS= liba.so:${PORTSDIR}/devel/a OPT1_LIB_DEPENDS_OFF= libb.so:${PORTSDIR}/devel/b</programlisting> - <para>is equivalent to:</para> + <para>is equivalent to:</para> - <programlisting>OPTIONS_DEFINE= OPT1 + <programlisting>OPTIONS_DEFINE= OPT1 .include <bsd.port.options.mk> @@ -4704,17 +4704,17 @@ LIB_DEPENDS+= libb.so:${PORTSDIR}/devel/ </listitem> </itemizedlist> - <para>When option <replaceable>OPT</replaceable> is - selected, the value of - <varname><replaceable>OPT</replaceable>_<replaceable>ABOVEVARIABLE</replaceable></varname>, - if defined, is appended to - <literal><replaceable>ABOVEVARIABLE</replaceable></literal>. - <varname><replaceable>OPT</replaceable>_<replaceable>ABOVEVARIABLE</replaceable>_OFF</varname> - works the same way, but when <literal>OPT</literal> is - <emphasis>not</emphasis> - selected. For example:</para> + <para>When option <replaceable>OPT</replaceable> is + selected, the value of + <varname><replaceable>OPT</replaceable>_<replaceable>ABOVEVARIABLE</replaceable></varname>, + if defined, is appended to + <literal><replaceable>ABOVEVARIABLE</replaceable></literal>. + <varname><replaceable>OPT</replaceable>_<replaceable>ABOVEVARIABLE</replaceable>_OFF</varname> + works the same way, but when <literal>OPT</literal> is + <emphasis>not</emphasis> + selected. For example:</para> - <programlisting>OPTIONS_DEFINE= OPT1 + <programlisting>OPTIONS_DEFINE= OPT1 OPT1_USES= gmake OPT1_CFLAGS_OFF= -DTEST</programlisting> @@ -4869,16 +4869,16 @@ DOCS_ALL_TARGET= doc</programlisting> </listitem> </itemizedlist> - <para>When option <replaceable>OPT</replaceable> is - selected, the target - <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget>, - if defined, is executed after - <buildtarget><replaceable>TARGET</replaceable></buildtarget>. - <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-off</buildtarget> - works the same way, but when <literal>OPT</literal> is - <emphasis>not</emphasis> selected. For example:</para> + <para>When option <replaceable>OPT</replaceable> is + selected, the target + <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget>, + if defined, is executed after + <buildtarget><replaceable>TARGET</replaceable></buildtarget>. + <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-off</buildtarget> + works the same way, but when <literal>OPT</literal> is + <emphasis>not</emphasis> selected. For example:</para> - <programlisting>OPTIONS_DEFINE= OPT1 + <programlisting>OPTIONS_DEFINE= OPT1 post-patch-OPT1-on: @${REINPLACE_CMD} -e '/opt1/d' ${WRKSRC}/Makefile From owner-svn-doc-head@freebsd.org Wed Sep 9 13:08:03 2015 Return-Path: <owner-svn-doc-head@freebsd.org> Delivered-To: svn-doc-head@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 D25ED9CC1BB; Wed, 9 Sep 2015 13:08:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 BFE301E9F; Wed, 9 Sep 2015 13:08:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89D83fS092947; Wed, 9 Sep 2015 13:08:03 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89D83Vf092946; Wed, 9 Sep 2015 13:08:03 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509091308.t89D83Vf092946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold <mat@FreeBSD.org> Date: Wed, 9 Sep 2015 13:08:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47397 - head/en_US.ISO8859-1/books/porters-handbook/pkg-files X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head <svn-doc-head.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-head/> List-Post: <mailto:svn-doc-head@freebsd.org> List-Help: <mailto:svn-doc-head-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 Sep 2015 13:08:03 -0000 Author: mat Date: Wed Sep 9 13:08:02 2015 New Revision: 47397 URL: https://svnweb.freebsd.org/changeset/doc/47397 Log: Typo. Submitted by: matthew Modified: head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml Wed Sep 9 13:02:17 2015 (r47396) +++ head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml Wed Sep 9 13:08:02 2015 (r47397) @@ -179,7 +179,7 @@ <varname>LOCALBASE</varname>, <varname>DATADIR</varname>, <varname>DOCSDIR</varname>, <varname>EXAMPLESDIR</varname>, <varname>WWWDIR</varname>, and <varname>ETCDIR</varname>. Any - line beginning with <literal>@comment</literal> folowed by a + line beginning with <literal>@comment</literal> followed by a space, will be deleted from resulting files after a variable substitution.</para> From owner-svn-doc-head@freebsd.org Wed Sep 9 14:03:23 2015 Return-Path: <owner-svn-doc-head@freebsd.org> Delivered-To: svn-doc-head@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 118F1A017A4; Wed, 9 Sep 2015 14:03:23 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 018D71AAC; Wed, 9 Sep 2015 14:03:23 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89E3MWs020119; Wed, 9 Sep 2015 14:03:22 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89E3MM6020118; Wed, 9 Sep 2015 14:03:22 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201509091403.t89E3MM6020118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block <wblock@FreeBSD.org> Date: Wed, 9 Sep 2015 14:03:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47398 - head/en_US.ISO8859-1/books/fdp-primer/tools X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head <svn-doc-head.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-head/> List-Post: <mailto:svn-doc-head@freebsd.org> List-Help: <mailto:svn-doc-head-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 Sep 2015 14:03:23 -0000 Author: wblock Date: Wed Sep 9 14:03:22 2015 New Revision: 47398 URL: https://svnweb.freebsd.org/changeset/doc/47398 Log: Remove mention of outdated optional packages. Pointed out by Hoyoung Kim <trig4800@gmail.com> on -doc. Modified: head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Wed Sep 9 13:08:02 2015 (r47397) +++ head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Wed Sep 9 14:03:22 2015 (r47398) @@ -108,29 +108,6 @@ <title>Software - - JadeTeX, - teTeX and Modular DocBook - Stylesheets - (print/jadetex, - print/teTeX and - textproc/dsssl-docbook-modular) - - - Jade, - teTeX and Modular DocBook - Stylesheets are used to convert DocBook documents to - DVI, Postscript, and PDF formats. The - JadeTeX macros are needed to - do this. - - If XHTML and plain text output - formats are adequate, then this program is not needed - and the option to install it from the - textproc/docproj - configuration screen can be disabled. - - Vim From owner-svn-doc-head@freebsd.org Wed Sep 9 18:17:43 2015 Return-Path: Delivered-To: svn-doc-head@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 8ADB7A01BC5; Wed, 9 Sep 2015 18:17:43 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 701FD12F1; Wed, 9 Sep 2015 18:17:43 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89IHhS6024691; Wed, 9 Sep 2015 18:17:43 GMT (envelope-from jkois@FreeBSD.org) Received: (from jkois@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89IHhHG024689; Wed, 9 Sep 2015 18:17:43 GMT (envelope-from jkois@FreeBSD.org) Message-Id: <201509091817.t89IHhHG024689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkois set sender to jkois@FreeBSD.org using -f From: Johann Kois Date: Wed, 9 Sep 2015 18:17:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47399 - in head/de_DE.ISO8859-1/books/fdp-primer: doc-build po-translations X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 18:17:43 -0000 Author: jkois Date: Wed Sep 9 18:17:42 2015 New Revision: 47399 URL: https://svnweb.freebsd.org/changeset/doc/47399 Log: r47338 MFde: sync the section about possible doc-build FORMATs Obained from: The FreeBSD German Documentation Project Modified: head/de_DE.ISO8859-1/books/fdp-primer/doc-build/chapter.xml head/de_DE.ISO8859-1/books/fdp-primer/po-translations/chapter.xml Modified: head/de_DE.ISO8859-1/books/fdp-primer/doc-build/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Wed Sep 9 14:03:22 2015 (r47398) +++ head/de_DE.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Wed Sep 9 18:17:42 2015 (r47399) @@ -30,7 +30,7 @@ $FreeBSD$ $FreeBSDde$ - basiert auf: r44068 + basiert auf: r47338 --> Die Erzeugung der Zieldokumente @@ -39,13 +39,85 @@ - - Dieses Kapitels erklärt detailliert, wie der Bau der Dokumentation organisiert ist und wie Sie diesen Prozess mit &man.make.1; beeinflussen können. + + DocBook in verschiedene Ausgabeformate konvertieren + + Aus einer einzigen DocBook-Quellcodedatei können + verschiedene Ausgabeformate erstellt werden. Welches Dateiformat + erstellt wird, wird über die Variable + FORMATS festgelegt. Eine Liste aller + verfügbaren Formate ist in KNOWN_FORMATS + gespeichert: + + &prompt.user; cd ~/doc/en_US.ISO8859-1/books/handbook +&prompt.user; make -V KNOWN_FORMATS + + + Häufige Ausgabeformate + + + + + FORMATS + Dateityp + Beschreibung + + + + + + html + HTML, Einzeldatei + Eine einzelne book.html oder + article.html. + + + + html-split + HTML, multiple Dateien + Multiple HTML-Dateien, eine + für jedes Kapitel oder für jeden Abschnitt. Dieser + Typ wird in der Regel für die Nutzung des Dokuments + auf einer Internetseite verwendet. + + + + pdf + PDF + Portable Document Format + + + +
+ + Welches Format verwendet wird, hängt vom jeweiligen + Dokument ab, in der Regel handelt es sich aber um + html-split. Weitere Formate werden über die + Variable FORMATS angegeben. Dabei können + Sie ein einzelnes Format, aber auch mehrere Formate gleichzeitig + definieren. + + + Das Dokument als eine einzelne HTML-Seite bauen + + &prompt.user; cd ~/doc/en_US.ISO8859-1/books/handbook +&prompt.user; make FORMATS=html + + + + Das Dokument in den Formaten HTML-Split sowie + <acronym>PDF</acronym> bauen + + &prompt.user; cd ~/doc/en_US.ISO8859-1/books/handbook +&prompt.user; make FORMATS="html-split pdf" + +
+ Für den Bau der &os;-Dokumentation benötigte Werkzeuge Modified: head/de_DE.ISO8859-1/books/fdp-primer/po-translations/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/fdp-primer/po-translations/chapter.xml Wed Sep 9 14:03:22 2015 (r47398) +++ head/de_DE.ISO8859-1/books/fdp-primer/po-translations/chapter.xml Wed Sep 9 18:17:42 2015 (r47399) @@ -779,9 +779,8 @@ DOC_PREFIX?= ${.CURDIR}/../../.. sich das Ergebnis in Firefox anzeigen. Für die englische Dokumentation gehen Sie analog vor. Eine Liste aller verfügbaren Werte für die Variable - FORMATS findet sich im FDP-Primer. - + FORMATS finden Sie in . &prompt.user; make FORMATS=html &prompt.user; firefox book.html From owner-svn-doc-head@freebsd.org Thu Sep 10 14:20:58 2015 Return-Path: Delivered-To: svn-doc-head@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 64698A00605; Thu, 10 Sep 2015 14:20:58 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 501A8146B; Thu, 10 Sep 2015 14:20:58 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AEKwDW025952; Thu, 10 Sep 2015 14:20:58 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AEKwmU025951; Thu, 10 Sep 2015 14:20:58 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201509101420.t8AEKwmU025951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Thu, 10 Sep 2015 14:20:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47400 - head/en_US.ISO8859-1/books/handbook/l10n X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 14:20:58 -0000 Author: wblock Date: Thu Sep 10 14:20:57 2015 New Revision: 47400 URL: https://svnweb.freebsd.org/changeset/doc/47400 Log: Remove spaces around = so adduser.conf format is correct. Suggested by Martin Dirichs in -doc. Modified: head/en_US.ISO8859-1/books/handbook/l10n/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/l10n/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/l10n/chapter.xml Wed Sep 9 18:17:42 2015 (r47399) +++ head/en_US.ISO8859-1/books/handbook/l10n/chapter.xml Thu Sep 10 14:20:57 2015 (r47400) @@ -317,8 +317,7 @@ me:\ new users or specified for an individual user. If all new users use the same language, set - defaultclass = - language in + defaultclass=language in /etc/adduser.conf. To override this setting when creating a user, either From owner-svn-doc-head@freebsd.org Thu Sep 10 18:20:33 2015 Return-Path: Delivered-To: svn-doc-head@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 F042CA01E47; Thu, 10 Sep 2015 18:20:33 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 E0B99111E; Thu, 10 Sep 2015 18:20:33 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AIKXP6026672; Thu, 10 Sep 2015 18:20:33 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AIKX6V026670; Thu, 10 Sep 2015 18:20:33 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201509101820.t8AIKX6V026670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Thu, 10 Sep 2015 18:20:33 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47401 - head/en_US.ISO8859-1/htdocs/layout/css X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 18:20:34 -0000 Author: wblock Date: Thu Sep 10 18:20:32 2015 New Revision: 47401 URL: https://svnweb.freebsd.org/changeset/doc/47401 Log: Fix the donate box wrapping and forcing the menus down (reported by pluknet and allanjude). Fix the menu width and margin (reported by allanjude). Modified: head/en_US.ISO8859-1/htdocs/layout/css/layout.css head/en_US.ISO8859-1/htdocs/layout/css/navigation.css Modified: head/en_US.ISO8859-1/htdocs/layout/css/layout.css ============================================================================== --- head/en_US.ISO8859-1/htdocs/layout/css/layout.css Thu Sep 10 14:20:57 2015 (r47400) +++ head/en_US.ISO8859-1/htdocs/layout/css/layout.css Thu Sep 10 18:20:32 2015 (r47401) @@ -51,7 +51,6 @@ position: relative; border: 0px; padding-left: 0px; - margin-right: -4%; float: right; } @@ -423,9 +422,9 @@ } .frontdonateroundbox { - margin-top: 10px; + margin-top: 0.5em; padding: 0; - width: 180px; + width: 85%; background-color: white; border-radius: 10px; } Modified: head/en_US.ISO8859-1/htdocs/layout/css/navigation.css ============================================================================== --- head/en_US.ISO8859-1/htdocs/layout/css/navigation.css Thu Sep 10 14:20:57 2015 (r47400) +++ head/en_US.ISO8859-1/htdocs/layout/css/navigation.css Thu Sep 10 18:20:32 2015 (r47401) @@ -74,14 +74,11 @@ /* New drop-down menu implementation */ #menu { - width: 122%; float: left; - height: 29px; - font-size: 0.9em; + height: 2.0em; + font-size: 90%; clear: both; - margin-left: -1%; - margin-right: -5%; - margin-top: 5px; + margin-top: .1%; font-weight: bold; } From owner-svn-doc-head@freebsd.org Fri Sep 11 08:35:23 2015 Return-Path: Delivered-To: svn-doc-head@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 E74D79BFB14; Fri, 11 Sep 2015 08:35:22 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 CBA5D1A0A; Fri, 11 Sep 2015 08:35:22 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8B8ZM7m017055; Fri, 11 Sep 2015 08:35:22 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8B8ZMWC017054; Fri, 11 Sep 2015 08:35:22 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201509110835.t8B8ZMWC017054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Fri, 11 Sep 2015 08:35:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47402 - head/ja_JP.eucJP/books/handbook/eresources X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 08:35:23 -0000 Author: ryusuke Date: Fri Sep 11 08:35:22 2015 New Revision: 47402 URL: https://svnweb.freebsd.org/changeset/doc/47402 Log: - Merge the following from the English version: r26403 -> r28164 head/ja_JP.eucJP/books/handbook/eresources/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/eresources/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/eresources/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/eresources/chapter.xml Thu Sep 10 18:20:32 2015 (r47401) +++ head/ja_JP.eucJP/books/handbook/eresources/chapter.xml Fri Sep 11 08:35:22 2015 (r47402) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r26403 + Original revision: r28164 $FreeBSD$ --> @@ -262,6 +262,11 @@ + &a.embedded.name; + ÁȤ߹þ¤ß¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ë¤ª¤±¤ë FreeBSD ¤ÎÍøÍÑ + + + &a.emulation.name; Linux/&ms-dos;/&windows; ¤Î¤è¤¦¤Ê¾¤Î¥·¥¹¥Æ¥à¤Î¥¨¥ß¥å¥ì¡¼¥·¥ç¥ó @@ -467,7 +472,8 @@ &a.small.name; - ÁȤ߹þ¤ß¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ë¤ª¤±¤ë FreeBSD ¤ÎÍøÍÑ + ÁȤ߹þ¤ß¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ë¤ª¤±¤ë FreeBSD ¤ÎÍøÍÑ + (Çѻߤµ¤ì¤Þ¤·¤¿¡£&a.embedded.name; ¤òÍøÍѤ·¤Æ¤¯¤À¤µ¤¤) @@ -1100,6 +1106,27 @@
+ &a.embedded.name; + + + ÁȤ߹þ¤ß¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ë¤ª¤±¤ë + FreeBSD ¤ÎÍøÍÑ + + ¤³¤Î¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ï¡¢ÁȤ߹þ¤ß¥·¥¹¥Æ¥à¤Ë¤ª¤±¤ë FreeBSD + ¤ÎÍøÍѤ˴ؤ¹¤ë¥È¥Ô¥Ã¥¯¤òµÄÏÀ¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£ + ¤³¤ì¤Ïµ»½ÑŪ¤Ê¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ê¤Î¤Ç¡¢ + ´°Á´¤Ëµ»½ÑŪ¤ÊÆâÍƤòÍ׵ᤷ¤Þ¤¹¡£ + ¤³¤Î¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤ÎÌÜŪ¤Î¤¿¤á¤Ë¡¢ + ÁȤ߹þ¤ß¥·¥¹¥Æ¥à¤ò¡¢ + ¥Ç¥¹¥¯¥È¥Ã¥×¤äÄ̾ï¤Î°ìÈÌŪ¤Ê¥³¥ó¥Ô¥å¡¼¥¿´Ä¶­¤Ç¤Ï¤Ê¤¯¡¢ + ñ°ì¤ÎÌÜŪ¤Î¤¿¤á¤Ë»È¤ï¤ì¤ë¥³¥ó¥Ô¥å¡¼¥¿¥Ç¥Ð¥¤¥¹¤ÈÄêµÁ¤·¤Þ¤¹¡£ + ¤³¤ì¤é¤ÎÎã¤Ï¡¢ + ·ÈÂÓÅÅÏᢥ롼¥¿¤ä¥¹¥¤¥Ã¥Á¤ª¤è¤Ó PBX ¤È¤¤¤Ã¤¿¥Í¥Ã¥È¥ï¡¼¥¯µ¡´ï¡¢ + PDA, POS ¥·¥¹¥Æ¥à¤È¤¤¤Ã¤¿¤â¤Î¤Ç¤¹¡£ + + + + &a.emulation.name; @@ -1107,7 +1134,7 @@ Linux/&ms-dos;/&windows; Åù¤Î¥·¥¹¥Æ¥à¤Î¥¨¥ß¥å¥ì¡¼¥·¥ç¥ó - T¾¤Î¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ë½ñ¤«¤ì¤¿¥×¥í¥°¥é¥à¤ò¡¢ + ¾¤Î¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ë½ñ¤«¤ì¤¿¥×¥í¥°¥é¥à¤ò¡¢ &os; ¤ÇÁö¤é¤»¤ë¤³¤È¤Ë´ØÏ¢¤·¤¿µ»½ÑŪ¤ÊµÄÏÀ¤Î¤¿¤á¤Î¥Õ¥©¡¼¥é¥à¤Ç¤¹¡£ @@ -1564,6 +1591,11 @@ ¤ÎÁȤ߹þ¤ßµ»½Ñ¤Ë´Ø¤¹¤ëµÄÏÀ¡£ ¤³¤ì¤Ïµ»½ÑŪ¤Ê¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ê¤Î¤Ç¡¢ ´°Á´¤Ëµ»½ÑŪ¤ÊÆâÍƤòÍ׵ᤷ¤Þ¤¹¡£ + + + ¤³¤Î¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ï¡¢&a.embedded.name; + ¤Ë°Ü¹Ô¤·¤Þ¤·¤¿¡£ + From owner-svn-doc-head@freebsd.org Fri Sep 11 17:15:42 2015 Return-Path: Delivered-To: svn-doc-head@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 6CDD4A02409; Fri, 11 Sep 2015 17:15:42 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5DF6F1299; Fri, 11 Sep 2015 17:15:42 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BHFgEO047338; Fri, 11 Sep 2015 17:15:42 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BHFgpM047337; Fri, 11 Sep 2015 17:15:42 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201509111715.t8BHFgpM047337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Fri, 11 Sep 2015 17:15:42 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47403 - head/de_DE.ISO8859-1/books/handbook/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 17:15:42 -0000 Author: bhd Date: Fri Sep 11 17:15:41 2015 New Revision: 47403 URL: https://svnweb.freebsd.org/changeset/doc/47403 Log: Update to r39726: Add application markup to cvsup-migration title. Modified: head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Fri Sep 11 08:35:22 2015 (r47402) +++ head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Fri Sep 11 17:15:41 2015 (r47403) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/ports/chapter.xml,v 1.111 2011/12/19 17:13:33 bcr Exp $ - basiert auf: r39725 + basiert auf: r39726 --> Installieren von Anwendungen: Pakete und Ports @@ -908,7 +908,9 @@ svn://svn.FreeBSD.org - Migration von CVSup/csup zu portsnap + Migration von + <application>CVSup</application>/<application>csup</application> + zu <application>portsnap</application> Seit dem 28. Februar 2013 wird die Ports-Sammlung nicht From owner-svn-doc-head@freebsd.org Sat Sep 12 10:23:37 2015 Return-Path: Delivered-To: svn-doc-head@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 1AA75A01D20; Sat, 12 Sep 2015 10:23:37 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 0B5321C1E; Sat, 12 Sep 2015 10:23:37 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8CANaB6082221; Sat, 12 Sep 2015 10:23:36 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8CANamx082220; Sat, 12 Sep 2015 10:23:36 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201509121023.t8CANamx082220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sat, 12 Sep 2015 10:23:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47404 - head/de_DE.ISO8859-1/books/handbook/config X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2015 10:23:37 -0000 Author: bhd Date: Sat Sep 12 10:23:36 2015 New Revision: 47404 URL: https://svnweb.freebsd.org/changeset/doc/47404 Log: Update to r40833: Remove mention of plip0, the parallel-port network device. Modified: head/de_DE.ISO8859-1/books/handbook/config/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/config/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/config/chapter.xml Fri Sep 11 17:15:41 2015 (r47403) +++ head/de_DE.ISO8859-1/books/handbook/config/chapter.xml Sat Sep 12 10:23:36 2015 (r47404) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/config/chapter.xml,v 1.151 2011/12/19 14:55:31 bcr Exp $ - basiert auf: r40792 + basiert auf: r40833 --> - plip0: Die parallele - Schnittstelle (falls Ihr System über eine - derartige Schnittstelle verfügt) - - - lo0: Das Loopback-Gerät From owner-svn-doc-head@freebsd.org Sat Sep 12 10:27:23 2015 Return-Path: Delivered-To: svn-doc-head@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 95066A01F58; Sat, 12 Sep 2015 10:27:23 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 7977C1D0D; Sat, 12 Sep 2015 10:27:23 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8CARNSQ082459; Sat, 12 Sep 2015 10:27:23 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8CARN32082458; Sat, 12 Sep 2015 10:27:23 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201509121027.t8CARN32082458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sat, 12 Sep 2015 10:27:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47405 - head/de_DE.ISO8859-1/books/handbook/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2015 10:27:23 -0000 Author: bhd Date: Sat Sep 12 10:27:22 2015 New Revision: 47405 URL: https://svnweb.freebsd.org/changeset/doc/47405 Log: Update to r40082: Add a section describing the use of the quicksearch feature to find ports. Modified: head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Sat Sep 12 10:23:36 2015 (r47404) +++ head/de_DE.ISO8859-1/books/handbook/ports/chapter.xml Sat Sep 12 10:27:22 2015 (r47405) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/ports/chapter.xml,v 1.111 2011/12/19 17:13:33 bcr Exp $ - basiert auf: r39726 + basiert auf: r40082 --> Installieren von Anwendungen: Pakete und Ports @@ -356,18 +356,35 @@ R-deps: des Ports nicht direkt benötigt, Sie brauchen sich darum jetzt nicht weiter zu kümmern. - Erweiterte Suchen führen Sie mit dem Kommando + Alternativ gibt es mit quicksearch + eine weitere Funktion zum durchsuchen der Ports, die den + gleichen Zweck erfüllt, jedoch weniger Informationen + ausgibt. Diese Funktion akzeptiert die gleichen Parameter + wie search Funktion. Die Suche nach + lsof würde beispielsweise folgendes + ausgeben: + + &prompt.root; cd /usr/ports +&prompt.root; make quicksearch name=lsof +Port: lsof-4.87.a,7 +Path: /usr/ports/sysutils/lsof +Info: Lists information about open files (similar to fstat(1)) + + Erweiterte Suchen führen Sie mit make search - key=Text - aus. Damit werden Portnamen, Kommentare, Beschreibungen und + key=Text oder + make quicksearch + key=Text aus. Damit + werden Portnamen, Kommentare, Beschreibungen und Abhängigkeiten nach Text - durchsucht. Dies kann sehr nützlich sein, wenn Sie - den Namen des Programms, nach dem Sie suchen, nicht kennen. - - In beiden Fällen wird Groß- und Kleinschreibung bei - der Suche ignoriert. Die Suche nach LSOF wird - dieselben Ergebnisse wie die Suche nach lsof - liefern. + durchsucht. Dies kann sehr nützlich sein, wenn Sie den + Namen des Programms, nach dem Sie suchen, nicht + kennen. + + In beiden Fällen (search und quicksearch wird Groß- und + Kleinschreibung bei der Suche ignoriert. Die Suche nach + LSOF wird dieselben Ergebnisse wie die Suche + nach lsof liefern. From owner-svn-doc-head@freebsd.org Sat Sep 12 19:47:10 2015 Return-Path: Delivered-To: svn-doc-head@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 6D545A028B0; Sat, 12 Sep 2015 19:47:10 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5E1CC1F3D; Sat, 12 Sep 2015 19:47:10 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8CJlA2B014996; Sat, 12 Sep 2015 19:47:10 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8CJlAZL014995; Sat, 12 Sep 2015 19:47:10 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201509121947.t8CJlAZL014995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Sat, 12 Sep 2015 19:47:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47406 - head/en_US.ISO8859-1/books/handbook/jails X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2015 19:47:10 -0000 Author: wblock Date: Sat Sep 12 19:47:09 2015 New Revision: 47406 URL: https://svnweb.freebsd.org/changeset/doc/47406 Log: Change the cloned_interfaces line to a simple assignment rather than appending to an existing variable. Most users will not have other cloned interfaces, and assuming that they do adds unnecessary complexity to this example. Pointed out by Adam Vande More on -doc. Modified: head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/jails/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Sat Sep 12 10:27:22 2015 (r47405) +++ head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Sat Sep 12 19:47:09 2015 (r47406) @@ -1012,7 +1012,7 @@ jail_www_devfs_enable="YES"/etc/rc.conf: - cloned_interfaces="${cloned_interfaces} lo1" + cloned_interfaces="lo1" The second loopback interface lo1 will be created when the system starts. It can also be