+
+
+
+
+ 11
From owner-svn-doc-all@freebsd.org Mon Dec 26 08:47:52 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 302FEC91494;
Mon, 26 Dec 2016 08:47:52 +0000 (UTC)
(envelope-from rcyu@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id F321EE6F;
Mon, 26 Dec 2016 08:47:51 +0000 (UTC)
(envelope-from rcyu@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBQ8lplb098882;
Mon, 26 Dec 2016 08:47:51 GMT (envelope-from rcyu@FreeBSD.org)
Received: (from rcyu@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBQ8lplH098880;
Mon, 26 Dec 2016 08:47:51 GMT (envelope-from rcyu@FreeBSD.org)
Message-Id: <201612260847.uBQ8lplH098880@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: rcyu set sender to
rcyu@FreeBSD.org using -f
From: Ruey-Cherng Yu
Date: Mon, 26 Dec 2016 08:47:51 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49764 - head/zh_TW.UTF-8/books/fdp-primer
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 26 Dec 2016 08:47:52 -0000
Author: rcyu
Date: Mon Dec 26 08:47:50 2016
New Revision: 49764
URL: https://svnweb.freebsd.org/changeset/doc/49764
Log:
-remove the duplicate msgid in po file
-recover the expanded $FreeBSD$ string in po file
-update the book.xml after the fix of the po file
Modified:
head/zh_TW.UTF-8/books/fdp-primer/book.xml
head/zh_TW.UTF-8/books/fdp-primer/zh_TW.po
Modified: head/zh_TW.UTF-8/books/fdp-primer/book.xml
==============================================================================
--- head/zh_TW.UTF-8/books/fdp-primer/book.xml Mon Dec 26 06:29:20 2016 (r49763)
+++ head/zh_TW.UTF-8/books/fdp-primer/book.xml Mon Dec 26 08:47:50 2016 (r49764)
@@ -2543,56 +2543,39 @@ example.xml:5: element head: validity er
Comments
- Comments are an XML construct, and are
- normally only valid inside a DTD. However,
- as shows, it is possible
- to use XML syntax within the document.
-
- The delimiter for XML comments is the string
- --. The first occurrence of
- this string opens a comment, and the second closes it.
+ An XML document may contain comments.
+ They may appear anywhere as long as they are not inside tags.
+ They are even allowed in some locations inside the
+ DTD (e.g., between entity
+ declarations).
+
+ XML comments start with the string
+ <!-- and end with the
+ string -->.
+
+ Here are some examples of valid XML
+ comments:
- XML Generic Comment
+ XML Generic Comments<!-- This is inside the comment -->
-<!-- This is another comment -->
+<!--This is another comment-->
-<!-- This is one way
- of doing multiline comments -->
+<!-- This is how you
+ write multiline comments -->
-<!-- This is another way of --
- -- doing multiline comments -->
+<p>A simple <!-- Comment inside an element's content --> paragraph.</p>
- XHTML users may be familiar with different
- rules for comments. In particular, it is often believed that
- the string <!-- opens a comment, and it is
- only closed by -->.
-
- This is not correct. Many web browsers
- have broken XHTML parsers, and will accept
- incorrect input as valid. However, the XML
- parsers used by the Documentation Project are more strict, and
- will reject documents with that error.
+ XML comments may contain any strings
+ except --:
- Erroneous XML Comments
-
- <!-- This is in the comment --
-
- THIS IS OUTSIDE THE COMMENT!
-
- -- back inside the comment -->
-
- The XML parser will treat this as
- though it were actually:
+ Erroneous XML Comment
- <!THIS IS OUTSIDE THE COMMENT>
-
- That is not valid XML, and may give
- confusing error messages.
+ <!-- This comment--is wrong -->
@@ -4292,38 +4275,51 @@ example.xml:5: element head: validity er
- book
+ <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
+ "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd">
+
+article xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+ xml:lang="en"
+
info
- titleYour Title Heretitle
+ titleAn Example Articletitleauthorpersonname
- firstnameYour first namefirstname
- surnameYour surnamesurname
+ firstnameYour first namefirstname
+ surnameYour surnamesurnamepersonnameaffiliationaddress
- emailYour email addressemail
+ emailfoo@example.comemailaddressaffiliationauthorcopyright
- year1998year
- holder role="mailto:your email address"Your nameholder
+ year2000year
+ holderCopyright string hereholdercopyright
- releaseinfo$FreeBSD$releaseinfo
-
abstract
- paraInclude an abstract of the book's contents here.para
+ paraIf your article has an abstract then it should go hereparaabstractinfo
-
+ sect1
+ titleMy First Sectiontitle
-book
+ paraThis is the first section in my articlepara
+
+ sect2
+ titleMy First Sub-Sectiontitle
+
+ paraThis is the first sub-section in my articlepara
+ sect2
+ sect1
+article
@@ -4347,37 +4343,50 @@ example.xml:5: element head: validity er
- article
+ <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
+ "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd">
+
+article xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+ xml:lang="en"
+
info
- titleYour title heretitle
+ titleAn Example Articletitleauthorpersonname
- firstnameYour first namefirstname
- surnameYour surnamesurname
+ firstnameYour first namefirstname
+ surnameYour surnamesurnamepersonnameaffiliationaddress
- emailYour email addressemailaddress
+ emailfoo@example.comemailaddressaffiliationauthorcopyright
- year1998year
- holder role="mailto:your email address"Your nameholder
+ year2000year
+ holderCopyright string hereholdercopyright
- releaseinfo$FreeBSD$releaseinfo
-
abstract
- paraInclude an abstract of the article's contents here.para
+ paraIf your article has an abstract then it should go hereparaabstractinfo
-
+ sect1
+ titleMy First Sectiontitle
+ paraThis is the first section in my articlepara
+
+ sect2
+ titleMy First Sub-Sectiontitle
+
+ paraThis is the first sub-section in my articlepara
+ sect2
+ sect1article
@@ -6961,7 +6970,7 @@ IMAGES= chapter1/fig1.png
罸鋌処掩腮睡鐚絽御鋇∝у刻
- <!--
+ <!--
The FreeBSD Documentation Project
$FreeBSD$
@@ -6975,17 +6984,13 @@ IMAGES= chapter1/fig1.png
$FreeBSD$) for new
files.
- Your translated documents should include their own
- $FreeBSD$ line, and change the
- FreeBSD Documentation Project line to
- The FreeBSD language
- Documentation Project.
+ 膺肢篁銀賢鐚綽処 $FreeBSD$ 茵鐚筝筝 FreeBSD Documentation Project 茵合 The FreeBSD language Documentation Project罩ゅ鐚綽筝膃筝茵箴坂膺肢鐚医篁ヨ掩腮睡筝堺膺肢罩ゅ鐚茱睡(Spanish)罟罅荅我桁罔o
- <!--
+ <!--
The FreeBSD Spanish Documentation Project
$FreeBSD$
@@ -7317,10 +7322,10 @@ A Makefile
篆 Makefile у剛札∝筝 book.xml鐚
- #
+ #
# $FreeBSD$
#
-# Build the FreeBSD Porter's Handbook.
+# Build the FreeBSD Porter's Handbook
#
MAINTAINER=doc@FreeBSD.org
@@ -7390,10 +7395,10 @@ A Makefile
罟∽ Makefile у鴻咲膂≦腴鐚罩や Makefile 筝篆鴻膃篋茵 $FreeBSD...$ 絖筝峨罟罅篋ゆ茴ァ句鎧腟掩炊
- #
+ #
# $FreeBSD$
#
-# Article: PGP Keys
+# Article鐚PGP Keys
DOC?= article
@@ -7405,7 +7410,7 @@ INSTALL_ONLY_COMPRESSED?=
SRCS= article.xml
-# To build with just key fingerprints, set FINGERPRINTS_ONLY.
+# To build with just key fingerprints, set FINGERPRINTS_ONLY
URL_RELPREFIX?= ../../../..
DOC_PREFIX?= ${.CURDIR}/../../..
@@ -7554,12 +7559,7 @@ DOC_PREFIX?= ${.CURDIR}/../../..
ァ句筝 $ entities ∝鐚篁ヤ絖筝峨絖筝蚊
- When a PO file is created, the
- $ entities used in examples are
- replaced with actual dollar signs. The resulting literal
- $FreeBSD$ string will be
- wrongly expanded by the version control system when the file
- is committed.
+ PO 罟綮榊緇鐚膀箴筝 $ entities 茴絲∝篁c倶罅篋ゆ鐚∝ $FreeBSD$ 絨茴ァ句鎧腟怨掩篁句後茵篁ヨ←膺肢筝膺肢 $ 箴篁i∝鐚莠後ュ PO 罟膩莠鐚
@@ -7663,13 +7663,7 @@ A es_ES.po
- Set the
- Subversion
- svn:keywords properties on these files
- to FreeBSD=%H so
- $FreeBSD$ strings are
- expanded into the path, revision, date, and author when
- committed:
+ 荐絎篋罟罅 Subversionsvn:keywords 絮у FreeBSD=%H鐚莅篋ゆ $FreeBSD$ 絖筝峨篁ヨ←絮莊緇ユ篏%svn propset svn:keywords FreeBSD=%H Makefile article.xml es_ES.po
property 'svn:keywords' set on 'Makefile'
@@ -7718,12 +7712,7 @@ A ko_KR.po
- Set the Subversion
- svn:keywords properties on these files
- to FreeBSD=%H so
- $FreeBSD$ strings are
- expanded into the path, revision, date, and author when
- committed:
+ 荐絎篋罟罅 Subversionsvn:keywords 絮у FreeBSD=%H鐚莅篋ゆ $FreeBSD$ 絖筝峨篁ヨ←絮莊緇ユ篏%svn propset svn:keywords FreeBSD=%H Makefile article.xml ko_KR.po
property 'svn:keywords' set on 'Makefile'
@@ -8329,15 +8318,16 @@ GB Hardware compression
Vim
- Install from editors/vim
- or editors/vim-lite, then follow the
+ Install from editors/vim or
+ editors/vim-lite, then follow the
configuration instructions in
.Use
- Press P to reformat paragraphs or text that has been selected in Visual mode. Press
+ Press P to reformat paragraphs or text
+ that has been selected in Visual mode. Press
T to replace groups of eight spaces with a
tab.
@@ -8392,14 +8382,88 @@ endfunction " Set_SGML()Emacs
- Install from
- editors/emacs
- or editors/xemacs.
+ Install from editors/emacs or
+ editors/emacs-devel.
+
+
+ Validation
- Edit ~/.emacs, adding this
- line:
+ Emacs's nxml-mode uses compact relax NG schemas for
+ validating XML. A compact relax NG schema for FreeBSD's
+ extension to DocBook 5.0 is included in the documentation
+ repository. To configure nxml-mode to validate using this
+ schema, create
+ ~/.emacs.d/schema/schemas.xml and add
+ these lines to the file:
- (add-hook 'nxml-mode-hook 'turn-on-auto-fill)
+ locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0"
+ documentElement localName="section" typeId="DocBook"
+ documentElement localName="chapter" typeId="DocBook"
+ documentElement localName="article" typeId="DocBook"
+ documentElement localName="book" typeId="DocBook"
+ typeId id="DocBook" uri="/usr/local/share/xml/docbook/5.0/rng/docbook.rnc"
+locatingRules
+
+
+
+
+ Automated Proofreading with Flycheck and Igor
+
+ The Flycheck package is available from Milkypostman's
+ Emacs Lisp Package Archive (MELPA). If
+ MELPA is not already in Emacs's
+ packages-archives, it can be added by evaluating
+
+ (add-to-list 'package-archives '("melpa" . "http://stable.melpa.org/packages/") t)
+
+ Add the line to Emacs's initialization file (one of
+ ~/.emacs,
+ ~/.emacs.el, or
+ ~.emacs.d/init.el) to make this change
+ permanent.
+
+ To install Flycheck, evaluate
+
+ (package-install 'flycheck)
+
+ Create a Flycheck checker for
+ textproc/igor by evaluating
+
+ (flycheck-define-checker igor
+ "FreeBSD Documentation Project sanity checker.
+
+See URLs http://www.freebsd.org/docproj/ and
+http://www.freshports.org/textproc/igor/."
+ :command ("igor" "-X" source-inplace)
+ :error-parser flycheck-parse-checkstyle
+ :modes (nxml-mode)
+ :standard-input t)
+
+ (add-to-list 'flycheck-checkers 'igor 'append)
+
+ Again, add these lines to Emacs's initialization file to
+ make the changes permanent.
+
+
+
+ FreeBSD Documentation Specific Settings
+
+ To apply settings specific to the FreeBSD documentation
+ project, create .dir-locals.el in the
+ root directory of the documentation repository and add these
+ lines to the file:
+
+ ;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nxml-mode
+ (eval . (turn-on-auto-fill))
+ (fill-column . 70)
+ (eval . (require 'flycheck))
+ (eval . (flycheck-mode 1))
+ (flycheck-checker . igor)
+ (eval . (add-to-list 'rng-schema-locating-files "~/.emacs.d/schema/schemas.xml"))))
+
Modified: head/zh_TW.UTF-8/books/fdp-primer/zh_TW.po
==============================================================================
--- head/zh_TW.UTF-8/books/fdp-primer/zh_TW.po Mon Dec 26 06:29:20 2016 (r49763)
+++ head/zh_TW.UTF-8/books/fdp-primer/zh_TW.po Mon Dec 26 08:47:50 2016 (r49764)
@@ -52,13 +52,10 @@ msgstr ""
#. (itstool) path: info/pubdate
#. (itstool) path: info/releaseinfo
#: book.translate.xml:89 book.translate.xml:91
-#, fuzzy
msgid ""
-"$FreeBSD: head/en_US.ISO8859-1/books/fdp-primer/book.xml 47339 2015-09-02 "
-"20:30:53Z wblock $"
+"$FreeBSD$"
msgstr ""
-"$FreeBSD: head/zh_TW.UTF-8/books/fdp-primer/zh_TW.po 48972 2016-06-21 "
-"01:19:43Z kevlo $"
+"$FreeBSD$"
#. (itstool) path: legalnotice/title
#: book.translate.xml:95
@@ -5850,7 +5847,6 @@ msgstr ""
#. (itstool) path: example/programlisting
#: book.translate.xml:4474
-#, fuzzy, no-wrap
msgid ""
"book\n"
" info\n"
@@ -5953,7 +5949,6 @@ msgstr ""
#. (itstool) path: example/programlisting
#: book.translate.xml:4529
-#, fuzzy, no-wrap
msgid ""
"article\n"
" info\n"
@@ -9562,7 +9557,6 @@ msgstr "罸鋌処掩腮睡鐚
#. (itstool) path: answer/programlisting
#: book.translate.xml:7279
-#, fuzzy, no-wrap
msgid ""
"<!--\n"
" The FreeBSD Documentation Project\n"
@@ -9578,33 +9572,26 @@ msgstr ""
#. (itstool) path: answer/para
#: book.translate.xml:7285
-#, fuzzy
msgid ""
"The exact boilerplate may change, but it will always include a $FreeBSD$ "
"line and the phrase The FreeBSD Documentation Project. "
-"Note that the $FreeBSD part is expanded automatically by Subversion, so it "
+"Note that the $FreeBSD$ part is expanded automatically by Subversion, so it "
"should be empty (just $FreeBSD$) for new files."
msgstr ""
-"絲筝у劫順筝鐚篏罸鋌遵腮翠醇筝 $FreeBSD: head/zh_TW.UTF-8/"
-"books/fdp-primer/zh_TW.po 48972 2016-06-21 01:19:43Z kevlo $ 筝茵篁ュ"
-"The FreeBSD Documentation Project 絎e 茫羈鐚$FreeBSD "
-"茵 Subversion 罸閩∞医贋合鐚 篁ワ井罅荅沿篆"
-"(箙絨掩Ű絲 $FreeBSD: head/zh_TW.UTF-8/books/fdp-primer/zh_TW.po 48972 "
-"2016-06-21 01:19:43Z kevlo $ 絨怨ソ篋)"
+"絲筝у劫順筝鐚篏罸鋌遵腮翠醇筝 $FreeBSD$ 筝茵篁ュ"
+"The FreeBSD Documentation Project 絎e 茫羈鐚$FreeBSD$ 茵 Subversion 罸閩∞医贋合鐚 篁ワ井罅荅沿篆"
+"(箙絨掩Ű絲 $FreeBSD$ 絨怨ソ篋)"
#. (itstool) path: answer/para
#: book.translate.xml:7293
-#, fuzzy
msgid ""
"Your translated documents should include their own $FreeBSD$ line, and "
"change the FreeBSD Documentation Project line to "
"The FreeBSD language Documentation "
"Project."
msgstr ""
-"膺肢篁銀賢鐚綽処 $FreeBSD: head/zh_TW.UTF-8/books/fdp-primer/zh_TW.po "
-"48972 2016-06-21 01:19:43Z kevlo $ 茵鐚筝筝 FreeBSD "
-"Documentation Project 茵合 The FreeBSD "
-"篏茯膤 Documentation Project"
+"膺肢篁銀賢鐚綽処 $FreeBSD$ 茵鐚筝筝 FreeBSD "
+"Documentation Project 茵合 The FreeBSD language Documentation Project"
#. (itstool) path: answer/para
#: book.translate.xml:7299
@@ -9622,7 +9609,6 @@ msgstr "罩ゅ鐚茱睡(Span
#. (itstool) path: answer/programlisting
#: book.translate.xml:7304
-#, fuzzy, no-wrap
msgid ""
"<!--\n"
" The FreeBSD Spanish Documentation Project\n"
@@ -10521,7 +10507,6 @@ msgstr ""
#. (itstool) path: step/programlisting
#: book.translate.xml:7725
-#, fuzzy, no-wrap
msgid ""
"#\n"
"# $FreeBSD$\n"
@@ -10695,7 +10680,6 @@ msgstr ""
#. (itstool) path: step/programlisting
#: book.translate.xml:7813
-#, fuzzy, no-wrap
msgid ""
"#\n"
"# $FreeBSD$\n"
@@ -10978,8 +10962,7 @@ msgid ""
"$ entities to avoid including actual literal "
"dollar signs in the file:"
msgstr ""
-"罟罅茖∞ $FreeBSD: head/zh_TW.UTF-8/books/fdp-primer/zh_TW.po 48972 "
-"2016-06-21 01:19:43Z kevlo $ 絖筝臥荀劫ヨ箴絋 茖¥篋絖筝俄荀茴絮 (expanded)掩"
"篁銀戎 $ entities 箴水篏睡絲∝"
@@ -11001,7 +10984,6 @@ msgstr ""
#. (itstool) path: sect2/para
#: book.translate.xml:8005
-#, fuzzy
msgid ""
"When a PO file is created, the $"
"literal> entities used in examples are replaced with actual dollar signs. "
@@ -11009,8 +10991,7 @@ msgid ""
"expanded by the version control system when the file is committed."
msgstr ""
" PO 罟綮榊緇鐚膀箴筝 $ "
-"entities 茴絲∝篁c倶罅篋ゆ鐚∝ $FreeBSD: head/"
-"zh_TW.UTF-8/books/fdp-primer/zh_TW.po 48972 2016-06-21 01:19:43Z kevlo $"
+"entities 茴絲∝篁c倶罅篋ゆ鐚∝ $FreeBSD$"
"literal> 絨茴ァ句鎧腟怨"
#. (itstool) path: sect2/para
@@ -11174,7 +11155,6 @@ msgstr ""
#. (itstool) path: step/para
#: book.translate.xml:8142 book.translate.xml:8209
-#, fuzzy
msgid ""
"Set the Subversionsvn:keywords"
"literal> properties on these files to FreeBSD=%H so "
@@ -11182,9 +11162,7 @@ msgid ""
"date, and author when committed:"
msgstr ""
"荐絎篋罟罅 Subversionsvn:keywords"
-"literal> 絮у FreeBSD=%H鐚莅篋ゆ $FreeBSD: "
-"head/zh_TW.UTF-8/books/fdp-primer/zh_TW.po 48972 2016-06-21 01:19:43Z kevlo "
-"$ 絖筝峨篁ヨ←絮莊緇ユ篏"
+"literal> 絮у FreeBSD=%H鐚莅篋ゆ $FreeBSD$ 絖筝峨篁ヨ←絮莊緇ユ篏"
#. (itstool) path: step/screen
#: book.translate.xml:8150
From owner-svn-doc-all@freebsd.org Mon Dec 26 09:48:51 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51B4CC8F8CE;
Mon, 26 Dec 2016 09:48:51 +0000 (UTC)
(envelope-from rcyu@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id 2163B11B8;
Mon, 26 Dec 2016 09:48:51 +0000 (UTC)
(envelope-from rcyu@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBQ9moxd023431;
Mon, 26 Dec 2016 09:48:50 GMT (envelope-from rcyu@FreeBSD.org)
Received: (from rcyu@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBQ9moxI023430;
Mon, 26 Dec 2016 09:48:50 GMT (envelope-from rcyu@FreeBSD.org)
Message-Id: <201612260948.uBQ9moxI023430@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: rcyu set sender to
rcyu@FreeBSD.org using -f
From: Ruey-Cherng Yu
Date: Mon, 26 Dec 2016 09:48:50 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49765 - head/zh_TW.UTF-8/share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 26 Dec 2016 09:48:51 -0000
Author: rcyu
Date: Mon Dec 26 09:48:50 2016
New Revision: 49765
URL: https://svnweb.freebsd.org/changeset/doc/49765
Log:
- Merge the following from the English version:
r48437 -> r49745 head/zh_TW.UTF-8/share/xml/header.l10n.ent
Modified:
head/zh_TW.UTF-8/share/xml/header.l10n.ent
Modified: head/zh_TW.UTF-8/share/xml/header.l10n.ent
==============================================================================
--- head/zh_TW.UTF-8/share/xml/header.l10n.ent Mon Dec 26 08:47:50 2016 (r49764)
+++ head/zh_TW.UTF-8/share/xml/header.l10n.ent Mon Dec 26 09:48:50 2016 (r49765)
@@ -105,7 +105,7 @@
Modified: head/ja_JP.eucJP/htdocs/search/sitemap.xml
==============================================================================
--- head/ja_JP.eucJP/htdocs/search/sitemap.xml Mon Dec 26 09:48:50 2016 (r49765)
+++ head/ja_JP.eucJP/htdocs/search/sitemap.xml Mon Dec 26 10:47:01 2016 (r49766)
@@ -3,7 +3,7 @@
"http://www.FreeBSD.org/XML/share/xml/sitemap.dtd">
-
+
@@ -377,7 +377,7 @@
- CVS Repository
+ Source Code Repository&base;/developers/cvs.html
@@ -1316,7 +1316,7 @@
- CVS リポジトリ
+ ソースコードリポジトリ&base;/developers/cvs.html
From owner-svn-doc-all@freebsd.org Mon Dec 26 17:06:58 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68DA6C92651;
Mon, 26 Dec 2016 17:06:58 +0000 (UTC) (envelope-from bcr@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id 3828117C7;
Mon, 26 Dec 2016 17:06:58 +0000 (UTC) (envelope-from bcr@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBQH6vUJ009374;
Mon, 26 Dec 2016 17:06:57 GMT (envelope-from bcr@FreeBSD.org)
Received: (from bcr@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBQH6vqv009373;
Mon, 26 Dec 2016 17:06:57 GMT (envelope-from bcr@FreeBSD.org)
Message-Id: <201612261706.uBQH6vqv009373@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org
using -f
From: Benedict Reuschling
Date: Mon, 26 Dec 2016 17:06:57 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49767 - head/share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 26 Dec 2016 17:06:58 -0000
Author: bcr
Date: Mon Dec 26 17:06:57 2016
New Revision: 49767
URL: https://svnweb.freebsd.org/changeset/doc/49767
Log:
Add AsiaBSDcon 2017 to the events page.
Modified:
head/share/xml/events2017.xml
Modified: head/share/xml/events2017.xml
==============================================================================
--- head/share/xml/events2017.xml Mon Dec 26 10:47:01 2016 (r49766)
+++ head/share/xml/events2017.xml Mon Dec 26 17:06:57 2016 (r49767)
@@ -41,6 +41,34 @@
The FreeBSD Foundation will also be present to share information about the project.
+ $
+ AsiaBSDCon 2017$
+ https://2017.asiabsdcon.org/$
+ $
+ 2017$
+ 03$
+ 09$
+ $
+ $
+ 2017$
+ 03$
+ 12$
+ $
+ $
+ Japan$
+ Tokyo$
+ Tokyo University of Science$
+ $
+ AsiaBSDCon is a conference for users and developers
+ on BSD based systems. The conference is for anyone developing,
+ deploying and using systems based on &os;, NetBSD, OpenBSD,
+ DragonFlyBSD, Darwin and MacOS X. AsiaBSDCon is a technical
+ conference and aims to collect the best technical papers and
+ presentations available to ensure that the latest developments
+ in our open source community are shared with the widest possible
+ audience.
+
+
BSDCan 2017https://www.bsdcan.org/2017/
From owner-svn-doc-all@freebsd.org Mon Dec 26 17:09:01 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18034C92691;
Mon, 26 Dec 2016 17:09:01 +0000 (UTC) (envelope-from bcr@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id CD10B1849;
Mon, 26 Dec 2016 17:09:00 +0000 (UTC) (envelope-from bcr@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBQH90ow009496;
Mon, 26 Dec 2016 17:09:00 GMT (envelope-from bcr@FreeBSD.org)
Received: (from bcr@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBQH90Bu009493;
Mon, 26 Dec 2016 17:09:00 GMT (envelope-from bcr@FreeBSD.org)
Message-Id: <201612261709.uBQH90Bu009493@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org
using -f
From: Benedict Reuschling
Date: Mon, 26 Dec 2016 17:08:59 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49768 - head/share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 26 Dec 2016 17:09:01 -0000
Author: bcr
Date: Mon Dec 26 17:08:59 2016
New Revision: 49768
URL: https://svnweb.freebsd.org/changeset/doc/49768
Log:
Whitespace fixes to the events page of 2017.
Modified:
head/share/xml/events2017.xml
Modified: head/share/xml/events2017.xml
==============================================================================
--- head/share/xml/events2017.xml Mon Dec 26 17:06:57 2016 (r49767)
+++ head/share/xml/events2017.xml Mon Dec 26 17:08:59 2016 (r49768)
@@ -35,30 +35,32 @@
Free University of Brussels, Solbosch Campus
- FOSDEM is an event centered on free and open-source software development.
- As with many other communities, the BSDs feature an alloted room for giving talks at the event.
- See schedule on the FOSDEM website for the talks held in the BSD Developer room.
- The FreeBSD Foundation will also be present to share information about the project.
+ FOSDEM is an event centered on free and open-source
+ software development. As with many other communities, the BSDs
+ feature an alloted room for giving talks at the event. See
+ schedule on the FOSDEM website for the talks held in the BSD
+ Developer room. The FreeBSD Foundation will also be present to
+ share information about the project.
- $
- AsiaBSDCon 2017$
- https://2017.asiabsdcon.org/$
- $
- 2017$
- 03$
- 09$
- $
- $
- 2017$
- 03$
- 12$
- $
- $
- Japan$
- Tokyo$
- Tokyo University of Science$
- $
+
+ AsiaBSDCon 2017
+ https://2017.asiabsdcon.org/
+
+ 2017
+ 03
+ 09
+
+
+ 2017
+ 03
+ 12
+
+
+ Japan
+ Tokyo
+ Tokyo University of Science
+ AsiaBSDCon is a conference for users and developers
on BSD based systems. The conference is for anyone developing,
deploying and using systems based on &os;, NetBSD, OpenBSD,
@@ -87,8 +89,8 @@
OttawaUniversity of Ottawa
-
- A four day BSD conference held in Ottawa, Canada. BSDCan hosts
- talks and tutorials on a range of topics based around the BSD family of operating systems.
+ A four day BSD conference held in Ottawa, Canada.
+ BSDCan hosts talks and tutorials on a range of topics based
+ around the BSD family of operating systems.
From owner-svn-doc-all@freebsd.org Mon Dec 26 20:50:26 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80B64C9239B;
Mon, 26 Dec 2016 20:50:26 +0000 (UTC) (envelope-from dim@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id 365561165;
Mon, 26 Dec 2016 20:50:26 +0000 (UTC) (envelope-from dim@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBQKoPsJ099957;
Mon, 26 Dec 2016 20:50:25 GMT (envelope-from dim@FreeBSD.org)
Received: (from dim@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBQKoPZr099956;
Mon, 26 Dec 2016 20:50:25 GMT (envelope-from dim@FreeBSD.org)
Message-Id: <201612262050.uBQKoPZr099956@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org
using -f
From: Dimitry Andric
Date: Mon, 26 Dec 2016 20:50:25 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49769 -
head/en_US.ISO8859-1/books/porters-handbook/versions
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 26 Dec 2016 20:50:26 -0000
Author: dim (src committer)
Date: Mon Dec 26 20:50:25 2016
New Revision: 49769
URL: https://svnweb.freebsd.org/changeset/doc/49769
Log:
Document __FreeBSD_version values 1100507, 1100508 and 1200019.
Modified:
head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Mon Dec 26 17:08:59 2016 (r49768)
+++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Mon Dec 26 20:50:25 2016 (r49769)
@@ -201,6 +201,14 @@
struct kinfo_proc32 to export the whole
thread name to user-space utilities.
+
+
+ 1200019
+ 310149
+ December 16, 2016
+ 12.0-CURRENT after starting to lay down the
+ foundation for 11ac support.
+
@@ -1331,6 +1339,26 @@
11.0-STABLE after installing header files required
development with libzfs_core.
+
+
+ 1100507
+ 310120
+ December 15, 2016
+ 11.0-STABLE after adding the
+ ki_moretdname member to
+ struct kinfo_proc and
+ struct kinfo_proc32 to export the whole
+ thread name to user-space utilities.
+
+
+
+ 1100508
+ 310618
+ December 26, 2016
+ 11.0-STABLE after upgrading our copies of clang,
+ llvm, lldb, compiler-rt and libc++ to 3.9.1 release, and
+ adding lld 3.9.1.
+
From owner-svn-doc-all@freebsd.org Tue Dec 27 13:10:11 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17607C930E8;
Tue, 27 Dec 2016 13:10:11 +0000 (UTC)
(envelope-from ryusuke@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id E59FD1CE2;
Tue, 27 Dec 2016 13:10:10 +0000 (UTC)
(envelope-from ryusuke@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBRDAAtv097066;
Tue, 27 Dec 2016 13:10:10 GMT (envelope-from ryusuke@FreeBSD.org)
Received: (from ryusuke@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBRDAAZ7097065;
Tue, 27 Dec 2016 13:10:10 GMT (envelope-from ryusuke@FreeBSD.org)
Message-Id: <201612271310.uBRDAAZ7097065@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to
ryusuke@FreeBSD.org using -f
From: Ryusuke SUZUKI
Date: Tue, 27 Dec 2016 13:10:10 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49770 - head/ja_JP.eucJP/htdocs/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-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 27 Dec 2016 13:10:11 -0000
Author: ryusuke
Date: Tue Dec 27 13:10:09 2016
New Revision: 49770
URL: https://svnweb.freebsd.org/changeset/doc/49770
Log:
- Merge the following from the English version:
r39545 -> r47265 head/ja_JP.eucJP/htdocs/ports/Makefile
r28473 -> r47265 head/ja_JP.eucJP/htdocs/ports/portindex
Modified:
head/ja_JP.eucJP/htdocs/ports/portindex
Modified: head/ja_JP.eucJP/htdocs/ports/portindex
==============================================================================
--- head/ja_JP.eucJP/htdocs/ports/portindex Mon Dec 26 20:50:25 2016 (r49769)
+++ head/ja_JP.eucJP/htdocs/ports/portindex Tue Dec 27 13:10:09 2016 (r49770)
@@ -6,7 +6,7 @@
# Mon May 13 10:31:58 EST 1996
# $FreeBSD$
# The FreeBSD Japanese Documentation Project
-# Original revision: 1.57
+# Original revision: r47265
############################################################
@@ -36,24 +36,14 @@ if ($ENV{'MASTER_FTP_SERVER'}) {
} else {
$ftpserver = 'ftp://ftp.FreeBSD.org' if !$ftpserver;
}
-$baseHTTP = $base if !$baseHTTP;
my $baseFTP = "$ftpserver/pub/FreeBSD/ports/ports";
-my $baseCVSWEB = 'http://www.FreeBSD.org/cgi/cvsweb.cgi/';
-$urlcgi = 'http://www.FreeBSD.org/cgi/url.cgi' if !$urlcgi;
+my $baseSVNWEB = 'https://svnweb.FreeBSD.org/ports/head/';
$packagesURL = "$ftpserver/pub/FreeBSD/ports/i386/packages-stable/All/"
if !$packagesURL;
# support tar on the fly or gzip'ed tar on the fly
my $ftparchive = '';
$ftparchive = '.tar' if !defined $ftparchive;
-# ports download sources script
-my $pds = 'http://www.FreeBSD.org/cgi/pds.cgi';
-
-# better layout and link to the sources
-if ($urlcgi) {
- $baseHTTP = $urlcgi . '?' . $baseHTTP;
-}
-
my %packages = ();
my %category_description = ();
my @category_groups = ();
@@ -75,7 +65,7 @@ sub header {
print $fh <
@@ -219,9 +209,6 @@ sub main {
$catkey{$name} = $cat[0];
- my $sourcepath = $loc;
- $sourcepath =~ s%/usr/%%;
-
# desc translation
($lloc = $loc) =~ s@^/usr/ports/@@;
$desc = $descLANG{$lloc}
@@ -231,8 +218,9 @@ sub main {
$stats{$i}++;
# figure out the FTP url
- $loc =~ s/\/usr\//$baseCVSWEB/;
- $ldesc =~ s/\/usr\//$baseHTTP/;
+ $loc =~ s%/usr/ports/%$baseSVNWEB%;
+ $ldesc =~ s%/usr/ports/%$baseSVNWEB%;
+ $ldesc .= '?revision=HEAD';
# The name description and maintainer
$name =~ s/,.*//g;
@@ -246,10 +234,10 @@ sub main {
$data{$i} .= qq{ | パッケージ};
}
- $data{$i} .= qq{ | ソース};
+ $data{$i} .= qq{ | 変更点};
if ($www ne "") {
- $data{$i} .= qq{ | Main Web Site};
+ $data{$i} .= qq{ | メインウェブサイト};
}
my $ownerurl = $owner;
@@ -294,7 +282,7 @@ sub main {
# Add an entry to the master index
- # workaround for XML syntax, `--' is not allowed in comments
+ # workaround XML syntax, `--' is not allowed in comments
my $sname = $name;
$sname =~ s/--/-=/g;
$master[$portnumber] =
@@ -326,6 +314,7 @@ EOF
if ($category_description{$key}{desc}) {
print $moutf " -- " . $category_description{$key}{desc};
}
+
# Someone forgot to add a category to the description file
# or there is a typo in the category field.
else {
@@ -335,7 +324,6 @@ EOF
}
print $moutf "\n";
-
# Create the category file
$outf->open(">$key.xml");
header($outf, "FreeBSD Ports: \u$key");
@@ -373,7 +361,7 @@ EOF
print $moutf "
\n";
foreach my $key (sort(keys(%stats))) {
print $moutf
- "
Info ドキュメント:
- Info ドキュメントのハイパーテキスト版です。
- 原版は info ディストリビューションをインストールしてある
- FreeBSD マシンなら
- /usr/share/info
- で見つけることができます。
-
-
From owner-svn-doc-all@freebsd.org Thu Dec 29 17:20:12 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08310C964FE;
Thu, 29 Dec 2016 17:20:12 +0000 (UTC) (envelope-from brd@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id CB23F1E61;
Thu, 29 Dec 2016 17:20:11 +0000 (UTC) (envelope-from brd@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBTHKAo7008100;
Thu, 29 Dec 2016 17:20:10 GMT (envelope-from brd@FreeBSD.org)
Received: (from brd@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBTHKANo008099;
Thu, 29 Dec 2016 17:20:10 GMT (envelope-from brd@FreeBSD.org)
Message-Id: <201612291720.uBTHKANo008099@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org
using -f
From: Brad Davis
Date: Thu, 29 Dec 2016 17:20:10 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49773 -
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-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 29 Dec 2016 17:20:12 -0000
Author: brd
Date: Thu Dec 29 17:20:10 2016
New Revision: 49773
URL: https://svnweb.freebsd.org/changeset/doc/49773
Log:
Document the USE_GITHUB=nodefault option.
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 Thu Dec 29 13:33:07 2016 (r49772)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Thu Dec 29 17:20:10 2016 (r49773)
@@ -2095,6 +2095,12 @@ USE_GITHUB= yes
similar to .
+ When fetching multiple files from GitHub, sometimes the default
+ distribution file is not required. Fetching of the default can be
+ disabled by setting:
+
+ USE_GITHUB= nodefault
+
Multiple values are added to
GH_ACCOUNT,
GH_PROJECT, and
From owner-svn-doc-all@freebsd.org Thu Dec 29 17:57:15 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69EAFC964E4;
Thu, 29 Dec 2016 17:57:15 +0000 (UTC) (envelope-from brd@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id 3944E1A0C;
Thu, 29 Dec 2016 17:57:15 +0000 (UTC) (envelope-from brd@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBTHvEGl024788;
Thu, 29 Dec 2016 17:57:14 GMT (envelope-from brd@FreeBSD.org)
Received: (from brd@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBTHvEKS024787;
Thu, 29 Dec 2016 17:57:14 GMT (envelope-from brd@FreeBSD.org)
Message-Id: <201612291757.uBTHvEKS024787@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org
using -f
From: Brad Davis
Date: Thu, 29 Dec 2016 17:57:14 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49774 -
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-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 29 Dec 2016 17:57:15 -0000
Author: brd
Date: Thu Dec 29 17:57:14 2016
New Revision: 49774
URL: https://svnweb.freebsd.org/changeset/doc/49774
Log:
Wordsmith the USE_GITHUB=nodefault section with help from gjb@.
Reviewed by: gjb
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 Thu Dec 29 17:20:10 2016 (r49773)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Thu Dec 29 17:57:14 2016 (r49774)
@@ -2096,8 +2096,8 @@ USE_GITHUB= yes
linkend="porting-master-sites-n"/>.When fetching multiple files from GitHub, sometimes the default
- distribution file is not required. Fetching of the default can be
- disabled by setting:
+ distribution file is not required. To disable fetching the default
+ distribution, set:
USE_GITHUB= nodefault
From owner-svn-doc-all@freebsd.org Thu Dec 29 17:58:37 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id EADBDC96525;
Thu, 29 Dec 2016 17:58:37 +0000 (UTC) (envelope-from brd@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id BA7E91AD0;
Thu, 29 Dec 2016 17:58:37 +0000 (UTC) (envelope-from brd@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBTHwal8024873;
Thu, 29 Dec 2016 17:58:36 GMT (envelope-from brd@FreeBSD.org)
Received: (from brd@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBTHwaES024872;
Thu, 29 Dec 2016 17:58:36 GMT (envelope-from brd@FreeBSD.org)
Message-Id: <201612291758.uBTHwaES024872@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org
using -f
From: Brad Davis
Date: Thu, 29 Dec 2016 17:58:36 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49775 -
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-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 29 Dec 2016 17:58:38 -0000
Author: brd
Date: Thu Dec 29 17:58:36 2016
New Revision: 49775
URL: https://svnweb.freebsd.org/changeset/doc/49775
Log:
Add missing close para to the last commit.
Pointy hat: me
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 Thu Dec 29 17:57:14 2016 (r49774)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Thu Dec 29 17:58:36 2016 (r49775)
@@ -2097,7 +2097,7 @@ USE_GITHUB= yes
When fetching multiple files from GitHub, sometimes the default
distribution file is not required. To disable fetching the default
- distribution, set:
+ distribution, set:USE_GITHUB= nodefault
From owner-svn-doc-all@freebsd.org Thu Dec 29 18:00:49 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1401C96595;
Thu, 29 Dec 2016 18:00:49 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org
[IPv6:2610:1c1:1:6074::16:84])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client CN "freefall.freebsd.org",
Issuer "Let's Encrypt Authority X3" (verified OK))
by mx1.freebsd.org (Postfix) with ESMTPS id 7D0B91CCC;
Thu, 29 Dec 2016 18:00:49 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by freefall.freebsd.org (Postfix) with ESMTPS id 41D6B71B3;
Thu, 29 Dec 2016 18:00:48 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Date: Thu, 29 Dec 2016 18:00:45 +0000
From: Glen Barber
To: Brad Davis
Cc: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: Re: svn commit: r49775 -
head/en_US.ISO8859-1/books/porters-handbook/makefiles
Message-ID: <20161229180045.GF1488@FreeBSD.org>
References: <201612291758.uBTHwaES024872@repo.freebsd.org>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256;
protocol="application/pgp-signature"; boundary="jkO+KyKz7TfD21mV"
Content-Disposition: inline
In-Reply-To: <201612291758.uBTHwaES024872@repo.freebsd.org>
X-Operating-System: FreeBSD 11.0-STABLE amd64
X-SCUD-Definition: Sudden Completely Unexpected Dataloss
X-SULE-Definition: Sudden Unexpected Learning Event
X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer
X-Spidey-Sense: Uh oh, Peter logged in
User-Agent: Mutt/1.7.1 (2016-10-04)
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 29 Dec 2016 18:00:49 -0000
--jkO+KyKz7TfD21mV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Thu, Dec 29, 2016 at 05:58:36PM +0000, Brad Davis wrote:
> Author: brd
> Date: Thu Dec 29 17:58:36 2016
> New Revision: 49775
> URL: https://svnweb.freebsd.org/changeset/doc/49775
>=20
> Log:
> Add missing close para to the last commit.
> =20
> Pointy hat: me
>=20
And one to me as well, for not spotting it when reviewing.
Glen
--jkO+KyKz7TfD21mV
Content-Type: application/pgp-signature; name="signature.asc"
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJYZU9NAAoJEAMUWKVHj+KT3oYP/1AxSr3zQwjTLPwQ/1OeLzZS
hhAetCY4XqwiEbhAjzSZh6fObVo6rhCgXPEgSXGA5UY2dJ7TXsU6QF8CtdYLRko8
LzSh8VDYADSnakFWxzYEU/nfzTeMElX/ict+ClMw0Q55QaamW3jlRepr/2+QetCd
PEtVYEQ7nkePTP45g5OV0Q5PNpiciMElrybhHfNujww2ljEvB5VJB4EsPB9esoP2
90vwVnga/6mGaDtp9kA7gatgFSvLhWcvx3sKFHV0LPlp16lAdyxSPlhPsGM09FgD
5YmKi35yEcs8ZV/QqaNwWxAGofqXPVrYdXFrnURkXgMeuztAqDMY5O+HnijixL9T
doXebg9dslIadHvzmeiAObs6247DMXtNFBwmNMj3xPNbAWB5rcno6RkzPQbByKXu
O2C3W2IqOykBa3dCJCDW7kolBcyypwXqjPqIhZqjumySHN3DZsszWr9aIZL+BrdW
YjcYQy9vl19U2H3pgBY+UsjFTpf7u1BtxKol/AJILEH6Vhw0Vz0D/TrvbndQwau6
nyrxVQeL0mQJFtb1N2tWPfJO+SwJUbf2dqG6YqgUNPKHbzjirCpA6s28SWJQU1Dn
d+PLla8IwJrIAv4fDGGttn4DCD1RdbqdQcRkDedP3M2CsJ/Q/x5BKw/kMnunTT/G
/4AYybz9kJuMGLQWKvx+
=IzTe
-----END PGP SIGNATURE-----
--jkO+KyKz7TfD21mV--
From owner-svn-doc-all@freebsd.org Fri Dec 30 06:30:45 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7BE1C97C15;
Fri, 30 Dec 2016 06:30:45 +0000 (UTC)
(envelope-from ryusuke@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id 65683115B;
Fri, 30 Dec 2016 06:30:45 +0000 (UTC)
(envelope-from ryusuke@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBU6UiPa030908;
Fri, 30 Dec 2016 06:30:44 GMT (envelope-from ryusuke@FreeBSD.org)
Received: (from ryusuke@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBU6UiLU030901;
Fri, 30 Dec 2016 06:30:44 GMT (envelope-from ryusuke@FreeBSD.org)
Message-Id: <201612300630.uBU6UiLU030901@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to
ryusuke@FreeBSD.org using -f
From: Ryusuke SUZUKI
Date: Fri, 30 Dec 2016 06:30:44 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49776 - head/ja_JP.eucJP/htdocs/projects
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Fri, 30 Dec 2016 06:30:45 -0000
Author: ryusuke
Date: Fri Dec 30 06:30:44 2016
New Revision: 49776
URL: https://svnweb.freebsd.org/changeset/doc/49776
Log:
- Merge the following from the English version:
r41750 -> r45187 head/ja_JP.eucJP/htdocs/projects/cvsweb.xml
Modified:
head/ja_JP.eucJP/htdocs/projects/cvsweb.xml
Modified: head/ja_JP.eucJP/htdocs/projects/cvsweb.xml
==============================================================================
--- head/ja_JP.eucJP/htdocs/projects/cvsweb.xml Thu Dec 29 17:58:36 2016 (r49775)
+++ head/ja_JP.eucJP/htdocs/projects/cvsweb.xml Fri Dec 30 06:30:44 2016 (r49776)
@@ -1,11 +1,11 @@
]>
-
+
@@ -35,20 +35,34 @@
が書いたものですが、その使い勝手の良さから、
すぐにソフトウェア開発者の間で有名になりました。
+