/src/ports/oses/suse.tt_data

http://github.com/perlorg/cpanorg · Unknown · 51 lines · 41 code · 10 blank · 0 comment · 0 complexity · d6af523c7239638ee0109ab67d38bea6 MD5 · raw file

  1. [%
  2. # Setup information
  3. os_config = {
  4. # Name of the OS
  5. name => 'OpenSUSE',
  6. # URL of the OS (e.g. http://www.microsoft.com/windows/)
  7. url => 'http://www.opensuse.org/',
  8. # Is it a specific vendor who runs the OS?
  9. vendor => '',
  10. # Specifying linux will add a 'see also'
  11. kernel => 'linux',
  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',
  20. url => activestate_url,
  21. notes => ''
  22. },
  23. ]
  24. %]
  25. [% PROCESS version_view os_versions => {
  26. versions => [
  27. {
  28. os_name => '',
  29. os_version => '11.4',
  30. os_release => '2011-3-01',
  31. perl_version => '5.12.3',
  32. },
  33. {
  34. os_name => '',
  35. os_version => '11.3',
  36. os_release => '2010-7-01',
  37. perl_version => '5.12.1',
  38. },
  39. ],
  40. } %]
  41. [% END %]