| 1 |
# $Id$ |
# $Id$ |
| 2 |
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live. |
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live. |
| 3 |
# Copyright 2007-2017 Norbert Preining, Reinhard Kotucha |
# Copyright 2007-2018 Norbert Preining, Reinhard Kotucha |
| 4 |
# This file is licensed under the GNU General Public License version 2 |
# This file is licensed under the GNU General Public License version 2 |
| 5 |
# or any later version. |
# or any later version. |
| 6 |
|
|
| 362 |
my ($platform) = @_; |
my ($platform) = @_; |
| 363 |
|
|
| 364 |
my %platform_name = ( |
my %platform_name = ( |
| 365 |
|
'aarch64-linux' => 'GNU/Linux on ARM64', |
| 366 |
'alpha-linux' => 'GNU/Linux on DEC Alpha', |
'alpha-linux' => 'GNU/Linux on DEC Alpha', |
| 367 |
'amd64-freebsd' => 'FreeBSD on x86_64', |
'amd64-freebsd' => 'FreeBSD on x86_64', |
| 368 |
'amd64-kfreebsd' => 'GNU/kFreeBSD on x86_64', |
'amd64-kfreebsd' => 'GNU/kFreeBSD on x86_64', |