/src/ports/oses/solaris.tt_data

http://github.com/perlorg/cpanorg · Unknown · 70 lines · 58 code · 12 blank · 0 comment · 0 complexity · 1c12d3a4040586cc7f8b5f90226256d8 MD5 · raw file

  1. [%
  2. # Setup information
  3. os_config = {
  4. # Name of the OS
  5. name => 'Solaris',
  6. # URL of the OS (e.g. http://www.microsoft.com/windows/)
  7. url => '',
  8. # Is it a specific vendor who runs the OS?
  9. vendor => '',
  10. # Specifying linux will add a 'see also'
  11. kernel => '',
  12. # When was this file last reviewed (yyyy-mm-dd)?
  13. information_last_verified => '2011-03-26',
  14. }
  15. %]
  16. [% BLOCK show_os %]
  17. [% PROCESS binary_view binary_source => [
  18. {
  19. name => 'ActiveState (commercial)',
  20. url => activestate_url,
  21. notes => ''
  22. },
  23. {
  24. name => 'Sunfreeware',
  25. url => 'http://www.sunfreeware.com/',
  26. notes => ''
  27. }
  28. ]
  29. %]
  30. [% PROCESS version_view os_versions => {
  31. versions => [
  32. {
  33. os_name => '',
  34. os_version => '11 Express',
  35. os_release => '2010-11-01',
  36. perl_version => '5.10.0, 5.8.4',
  37. },
  38. {
  39. os_name => '',
  40. os_version => '10',
  41. os_release => '2010-09-01',
  42. perl_version => '5.8.4, 5.6.1',
  43. },
  44. {
  45. os_name => '',
  46. os_version => '9',
  47. os_release => '',
  48. perl_version => '5.6.1',
  49. },
  50. {
  51. os_name => '',
  52. os_version => '8',
  53. os_release => '',
  54. perl_version => '5.005_03',
  55. },
  56. ],
  57. } %]
  58. [% END %]