metadata.xml 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>jer@gentoo.org</email>
  6. </maintainer>
  7. <longdescription>
  8. Chrony is a pair of programs (chronyd and chronyc) which are used to maintain
  9. the accuracy of the system clock on a computer. chronyd has been specifically
  10. written to work well for systems which have only an intermittent (e.g. dial-up)
  11. connection to the network where the NTP servers are. It still works well
  12. in a "permanently connected" mode.
  13. </longdescription>
  14. <longdescription lang="ja">
  15. Chrony はコンピュータのシステム・クロックの精度を保つために使われるプログラムの
  16. ペア(chronyd と chronyc)です。chronyd は NTP サーバがあるネットワークと断続的な
  17. 接続(e.g. dial-up)しか持たないシステムで機能するよう書かれています。ですが永続的
  18. な接続でも機能します。
  19. </longdescription>
  20. <use>
  21. <flag name="cmdmon">Support for command and monitoring</flag>
  22. <flag name="html">Install HTML documentation</flag>
  23. <flag name="ntp">Support for the Network Time Protocol (NTP)</flag>
  24. <flag name="phc">Support for the PTP (Precision Time Protocol) Hardware Clock (PHC) interface</flag>
  25. <flag name="pps">Support for the Linux Pulse Per Second (PPS) interface</flag>
  26. <flag name="refclock">Support for reference clocks</flag>
  27. <flag name="rtc">Support for the Linux Real Time Clock interface</flag>
  28. <flag name="adns">Support for asynchronous DNS</flag>
  29. </use>
  30. </pkgmetadata>