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

v のドラフト (修正版)



鍋谷さん、かねこさん、どうもありがとうございます。
校正を反映したものを出します。引き続きチェックをお願いします。

Package: ocaml
Version: 1.05-2
#Description: ML language implementation with a class-based object system.
Description: クラスベースのオブジェクト体系付きの ML 言語の実装
#  Objective Caml is an implementation of the ML language, based on
#  the Caml Light dialect extended with a complete class-based object system
#  and a powerful module system in the style of Standard ML.
 Objective Caml は ML 言語の実装で、完全なクラスベースのオブジェクト体系と
 Standard ML 形式の強力なモジュール体系を付けることによって拡張された Caml
 Light 方言に基いています。
 .
#  Objective Caml comprises two compilers. One generates bytecode
#  which is then interpreted by a C program. This compiler runs quickly,
#  generates compact code with moderate memory requirements, and is
#  portable to essentially any 32 or 64 bit Unix platform. Performance of
#  generated programs is quite good for a bytecoded implementation:
#  almost twice as fast as Caml Light 0.7. This compiler can be used
#  either as a standalone, batch-oriented compiler that produces
#  standalone programs, or as an interactive, toplevel-based system.
#  The other compiler generates high-performance native code for a number
#  of processors. Compilation takes longer and generates bigger code, but
#  the generated programs deliver excellent performance (better than
#  Standard ML of New Jersey 1.08 on our tests), while retaining the
#  moderate memory requirements of the bytecode compiler.
 Objective Caml は2つのコンパイラを持っています。一つは後に C プログラムが
 解釈するバイトコードを生成します。このコンパイラはとても高速に動作し、メモ
 リの要求は中くらいのコンパクトなコードを生成します。また、本質的にどんな 
 32bit あるいは 64bit Unix プラットフォームでも互換性があります。生成された
 プログラムのパフォーマンスはバイトコードという実装にしてはとても良いです。 
 Caml Light 0.7 の約2倍高速です。このコンパイラは独自のコードを生成するバッ
 チ指向なコンパイラとして単独に使うこともできますし、最上位階層のシステムと
 して対話的に使うこともできます。もう一つのコンパイラは複数のプロセッサのた
 めのハイパフォーマンスなネイティヴコードを生成します。コンパイルには時間が
 かかり、生成されるコードはより大きいですが、卓越したパフォーマンス (テスト
 によると New Jersey 1.08 の Standard ML よりも良い) を提供します。反面、バ
 イトコードコンパイラの省スペース性はそのままです。
 .
#  Before the introduction of objects, Objective Caml was known as Caml
#  Special Light. Objective Caml is almost upwards compatible with Caml
#  Special Light, except for a few additional reserved keywords that have
#  forced some renamings of standard library functions. The script
#  tools/csl2ocaml in the distribution can be used to automate the
#  conversion from Caml Special Light to Objective Caml.
 オブジェクトの紹介の前に、 Objective Caml は Caml Special Light として知ら
 れています。Objective Caml は標準ライブラリ関数のリネームを余儀なくさせた
 予約語が二、三追加された点を除いて Caml Special Light とほぼ上位互換です。
 ディストリビューションの tools/csl2ocaml というスクリプトを使うことで Caml
 Special Light から Objective Caml への自動変換ができます。
#
Version: 1.05-2
#Description: ML language implementation with a class-based object system.
#  Objective Caml is an implementation of the ML language, based on
#  the Caml Light dialect extended with a complete class-based object system
#  and a powerful module system in the style of Standard ML.
# .
#  Objective Caml comprises two compilers. One generates bytecode
#  which is then interpreted by a C program. This compiler runs quickly,
#  generates compact code with moderate memory requirements, and is
#  portable to essentially any 32 or 64 bit Unix platform. Performance of
#  generated programs is quite good for a bytecoded implementation:
#  almost twice as fast as Caml Light 0.7. This compiler can be used
#  either as a standalone, batch-oriented compiler that produces
#  standalone programs, or as an interactive, toplevel-based system.
#  The other compiler generates high-performance native code for a number
#  of processors. Compilation takes longer and generates bigger code, but
#  the generated programs deliver excellent performance (better than
#  Standard ML of New Jersey 1.08 on our tests), while retaining the
#  moderate memory requirements of the bytecode compiler.
# .
#  Before the introduction of objects, Objective Caml was known as Caml
#  Special Light. Objective Caml is almost upwards compatible with Caml
#  Special Light, except for a few additional reserved keywords that have
#  forced some renamings of standard library functions. The script
#  tools/csl2ocaml in the distribution can be used to automate the
#  conversion from Caml Special Light to Objective Caml.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: ocamltk
Version: 41-1
#Description: Objective Caml library for the Tk graphics
Description: Tk グラフィックのための Objective Caml ライブラリ
#  Objective Caml is an implementation of the ML language, based on
#  the Caml Light dialect extended with a complete class-based object system
#  and a powerful module system in the style of Standard ML.
 Objective Caml は ML 言語処理系で、Standard ML に完全なクラスベースのオブ
 ジェクト体系と強力なモジュール体系を付けることによって拡張された Caml
 Light 方言に基いています。
 .
#  CamlTk41 is a library for interfacing Objective Caml
#  with the scripting language Tcl/Tk.
CamlTk41 は Objective Caml と Tcl/Tk スクリプト言語のインターフェースを取るライブラリです。 
#
Version: 41-1
#Description: Objective Caml library for the Tk graphics
#  Objective Caml is an implementation of the ML language, based on
#  the Caml Light dialect extended with a complete class-based object system
#  and a powerful module system in the style of Standard ML.
# .
#  CamlTk41 is a library for interfacing Objective Caml
#  with the scripting language Tcl/Tk.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: octave-ci
Version: 98.02-2
#Description: Contributed functions for the GNU Octave language
Description: GNU Octave 言語に寄与した関数群
# The octave-ci package provides almost two hundred functions for GNU Octave,
# a (mostly Matlab (R) compatible) high-level language primarily intended
# for numerical computations.
 octave-ci パッケージは GNU Octave に 200 くらいの関数を提供します。 Octave 
 は(ほぼ Matlab (R) と互換性のある)高級言語であり,主として数値計算用です。
 .
# The files in this package are grouped by the following directories:
# filefun, neural-nets, listfun, timefun, general, and misc.
 このパッケージのファイルは以下のようなディレクトリにグループ分けされていま
 す。それらは filefun, neural-nets, listfun, timefun, general, misc です。
 .
# Other parts of this package have been integrated into GNU Octave itself as
# of version 2.0.13.92.
 このパッケージの他の部分はバージョン 2.0.13.92 現在の GNU Octave それ自身
 に統合されています。
Version: 98.02-1
#Description: Contributed functions for the GNU Octave language
Description: GNU Octave 言語に寄与した関数群
# The octave-ci package provides almost two hundred functions for GNU Octave,
# a (mostly Matlab (R) compatible) high-level language primarily intended
# for numerical computations.
 octave-ci パッケージは GNU Octave に 200 くらいの関数を提供します。 Octave 
 は(ほぼ Matlab (R) と互換性のある)高級言語であり,主として数値計算用です。
 .
# The files in this package are grouped by the following directories:
# filefun, linear-algebra, neural-nets, statistics, finance, listfun,
# signal, timefun, general, and misc.
 このパッケージのファイルは以下のようなディレクトリにグループ分けされていま
 す。それらは filefun, linear-algebra, neural-nets, statistics, finance, listfun, signal, timefun, general, misc です。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: octave-htmldoc
Version: 2.0.13.95-1
#Description: HTML documentation on the GNU Octave language
Description: GNU Octave 言語の HTML ドキュメント
# Octave is a (mostly Matlab (R) compatible) high-level language, primarily
# intended for numerical computations. It provides a convenient command-line
# interface for solving linear and nonlinear problems numerically.
 Octave は(ほぼ Matlab (R) と互換性のある)高級言語であり,主として数値計
 算用です。線形問題や非線型問題を数値的に解くための便利なコマンドライン
 インタフェースを提供します。
# octave の訳をそのまま使いました。
 .
# Octave uses some of the best and most respected numerical libraries as
# balgen, dassl, eisspack, fftpack, lapack, linpack, minpack, odepack,
# ranlib, slatec-fn and villad. Octave can be dynamically extended with
# user-supplied C++ files.
 Octave は balgen,dassl,eisspack,fftpack,lapack,linpack,minpack,
 odepack,ranlib,slatec-fn および villad のように非常に信頼されている数
 値計算ライブラリを使用します。Octave はユーザに供給される C++ ファイル
 によって動的に拡張することもできます。
 .
# This packages provides the following documentation in html format:
# the FAQ, a document on the C++ classes used by Octave, as well as the main
# octave documentation which is also included in info format in the main
# Octave package.
 このパッケージは Octave のメインドキュメントと共に FAQ ならびに Octave が
 使う C++ のクラスについてのドキュメントを HTML 形式で提供しています。メイ
 ンドキュメントは info フォーマットであり、 octave パッケージにも含まれてい
 ます。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: octave-plplot
Version: 0.3-7
#Description: PLplot (a scientific ploting library) interface for Octave
Description: Octave の PLplot (科学用プロットライブラリ) インターフェース
# This package enables you to use PLplot from within Octave.  When this
# package is installed, many plotting function of Octave's core have
# PLplot counterparts.  The user can switch between both libraries with
# the function `use_plplot'.
 このパッケージによって Octave 内から PLplot を使うことが可能になります。こ
 のパッケージをインストールすると、 Octave の核のたくさんのプロット機能が 
 PLplot のプロット機能を持つようになります。ユーザは use_plplot 関数によっ
 て両方のライブラリを切替えることができます。
 .
# Using it instead of the regular gnuplot interface, you have the
# following advantages:
 通常の gnuplot インターフェースではなくこれを使うことで、以下のような利点
 があります。
 .
#   - Use a superior plotting package, having access to dozens of
#     plotting commands, enabling you to customize your plots at your
#     will.
   - 数十ものプロットコマンドを利用でき、思い通りにプロットをカスタマ
     イズできるので、優れたプロットパッケージである。
 .
#   - Still use the same plot commands that you are familiarized, if you
#     really want to.
   - 本当に使いたいときは慣れ親しんだものと同じプロットコマンドが使え
     る。
 .
#   - Have some new and long waited ploting command scripts.
   - 新しく待ちこがれていたプロットコマンドのスクリプトがある
 .
# Besides having acess to all PLplot API commands, and all Octave usual
# commands, some with some improvements, new commands are
# available. They are: autostyle, ginput, gtext, legend, cmap, pldef,
# save_fig, set_view, shade, stripc, stripc_add, stripc_del, tdeblank,
# text, xticks, and zoom.
 すべての PLplot API コマンドとすべての Octave の通常のコマンド(いくつかは
 拡張されている)がアクセス可能である他に新しいコマンドがあります。それらは 
 autostyle, ginput, gtext, legend, cmap, pldef, save_fig, set_view, shade,
 stripc, stripc_add, stripc_del, tdeblank, text, xticks, zoom です。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: octave-staticlibs
Version: 2.0.13.95-1
#Description: Static libraries for the GNU Octave language
Description: GNU Octave 言語のための静的ライブラリ
# Octave is a (mostly Matlab (R) compatible) high-level language, primarily
# intended for numerical computations. It provides a convenient command-line
# interface for solving linear and nonlinear problems numerically.
 Octave は(ほぼ Matlab (R) と互換性のある)高級言語であり,主として数値計
 算用です。線形問題や非線型問題を数値的に解くための便利なコマンドライン
 インタフェースを提供します。
 .
# Octave uses some of the best and most respected numerical libraries as
# balgen, dassl, eisspack, fftpack, lapack, linpack, minpack, odepack,
# ranlib, slatec-fn and villad. Octave can be dynamically extended with
# user-supplied C++ files.
 Octave は balgen,dassl,eisspack,fftpack,lapack,linpack,minpack,
 odepack,ranlib,slatec-fn および villad のように非常に信頼されている数
 値計算ライブラリを使用します。Octave はユーザに供給される C++ ファイル
 によって動的に拡張することもできます。
 .
# This packages provides the static version of the dynamic libraries of the
# octave package. You only need this package if you want to link applications
# statically.
 このパッケージは octave パッケージのダイナミックライブラリの静的バージョン
 を提供します。アプリケーションを静的にリンクしたいときのみこのパッケージが
 必要となります。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: offix-editor
Version: 2.4-11
#Description: Yet another text editor for X
Description: もう一つの X 上のテキストエディタ
# Offix-Editor is a (pretty poor) text editor for X with drag
# and drop.
 Offix-Editor は drag & drop 機能を塔載した(かなり貧弱)なテキストエディタで
 す。
Version: 2.4-10
#Description: Yet another text editor for X
Description: もう一つの X 上のテキストエディタ
# Offix-Editor is a (pretty poor) text editor for X with drag
# and drop and accents capabilities.
 Offix-Editor は drag & drop 機能とアクセント (grave や umlaut など) 表示機
 能を塔載した(かなり貧弱)なテキストエディタです。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: offix-execute
Version: 2.4a-4
#Description: Wrapper to start non-X applications in a X11 window.
Description: X11 の window で非 X な application を実行するラッパ
#Description を短くするため、カタカナをわざと英語にしました。
# Execute is a simple tool that work as a wrapper to non-X applications. It
# redirects stdout/stderr of application to an X window. From that window the
# user is able to abort the running program, to quit completely or to restart
# the application.
 Execute は非 X なアプリケーションのためのラッパとして働くシンプルなツール
 です。アプリケーションの標準出力と標準エラー出力を X のウィンドウにリダイ
 レクトします。ユーザはそのウィンドウから動作しているプログラムを強制終了す
 ることと、完全に終了することと、再実行することができます。
 .
# This program is part of the OffiX program suite.
 このプログラムは OffiX プログラム群の一部です。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: offix-trash
Version: 2.4-8
#Description: A trashcan for X11.
Description: X11 でのゴミ箱
# Trash is a black-hole intended to be used with "files". Every file dropped
# on trash will be moved to a temporary hidden directory. If you want, the
# "delete all" button will remove the files in trash from your disk forever.
# The good things is that the files in trash can be recovered (undeleted).
 Trash は files と共に使われることを想定したブラックホールです。ゴミ箱に捨
 てされたファイルはすべて一時的な隠しディレクトリに移動されます。もし望むな
 ら "delete all" ボタンを押すことでゴミ箱にあるファイルをディスクから永久に
 消すこともできます。いいことはゴミ箱にあるファイルは復元 (undelete) 可能で
 あることです。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: oldmitpthreads
Version: 0.1
#Description: OLD MIT-pthreads from libc5-5.4.17, for gnat use
Description: 
# The MIT pthreads libraries, factored out for gnat use. The only thing that
# should care about this is GNAT; other packages should probably convert
# to LinuxThreads.
 MIT pthreads ライブラリは GNAT 専用となっています。これについて考慮すべき
 物は GNAT です。他のパッケージはおそらく LinuxThreads に移行すべきでしょう。
  
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: oleo
Version: 1.6-14
#Description: GNU spreadsheet program
Description: GNU の表計算ソフト
# Oleo is a spreadsheet program (better for you than the more expensive
# spreadsheet).  It is an X client and also runs on character-based
# terminals.  It can generate embedded Postscript renditions of
# spreadsheets.  Keybindings should be familiar to Emacs users and are
# configurable by users.
 Oleo は表計算ソフト(高価な表計算よりもよい)です。 X クライアントですが、文
 字ベースの端末でも動作します。スプレッドシートを埋め込んだポストスクリプト
 を生成することができます。キーバインドは Emacs ユーザに馴染みやすいがカス
 タマイズすることが可能です。
#spreadsheet は「表計算」か「スプレッドシート」か?
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: olwm
Version: 3.2p1.4-5
#Description: Open Look Window Manager
Description: OpenLook ウィンドウマネージャ
# This package contains the traditional Open Look Window Manager. For an
# extended version that offers virtual desktops, have a look at the package
# `olvwm'.
 本パッケージには、伝統的な OpenLook ウィンドウマネージャを収録しています。
 仮想デスクトップを提供している拡張版が欲しいならば olvwm パッケージを見て
 ください。
# this package は「本パッケージ」
# contain は「収録」
#と訳を統一した方がいいですね。 table.skk に入れときました。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: omirr
Version: 0.3-6
#Description: Online Mirror Daemon
Description: オンラインミラーデーモン
# Duplicates directory hierarchies between several machines.
# The omirr package consists of the online mirror daemon in.omirrd and a
# kernel patch.  The daemon supports mirroring of directory hierarchies
# between several machines.  It distributes files, file contents and
# file attributes to remote machines, comparable to the rdist(1)
# program, but it has several differences compared to rdist.
 複数のマシン間でディレクトリ階層を複製します。omirr パッケージはオンライン
 ミラーデーモンである in.omirrd とカーネルパッチから成っています。このデー
 モンは複数のマシン間でディレクトリ階層のミラーリングをサポートしています。
 in.omirrd はファイル、すなわちファイルの内容と属性をリモートマシンへ配送し
 ます。 rdist(1) と比較できますが、いくつか違いがあります。
 .
# Firstly, it synchronizes the files online, usually immediately, using
# an interface to the local kernel which notifies the daemon about all
# file system modifications. This results in equivalent file system
# contents of the mirrored hierarchies on all machines. The daemon is
# started once, usually at boot time and then runs continuously. In
# contrast, the rdist program is started manually or from cron, then
# distributes its files and terminates.
 第一に、 in.omirrd はオンラインで普通はすぐにファイルを同期させます。これ
 にはすべてのファイルシステムの変更をデーモンに知らせる局所的なカーネルへの
 インターフェースを使っています。この結果、ミラーされたディレクトリ階層はす
 べてのマシンで同じ内容になります。デーモンは一度 (普通はブート時) 起動した
 ら連続的に動作します。対照的に、 rdist は手動あるいは cron から起動されて、
 ファイルを配送したら終了してしまいます。
 .
# Secondly, it allows symmetric mirroring. With rdist, one file system
# hierarchy is the master version used to update the others. The
# hierarchies synchronized by in.omirrd are all treated equally,
# i.e. there is no master copy. The file system modifications are
# time-stamped and in.omirrd uses the latest version of each file. This
# is the same as concurrently modifying the same file from two Unix
# processes: the last modification takes effect. But, since in.omirrd
# does not support file (or even record) locking, it should not be used
# for file system hierarchies with a lot of concurrent updates on
# several machines or for files usually accessed using locking
# mechanisms, like database files.
 第二に、対称的なミラーリングをサポートしています。rdist なら一つのディレク
 トリ階層は他を更新するための元となる版です。in.omirrd が同期を取るディレク
 トリ階層は対等に扱われます。すなわち元となる版がないです。ファイルシステム
 の変更はタイムスタンプが管理され、 in.omirrd はそれぞれのファイルで最新の
 ものを使います。これは2つの Unix のプロセスから同じファイルを同時に変更す
 ることと同じです。すなわち、最後の更新が有効となります。しかし、 in.omirrd 
 はファイルのロック(記録さえも)サポートしていませんので、複数のマシンで同時
 に更新されることが頻繁に起こるファイルシステムや、データベースファイルのよ
 うな普段ロック機構を使ってアクセスされるファイルでは使わない方がよいでしょ
 う。
 .
# Thirdly, it can synchronize several remote machines concurrently.
# rdist updates multiple hosts sequentially.
 第三に、 in.omirrd は同時に複数のリモートマシンを同期させることができます。 
 rdist は順次に更新します。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: omniorb
Version: 2.5.0-5
#Description: An object request broker (ORB) implementation
Description: object request broker (ORB) の実装
# omniorb is a freely available Common Object Request Broker
# Architecture (CORBA) 2.0 compliant object request broker (ORB)
# implementation.  It is based on the IIOP communications
# protocol and should be interoperable with any other
# CORBA 2.0 compliant ORB.
 omniorb はフリーな Common Object Request Broker Architecture (CORBA) 2.0 
 準拠の object request broker (ORB) の実装です。 IIOP 通信プロトコルに基き、
 ほかの CORBA 2.0 準拠の ORB で互いに操作可能なはずです。
 .
# This is a development package which contains an Interface
# Definition Language (IDL) to C++ (pre)compiler as well as
# the ORB library. This environment will allow you to develop
# distributed objects which can communicate with other objects
# without any regard to their location, platform, or language.
# Therefore, it probably makes sense to also install a C++
# development environment for this package to be useful.
 本パッケージは開発用であり、 ORB ライブラリと共に C++ (プリ) コンパイラの
 ための Interface Definition Language (IDL) を収録しています。この環境によ
 り置き場やプラットフォームや言語に関係なく他のオブジェクトと通信することが
 できる分散オブジェクトを開発することが可能になるでしょう。従ってこのパッケー
 ジを便利にするために C++ 開発環境もインストールすることは意味があることで
 しょう。
 .
# If none of the above terminology sounds familiar then you
# most likely don't need this package.
もし上記の用語になじみがないなら、十中八九本パッケージは必要ないでしょう。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: oneko
Version: 1.1b-7
#Description: a cat chases the cursor (now a mouse) around the screen
Description: カーソル (今ではマウスの) を猫が追いかける
# A cat (neko) chases the cursor (now a mouse) around the screen while
# you work.  Alternatively, a dog chases a bone.
 あなたが働いている間、猫が画面を動き回っているカーソル (今ではマウスの) を
 追いかけます。犬が骨を追いかける様にもできます。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: oo2c
Version: 1.3.11-2
#Description: The Oberon-2 to ANSI-C Translator
Description: Oberon-2 から ANSI-C への変換を行う
# oo2c is the first compiler of the Optimizing Oberon-2 Compiler project.
# OOC's goal is to provide optimizing native code Oberon-2 compilers for a
# number of popular computer architectures.  The OOC home page is
 oo2c は Optimizing Oberon-2 Compiler project の最初のコンパイラです。OOC 
 の目標はよく使われている多くのコンピュータアーキテクチャのOberon-2 のネイ
 ティヴコードコンパイラを提供する事です。
#
 OOC のホームページは
   http://www.uni-kl.de/OOC/
 です。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: open
Version: 1.4-10
#Description: start a program on a new virtual terminal (VT)
Description: 新しい仮想端末 (VT) でプログラムを起動する
# Open opens a new vt and runs a command on it. It can be used as a simple
# way to start several console logins without having to type your passwd
# on each VT in turn. open can be used as a simpler to use replacement for
# the doshell(8) command.
 open は新しい VT を開き、そこでコマンドを実行します。open は自分のパスワー
 ドをその都度入力しないで複数のコンソールにログインするための簡単な方法とし
 て使われています。open を doshell(8) コマンドを置き換えて使うためのより単
 純なものとして使えます。
# 最後の訳には自身がありません。
 .
# open is similar in functionality to the AIX/RS6000 command of the same name.
 open は AIX/RS6000 での open コマンドと機能的に似ています。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: openc++
Version: 2.5.3-3
#Description: extensible C++ compiler
Description: 拡張可能な C++ コンパイラ
# OpenC++ is a tool for source-code translation for C++.
# Programmers can easily implement various kinds of
# translation so that they can define new syntax,
# new annotation, and new object behavior.
# Web Page: http://www.softlab.is.tsukuba.ac.jp/~chiba/
 openC++ は C++ のソースコード変換のためのツールです。プログラマは新たな構
 文、新たな注解、新たなオブジェクトの振舞いを定義できるようにさまざまな変換
 を容易にできます。
 ウェブページは http://www.softlab.is.tsukuba.ac.jp/~chiba/ です。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: opie
Version: 2.31-3
#Description: A S/Key compatible One Time Password (OTP) system
Description: S/Key 互換の使い捨てパスワードプログラム(OTP)
# This package provides the programs neccesary for responding to OPIE or
# S/Key challanges
 このパッケージは,OPIE や,S/Key 接続試行に反応するために必要な
 プログラムを提供します。
 .
# OPIE is a package derived from the Bellcore S/Key Version 1 distribution
# that helps to secure a system against replay attacks. It does so using a secure
# hash function and a challenge/response system.
# OPIE was developed at and for the United States Naval Research Laboratory (NRL).
# It is derived in part from Berkeley Standard Distribution UNIX and the Bellcore
# S/Key Version 1 distribution.
 OPIE は replay attack (同じ操作を繰り返すことでシステムを破ろうとすること) 
 に対しシステムを保護することを支援する Bellcore S/Key バージョン1に由来す
 るものです。それは安全なハッシュ関数とチャレンジ/応答のシステムを使うこと
 によって実現しています。OPIE は米国海軍研究所 (NRL) で開発されました。
# at and for ??
 OPIE は一部分 BSD UNIX と Bellcore S/Key バージョン1に由来します。
Version: 2.3-1
Description: S/Key 互換の使い捨てパスワードプログラム(OTP)
 このパッケージは,OPIE や,S/Key 接続試行に反応するために必要な
 プログラムを提供します。
 .
 OPIE はインターネットスタンダードトラックで考えられている,
 使い捨てパスワード(OTP)システムの実装の一つです。
 OPIE はワンタイムパスワードシステムを提供します。このシステムは,
 インターネットの公衆の場で行なわれる,パッシブアタック(RFC 1704参照)
 に対して, 安全でなければならない。 このシステムは,能動辞書攻撃には
 弱いが,現在ではそれほど広がっていないし,システム監視ツールで,
 それの発見はできます。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: opt
Version: 3.5-1
#Description: Options Parsing Tool shared library
Description: オプション解析共有ライブラリ
# opt is a subroutine library which facilitates the convenient input
# of parameters to a C program. Parameters are parsed from a command
# line, with further facilities for reading options from files, from
# environment strings, or from an interactive environment. The aim of
# the opt package is to permit programs to be both user- and
# programmer- friendly. The package attempts to on the one hand
# provide a direct and relatively full-featured input interface to the
# ultimate user of the program, and at the same time impose a minimal
# amount of work on the programmer to "attach" the package to his or
# her software. It is similar to GNU's (and AT&T's old) getopts
# package, but with a different interface that might be easier to use.
 opt は C プログラムへのパラメータの慣習的な入力を容易にするサブルーチンラ
 イブラリです。パラメータはコマンドラインから、あるいは追加機能としてファイ
 ルや環境変数や対話的な環境からオプションを読み込んで解析されます。本パッケー
 ジの目的はプログラムをユーザにもプログラマにも優しくすることです。本パッケー
 ジは一方ではプログラムの最終的なユーザと直接的な比較的完成された入力インター
 フェースを提供します。そして同時に自分のソフトウェアに本パッケージを「加え
 る」ためにはプログラマは最小限の労力しか要りません。GNU の (また AT&T の古
 い) getopts パッケージに似ていますが、より使いやすいであろう異ったインター
 フェースが採用されています。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: optimizer
Version: 0.0.9f-1
#Description: Assembler Code optimizer for MMX, PPro and Pentium
Description: MMX、Pentium Pro、Pentium のためアセンブラコードの最適化
# Optimizer optimizes GCC/G++ assembler code to run
# with Pentium or Pentium Pro instructions and with or
# without MMX instructions. The result is that the
# program runs faster.
 optimizer は GCC/G++ アセンブラコードを Pentium 命令あるいは Pentium Pro 
 命令で動くように、 MMX 命令有り/無しで動くように最適化します。
# 言いたいことはわかるけど、うまく日本語にできないなぁ。
 その結果、プログラマはより高速に動作します。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: opustex
Version: 0.84-3
#Description: Typeset music scores with TeX
Description: TeX で楽譜をタイプセットする
# music score って楽譜かな?
# This is OpusTeX beta-test Version 0.84 (February 1998).  This package
# contains the OpusTeX macros, musixflex, OpusTeX User's Manual in LaTeX
# source and DVI formats, and example source OpusTeX music score files.
 これは OpusTeX ベータテスト バージョン 0.84 (1998年2月版) です。本パッケー
 ジには OpusTex マクロ、 musixflex、OpusTeX ユーザマニュアル (LaTeX ソース
 と DVI 形式) 、OpusTeX 楽譜ファイルのサンプルソースを収録しています。
# musixflex  は musicflex の typo?
 .
# OpusTeX is a set of versatile and power TeX macros to typeset polyphonic,
# orchestral or choral music.  It allows very fine control and produces
# professional printed music scores.
 OpusTeX は polyphonic や管弦楽や合唱楽をタイプセットするための万能で強力な 
 TeX マクロの集合です。とても繊細な制御が可能でプロ並みの印刷された楽譜を生
 成します。
 .
# OpusTeX is still a beta-test Version and only dedicated for those, who
# want to work with and--more important--to work on.
 OpusTeX はまだベータテスト版であり、 OpusTeX に協力する人や
 *より重要である* OpusTeX に従事する人のみにしか捧げられません。
 .
# Due to the important amount of information to be provided to the
# typesetting process, coding OpusTeX might appear to be awfully
# complicated, especially for beginners.  Therefore, it is recommended
# to use OpusTeX with some pre-processors such as ABC2MTeX.
# Visit the GMD Music Archive at http://www.gmd.de/Misc/Music/ and check
# the MuTeX Mailing List Archive for more information.
 タイプセットプロセスへ提供される重要な情報のせいで、特に初心者にとって 
 OpusTeX のコーディングはひどく複雑と思われるかもしれません。従って、 
 ABC2MTeX のようないくつかのプリプロセッサと一緒に OpusTeX を使うことをお薦
 めします。もっと情報が欲しければ、 http://www.gmd.de/Misc/Music/ にある 
 GMD Music Archive を訪ね、 MuTeX メーリングリストアーカイヴをチェックして
 ください。
 .
# Authors: Ross Mitchell (Australia)
 作者達:  Ross Mitchell (オーストラリア)
          Andreas Egler <Andreas_Egler@xxxxxxxxxxx>
          Daniel Taupin <taupin@xxxxxxxxxxxxx>

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: orbit
Version: 0.3.0-2
#Description: A CORBA ORB (part of Gnome)
Description: A CORBA ORB (Gnome の一部)
# Gnome is the "GNU Network Object Model Environment"
 Gnome は GNU Network Object Model Environment です。
 .
# It is a project to build a complete, user-friendly desktop based
# entirely on free software.
 Gnome は一式のユーザフレンドリなデスクトップをもっぱらフリーソフトウェアを
 ベースに構築するプロジェクトです。
 .
# !! WARNING !!  Gnome is ALPHA software.  If you don't know what that
# means, don't install it.  This package is provided as a "sneak peek" at
# what is under development, not for general use.
 **警告** Gnome は *α版* のソフトウェアです。 Gnome の意図が分からないなら
 ば、インストールしないでください。本パッケージは開発中で試行版として提供さ
 れています。一般的な用途ではありません。
 .
# ORBit is a lightweight CORBA ORB designed for use with the Gnome
# project.
 ORBit は Gnome プロジェクトで使うために設計されたサイズの小さな CORBA ORB 
 です。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: original-awk
Version: 1998-02-11-1
#Description: The original awk described in "The AWK Programming Language"
Description: The AWK Programming Language に述べられている元の awk
# This is the version of awk described in "The AWK Programming Language",
# by Al Aho, Brian Kernighan, and Peter Weinberger
 これは The AWK Programming Language に述べられている awk です。その本は Al
 Aho、 Brian Kernighan、 Peter Weinberger によって書かれました。
 (Addison-Wesley, 1988, ISBN 0-201-07981-X).
# 「プログラミング言語 AWK」って題名で日本語版があったような
  
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: otp
Version: 970425-3
#Description: Generator for One Time Passwords
Description: 一度限りのパスワードを作成する
# ワンタイムパスワードってカタカナ表記していいのかな
# otp  creates  key  and password lists for verification and
# security purposes in a variety of formats.  Keys can be of
# any length, consist of digits or letters (capital or lower
# case), and alphabetic passwords  can  either  be  entirely
# random (most secure) or obey the digraph statistics of En-
# glish text (easier to remember when transcribing, but less
# secure).
 otp は確認とセキュリティの目的でキーとパスワードのリストをあらゆるフォーマッ
 トで作成します。
# security は「セキュリティ」か「セキュリティー」か?
 キーは任意の長さであり、数字か英字 (大文字か小文字) で校正されています。ア
 ルファベットのパスワードは完全にランダム (一番安全) か、英文の連字の統計に
 従います (書き写すときに覚えやすいが、安全度はより低い)。
 .
# For  computer  applications,  for  example  one-time login
# passwords, otp can create a file containing the MD5 signa-
# ture of each of the generated keys.  This permits the com-
# puter to verify keys without the need to store the keys in
# plaintext.
 たとえば一度だけのログインパスワードといった、コンピュータへの応用として、 
 otp は生成されたキー各々について MD5 シグネイチャーを含むファイルを作成し
 ます。これによってコンピュータはキーをプレーンテキストとして格納する必要な
 くキーを確かめることが可能になります。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vat
Version: 4.0b2-5
#Description: LBNL audio conferencing tool over the internet.
Description: インターネットを通じて LBNL 電話会議ツール
# The LBNL audio tool, vat, is a real-time, multi-party, multimedia
# application for audio conferencing over the Internet. Vat is based on
# the Draft Internet Standard Real-time Transport Protocol (RTP)
# developed by the IETF Audio/Video Transport working group. RTP is an
# application-level protocol implemented entirely within vat -- you need
# no special system enhancements to run RTP. Although vat can be run
# point-to-point using standard unicast IP addresses, it is primarily
# intended as a multiparty conferencing application. To make use of the
# conferencing capabilities, your system must support IP Multicast, and
# ideally, your network should be connected to the IP Multicast Backbone
# (MBone).
 LBNL オーディオツールである vat はインターネットを通じて電話会議をするため
 の実時間、複数人、マルチメディアのアプリケーションです。vat はインターネッ
 トのドラフト標準で IETF の音声/映像 トランスポートワーキンググループが開発
 した RTP に準拠しています。 RTP はもっぱら vat 内に実装されたアプリケーショ
 ンレベルのプロトコルです。つまり、 RTP を動作させるために特別にシステムを
 拡張する必要はありません。 vat は標準のユニキャスト IP アドレスを使ってポ
 イントツーポイントで動作するにもかかわらず、多数共用会議アプリケーションと
 して第一に意図されています。会議の能力を役立てるためには、あなたのシステム
 は IP マルチキャストをサポートしていなければなりません。また、理想的にはあ
 なたのネットワークは IP マルチキャストのバックボーン (MBone) に接続されて
 いる方が良いでしょう。
 .
# Vat provides only the audio portion of a multimedia conference; video,
# whiteboard, and session control tools are implemented as separate
# applications. Our video tool is called vic and our whiteboard tool wb,
# UCL developed the session directory tool sdr Other related
# applications include ISI's Multimedia Conference Control, mmcc, the
# Xerox PARC Network Video tool, nv and the INRIA Video-conferencing
# System, ivs.
 vat はマルチメディア会議のオーディオ部分しか提供していません。動画、白板、
 セッションコントロールのツールは別なアプリケーションとして実装されています。
 動画のツールは vic と呼ばれていて、白板ツールは wb と呼ばれています。UCL 
 はセッションディレクトリツールの sdr を開発しました。他の関連ツールは ISI 
 のマルチメディア会議制御の mmcc 、 Xerox の PARC ネットワーク動画ツールの 
 nv 、 INRIA のテレビ会議システムの ivs があります。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vat
Version: 4.0b2-5
#Description: LBNL audio conferencing tool over the internet.
Description: インターネットを通じて LBNL 電話会議ツール
# The LBNL audio tool, vat, is a real-time, multi-party, multimedia
# application for audio conferencing over the Internet. Vat is based on
# the Draft Internet Standard Real-time Transport Protocol (RTP)
# developed by the IETF Audio/Video Transport working group. RTP is an
# application-level protocol implemented entirely within vat -- you need
# no special system enhancements to run RTP. Although vat can be run
# point-to-point using standard unicast IP addresses, it is primarily
# intended as a multiparty conferencing application. To make use of the
# conferencing capabilities, your system must support IP Multicast, and
# ideally, your network should be connected to the IP Multicast Backbone
# (MBone).
 LBNL(Lawrence Berkeley National Laboratory ) によるオーディオツールである 
 vat はインターネットを通じて、実時間、複数の場所からの参加を可能とした音声
 による会議を実現するマルチメディアアプリケーションです。vat はIETF の音声/
 映像 トランスポートワーキンググループが開発したインターネット標準実時間通
 信プロトコル (RTP) のドラフトに基づいています。RTP は完全に vat 内に実装さ
 れたアプリケーションレイヤのプロトコルです。つまり、 RTP を動作させるため
 に特別にシステムを拡張する必要はありません。 vat は標準のユニキャスト IPア
 ドレスを使ってポイントツーポイントで動作はしますが、まず第一に複数の場所か
 らの参加を可能にする会議システムとして意図されています。このような運用形態
 を可能にするには、あなたのシステムは IP マルチキャストをサポートしていなけ
 ればなりません。また、理想的にはあなたのネットワークは IP マルチキャストの
 バックボーン (MBone) に接続されている方が良いでしょう。
 .
# Vat provides only the audio portion of a multimedia conference; video,
# whiteboard, and session control tools are implemented as separate
# applications. Our video tool is called vic and our whiteboard tool wb,
# UCL developed the session directory tool sdr Other related
# applications include ISI's Multimedia Conference Control, mmcc, the
# Xerox PARC Network Video tool, nv and the INRIA Video-conferencing
# System, ivs.
 vat はマルチメディア会議のオーディオ部分しか提供していません。動画、白板、
 セッションコントロールのツールは別なアプリケーションとして実装されています。
 動画のツールは vic と呼ばれていて、白板ツールは wb と呼ばれています。UCL 
 はセッションディレクトリツールの sdr を開発しました。他の関連ツールは ISI 
 のマルチメディア会議制御の mmcc 、 Xerox の PARC ネットワーク動画ツールの 
 nv 、 INRIA のテレビ会議システムの ivs があります。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vera
Version: 1.4a-1
#Description: List of computer acronyms
Description: コンピュータ関連の頭字語リスト
# This is a special GNU edition of V.E.R.A.,
# a list dealing with computational acronyms.
# It comes as one info file.
これはコンピュータ関連の頭字語リストである V.E.R.A の GNU 特集号です。
一つの info ファイルから成っています。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vflib
Version: 2.22pl9-1
Description: 日本語文字コードのベクタフォントライブラリ
Version: 2.22pl10-5
#Description: Vector Font Library for Japanese Character Code
# VFlib is a font library written in C providing several functions to
# obtain bitmaps of characters. VFlib hides the font format of font files
# and provides a unified API for all supported font formats.
 VFlib は C で書かれたフォントライブラリで、文字のビットマップを獲得するた
 めのいくつかの関数を提供しています。 VFlib はフォントファイルのフォントの
 フォーマット隠し、サポートされているフォントフォーマット全てにおいて共通の 
 API を提供します。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vftool
Version: 1.2-3
#Description: virtual font generate tool
Description: 仮想フォントを生成するツール
# This is the kit generating virtual fonts.
これは仮想フォントを生成するための道具一式です。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vgacardgames
Version: 1.3.1-4
#Description: Four SVGAlib card games
Description: 4つの SVGAlib を使うカードゲーム
# A collection of the card games Oh Hell!, Spider, Klondike and
# another solitaire game.  They use a mouse and svgalib in the VGA
# mode 640x480x16.
 カードゲーム集です。Oh Hell! 、 Spider 、 Klondike ともう一つのソリティア
 です。640x480x16 VGA モードでマウスと SVGAlib を使います。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vgacardgames
Version: 1.3.1-4
#Description: Four SVGAlib card games
Description: 4つの SVGAlib を使うカードゲーム
# A collection of the card games Oh Hell!, Spider, Klondike and
# another solitaire game.  They use a mouse and svgalib in the VGA
# mode 640x480x16.
 カードゲームの集まりです。Oh Hell! 、 Spider 、 Klondike ともう一つのソリ
 ティアです。640x480x16 VGA モードでマウスと SVGAlib を使います。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vgagamespack
Version: 1.3-7
#Description: SVGAlib games ConnectN, Othello, and Mines
Description: SVGAlib ゲーム。 ConnectN、 オセロ、マインスイーパー
# This package includes clones of these popular games that work under
# SVGAlib. (mouse highly recommended)
 本パッケージは SVGAlib の下で動く人気のあるゲームのクローンを収録していま
 す。(マウスの利用を特に勧めます)
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vgrind
Version: 5.7-12
#Description: Run-off preprocessor for program sources
Description: プログラムソースのための run-off プリプロセッサ
# Vgrind formats the program sources which are arguments in a nice style
# using groff(1). Comments are placed in italics, keywords in bold face, and
# the name of the current function is listed down the margin of each page
# as it is encountered.
 vgrind は groff(1) を使って洗練された形式の引数であるプログラムソースをフォー
 マットします。コメントはイタリック体、キーワードはボールド体になります。現
 在の関数名はそれが現れた各々のページの下マージンにリストされます。
 .
# Vgrind runs in two basic modes, filter mode (see the -f option) or regu-
# lar mode.  In filter mode vgrind acts as a filter in a manner similar to
# tbl(1).
 vgrind はフィルタモード (-f オプション参照) と通常モードの2つの基本的なモー
 ドで動作します。フィルタモードでは vgrind は tbl(1) のようにフィルタとして
 動作します。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vice
Version: 0.14.2.75-2
#Description: The Versatile Commodore Emulator
Description: 多彩なコモドールエミュレータ
# VICE emulates well the hardware of the Commodore Business Machines of
# the pre-Amiga era. Supported are the various Pets, the VIC-20, the
# Commodore 64 and (incompletely) the Commodore 128.
 VICE は Amiga 以前のコモドールビジネスマシンのハードウェアを上手にエミュレー
 トします。ペット、VIC-20、コモドール64、コモドール128といったたくさんの 
 pet をサポートしています。
 .
# This package does not contain the various ROM images needed to
# actually use the emulators but includes a script which will attempt to
# download them from a number of well-known locations. The legal status
# of the ROM images is currently unknown; VICE itself is unencumbered.
 本パッケージには実際にエミュレータを動かすにあたって必要となる色々な ROM 
 イメージは含まれていませんが、多数の良く知られた場所から ROM イメージをダ
 ウンロードしようとするスクリプトが含まれています。ROM イメージの法的地位は
 今のところ分かっていません。 VICE そのものは法に抵触していません。
Version: 0.13.0-2
#Description: The Versatile Commodore Emulator
Description: 多彩なコモドールエミュレータ
# This suite of programs provide a reasonably close emulation of the
# Commodore Business Machines of the pre-Amiga era. This includes the
# Pet, the VIC-20 and the Commodore 64. Support for the Commodore 128
# is broken at present.
 このプログラム一式は Amiga 以前のコモドールビジネスマシンを適正に近くエミュ
 レートします。これにはペット、 VIC-20、コモドール64 が含まれます。コモドー
 ル128については現在のところサポートしていません。
 .
# This package does not contain the various ROM images needed to
# actually use the emulators but includes a script which will attempt to
# download them from a number of well-known locations. The legal status
# of the ROM images is currently unknown; VICE itself is unencumbered.
 本パッケージには実際にエミュレータを動かすにあたって必要となる色々な ROM 
 イメージは含まれていませんが、多数の良く知られた場所から ROM イメージをダ
 ウンロードしようとするスクリプトが含まれています。ROM イメージの法的地位は
 今のところ分かっていません。 VICE そのものは法に抵触していません。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vim
Version: 5.3-10
#Description: Vi IMproved - enhanced vi editor
# Vim is an almost compatible version of the UNIX editor Vi.  Many new features
# have been added: multi level undo, syntax highlighting, command line history,
# on-line help, filename completion, block operations, etc.
Description: Vi IMproved - 強化版vi
 vimはUNIXのviとほほぼコンパチなエディタです。たくさんの新機能が追加されて
 います:複数回のundo、構文ハイライト、コマンド行のヒストリ機能、オンライン
 ヘルプ、ファイル名補完、ブロック操作、などです。
 .
# This packages contains the vim program itself. The runtime-files are in the
# vim-rt package.
本パッケージには vim プログラムそのものを収録しています。ランタイムファイルは vim-rt パッケージにあります。
Version: 5.0-0.2
#Description: Vi IMproved - enhanced vi editor
# Vim is an almost compatible version of the UNIX editor Vi.  Many new features
# have been added: multi level undo, syntax highlighting, command line history,
# on-line help, filename completion, block operations, etc.
Description: Vi IMproved - 強化版vi
 vimはUNIXのviとほぼコンパチなエディタです。たくさんの新機能が追加されて
 います:複数回のundo、構文ハイライト、コマンド行のヒストリ機能、オンライン
 ヘルプ、ファイル名補完、ブロック操作、などです。
Version: 4.6-1
Description: Vi IMproved - 強化版vi
 vimはUNIXのviとほほぼコンパチなエディタです。'Q'コマンドだけが欠けています
 (それは必要ないからです)。たくさんの新機能が追加されています:
 複数回のundo、コマンド行のヒストリ機能、ファイル名補完、ブロック操作、
 などです。詳しくは /usr/doc/vim/difference.doc を読んでください。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vim
Version: 5.3-10
#Description: Vi IMproved - enhanced vi editor
# Vim is an almost compatible version of the UNIX editor Vi.  Many new features
# have been added: multi level undo, syntax highlighting, command line history,
# on-line help, filename completion, block operations, etc.
Description: Vi IMproved - 強化版vi
 vimはUNIXのviとほほぼコンパチなエディタです。たくさんの新機能が追加されて
 います:複数回のundo、構文ハイライト、コマンド行のヒストリ機能、オンライン
 ヘルプ、ファイル名補完、ブロック操作、などです。
 .
# This packages contains the vim program itself. The runtime-files are in the
# vim-rt package.
本パッケージには vim プログラムそのものを収録しています。ランタイムファイルは vim-rt パッケージにあります。
Version: 5.0-0.2
#Description: Vi IMproved - enhanced vi editor
# Vim is an almost compatible version of the UNIX editor Vi.  Many new features
# have been added: multi level undo, syntax highlighting, command line history,
# on-line help, filename completion, block operations, etc.
Description: Vi IMproved - 強化版vi
 vimはUNIXのviとほほぼコンパチなエディタです。たくさんの新機能が追加されて
 います:複数回のundo、構文ハイライト、コマンド行のヒストリ機能、オンライン
 ヘルプ、ファイル名補完、ブロック操作、などです。
Version: 4.6-1
Description: Vi IMproved - 強化版vi
 vimはUNIXのviとほほぼコンパチなエディタです。'Q'コマンドだけが欠けています
 (それは必要ないからです)。たくさんの新機能が追加されています:
 複数回のundo、コマンド行のヒストリ機能、ファイル名補完、ブロック操作、
 などです。詳しくは /usr/doc/vim/difference.doc を読んでください。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vim-perl
Version: 5.3-10
#Description: Vi IMproved - with perl support
# Vim is an almost compatible version of the UNIX editor Vi.  Many new features
# have been added: multi level undo, syntax highlighting, command line history,
# on-line help, filename completion, block operations, etc.
Description: Vi IMproved - perl サポート
 vimはUNIXのviとほほぼコンパチなエディタです。たくさんの新機能が追加されて
 います:複数回のundo、構文ハイライト、コマンド行のヒストリ機能、オンライン
 ヘルプ、ファイル名補完、ブロック操作、などです。
 .
# This packages contains the vim program itself. The runtime-files are in the
# vim-rt package. It has been build with perl interpreter support.
 本パッケージには vim プログラムそのものを収録しています。ランタイムファイ
 ルは vim-rt パッケージにあります。それは perl インタープリタをサポートして
 います。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vim-python
Version: 5.3-10
#Description: Vi IMproved - with python support
# Vim is an almost compatible version of the UNIX editor Vi.  Many new features
# have been added: multi level undo, syntax highlighting, command line history,
# on-line help, filename completion, block operations, etc.
Description: Vi IMproved - python サポート
 vimはUNIXのviとほほぼコンパチなエディタです。たくさんの新機能が追加されて
 います:複数回のundo、構文ハイライト、コマンド行のヒストリ機能、オンライン
 ヘルプ、ファイル名補完、ブロック操作、などです。
 .
# This packages contains the vim program itself. The runtime-files are in the
# vim-rt package. It has been build with python interpreter support.
 本パッケージには vim プログラムそのものを収録しています。ランタイムファイ
 ルは vim-rt パッケージにあります。それは python インタープリタをサポートし
 ています。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vim-rt
Version: 5.3-11
#Description: Vi IMproved - runtime support files
# Vim is an almost compatible version of the UNIX editor Vi.  Many new features
# have been added: multi level undo, syntax highlighting, command line history,
# on-line help, filename completion, block operations, etc.
Description: Vi IMproved - ランタイムファイル
 vimはUNIXのviとほほぼコンパチなエディタです。たくさんの新機能が追加されて
 います:複数回のundo、構文ハイライト、コマンド行のヒストリ機能、オンライン
 ヘルプ、ファイル名補完、ブロック操作、などです。
 .
# This packages contains the runtime-files
 本パッケージはランタイムファイルを収録しています。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vim-tcl
Version: 5.3-10
#Description: Vi IMproved - with tcl support
# Vim is an almost compatible version of the UNIX editor Vi.  Many new features
# have been added: multi level undo, syntax highlighting, command line history,
# on-line help, filename completion, block operations, etc.
Description: Vi IMproved - tcl サポート
 vimはUNIXのviとほほぼコンパチなエディタです。たくさんの新機能が追加されて
 います:複数回のundo、構文ハイライト、コマンド行のヒストリ機能、オンライン
 ヘルプ、ファイル名補完、ブロック操作、などです。
 .
# This packages contains the vim program itself. The runtime-files are in the
# vim-rt package. It has been build with Tcl interpreter support.
 本パッケージには vim プログラムそのものを収録しています。ランタイムファイ
 ルは vim-rt パッケージにあります。それは Tcl インタープリタをサポートして
 います。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vim-tiny
Version: 5.3-10
#Description: Vi IMproved - minimal build
# Vim is an almost compatible version of the UNIX editor Vi.  Many new features
# have been added: multi level undo, syntax highlighting, command line history,
# on-line help, filename completion, block operations, etc.
Description: Vi IMproved - 最小限の大きさ
 vimはUNIXのviとほほぼコンパチなエディタです。たくさんの新機能が追加されて
 います:複数回のundo、構文ハイライト、コマンド行のヒストリ機能、オンライン
 ヘルプ、ファイル名補完、ブロック操作、などです。
 .
# This packages contains the vim program itself. The runtime-files are in the
# vim-rt package. It has been build with a subset of the normal features.
 本パッケージには vim プログラムそのものを収録しています。ランタイムファイ
 ルは vim-rt パッケージにあります。それは通常の機能の一部しか組込まれていま
 せん。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vis5d
Version: 4.3-3
#Description: Visualizes data made by numerical weather models and similar sources.
Description: 数値的な気象モデルや類似した源からのデータを視覚化する
# Vis5D is a software system for visualizing data made by
# numerical weather models and similar sources.  Vis5D works on
# data in the form of a five-dimensional rectangle.
 Vis5D は数値的な気象モデルと類似した源から作成されたデータを視覚化するため
 のソフトウェアシステムです。Vis5D は5次元の矩形の形式のデータで動作します。
 .
# The Vis5D system includes the vis5d visualization program,
# several programs for managing and analyzing five-dimensional data
# grids, and instructions and utilities for converting your data
# into its file format.
Vis5D システムは vis5d という視覚化プログラムと、5次元のデータ格子を管理し分析するためのいくつかのプログラムと、データを vis5d ファイルフォーマットに変換するための説明書とユーティリティが含まれています。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vis5d-doc
Version: 4.3-3
#Description: Documentation for the Vis5D visualization system
Description: Vis5D 視覚化システムの文書
# Vis5D is a software system for visualizing data made by
# numerical weather models and similar sources.  Vis5D works on
# data in the form of a five-dimensional rectangle.
 Vis5D は数値的な気象モデルと類似した源から作成されたデータを視覚化するため
 のソフトウェアシステムです。Vis5D は5次元の矩形の形式のデータで動作します。
 .
# The Vis5D system includes the vis5d visualization program,
# several programs for managing and analyzing five-dimensional data
# grids, and instructions and utilities for converting your data
# into its file format.
Vis5D システムは vis5d という視覚化プログラムと、5次元のデータ格子を管理し分析するためのいくつかのプログラムと、データを vis5d ファイルフォーマットに変換するための説明書とユーティリティが含まれています。
 .
# This package contains documentation and examples for vis5d.
 本パッケージは vis5d の文書と実例を収録しています。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vje-delta
Version: 1:2.5-3
#Description: VJE Delta Ver 2.5 for Linux/BSD installer
Description: VJE Delta Ver 2.5 for Linux/BSD のインストーラ
# This package installs VJE-Delta for Linux/BSD and VJE-Delta
# Optional Dictionaries to Debian System.
 本パッケージは VJE-Delta for Linux/BSD と VJE-Delta 補助辞書を Debian にイ
 ンストールします。
 .
# VJE-Delta and Optional Dictionaries released by VACS corporation,
# includes Japanese Input Method programs, Japanese Word Processor and
# Optional Dictionaries.
 バックス株式会社によりリリースされている VJE-Delta と補助辞書には、日本語 
 IME (日本語入力) プログラムと日本語ワープロと補助辞書を含みます。
 .
# The Version Number of VJE-Delta installed by this packages is as follow:
#  o VJE-Delta for Linux/FreeBSD Marketing Beta2
#  o VJE-Delta Ver 2.5 for Linux/BSD [FREE TRIAL VERSION]
#  o VJE-Delta Ver 2.5 for Linux/BSD (Commercial version)
 本パッケージによってインストールされる VJE-Delta のバージョン番号は以下の
 通りです。
#
  o VJE-Delta for Linux/FreeBSD Marketing Beta2
  o VJE-Delta Ver 2.5 for Linux/BSD [無料試用バージョン]
  o VJE-Delta Ver 2.5 for Linux/BSD (商用バージョン)
 .
# You can download the "Marketing Beta2 version" and "Free Trial
# Version" of VJE-Delta Ver 2.5 via anonymous ftp from "ftp.vacs.co.jp".
# You can buy the "Commercial version" of VJE-Dleta Ver 2.5 at Computer
# Software Shops in Japan.
 VJE-Delta バージョン 2.5 の「Marketing Beta2 バージョン」と「無料試用バー
 ジョン」は ftp.vacs.co.jp から anonymous ftp でダウンロードできます。
 VJE-Delta バージョン 2.5 の「商用バージョン」は日本のコンピュータソフトウェ
 アショップで買うことができます。
 .
# VJE-Delta is commercial software and does not allow redistribution.
# Therefor, this package requires VJE-Delta archive file and VJE-Delta
# Optional Dictionaries archive. The archive files shold be placed in
# the /tmp directory. But if the version of VJE-Delta is
# "commercial version", you can install from CD-ROM mounted on /cdrom
# directory directly.
 VJE-Delta は商用ソフトウェアであり、再配布は許可されていません。そのために、
 本パッケージは VJE-Delta アーカイブファイルと VJE-Delta 補助辞書アーカイブ
 ファイルが必要となります。それらのアーカイブファイルは /tmp ディレクトリに
 置かれるべきです。しかし、 VJE-Delta が「商用バージョン」であるならば、 
 /cdrom ディレクトリにマウントされている CD-ROM から直接インストールするこ
 とができます。
 .
# Now vje, vjed and other binaries link to libc5 library,
# so this package depends libc5 and xlib6 package.
 現在 vje、 vjed と他のバイナリは libc5 とリンクされています。故に、本パッ
 ケージは libc5 パッケージと xlib6 パッケージに依存しています。
 .
# == Caution ==
# If you installed VJE-Delta Marketing-Beta1, first you MUST uninstall
# it and delete .vjeenv file and vje95u.dic file located in your home
# directory.
 == ご使用上の注意 ==
#
 もし、 VJE-Delta Marketing-Beta1 をインストールしたならば、最初にそれをア
 ンインストールすることと、ホームディレクトリにある .vjeenv ファイルと
 vje95u.dic ファイルを消去**しなければなりません**。
Version: 1:2.5-0.2
#Description: VJE-Delta Ver 2.5 for Linux/BSD installer
Description: VJE Delta Ver 2.5 for Linux/BSD のインストーラ
# The vje-delta package install VJE-Delta for Linux/BSD to Debian System.
# VJE-Delta released by VACS corporation, included Japanese input method
# programs and Japanese word processor.
 vje-delta パッケージは VJE-Delta for Linux/BSD を Debian にインストールし
 ます。バックス株式会社によりリリースされている VJE-Delta には、日本語 IME
 (日本語入力) と日本語ワープロを含みます。
 .
# VJE-Delta is commercial software and does not allow redistribution.
# Therefor, this package requires VJE-Delta archive file and place it
# in the /tmp directory. You can get the "Marketing Beta2 version" and
# "Free Trial Version" of VJE-Delta Ver 2.5 via anonymous ftp from
# "ftp.vacs.co.jp".
 VJE-Delta は商用ソフトウェアであり、再配布は許可されていません。そのために、
 本パッケージは VJE-Delta アーカイブファイルが必要となります。それを /tmp 
 ディレクトリに置いてください。 VJE-Delta バージョン 2.5 の「Marketing
 Beta2 バージョン」と「無料試用バージョン」は ftp.vacs.co.jp から anonymous
 ftp でダウンロードできます。
 .
# The version number of VJE-Delta installed by this packages is as follow:
 本パッケージによってインストールされる VJE-Delta のバージョン番号は以下の
 通りです。
#  o VJE-Delta for Linux/FreeBSD Marketing Beta2
#  o VJE-Delta Ver2.5 for Linux/BSD [FREE TRIAL VERSION]
  o VJE-Delta for Linux/FreeBSD Marketing Beta2
  o VJE-Delta Ver 2.5 for Linux/BSD [無料試用バージョン]
 .
# Now vje, vjed and other binary link to libc5 library,
# so this package depends libc5 and xlib6 package.
 現在 vje、 vjed と他のバイナリは libc5 とリンクされています。故に、本パッ
 ケージは libc5 パッケージと xlib6 パッケージに依存しています。
 .
# == Caution ==
 == ご使用上の注意 ==
# If you installed VJE-Delta Marketing-Beta1, first you must uninstall
# it and delete .vjeenv file and vje95u.dic file under all home
# directories.
 もし、 VJE-Delta Marketing-Beta1 をインストールしたならば、最初にそれをア
 ンインストールすることと、すべてのホームディレクトリの .vjeenv ファイルと
 vje95u.dic ファイルを消去しなければなりません。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vkeybd
Version: 0.4.2c-3
#Description: Linux AWE32 Virtual Keyboard program
Description: Linux AWE32 仮想キーボードプログラム
# This program allows you to use the Linux AWE32 driver and provides "virtual"
# keyboard (the musical type), which can be "played" using the keyboard or
# mouse under X11.
 このプログラムによって Linux AWE32 ドライバが使えるようになり、「仮想」キー
 ボード (音楽のもの) を提供します。 X11 でキーボードかマウスを使って仮想キー
 ボードを「演奏」することができます。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vlock
Version: 1.2-1
#Description: Virtual Console locking program
Description: 仮想コンソールロックプログラム
# vlock either locks the current terminal (which may be any kind of
# terminal, local or remote), or locks the entire virtual console
# system, completely disabling all console access.  vlock gives up
# these locks when either the password of the user who started vlock
# or the root password is typed.
 vlock は現在の端末 (ローカルでもリモートでもどのような端末でも) をロックす
 るか、または仮想端末全体をロックして完全にすべてのコンソールのアクセスを無
 効にすることができます。 vlock を起動したユーザのパスワードか root のパス
 ワードが入力されたとき、 vlock はロックを解除します。
Version: 1.0-9
#Description: Virtual Console locking program
Description: 仮想コンソールロックプログラム
# vlock is a program to lock one or more sessions on the Linux console.
# This is especially useful for Linux machines which have multiple
# users with access to the console.  One user may lock his or her
# session(s) while still allowing other users to use the system on
# other virtual consoles.  If desired, the entire console may be locked
# and virtual console switching disabled.
 vlock は1つあるいは複数のセッションのLinux コンソールをロックするプログラ
 ムです。とりわけ,コンソールから複数の人がアクセスするときに有効です。ある
 ユーザが自分のセッションをロックしても,他のユーザは他の仮想コンソールが使
 えます。もし望むなら,全部のコンソールをロックし,仮想コンソールの切りかえ
 をできないようにします。
Version: 1.0-4
Description: 仮想コンソールロックプログラム
 vlock は1つあるいは複数のセッションのLinux コンソールをロックする
 プログラムです。とりわけ,コンソールから複数の人がアクセスするときに
 有効です。あるユーザが自分のセッションをロックしても,他のユーザは
 他の仮想コンソールが使えます。もし望むなら,全部のコンソールをロックし,
 仮想コンソールの切りかえをできないようにします。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vlock
Version: 1.2-1
#Description: Virtual Console locking program
Description: 仮想コンソールロックプログラム
# vlock either locks the current terminal (which may be any kind of
# terminal, local or remote), or locks the entire virtual console
# system, completely disabling all console access.  vlock gives up
# these locks when either the password of the user who started vlock
# or the root password is typed.
 vlock は現在の端末 (ローカルでもリモートでもどのような端末でも) をロックす
 るか、または仮想端末全体をロックして完全にすべてのコンソールのアクセスを無
 効にすることができます。 vlock を起動したユーザのパスワードか root のパス
 ワードが入力されたとき、 vlock はロックを解除します。
Version: 1.0-9
#Description: Virtual Console locking program
Description: 仮想コンソールロックプログラム
# vlock is a program to lock one or more sessions on the Linux console.
# This is especially useful for Linux machines which have multiple
# users with access to the console.  One user may lock his or her
# session(s) while still allowing other users to use the system on
# other virtual consoles.  If desired, the entire console may be locked
# and virtual console switching disabled.
 vlock は1つあるいは複数のセッションのLinux コンソールをロックする
 プログラムです。とりわけ,コンソールから複数の人がアクセスするときに
 有効です。あるユーザが彼(彼女)のセッションをロックしても,他のユーザは
 他の仮想コンソールが使えます。もし望むなら,全部のコンソールをロックし,
 仮想コンソールの切りかえをできないようにします。
Version: 1.0-4
Description: 仮想コンソールロックプログラム
 vlock は1つあるいは複数のセッションのLinux コンソールをロックする
 プログラムです。とりわけ,コンソールから複数の人がアクセスするときに
 有効です。あるユーザが彼(彼女)のセッションをロックしても,他のユーザは
 他の仮想コンソールが使えます。もし望むなら,全部のコンソールをロックし,
 仮想コンソールの切りかえをできないようにします。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vm
Version: 6.62-4
#Description: A mail user agent for Emacs
Description: Emacs 用メールリーダ
# VM (View Mail) is an Emacs subsystem that allows UNIX mail to be read
# and disposed of within Emacs.  Commands exist to do the normal things
# expected of a mail user agent, such as generating replies, saving
# messages to folders, deleting messages and so on.  There are other
# more advanced commands that do tasks like bursting and creating
# digests, message forwarding, and organizing message presentation
# according to various criteria.
 VM (View Mail) は Emacs のサブシステムで, Emacs 内で UNIX メールを処
 理します。 返信の作成,フォルダにメッセージを保存,メッセージの削除と
 いった,メールリーダとしての基本的なコマンドを備えています。 また,ダ
 イジェストの展開・作成,メッセージの転送,さまざまな基準に基づいたメッ
 セージの作成といった進んだ機能も持っています。
 .
# It should also be mentioned here that the documentation for vm is woefully
# behind the times; there fore we include /usr/doc/vm/vm-vars.el.gz, which
# has information about all customizable variables in vm. Also, VM 6.x
# versions have problems with the library tm-vm from the Tiny Mime (TM)
# package, since that version was written for VM 5.X.
 vm の文書はひどく時代遅れになっていることは、ここでも述べられるべきです。
 従って /usr/doc/vm/vm-vars.el.gz を収録します。それは vm におけるすべての
 カスタマイズ可能な変数についての情報が書いてあります。また、Tiny Mime (TM) 
 パッケージに入っている tm-vm ライブラリはVM 5.X に対して書かれたものである
 ため、VM 6.x バージョンで使用すると問題を引き起こします。
 .
# This package comes (by default) bundled in with with XEmacs, and is
# not yet supported on emacs20.
 本パッケージは XEmacs に(標準で)バンドルされていますが、Emacs20 は
 まだサポートされていません。
Version: 6.28-1
Description: Emacs 用メールリーダ
 VM (View Mail) は Emacs のサブシステムで, Emacs 内で UNIX メールを処
 理します。 返信の作成,フォルダにメッセージを保存,メッセージの削除と
 いった,メールリーダとしての基本的なコマンドを備えています。 また,ダ
 イジェストの展開・作成,メッセージの転送,さまざまな基準に基づいたメッ
 セージの作成といった進んだ機能も持っています。
 .
 XEmacs で標準になりました。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vm
Version: 6.62-4
#Description: A mail user agent for Emacs
Description: Emacs 用メールリーダ
# VM (View Mail) is an Emacs subsystem that allows UNIX mail to be read
# and disposed of within Emacs.  Commands exist to do the normal things
# expected of a mail user agent, such as generating replies, saving
# messages to folders, deleting messages and so on.  There are other
# more advanced commands that do tasks like bursting and creating
# digests, message forwarding, and organizing message presentation
# according to various criteria.
 VM (View Mail) は Emacs のサブシステムで, Emacs 内で UNIX メールを処
 理します。 返信の作成,フォルダにメッセージを保存,メッセージの削除と
 いった,メールリーダとしての基本的なコマンドを備えています。 また,ダ
 イジェストの展開・作成,メッセージの転送,さまざまな基準に基づいたメッ
 セージの作成といった進んだ機能も持っています。
 .
# It should also be mentioned here that the documentation for vm is woefully
# behind the times; there fore we include /usr/doc/vm/vm-vars.el.gz, which
# has information about all customizable variables in vm. Also, VM 6.x
# versions have problems with the library tm-vm from the Tiny Mime (TM)
# package, since that version was written for VM 5.X.
 vm の文書はひどく時代遅れになっていることは、ここでも述べられるべきです。
 従って /usr/doc/vm/vm-vars.el.gz を収録します。それは vm におけるすべての
 カスタマイズ可能な変数についての情報が書いてあります。また、 VM バージョン 
 6.x には TM パッケージに入っている tm-vm ライブラリに問題があります。 VM
 5.X のために書かれたものであるからです。
 .
# This package comes (by default) bundled in with with XEmacs, and is
# not yet supported on emacs20.
 本パッケージは XEmacs で標準になりました。また、 Emacs20 のサポートはまだ
 していません。
Version: 6.28-1
Description: Emacs 用メールリーダ
 VM (View Mail) は Emacs のサブシステムで, Emacs 内で UNIX メールを処
 理します。 返信の作成,フォルダにメッセージを保存,メッセージの削除と
 いった,メールリーダとしての基本的なコマンドを備えています。 また,ダ
 イジェストの展開・作成,メッセージの転送,さまざまな基準に基づいたメッ
 セージの作成といった進んだ機能も持っています。
 .
 XEmacs で標準になりました。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vnc-doc
Version: 3.3.1-1
#Description: Html documentation for vnc
Description: vnc の HTML 文書
# This package contains the .html documentation for the VNC package.
 本パッケージは VNC パッケージの .html 文書を収録しています。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vncserver
Version: 3.3.2r2-1
#Description: Virtual network computing server software.
Description: 仮想ネットワークコンピューティングサーバ
# VNC stands for Virtual Network Computing. It is, in essence, a remote
# display system which allows you to view a computing `desktop' environment
# not only on the machine where it is running, but from anywhere on the
# Internet and from a wide variety of machine architectures.
 VNC とは仮想ネットワークコンピューティングを意味します。本質的に、動作して
 いるところにあるマシンだけ上だけでなく、インターネット上のあらゆるマシンや
 様々なアーキテクチャのマシンの「デスクトップ」環境を見ることができるリモー
 トディスプレイシステムです。
 .
# It is implemented in a client/server model. This packacge provides a fully
# functional X server, to which a VNC viewer can connect.
 VNC はクライアント/サーバモデルとして実装されています。本パッケージは高機
 能 X サーバを提供し、 VNC ビューワはその X サーバに接続するとができます。
 .
# Note: This server does not support or need a display. You need a vncviewer to
# see something. However, this viewer may also be on a Windows workstation in
# the local net.
 注意:サーバ自体は描画機能を持っておらず、また描画機能を必要としません。何
 らかの画面表示には vncviewer を必要とします。ローカルなネットワークではこ
 のビューワは Windows ワークステーションにもあるかもしれません。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vncserver
Version: 3.3.2r2-1
#Description: Virtual network computing server software.
Description: 仮想ネットワークコンピューティングサーバ
# VNC stands for Virtual Network Computing. It is, in essence, a remote
# display system which allows you to view a computing `desktop' environment
# not only on the machine where it is running, but from anywhere on the
# Internet and from a wide variety of machine architectures.
 VNC とは仮想ネットワークコンピューティングを意味します。本質的に、動作して
 いるところにあるマシンだけ上だけでなく、インターネット上のあらゆるマシンや
 様々なアーキテクチャのマシンの「デスクトップ」環境を見ることができるリモー
 トディスプレイシステムです。
 .
# It is implemented in a client/server model. This packacge provides a fully
# functional X server, to which a VNC viewer can connect.
 VNC はクライアント/サーバモデルとして実装されています。本パッケージは高機
 能 X サーバを提供し、 VNC ビューワはその X サーバに接続するとができます。
 .
# Note: This server does not support or need a display. You need a vncviewer to
# see something. However, this viewer may also be on a Windows workstation in
# the local net.
 注意:本サーバは画面をサポートしていないか、または画面は必要ありません。
#なんか意味不明
 何かを見たければ vncviewer が必要です。ローカルなネットワークではこのビュー
 ワ Windows ワークステーションにもあるかもしれません。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vold
Version: 1.1-7
#Description: Volume daemon for CDROM devices.
Description: CD-ROM デバイスのボリュームデーモン
# NOTE.  You must run a development kernel (2.1 or later) in order
# to use this package.
 注意:本パッケージを使うためには開発用カーネル (2.1 かそれ以降) を動作させ
 なければなりません。
 .
# This daemon probes all CDROM devices in the system (in the future: local
# network) at regular intervals, and mounts a CDROM upon insertion.
# The mountpoint is typically
 本デーモンは決まった時間間隔でシステム (将来は LAN) の全 CD-ROM デバイスを
 調べ、挿入されたときにマウントします。マウントポイントは通常は
 .
    /cdrom/<volume-name>
 .
# where <volume-name> is the name of the CDROM.  This utility is especially
# useful if you have more than one CDROM drive, and you don't wish to bother
# in which drive you put your CDROMs.
 で、 <volume-name> は CD-ROM のデバイス名です。1つ以上の CD-ROM ドライブを
 持っていて、 CD-ROM を入れたドライブがどれなのかを悩みたくないならば、この
 ユーティリティは特に便利です。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vold
Version: 1.1-7
#Description: Volume daemon for CDROM devices.
Description: CD-ROM デバイスのボリュームデーモン
# NOTE.  You must run a development kernel (2.1 or later) in order
# to use this package.
 注意:本パッケージを使うためには開発用カーネル (2.1 かそれ以降) を動作させ
 なければなりません。
 .
# This daemon probes all CDROM devices in the system (in the future: local
# network) at regular intervals, and mounts a CDROM upon insertion.
# The mountpoint is typically
 本デーモンは決まった時間間隔でシステム (将来は LAN) の全 CD-ROM デバイスを
 調べ、挿入されたときにマウントします。マウントポイントは通常は
 .
    /cdrom/<volume-name>
 .
# where <volume-name> is the name of the CDROM.  This utility is especially
# useful if you have more than one CDROM drive, and you don't wish to bother
# in which drive you put your CDROMs.
 で、 <volume-name> は CD-ROM の名前です。1つ以上の CD-ROM ドライブを持って
 いて、 CD-ROM を入れたドライブがどれなのかを悩みたくないならば、このユーティ
 リティは特に便利です。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: volume
Version: 2.1-3
#Description: Set volume
Description: ボリュームを設定する
# Set volume from the command line, or interactively through a
# special tk/tcl script.  The tk/tcl script also allows you to
# point-and-click play Sun .au format files.
 コマンドラインから、あるいは対話的に専用の tk/tcl スクリプトからボリューム
 を設定します。 tk/tcl スクリプトはマウスでクリックすることで Sun .au フォー
 マットのファイルを再生することも可能です。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vrfy
Version: 980626-1
#Description: Verify electronic mail addresses.
Description: 電子メールアドレスを点検する
# 'vrfy' is a tool to verify email addresses and mailing lists.  In its simplest
# form it takes an address "user@domain", figures out the MX hosts for "domain",
# and issues the SMTP command VRFY at the primary MX host (optionally all), or
# at "domain" itself if no MX hosts exist.  Without "domain" it goes to
# "localhost".  More complex capabilities are: recursively expanding forward
# files or mailing lists, and detecting mail forwarding loops.  Full-blown
# RFC822 address specifications are understood.  Syntax checking can be carried
# out either locally or remotely.  Various options are provided to exploit
# alternative protocol suites if necessary, and to print many forms of verbose
# output.  Obvious limitations exist, but on average it works pretty well.
 vrfy は電子メールアドレスとメーリングリストを点検するためのツールです。最
 も簡単な形式として、引数にアドレス"user@domain"を取り、"domain"に対する MX 
 ホストを調べて、プライマリ MX ホスト(場合によってはすべての MX ホスト)へ 
 SMTP コマンド VRFY を発行します。もし MX ホストが存在しなければ、"domain" 
 そのものへ発行します。もし、 "domain" がなければ "localhost" へ発行します。
 より複雑な能力は、フォワードファイルやメーリングリストを再帰的に拡張してい
 ることと、メールのフォワードによるループを検出することです。フルブラウン 
 RFC822 アドレス規定を理解します。構文チェックはローカルでもリモートでも行
 うことができます。望むなら他のプロトコル一式を利用したり、詳しい出力をいろ
 いろな形式で得るために、たくさんのオプションが提供されています。明らかに制
 限はありますが、平均してとてもよく動作します。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vrfy
Version: 980626-1
#Description: Verify electronic mail addresses.
Description: 電子メールアドレスを点検する
# 'vrfy' is a tool to verify email addresses and mailing lists.  In its simplest
# form it takes an address "user@domain", figures out the MX hosts for "domain",
# and issues the SMTP command VRFY at the primary MX host (optionally all), or
# at "domain" itself if no MX hosts exist.  Without "domain" it goes to
# "localhost".  More complex capabilities are: recursively expanding forward
# files or mailing lists, and detecting mail forwarding loops.  Full-blown
# RFC822 address specifications are understood.  Syntax checking can be carried
# out either locally or remotely.  Various options are provided to exploit
# alternative protocol suites if necessary, and to print many forms of verbose
# output.  Obvious limitations exist, but on average it works pretty well.
 vrfy は電子メールアドレスとメーリングリストを点検するためのツールです。最
 も簡単な形式としてアドレスは "user@domain" であり、"domain" に対して MX ホ
 ストを算出し、一次 MX ホストへ (すべての MX ホストも可能) SMTP コマンドで
 ある VRFY を発行します。もし MX ホストが存在しなければ、"domain" そのもの
 へ発行します。もし、 "domain" がなければ "localhost" へ発行します。より複
 雑な能力は、フォワードファイルやメーリングリストを再帰的に拡張していること
 と、メールのフォワードによるループを検出することです。構文チェックはローカ
 ルでもリモートでも行うことができます。望むなら他のプロトコル一式を利用した
 り、詳しい出力をいろいろな形式で得るために、たくさんのオプションが提供され
 ています。明らかに制限はありますが、平均してとてもよく動作します。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vrwave
Version: 0.9-1
#Description: VRML 2.0 java-based browser
Description: VRML 2.0 Java 準拠のブラウザ
# Vrwave is a VRML 2.0 browser from the creators of Vrweb, it allows
# you to navigate Virtual Reality Worlds (wrl,vrml) on the web.
 vrwave は vrweb の作者による VRML 2.0 ブラウザです。ウェブ上の仮想現実世界 
 (wrl,vrml) を旅することができます。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vrwave
Version: 0.9-1
#Description: VRML 2.0 java-based browser
Description: VRML 2.0 Jave 準拠のブラウザ
# Vrwave is a VRML 2.0 browser from the creators of Vrweb, it allows
# you to navigate Virtual Reality Worlds (wrl,vrml) on the web.
 vrwave は vrweb の作者による VRML 2.0 ブラウザです。ウェブ上の仮想現実世界 
 (wrl,vrml) を旅することができます。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vrweb
Version: 1.5-2
#Description: A VRML browser and editor.
Description: VRML ブラウザとエディタ
# VRweb is a VRML 1 browser that you can use to browse Virtual Reality World
# (wrl). Currently, the upstream team is working for a replacement enterily
# in Java called VRwave and who will supported VRML 2.0.
 VRweb は仮想現実世界 (wrl) を見るために使える VRML 1 ブラウザです。現在、
 開発チームは完全に Java で書かれた VRwave に移行するため作業中で、VRML 2.0 
 は VRwave でサポートされるでしょう。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vrweb
Version: 1.5-2
#Description: A VRML browser and editor.
Description: VRML ブラウザとエディタ
# VRweb is a VRML 1 browser that you can use to browse Virtual Reality World
# (wrl). Currently, the upstream team is working for a replacement enterily
# in Java called VRwave and who will supported VRML 2.0.
 VRweb は仮想現実世界 (wrl) を見るために使える VRML 1 ブラウザです。今のと
 ころ、上流の団体は VRwave と呼ばれる完全に Jave で書かれた代替物のために働
 いています。彼等は VRML 2.0 をサポートするでしょう。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vtprint
Version: 2.0.2-8
#Description: Prints to term emulator via ANSI codes
Description: ANSI コードによって端末エミュレータへ印字する
# This program allows users to print from a remote UNIX host to a
# printer attached to their local terminal or emulator, which makes it
# great for printing files at home, etc.  (It only does text files,
# though.)
 本プログラムは離れた UNIX ホストからローカルな端末や端末エミュレータに接続
 されたプリンタへ印字することができます。これによって気楽にファイルを印刷す
 ることなどが便利になります。 (しかしながら、テキストファイルだけですが)

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package: vtwm
Version: 5.4.4-3
#Description: Virtual Tab Window Manager
Description: 仮想スクリーン付きの twm
# This window manager is an extension to twm that provides several
# virtual screens.  It is therefore of good use with monitors that are
# smaller than 19".
 本ウィンドウマネージャは仮想スクリーンが使えるよう twm を拡張したものです。
 従って19インチよりも小さなモニタをお使いならとても便利です。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--
Takashi Nishimoto: g96p0935@xxxxxxxxxxxxxxxx
I love Emacs, zsh, and Linux!!
See ftp://ftp.misao.gr.jp/pub/tak/README