[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
pkgsrc/doc/guide/files/getting.xml: 1.2 -> 1.3
以下のページの更新をしました。
pkgsrc/doc/guide/files/getting.xml: 1.2 -> 1.3
> revision 1.3
> date: 2005/05/15 20:28:15; author: rillig; state: Exp; lines: +2 -3
> Removed the sentence that states ftp.netbsd.org has cvs binaries for
> various platforms.
文が単に削除されただけです。
すぐに commit します。
以下、訳と原文それぞれの新旧の差分です。
--- getting.xml.orig 2006-09-07 22:08:00.000000000 +0900
+++ getting.xml 2006-09-07 22:08:00.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: getting.xml,v 1.2 2004/12/10 22:20:18 hubertf Exp $ -->
+<!-- $NetBSD: getting.xml,v 1.3 2005/05/15 20:28:15 rillig Exp $ -->
<!-- Based on english version: -->
-<!-- NetBSD: getting.xml,v 1.2 2004/12/10 22:20:18 hubertf Exp -->
+<!-- NetBSD: getting.xml,v 1.3 2005/05/15 20:28:15 rillig Exp -->
<chapter id="getting">
<title>どこからpkgsrcを得るか</title>
@@ -37,10 +37,8 @@
<sect1>
<title>CVS 経由</title>
- <para>CVS経由でpkgsrcを入手するためには、<quote>cvs</quote>がインストールされていることが必要で
- す。お使いのシステムにcvsがない場合は、コンパイル済バイナリーが
- ftp.NetBSD.orgにあります。pkgsrcを初めて(完全に)チェックアウトする際は、以
- 下の手順を踏みます:</para>
+ <para>CVS経由でpkgsrcを入手するためには、<quote>cvs</quote>がインストールされていることが必要です。
+ pkgsrcを初めて(完全に)チェックアウトする際は、以下の手順を踏みます:</para>
<screen>&cprompt; <userinput>setenv CVSROOT anoncvs@anoncvs.NetBSD.org:/cvsroot</userinput>
&cprompt; <userinput>setenv CVS_RSH ssh</userinput>
Index: getting.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/getting.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- getting.xml 10 Dec 2004 22:20:18 -0000 1.2
+++ getting.xml 15 May 2005 20:28:15 -0000 1.3
@@ -1,4 +1,4 @@
-<!-- $NetBSD: getting.xml,v 1.2 2004/12/10 22:20:18 hubertf Exp $ -->
+<!-- $NetBSD: getting.xml,v 1.3 2005/05/15 20:28:15 rillig Exp $ -->
<chapter id="getting">
<title>Where to get pkgsrc</title>
@@ -34,8 +34,7 @@
<sect1>
<title>Via CVS</title>
- <para>To get pkgsrc via CVS, make sure you have <quote>cvs</quote> installed. If not present on
- your system, it can be found as precompiled binary on ftp.NetBSD.org.
+ <para>To get pkgsrc via CVS, make sure you have <quote>cvs</quote> installed.
To do an initial (full) checkout of pkgsrc, do the following steps:</para>
<screen>&cprompt; <userinput>setenv CVSROOT anoncvs@anoncvs.NetBSD.org:/cvsroot</userinput>