[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation/pkgsrc/ftp-layout/chapter.xml: 1.2 -> 1.4



以下のページの更新をしました。ツッコミをお願いします。

Documentation/pkgsrc/ftp-layout/chapter.xml: 1.2 -> 1.4

月曜日までに異議がなければ、 commit します。

> revision 1.4
> date: 2003/06/23 07:07:01;  author: grant;  state: Exp;  lines: +1 -29
> remove old stuff about bulk binary package creation.
> ----------------------------
> revision 1.3
> date: 2003/06/19 13:26:05;  author: grant;  state: Exp;  lines: +3 -3
> markup fixes

以下、訳と原文の差分です。

--- Documentation/pkgsrc/ftp-layout/chapter.xml.orig	2006-03-25 23:11:56.000000000 +0900
+++ Documentation/pkgsrc/ftp-layout/chapter.xml	2006-03-25 23:11:56.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: chapter.xml,v 1.2 2003/05/24 04:24:40 grant Exp $ -->
+<!-- $NetBSD: chapter.xml,v 1.4 2003/06/23 07:07:01 grant Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: chapter.xml,v 1.2 2003/05/24 04:24:40 grant Exp   -->
+<!-- NetBSD: chapter.xml,v 1.4 2003/06/23 07:07:01 grant Exp   -->
 
 <appendix id="ftp-layout"> <?dbhtml filename="ftp-layout.html"?>
 <title>FTPサーバーのパッケージアーカイブのレイアウト</title>
@@ -30,32 +30,4 @@
                         ...
 </programlisting>
 
-<para>
-作成:
-</para>
-
-<programlisting>
- - cd /usr/pkgsrc ; make install ; make package
- - /usr/pkgsrc/packages を
-   ftp://ftp.NetBSD.org/pub/NetBSD/packages/\
-    `uname -r | sed 's@\.\([0-9]*\)[\._].*@\.\1@'`/`uname -p`
-   へアップロードする。
- - 必要ならln -s `uname -m` `uname -p`
-</programlisting>
-
-<para>
-必要なディスクスペース: 不明
-</para>
-
-<para>
-NetBSDのリリースバージョン向けのパッケージは、リリースバージョンの番号にあ
-わせたmajor.minorという形式の名前のディレクトリーにアップロードします。
-"1.5.1"というバージョンのNetBSD向けのパッケージをアップロードするディレクト
-リーは、tinyバージョン番号を省いた"1.5"になります。LKMなど、OSバージョンに
-強く依存するパッケージについては、major.minor.tinyリリースディレクトリーを
-作って、そこに置くことができます。このようなパッケージには、バイナリーパッ
-ケージ構築者のために何らかの方法で"OSVERSION_SPECIFIC=yes" 変数をつけてくだ
-さい。
-</para>
-
 </appendix>
Index: Documentation/pkgsrc/ftp-layout/chapter.xml
===================================================================
RCS file: /cvsroot/htdocs/Documentation/pkgsrc/ftp-layout/Attic/chapter.xml,v
retrieving revision 1.2
retrieving revision 1.4
diff -u -r1.2 -r1.4
--- Documentation/pkgsrc/ftp-layout/chapter.xml	24 May 2003 04:24:40 -0000	1.2
+++ Documentation/pkgsrc/ftp-layout/chapter.xml	23 Jun 2003 07:07:01 -0000	1.4
@@ -1,4 +1,4 @@
-<!-- $NetBSD: chapter.xml,v 1.2 2003/05/24 04:24:40 grant Exp $ -->
+<!-- $NetBSD: chapter.xml,v 1.4 2003/06/23 07:07:01 grant Exp $ -->
 
 <appendix id="ftp-layout"> <?dbhtml filename="ftp-layout.html"?>
 <title>Layout of the FTP server's package archive</title>
@@ -28,32 +28,4 @@
                         ...
 </programlisting>
 
-<para>
-To create:
-</para>
-
-<programlisting>
- - cd /usr/pkgsrc ; make install ; make package
- - upload /usr/pkgsrc/packages to
-   ftp://ftp.NetBSD.org/pub/NetBSD/packages/\
-    `uname -r | sed 's@\.\([0-9]*\)[\._].*@\.\1@'`/`uname -p`
- - if necessary ln -s `uname -m` `uname -p`
-</programlisting>
-
-<para>
-Disk space needed: unknown.
-</para>
-
-<para>
-Packages for a release version of NetBSD should be uploaded to the
-directory major.minor corresponding to the appropriate release.  Packages
-for NetBSD with versions such as "1.5.1" should be uploaded to the "1.5"
-directory, stripping the tiny number off the directory name.  For packages
-that need to be tightly coupled with the OS Version, such as LKM's, you
-may create a major.minor.tiny release directory, and place those packages
-therein.  Such packages should be marked with the variable
-"OSVERSION_SPECIFIC=yes" to mark them in some way for binary package 
-builders.
-</para>
-
 </appendix>