/src/ports/oses/debian.tt_data

http://github.com/perlorg/cpanorg · Unknown · 72 lines · 61 code · 11 blank · 0 comment · 0 complexity · e618a2654f1b3552146aabec375489d4 MD5 · raw file

  1. [%
  2. # Setup information
  3. os_config = {
  4. name => 'Debian',
  5. url => 'http://www.debian.org/',
  6. kernel => 'linux',
  7. information_last_verified => '2014-01-02',
  8. }
  9. %]
  10. [% BLOCK show_os %]
  11. [% PROCESS binary_view binary_source => [
  12. {
  13. name => 'Backports',
  14. url => 'http://backports.debian.org/',
  15. notes => '',
  16. },
  17. {
  18. name => 'ActiveState',
  19. url => activestate_url,
  20. notes => '',
  21. },
  22. ]
  23. %]
  24. [% PROCESS version_view os_versions => {
  25. versions => [
  26. {
  27. os_name => 'Wheezy',
  28. os_version => '7.0',
  29. os_release => '2013-05-04',
  30. perl_version => '5.14.2+patches',
  31. },
  32. {
  33. os_name => 'Squeeze',
  34. os_version => '6.0',
  35. os_release => '2011-02-06',
  36. perl_version => '5.10.1+patches',
  37. },
  38. {
  39. os_name => 'Lenny',
  40. os_version => '5.0',
  41. os_release => '2009-02-01',
  42. perl_version => '5.10.0+patches',
  43. },
  44. {
  45. os_name => 'Etch',
  46. os_version => '4.0',
  47. os_release => '2007-04-01',
  48. perl_version => '5.8.8+patches',
  49. },
  50. {
  51. os_name => 'Woody',
  52. os_version => '3.0',
  53. perl_version => '5.6.1+patches',
  54. },
  55. ],
  56. } %]
  57. <p>
  58. Mostly minor <a href=
  59. "http://patch-tracker.debian.org/package/perl">patches</a> are applied.
  60. </p>
  61. [% END %]