4e23586af4
set of webpages should be now buildable in XML, however the build mechanism of the multimedia/ and ports/ sections do not really fit our infrastructure so these should probably be redesigned later to use XSLT. Approved by: doceng (implicit)
46 lines
1.3 KiB
XML
46 lines
1.3 KiB
XML
<?xml version="1.0" encoding="eucJP"?>
|
|
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
|
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
|
<!ENTITY base '..'>
|
|
<!ENTITY title 'FreeBSD Ports の検索'>
|
|
<!ENTITY % ports.ent SYSTEM "ports.ent">
|
|
%ports.ent;
|
|
%statistics.ent;
|
|
<!ENTITY email 'ports'>
|
|
]>
|
|
<!-- The FreeBSD Japanese Documentation Project -->
|
|
<!-- Original revision: 1.3 -->
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
|
<title>&title;</title>
|
|
|
|
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
|
</head>
|
|
|
|
<body class="navinclude.ports">
|
|
|
|
&searchform;
|
|
|
|
<hr/>
|
|
|
|
<p>
|
|
上のフォームを利用して、本サイトの ports を検索できます。
|
|
検索を行うと
|
|
<a href="&base;/cgi/ports.cgi">より完全な検索ページ</a> が表示されます。
|
|
</p>
|
|
|
|
<p>しかしならが、もし、すでに Ports Collection をインストールしてあるのであれば、
|
|
<tt>/usr/ports</tt> ディレクトリに移動した後で、
|
|
<tt>make search name=</tt><em>検索文字</em> と実行すると検索が出来ます。
|
|
すべてのオプションは <a href="http://cvsweb.FreeBSD.org/ports/Mk/bsd.port.subdir.mk">
|
|
bsd.port.subdir.mk</a> で確認できます。
|
|
</p>
|
|
|
|
<p>
|
|
または、
|
|
<a href="http://www.FreshPorts.org">FreshPorts.org</a>
|
|
を訪れて、サイトを閲覧したり、ホストされているリストを購読してください。
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|