From owner-p4-projects@FreeBSD.ORG Mon Dec 14 16:46:12 2009
Return-Path:
Delivered-To: p4-projects@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 32767)
id A506210656A8; Mon, 14 Dec 2009 16:46:12 +0000 (UTC)
Delivered-To: perforce@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
by hub.freebsd.org (Postfix) with ESMTP id 666B01065676
for ; Mon, 14 Dec 2009 16:46:12 +0000 (UTC)
(envelope-from rene@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
[IPv6:2001:4f8:fff6::29])
by mx1.freebsd.org (Postfix) with ESMTP id 519628FC2A
for ; Mon, 14 Dec 2009 16:46:12 +0000 (UTC)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBEGkC9r018838
for ; Mon, 14 Dec 2009 16:46:12 GMT
(envelope-from rene@FreeBSD.org)
Received: (from perforce@localhost)
by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBEGkCEJ018836
for perforce@freebsd.org; Mon, 14 Dec 2009 16:46:12 GMT
(envelope-from rene@FreeBSD.org)
Date: Mon, 14 Dec 2009 16:46:12 GMT
Message-Id: <200912141646.nBEGkCEJ018836@repoman.freebsd.org>
X-Authentication-Warning: repoman.freebsd.org: perforce set sender to
rene@FreeBSD.org using -f
From: Rene Ladan
To: Perforce Change Reviews
Precedence: bulk
Cc:
Subject: PERFORCE change 171734 for review
X-BeenThere: p4-projects@freebsd.org
X-Mailman-Version: 2.1.5
List-Id: p4 projects tree changes
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 14 Dec 2009 16:46:13 -0000
http://p4web.freebsd.org/chv.cgi?CH=171734
Change 171734 by rene@rene_self on 2009/12/14 16:45:23
IFC
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/faq/book.sgml#24 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml#9 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml#7 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/ports/chapter.sgml#10 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/x11/chapter.sgml#12 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/audit/chapter.sgml#13 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/firewalls/chapter.sgml#18 integrate
.. //depot/projects/docproj_nl/share/sgml/man-refs.ent#23 integrate
.. //depot/projects/docproj_nl/www/en/advocacy/myths.sgml#2 integrate
.. //depot/projects/docproj_nl/www/en/ports/Makefile#2 integrate
.. //depot/projects/docproj_nl/www/en/where.sgml#5 integrate
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/faq/book.sgml#24 (text+ko) ====
@@ -12,7 +12,7 @@
The &os; Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.1117 2009/10/04 05:42:00 manolis Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.1118 2009/12/14 16:01:39 pav Exp $
1995
@@ -6976,14 +6976,8 @@
The X.Org Distribution.
After the installation of &xorg; was successful, follow
- the instructions from &man.xorgconfig.1;. It will assists
- you in configuring &xorg; for your particular graphics
- card/mouse/etc. You may also wish to examine the
- &man.xorgcfg.1; tool, which provides a graphical interface
- to the X configuration process.
-
- For further information, read the X11 section of
+ the instructions from the X11 Configuration section of
the &os; Handbook.
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml#9 (text+ko) ====
@@ -1,7 +1,7 @@
@@ -429,9 +429,9 @@
This variable sets up a list of modules to build instead
of all of them.
- WITHOUT_MODULES = linux acpi sound/sound sound/driver/ds1 ntfs
+ WITHOUT_MODULES = linux acpi sound ntfs
- This variable sets up a list of modules to exclude
+ This variable sets up a list of top level modules to exclude
from the build process. For other variables which you may find useful
in the process of building kernel, refer to &man.make.conf.5;
manual page.
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml#7 (text+ko) ====
@@ -1,7 +1,7 @@
@@ -458,10 +458,9 @@
keymap
screenmap
- Also be sure to set the correct keymap and screenmap for your
+ If required, set the keymap and screenmap for your
single C chars character set through
- sysinstall (/stand/sysinstall
- in &os; versions older than 5.2).
+ sysinstall.
Once inside sysinstall, choose Configure, then
Console. Alternatively, you can add the
following to /etc/rc.conf:
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/ports/chapter.sgml#10 (text+ko) ====
@@ -1,7 +1,7 @@
@@ -755,9 +755,7 @@
As root, run
- sysinstall
- (/stand/sysinstall in &os;
- versions older than 5.2) as shown below:
+ sysinstall as shown below:
&prompt.root; sysinstall
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/x11/chapter.sgml#12 (text+ko) ====
@@ -1,7 +1,7 @@
@@ -932,23 +932,12 @@
fonts
anti-aliased
- Anti-aliasing has been available in X11 since
- &xfree86; 4.0.2. However, font
- configuration was cumbersome before the introduction of
- &xfree86; 4.3.0.
- Beginning with
- &xfree86; 4.3.0, all fonts in X11
- that are found
+ All fonts in X11 that are found
in /usr/local/lib/X11/fonts/ and
~/.fonts/ are automatically
- made available for anti-aliasing to Xft-aware applications. Not
- all applications are Xft-aware, but many have received Xft support.
- Examples of Xft-aware applications include Qt 2.3 and higher (the
- toolkit for the KDE desktop),
- GTK+ 2.0 and higher (the toolkit for the
- GNOME desktop), and
- Mozilla 1.2 and higher.
-
+ made available for anti-aliasing to Xft-aware applications.
+ Most recent applications are Xft-aware, including KDE, GNOME, and
+ Firefox.
In order to control which fonts are anti-aliased, or to
configure anti-aliasing properties, create (or edit, if it
@@ -1052,7 +1041,7 @@
Certain fonts, such as Helvetica, may have a problem when
anti-aliased. Usually this manifests itself as a font that
seems cut in half vertically. At worst, it may cause
- applications such as Mozilla to
+ applications to
crash. To avoid this, consider adding the following to
local.conf:
@@ -1070,21 +1059,6 @@
with the </fontconfig> tag. Not doing this will cause
your changes to be ignored.
- The default font set that comes with
- X11 is not very
- desirable when it comes to anti-aliasing. A much better
- set of default fonts can be found in the
- x11-fonts/bitstream-vera
- port. This port will install a
- /usr/local/etc/fonts/local.conf file
- if one does not exist already. If the file does exist,
- the port will create a /usr/local/etc/fonts/local.conf-vera
- file. Merge the contents of this file into
- /usr/local/etc/fonts/local.conf, and the
- Bitstream fonts will automatically replace the default
- X11 Serif, Sans Serif, and Monospaced
- fonts.
-
Finally, users can add their own settings via their personal
.fonts.conf files. To do this, each user should
simply create a ~/.fonts.conf. This file must
@@ -1115,25 +1089,6 @@
rgb may need to be changed to bgr,
vrgb or vbgr: experiment and
see which works best.
-
-
- Mozilla
- disabling anti-aliased fonts
-
-
- Anti-aliasing should be enabled the next time the X
- server is started. However, programs must know how to take
- advantage of it. At present, the Qt toolkit does,
- so the entire KDE environment can
- use anti-aliased fonts.
- GTK+ and
- GNOME can also be made to use
- anti-aliasing via the Font
capplet (see for details). By default,
- Mozilla 1.2 and greater will
- automatically use anti-aliasing. To disable this, rebuild
- Mozilla with the
- -DWITHOUT_XFT flag.
@@ -1507,32 +1462,6 @@
explains how to do this for kdm, the
display manager of KDE.
-
-
- Anti-aliased Fonts with GNOME
-
- GNOME
- anti-aliased fonts
- X11
- supports anti-aliasing via its RENDER
extension.
- GTK+ 2.0 and greater (the toolkit used by
- GNOME) can make use of this
- functionality. Configuring anti-aliasing is described in
- . So, with up-to-date software,
- anti-aliasing is possible within the
- GNOME desktop. Just go to
-
- Applications
- Desktop Preferences
- Font, and select either
- Best shapes,
- Best contrast, or
- Subpixel smoothing (LCDs). For a
- GTK+ application that is not part of the
- GNOME desktop, set the
- environment variable GDK_USE_XFT to
- 1 before launching the program.
-
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/audit/chapter.sgml#13 (text+ko) ====
@@ -1,6 +1,6 @@
@@ -3900,7 +3900,7 @@
-
+
==== //depot/projects/docproj_nl/www/en/advocacy/myths.sgml#2 (text+ko) ====
@@ -1,6 +1,6 @@
-
+
@@ -154,11 +154,6 @@
the base FreeBSD operating system, but the development
takes place separately.
-
FreeSBIE is
- a complete desktop running off the CD-ROM.
- It can also be installed, but extremely useful for diskless
- computers.
-
Frenzy is
another live-CD distribution, but customized
for administering tasks. It contains software for hardware
@@ -183,7 +178,7 @@
designed to allow easy development of Embedded Systems based
on FreeBSD 5.X and 6.X.
- ThinBSD is a small
+
ThinBSD is a small
FreeBSD based boot image that allows a standard PC to act as
a diskless thin client for a Microsoft Windows RDP server or
an X terminal. It is entirely configured via DHCP.
==== //depot/projects/docproj_nl/www/en/ports/Makefile#2 (text+ko) ====
@@ -1,4 +1,4 @@
-# $FreeBSD: www/en/ports/Makefile,v 1.49 2007/10/27 20:41:37 simon Exp $
+# $FreeBSD: www/en/ports/Makefile,v 1.50 2009/12/14 12:45:19 pav Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@@ -47,7 +47,7 @@
installing.sgml master-index.sgml references.sgml searching.sgml \
statistics.ent updating.sgml .NOTMAIN
( ${ECHO_CMD} TIDY=${PERL};\
- ${ECHO_CMD} TIDYOPTS="-i'' -npe 's,\"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN\",\"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\",'";\
+ ${ECHO_CMD} TIDYOPTS="-i'' -npe 's,\"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN\",\"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\",'";\
${ECHO_CMD} DOCS= *.sgml;\
${ECHO_CMD} -n "DYNAMIC_DOCS= ";\
${ECHO_CMD} -n " categories-alpha.sgml";\
==== //depot/projects/docproj_nl/www/en/where.sgml#5 (text+ko) ====
@@ -1,5 +1,5 @@
+
@@ -330,7 +330,7 @@
FreeBSD-derived Operating System Distributions
FreeBSD is widely used as a building block for other commercial
- and open-source operating systems. The projects below are
+ and open-source operating systems. The project below is
widely used and of particular interest to FreeBSD users.
@@ -338,12 +338,6 @@
derivative with a graphical installer and impressive desktop
tools aimed at ease of use for the casual computer
user.
-
- FreeSBIE is a
- LiveCD based on FreeBSD. It works directly from a CD, without
- touching your hard drive. It also includes a simple and easily
- extendable toolkit used for the creation of embedded
- images.