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

developers/features/table: 1.675 -> 1.676



以下のページの更新をしました。

developers/features/table: 1.675 -> 1.676
> revision 1.676
> date: 2007/02/19 19:47:06;  author: chs;  state: Exp;  lines: +2 -55
> remove several columns:
>  - gdb6 - all ports that have gdb have gdb6 now
>  - cross - all ports that can be built at all can be built cross
>  - new-distrib - all ports that have install stuff use the new stuff
>  - X-clients - all ports have X clients

原文の削除部分に対応する部分を削除しただけです。
すぐに commit します。

以下、訳と原文それぞれの新旧の差分です。

--- developers/features/table.orig	2007-02-20 07:04:45.000000000 +0900
+++ developers/features/table	2007-02-20 07:04:45.000000000 +0900
@@ -1,6 +1,6 @@
-# $NetBSD: table,v 1.675 2007/02/10 02:44:47 tsutsui Exp $
+# $NetBSD: table,v 1.676 2007/02/19 19:47:06 chs Exp $
 # <!-- Based on english version: -->
-# <!-- NetBSD: table,v 1.675 2007/02/10 02:44:47 tsutsui Exp   -->
+# <!-- NetBSD: table,v 1.676 2007/02/19 19:47:06 chs Exp   -->
 
 # declare ports (rows) ("port <port> [<port_subdir>]")
 # If <port_subdir> is not specified, it defaults to the name of port.
@@ -117,33 +117,12 @@
 feature gdb 0
 	当該ポート用の gdb がある場合は、そのバージョン (gdb-5.x, gdb-6.x または none)。
 featureend gdb
-feature gdb6 0
-	当該ポートが gdb-6.x に対応しているか否か。
-featureend gdb6
-feature cross 0
-	当該ポートが "build.sh" によるクロス構築可能か否か。"Build"
-	はシステムを DESTDIR に構築可能であるが、
-	distrib 以下のリリース用の仕組みはまだクロス構築できないことを表す。
-	"NBhost" はホストが NetBSD である必要があることを表す。
-featureend cross
-feature new-distrib 0
-	当該ポートがインストール用ファイルシステムで「新しい」 distrib 配置を使っているか否か。
-	"yes" は当該ポートが src/distrib/common 以下の新しい共通構成を使っていることを、
-	"no" はファイルシステムやブートブロックの生成を必要とするインストールメディアが
-	当該ポートにないことを表す。 (なお、"yes" は、 distrib が installboot
-	などをクロスコンパイル可能であることを意味しない。
-	distrib のファイルシステム生成方法を表しているだけである。)
-featureend new-distrib
 feature sysinst 0
 	当該ポートがインストールに sysinst を使うか否か。"no" は
 	インストールまたは診断用のブートメディアは存在するが
 	sysinst がそのメディア上にはないか、または、
 	sysinst がデフォルトのインストール方法ではないことを表す。
 featureend sysinst
-feature X-clients 0
-	ポートに附属する X11 バイナリーのバージョン。"XF4.4" または "N/A"。
-	"N/A" は、当該ポートに X11 バイナリーがまったく附属しないことを表す。
-featureend X-clients 
 feature X-server 0
 	当該ポートに X11 サーバーがあるか否か。"XF4.x", "no" または "N/A"。
 featureend X-server
@@ -226,9 +205,6 @@
 # special value used to mean missing data.
 value UNSPECIFIED <blink><font color="red">???</font></blink>
 
-# for 1.6 fields
-value cross <font color="green">cross</font>
-
 # for toolchain
 value other <font color="#FFA500">other</font>
 value gcc336 <font color="#FFA500">3.3.6</font>
@@ -325,29 +301,6 @@
 gdb	gdb5	sh3eb sh3el sparc vax x86_64
 gdb	gdb6	arm i386c powerpc sparc64
 
-gdb6	no	*
-gdb6	yes	alpha arm i386c mipseb powerpc sparc sparc64 x86_64  
-
-# Cross-build support: spec by machine, default is Build.
-cross	build	*
-# spec by machine (exceptions to above; machines for which distrib works in cross)
-cross	nbhost	acorn32 amiga hp300
-cross	yes	acorn26 algor amd64 arc atari cats cobalt dreamcast ews4800mips
-cross	yes	evbarm evbmips evbppc evbsh3 hp700 hpcarm hpcmips hpcsh i386
-cross	yes	ibmnws luna68k mac68k macppc mipsco mmeye mvme68k mvmeppc
-cross	yes	netwinder news68k newsmips next68k pc532 playstation2 pmax prep
-cross	yes	sandpoint sbmips sgimips shark sparc sparc64 sun2 sun3
-cross	yes	vax x68k xen zaurus
-
-# new distrib support: spec by machine, NO POSITIVE WILDCARDS.
-new-distrib	N/A	*
-new-distrib	yes	acorn26 acorn32 alpha amd64 arc atari cats evbarm
-new-distrib	yes	ews4800mips hp300 hp700 hpcmips ibmnws i386
-new-distrib	yes	mac68k macppc mipsco mvme68k
-new-distrib	yes	news68k newsmips playstation2 pmax pmppc prep
-new-distrib	yes	sandpoint shark sparc sparc64 sun2 sun3 vax x68k xen
-new-distrib	no	amiga bebox evbsh3 mvmeppc pc532
-
 # sysinst support: spec by machine, NO POSITIVE WILDCARDS.
 sysinst	N/A	*
 sysinst	yes	acorn26 acorn32 alpha amd64 amiga bebox cats ews4800mips
@@ -357,11 +310,6 @@
 sysinst	yes	sandpoint shark sparc sparc64 vax x68k xen
 sysinst	no	atari sun2 sun3
 
-
-# X clients: spec by machine.
-X-clients	XF4.4	*
-X-clients	N/A	acorn26 cesfic mvme68k mvmeppc pmppc sandpoint
-
 # X server: spec by machine, NO POSITIVE WILDCARDS.
 X-server	no	*
 X-server	XF4.x	acorn32 alpha amiga cats dreamcast
@@ -451,7 +399,7 @@
 
 # RAS support: spec by arch.
 RAS	no	*
-RAS	yes	alpha arm i386c hp300 hppa mipsel mipseb m68k
+RAS	yes	alpha arm i386c hppa mipsel mipseb m68k
 RAS	yes	sh3eb sh3el sh5el sparc64 x86_64
 
 # new-ctxsw: spec by arch.
Index: developers/features/table
===================================================================
RCS file: /cvsroot/htdocs/developers/features/table,v
retrieving revision 1.675
retrieving revision 1.676
diff -u -r1.675 -r1.676
--- developers/features/table	10 Feb 2007 02:44:47 -0000	1.675
+++ developers/features/table	19 Feb 2007 19:47:06 -0000	1.676
@@ -1,4 +1,4 @@
-# $NetBSD: table,v 1.675 2007/02/10 02:44:47 tsutsui Exp $
+# $NetBSD: table,v 1.676 2007/02/19 19:47:06 chs Exp $
 
 # declare ports (rows) ("port <port> [<port_subdir>]")
 # If <port_subdir> is not specified, it defaults to the name of port.
@@ -116,33 +116,11 @@
 feature gdb 0
 	Which gdb version is used for the port, if any (gdb-5.x, gdb-6.x, or none)?
 featureend gdb
-feature gdb6 0
-	Does the port support gdb-6.x?
-featureend gdb6
-feature cross 0
-	Can the port be cross-built via "build.sh"?  "Build" means that
-	the system can be built to DESTDIR, but the release machinery
-	in distrib is not yet cross-capable; "NBhost" means that the host
-	must be NetBSD.
-featureend cross
-feature new-distrib 0
-	Does the port use the "new" distrib layout for installation filesystems?
-	"yes" means that the port uses the new common structure in
-	src/distrib/common; "no" means that the port uses newfs and vnd
-	to create a filesystem; "N/A" means that the port has no install media
-	requiring a generated filesystem or bootblocks.  (Note that "yes"
-	does not imply that distrib is cross-compilable with installboot, etc.;
-	it only indicates how distrib generates filesystems.)
-featureend new-distrib
 feature sysinst 0
 	Does the port use sysinst for installation?  "no" means that install
 	or diagnostic boot media exists, but sysinst is not on the media or
 	is not the default install method.
 featureend sysinst
-feature X-clients 0
-	Version of X11 binaries shipped for a port. "XF4.4", or "N/A".
-	"N/A" indicates that the port ships no X11 binaries at all.
-featureend X-clients 
 feature X-server 0
 	Does the port provide an X11 server? "XF4.x", "no", or "N/A".
 featureend X-server
@@ -226,9 +204,6 @@
 # special value used to mean missing data.
 value UNSPECIFIED <blink><font color="red">???</font></blink>
 
-# for 1.6 fields
-value cross <font color="green">cross</font>
-
 # for toolchain
 value other <font color="#FFA500">other</font>
 value gcc336 <font color="#FFA500">3.3.6</font>
@@ -325,29 +300,6 @@
 gdb	gdb5	sh3eb sh3el sparc vax x86_64
 gdb	gdb6	arm i386c powerpc sparc64
 
-gdb6	no	*
-gdb6	yes	alpha arm i386c mipseb powerpc sparc sparc64 x86_64  
-
-# Cross-build support: spec by machine, default is Build.
-cross	build	*
-# spec by machine (exceptions to above; machines for which distrib works in cross)
-cross	nbhost	acorn32 amiga hp300
-cross	yes	acorn26 algor amd64 arc atari cats cobalt dreamcast ews4800mips
-cross	yes	evbarm evbmips evbppc evbsh3 hp700 hpcarm hpcmips hpcsh i386
-cross	yes	ibmnws luna68k mac68k macppc mipsco mmeye mvme68k mvmeppc
-cross	yes	netwinder news68k newsmips next68k pc532 playstation2 pmax prep
-cross	yes	sandpoint sbmips sgimips shark sparc sparc64 sun2 sun3
-cross	yes	vax x68k xen zaurus
-
-# new distrib support: spec by machine, NO POSITIVE WILDCARDS.
-new-distrib	N/A	*
-new-distrib	yes	acorn26 acorn32 alpha amd64 arc atari cats evbarm
-new-distrib	yes	ews4800mips hp300 hp700 hpcmips ibmnws i386
-new-distrib	yes	mac68k macppc mipsco mvme68k
-new-distrib	yes	news68k newsmips playstation2 pmax pmppc prep
-new-distrib	yes	sandpoint shark sparc sparc64 sun2 sun3 vax x68k xen
-new-distrib	no	amiga bebox evbsh3 mvmeppc pc532
-
 # sysinst support: spec by machine, NO POSITIVE WILDCARDS.
 sysinst	N/A	*
 sysinst	yes	acorn26 acorn32 alpha amd64 amiga bebox cats ews4800mips
@@ -357,11 +309,6 @@
 sysinst	yes	sandpoint shark sparc sparc64 vax x68k xen
 sysinst	no	atari sun2 sun3
 
-
-# X clients: spec by machine.
-X-clients	XF4.4	*
-X-clients	N/A	acorn26 cesfic mvme68k mvmeppc pmppc sandpoint
-
 # X server: spec by machine, NO POSITIVE WILDCARDS.
 X-server	no	*
 X-server	XF4.x	acorn32 alpha amiga cats dreamcast
@@ -451,7 +398,7 @@
 
 # RAS support: spec by arch.
 RAS	no	*
-RAS	yes	alpha arm i386c hp300 hppa mipsel mipseb m68k
+RAS	yes	alpha arm i386c hppa mipsel mipseb m68k
 RAS	yes	sh3eb sh3el sh5el sparc64 x86_64
 
 # new-ctxsw: spec by arch.