logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

metadata.xml (2082B)


  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <longdescription>
  5. Chrony is a pair of programs (chronyd and chronyc) which are used to maintain
  6. the accuracy of the system clock on a computer. chronyd has been specifically
  7. written to work well for systems which have only an intermittent (e.g. dial-up)
  8. connection to the network where the NTP servers are. It still works well
  9. in a "permanently connected" mode.
  10. </longdescription>
  11. <longdescription lang="ja">
  12. Chrony はコンピュータのシステム・クロックの精度を保つために使われるプログラムの
  13. ペア(chronyd と chronyc)です。chronyd は NTP サーバがあるネットワークと断続的な
  14. 接続(e.g. dial-up)しか持たないシステムで機能するよう書かれています。ですが永続的
  15. な接続でも機能します。
  16. </longdescription>
  17. <use>
  18. <flag name="cmdmon">Support for command and monitoring</flag>
  19. <flag name="debug">Get DEBUG_LOG output from chronyd when passing -dd parameter</flag>
  20. <flag name="html">Install HTML documentation</flag>
  21. <flag name="nettle">Use <pkg>dev-libs/nettle</pkg> for hash functions or nts</flag>
  22. <flag name="nss">Use <pkg>dev-libs/nss</pkg> for hash functions</flag>
  23. <flag name="ntp">Support for the Network Time Protocol (NTP)</flag>
  24. <flag name="nts">Support for Network Time Security (NTS). Uses <pkg>net-libs/gnutls</pkg></flag>
  25. <flag name="phc">Support for the PTP (Precision Time Protocol) Hardware Clock (PHC) interface</flag>
  26. <flag name="pps">Support for the Linux Pulse Per Second (PPS) interface</flag>
  27. <flag name="refclock">Support for reference clocks</flag>
  28. <flag name="rtc">Support for the Linux Real Time Clock interface</flag>
  29. <flag name="sechash">Enable support for hashes other than MD5</flag>
  30. <flag name="libtomcrypt">Support different hashes via <pkg>dev-libs/libtomcrypt</pkg></flag>
  31. </use>
  32. <upstream>
  33. <remote-id type="cpe">cpe:/a:chrony_project:chrony</remote-id>
  34. </upstream>
  35. </pkgmetadata>