summaryrefslogtreecommitdiff
path: root/pkgs/travelynx.nix
blob: 384a660e74a2fa5d7461e4ae593e61e79ed99b5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
{ perl, fetchgit, fetchurl, stdenvNoCC, lib, ... }:

with perl.pkgs;

let
  ClassMeasure = buildPerlModule {
    pname = "Class-Measure";
    version = "0.10";
    src = fetchurl {
      url = "mirror://cpan/authors/id/B/BL/BLUEFEET/Class-Measure-0.10.tar.gz";
      hash = "sha256-wLeesJpmzEH7g6rb0kh0NytGWnRAe5bgcimU7vv9JMo=";
    };
    buildInputs = [ ModuleBuildTiny Test2Suite ];
    propagatedBuildInputs = [ SubExporter ];
    meta = {
      homepage = "https://github.com/bluefeet/Class-Measure";
      description = "Create, compare, and convert units of measurement";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  MojoliciousPluginAuthentication = buildPerlPackage {
    pname = "Mojolicious-Plugin-Authentication";
    version = "1.39";
    src = fetchurl {
      url =
        "mirror://cpan/authors/id/J/JJ/JJATRIA/Mojolicious-Plugin-Authentication-1.39.tar.gz";
      sha256 = "sha256-n5nL31ysqj+j+WG+6U3pcibRd6NqFee6MDrnnRModNE=";
    };
    propagatedBuildInputs = [ Mojolicious ];
    meta = {
      homepage =
        "https://github.com/benvanstaveren/Mojolicious-Plugin-Authentication";
      description = "A plugin to make authentication a bit easier";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  MojoliciousPluginOAuth2 = buildPerlPackage {
    pname = "Mojolicious-Plugin-OAuth2";
    version = "2.02";
    src = fetchurl {
      url = "mirror://cpan/authors/id/J/JH/JHTHORSEN/Mojolicious-Plugin-OAuth2-2.02.tar.gz";
      hash = "sha256-E0kPucaJR+ZbFDrenWsPQnC0EhV+rFdyH3rUl8NHIYE=";
    };
    propagatedBuildInputs = [ IOSocketSSL Mojolicious ];
    meta = {
      homepage = "https://github.com/marcusramberg/Mojolicious-Plugin-OAuth2";
      description = "Auth against OAuth2 APIs including OpenID Connect";
      license = lib.licenses.artistic2;
    };
  };
  GISDistance = buildPerlModule {
    pname = "GIS-Distance";
    version = "0.20";
    src = fetchurl {
      url = "mirror://cpan/authors/id/B/BL/BLUEFEET/GIS-Distance-0.20.tar.gz";
      hash = "sha256-srL4d0zdq24+SdNJiO+v6P4NUA/21Xth+GYUCVvxQj4=";
    };
    buildInputs = [ ModuleBuildTiny Test2Suite ];
    propagatedBuildInputs = [ ClassMeasure ConstFast namespaceclean strictures ];
    meta = {
      homepage = "https://github.com/bluefeet/GIS-Distance";
      description = "Calculate geographic distances";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  GISDistanceFast = buildPerlModule {
    pname = "GIS-Distance-Fast";
    version = "0.16";
    src = fetchurl {
      url = "mirror://cpan/authors/id/B/BL/BLUEFEET/GIS-Distance-Fast-0.16.tar.gz";
      hash = "sha256-xn8/80PKpZOj+wRx3JjsSPK+87S00uALom4zk87sB0E=";
    };
    buildInputs = [ ModuleBuildTiny Test2Suite ];
    propagatedBuildInputs = [ GISDistance namespaceclean strictures ];
    meta = {
      homepage = "https://github.com/bluefeet/GIS-Distance-Fast";
      description = "C implementation of GIS::Distance formulas";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  TravelStatusDEDeutscheBahn = buildPerlModule {
    pname = "Travel-Status-DE-DeutscheBahn";
    version = "6.03";
    src = fetchurl {
      url = "mirror://cpan/authors/id/D/DE/DERF/Travel-Status-DE-DeutscheBahn-6.03.tar.gz";
      hash = "sha256-5SEmrdZagl9h0e2F5dpFuwy4KNeh7YsnuuT6WrWpkLE=";
    };
    buildInputs = [ FileSlurp TestCompile TestPod ];
    propagatedBuildInputs = [ ClassAccessor DateTime DateTimeFormatStrptime JSON LWP LWPProtocolhttps ListMoreUtils ];
    meta = {
      description = "Interface to the online arrival/departure";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  TravelStatusDEDBWagenreihung = buildPerlModule {
    pname = "Travel-Status-DE-DBWagenreihung";
    version = "0.12";
    src = fetchurl {
      url = "mirror://cpan/authors/id/D/DE/DERF/Travel-Status-DE-DBWagenreihung-0.12.tar.gz";
      hash = "sha256-vc1cyuL4EjwQG9B34+MbL6AxFUFIyjPKstbPH8rtIk4=";
    };
    buildInputs = [ TestCompile TestPod ];
    propagatedBuildInputs = [ ClassAccessor JSON LWP TravelStatusDEIRIS ];
    meta = {
      description = "Interface to Deutsche Bahn Wagon Order API";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  TravelStatusDEIRIS = buildPerlModule {
    pname = "Travel-Status-DE-IRIS";
    version = "1.96";
    src = fetchurl {
      url = "mirror://cpan/authors/id/D/DE/DERF/Travel-Status-DE-IRIS-1.96.tar.gz";
      hash = "sha256-ncXTqCEF7il1pjX8D4gqmAv//AD0o5MrIiev5aViJcc=";
    };
    buildInputs = [ FileSlurp JSON TestCompile TestFatal TestNumberDelta TestPod TextCSV ];
    propagatedBuildInputs = [ ClassAccessor DateTime DateTimeFormatStrptime GISDistance LWP LWPProtocolhttps ListCompare ListMoreUtils ListUtilsBy TextLevenshteinXS XMLLibXML ];
    meta = {
      description = "Interface to IRIS based web departure monitors";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  Cache = buildPerlModule {
    pname = "Cache";
    version = "2.11";
    src = fetchurl {
      url = "mirror://cpan/authors/id/S/SH/SHLOMIF/Cache-2.11.tar.gz";
      sha256 =
        "e1d2d89677981166abc5bb6e5ecc6471f001f13eb56d5be9544d8047dc08a592";
    };
    buildInputs = [ Test2Suite ];
    propagatedBuildInputs = [ FileNFSLock Heap IOString TimeDate DBFile ];
    meta = {
      description = "Provide a generic Cache mechanism";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  Heap = buildPerlPackage {
    pname = "Heap";
    version = "0.80";
    src = fetchurl {
      url = "mirror://cpan/authors/id/J/JM/JMM/Heap-0.80.tar.gz";
      sha256 =
        "ccda29f3c93176ad0fdfff4dd6f5e4ac90b370cba4b028386b7343bf64139bde";
    };
    meta = { };
  };
  CAMPDF = buildPerlPackage {
    pname = "CAM-PDF";
    version = "1.60";
    src = fetchurl {
      url = "mirror://cpan/authors/id/C/CD/CDOLAN/CAM-PDF-1.60.tar.gz";
      sha256 =
        "e76afc7f38a624924a77c5c988c36c9e388bfa7716e75cd397fef8e1b42ebb89";
    };
    propagatedBuildInputs = [ CryptRC4 TextPDF ];
    meta = {
      description = "PDF manipulation library";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };

  perlWithPackages = perl.withPackages (_: [
    Cache
    # CacheCache
    CAMPDF
    CryptEksblowfish
    DateTime
    DateTimeFormatStrptime
    EmailSender
    GISDistance
    GISDistanceFast
    ListUtilsBy
    MIMEtools
    Mojolicious
    MojoliciousPluginAuthentication
    MojoliciousPluginOAuth2
    MojoPg
    TextCSV
    TextMarkdown
    TravelStatusDEDBWagenreihung
    TravelStatusDEDeutscheBahn
    TravelStatusDEIRIS
    UUIDTiny
    JSON
    JSONXS
    DBFile
    FileSlurp
  ]);

  # Note: set location of config via $MOJO_CONFIG when running index.pl
  travelynx = stdenvNoCC.mkDerivation {
    pname = "travelynx";
    version = "2.6.7";
    src = fetchgit {
      url = "https://github.com/derf/travelynx";
      rev = "2.6.7";
      sha256 = "sha256-1bmOpoUkCMB8b/dkWlrUkzP2wqkLFg4+OaruC2UDKMo=";
    };
    buildInputs = [ perlWithPackages ];
    buildPhase = ''
      substituteInPlace index.pl \
        --replace "/usr/bin/env perl" ${perlWithPackages.outPath}/bin/perl
      chmod +x index.pl
    '';
    installPhase = ''
      mkdir -p $out
      cp -r * $out
    '';
  };

in travelynx