/src/ports/oses/cygwin.tt_data
Unknown | 32 lines | 27 code | 5 blank | 0 comment | 0 complexity | de94d1b81eccb9d893239d371f6f59a4 MD5 | raw file
1[% 2 # Setup information 3 os_config = { 4 name => 'Cygwin', 5 url => 'http://www.cygwin.com/', 6 vendor => '', 7 information_last_verified => '2011-04-13', 8 } 9%] 10 11[% BLOCK show_os %] 12 13[% PROCESS version_view os_versions => { 14 versions => [ 15 { 16 os_name => '', 17 os_version => '1.7', 18 os_release => '2010-01-21', 19 perl_version => '5.10.1', 20 }, 21 22 { 23 os_name => '', 24 os_version => '1.5', 25 os_release => '', 26 perl_version => '5.10.1', 27 }, 28 29 ], 30} %] 31 32[% END %]