Ticket #46322: p5-graveyard-withports.Portfile

File p5-graveyard-withports.Portfile, 60.8 KB (added by mojca (Mojca Miklavec), 9 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 130128 2014-12-27 09:56:01Z larryv@macports.org $
3
4PortSystem  1.0
5
6name        p5-graveyard
7version     0.0
8categories  perl
9
10array set replacements {
11    5.8  5.16
12    5.10 5.16
13    5.12 5.16
14    5.14 5.16
15}
16
17proc handle_unfortunate_port_names action {
18    foreach name {error eval lchown switch} {
19        # Can't use 'switch' here, for obvious reasons.
20        if {$action eq "hide"} {
21            rename $name _$name
22        } elseif {$action eq "show"} {
23            rename _$name $name
24        }
25    }
26}
27
28proc unknown args {
29    handle_unfortunate_port_names show
30    upvar 1 replacements replacements
31    if {[llength $args] < 3} {
32        lappend args 5.8 5.10 5.12 5.14
33    }
34    foreach series [lassign $args port vers] {
35        lassign [split $vers _] ver rev
36        if {$rev eq ""} {
37            set rev 0
38        }
39        set repl $replacements($series)
40        subport p${series}-$port {
41            version $ver
42            revision $rev
43            replaced_by py${repl}-$port
44        }
45    }
46    handle_unfortunate_port_names hide
47}
48
49handle_unfortunate_port_names hide
50
51
52# SUBPORT (without "p5*-" prefix)   VERSION+REV     REPLACED SERIES (defaults
53#                                                   to "5.8 5.10 5.12 5.14")
54acme-lolcat                               0.0.5_4
55algorithm-annotate                        0.100.0_4
56algorithm-c3                              0.100.0_1
57algorithm-dependency                      1.110.0_4
58algorithm-diff                            1.190.300_1
59algorithm-munkres                         0.80.0_3
60aliased                                   0.310.0_1
61alien-wxwidgets                           0.650.0_5
62amazon-s3                                 0.450.0_4
63any-moose                                 0.240.0_2
64anyevent                                  7.80.0_1
65apache-admin-config                       0.950.0_2
66apache-authcookie                         3.220.0_1
67apache-logformat-compiler                 0.320.0_1
68apache-session                            1.930.0_1
69apache-session-wrapper                    0.340.0_4
70apache-test                               1.380.0_1
71apache2-rest                              0.70.0_2
72app-ack                                   2.12_1
73app-cli                                   0.313.0_1
74app-cpanminus                             1.702.200_1
75app-rad                                   1.50.0_1
76appconfig                                 1.660.0_5
77appconfig-std                             1.90.0_1
78archive-tar                               2.20.0_1
79archive-zip                               1.390.0_1
80array-compare                             2.110.0_1
81astro                                     0.760.0_1
82astro-fits-cfitsio                        1.100.0_1
83astro-fits-header                         3.70.0_3
84astro-satpass                             0.67.0_1
85attribute-handlers                        0.960.0_1
86audio-flac-header                         2.400.0_4
87audio-m4p                                 0.510.0_4
88auth-yubikey_webclient                    2.0.0_4
89authcas                                   1.600.0_1
90authen-sasl                               2.160.0_1
91authen-smb                                0.910.0_4
92autobox                                   2.820.0_1
93autodia                                   2.140.0_3
94autovivification                          0.120.0_2
95autoxs-header                             1.20.0_5
96b-hooks-endofscope                        0.130.0_1
97b-hooks-op-check                          0.190.0_2
98b-hooks-op-check-stashchange              0.60.0_5
99b-keywords                                1.130.0_2
100berkeleydb                                0.540.0_2
101bit-vector                                7.400.0_1
102bsd-resource                              1.290.700_1
103business-isbn                             2.50.0_5
104business-isbn-data                        20081208_5
105business-ismn                             1.110.0_3
106business-issn                             0.910.0_2
107cache-cache                               1.70.0_1
108cache-fastmmap                            1.400.0_1
109cache-memcached                           1.300.0_1
110cache-simple-timedexpiry                  0.270.0_4
111cairo                                     1.105.0_1
112cairo-gobject                             1.4.0_2
113calendar-simple                           1.210.0_5
114cam-pdf                                   1.520.0_6
115captcha-recaptcha                         0.970.0_2
116capture-tiny                              0.270.0_1
117carp-assert                               0.210.0_2
118carp-assert-more                          1.140.0_2
119carp-clan                                 6.40.0_5
120catalyst-action-renderview                0.160.0_4
121catalyst-authentication-credential-http   1.16.0_1
122catalyst-authentication-store-dbix-class  0.150.600_1
123catalyst-component-instancepercontext     0.1.1_4
124catalyst-controller-formbuilder           0.60.0_4
125catalyst-devel                            1.390.0_1
126catalyst-engine-apache                    1.160.0_4
127catalyst-helper-authdbic                  0.170.0_1
128catalyst-log-log4perl                     1.60.0_1
129catalyst-model-adaptor                    0.100.0_2
130catalyst-model-dbic-schema                0.650.0_1
131catalyst-plugin-authentication            0.100.230_1
132catalyst-plugin-authentication-store-dbic 0.110.0_4
133catalyst-plugin-authorization-acl         0.160.0_1
134catalyst-plugin-authorization-roles       0.90.0_1
135catalyst-plugin-captcha                   0.40.0_4
136catalyst-plugin-configloader              0.340.0_1
137catalyst-plugin-datetime                  0.30.0_4
138catalyst-plugin-session                   0.390.0_1
139catalyst-plugin-session-state-cookie      0.170.0_4
140catalyst-plugin-session-store-dbi         0.160.0_4
141catalyst-plugin-session-store-dbic        0.140.0_1
142catalyst-plugin-session-store-delegate    0.60.0_5
143catalyst-plugin-session-store-fastmmap    0.160.0_1
144catalyst-plugin-stacktrace                0.120.0_1
145catalyst-plugin-static-simple             0.330.0_1
146catalyst-plugin-unicode-encoding          1.900.0_2
147catalyst-runtime                          5.900.770_2
148catalyst-view-html-template               0.30.0_4
149catalyst-view-json                        0.330.0_1
150catalyst-view-tt                          0.410.0_1
151catalyst-view-xslt                        0.90.0_1
152catalystx-component-traits                0.190.0_4
153cgi                                       4.110.0_1
154cgi-ajax                                  0.707.0_6
155cgi-alternatives                          0.120.0_1
156cgi-fast                                  2.50.0_1
157cgi-fasttemplate                          1.90.0_2
158cgi-formbuilder                           3.90.0_2
159cgi-session                               4.480.0_2
160cgi-simple                                1.115.0_1
161cgi-ssi                                   0.920.0_2
162cgi-struct                                1.210.0_1
163chart                                     2.4.8_1
164chemistry-elements                        1.70.0_2
165class-accessor                            0.340.0_5
166class-accessor-chained                    0.10.0_5
167class-accessor-grouped                    0.100.120_1
168class-autouse                             2.10.0_1
169class-base                                0.60.0_1
170class-c3                                  0.270.0_1
171class-c3-adopt-next                       0.130.0_4
172class-c3-componentised                    1.1.0_1
173class-c3-xs                               0.130.0_5
174class-container                           0.120.0_4
175class-csv                                 1.30.0_4
176class-data-accessor                       0.40.40_4
177class-data-inheritable                    0.80.0_5
178class-dbi                                 3.0.17_5
179class-dbi-abstractsearch                  0.70.0_4
180class-dbi-mysql                           1.0.0_4
181class-dbi-pg                              0.80.0_4
182class-dbi-plugin                          0.30.0_4
183class-dbi-plugin-abstractcount            0.80.0_4
184class-dbi-plugin-pager                    0.561.0_5
185class-dbi-uuid                            1.10.0_4
186class-errorhandler                        0.30.0_2
187class-factory-util                        1.700.0_5
188class-generate                            1.140.0_1
189class-gomor                               1.20.0_4
190class-inner                               0.200.1_1
191class-insideout                           1.90.0_4
192class-inspector                           1.280.0_1
193class-load                                0.220.0_2
194class-load-xs                             0.90.0_1
195class-loader                              2.30.0_4
196class-makemethods                         1.10.0_4
197class-method-modifiers                    2.110.0_1
198class-methodmaker                         2.210.0_2
199class-mop                                 1.120.0_5
200class-returnvalue                         0.550.0_4
201class-singleton                           1.500.0_1
202class-throwable                           0.110.0_5
203class-tiny                                1.0.0_1
204class-trigger                             0.140.0_5
205class-unload                              0.80.0_1
206class-whitehole                           0.40.0_4
207class-xsaccessor                          1.190.0_1
208clone                                     0.370.0_2
209common-sense                              3.600.0_1
210compress-bzip2                            2.90.0_4
211compress-raw-bzip2                        2.67.0_1
212compress-raw-zlib                         2.67.0_1
213compress-snappy                           0.230.0_2
214config-any                                0.240.0_1
215config-autoconf                           0.220.0_2
216config-general                            2.560.0_1
217config-grammar                            1.100.0_2
218config-ini                                0.24.0_1
219config-inifiles                           2.570.0_4
220config-json                               1.510.0_3
221config-properties                         1.710.0_3
222config-simple                             4.590.0_1
223config-tiny                               2.200.0_1
224const-fast                                0.13.0_2
225context-preserve                          0.10.0_5
226convert-ascii-armour                      1.400.0_4
227convert-asn1                              0.270.0_1
228convert-bencode                           1.30.0_4
229convert-binary-c                          0.760.0_1
230convert-binhex                            1.119.0_4
231convert-pem                               0.80.0_1
232convert-tnef                              0.170.0_5
233convert-uu                                0.520.100_2
234convert-uulib                             1.340.0_3
235cpan-changes                              0.300.0_1
236cpan-meta                                 2.143.240_1
237cpan-meta-check                           0.9.0_1
238cpan-meta-requirements                    2.131.0_1
239cpan-meta-yaml                            0.12.0_1
240crypt-appletwofish                        0.51.0_5
241crypt-blowfish                            2.140.0_2
242crypt-cast5                               0.50.0_5
243crypt-cbc                                 2.330.0_2
244crypt-ciphersaber                         1.0.0_4
245crypt-des                                 2.70.0_1
246crypt-des_ede3                            0.10.0_5
247crypt-dh                                  0.70.0_1
248crypt-dsa                                 1.170.0_1
249crypt-gcrypt                              1.260.0_3
250crypt-idea                                1.100.0_1
251crypt-openpgp                             1.60.0_1
252crypt-openssl-bignum                      0.40.0_4
253crypt-openssl-random                      0.60.0_1
254crypt-openssl-rsa                         0.280.0_1
255crypt-openssl-x509                        1.805.0_1
256crypt-passwdmd5                           1.300.0_4
257crypt-primes                              0.500.0_5
258crypt-random                              1.250.0_4
259crypt-random-source                       0.80.0_1
260crypt-rc4                                 2.20.0_5
261crypt-rijndael                            1.120.0_1
262crypt-ripemd160                           0.40.0_4
263crypt-rsa                                 1.990.0_1
264crypt-ssleay                              0.720.0_1
265crypt-twofish                             2.140.0_4
266csp                                       0.340.0_4
267css                                       1.80.0_4
268css-tiny                                  1.190.0_2
269curses                                    1.280.0_1
270curses-ui                                 0.950.0_4
271cwd-guard                                 0.40.0_1
272dancer                                    1.313.200_1
273dancer-plugin-database                    2.100.0_1
274dancer-plugin-database-core               0.80.0_1
275danga-socket                              1.610.0_4
276data-alias                                1.110.0_4
277data-buffer                               0.40.0_4
278data-compare                              1.220.0_4
279data-diver                                1.10.100_1
280data-dump                                 1.220.0_2
281data-dumper                               2.154.0_1
282data-dumper-concise                       2.22.0_1
283data-hexify                               1.0.0_4
284data-hierarchy                            0.340.0_4
285data-ical                                 0.210.0_1
286data-optlist                              0.109.0_2
287data-page                                 2.20.0_4
288data-password                             1.110.0_1
289data-perl                                 0.2.9_2
290data-phrasebook                           0.350.0_1
291data-phrasebook-loader-yaml               0.130.0_1
292data-stag                                 0.140.0_1
293data-uuid                                 1.219.0_1
294data-visitor                              0.300.0_1
295date-calc                                 6.300.0_4
296date-holidays-de                          1.600.0_1
297date-simple                               3.30.0_4
298datemanip                                 6.480.0_1
299datetime                                  1.120.0_1
300datetime-format-builder                   0.810.0_1
301datetime-format-dateparse                 0.50.0_3
302datetime-format-iso8601                   0.70.0_3
303datetime-format-mail                      0.401.0_1
304datetime-format-mysql                     0.50.0_1
305datetime-format-pg                        0.160.60_3
306datetime-format-sqlite                    0.110.0_5
307datetime-format-strptime                  1.560.0_1
308datetime-format-w3cdtf                    0.60.0_3
309datetime-locale                           0.450.0_5
310datetime-timezone                         1.810.0_1
311dbd-mock                                  1.450.0_2
312dbd-mysql                                 4.29.0_1
313dbd-pg                                    3.4.2_1
314dbd-sqlite                                1.460.0_1
315dbd-sqlite2                               0.360.0_2
316dbi                                       1.632.0_1
317dbicx-testdatabase                        0.50.0_3
318dbix-class                                0.82.810_1
319dbix-class-cursor-cached                  1.1.2_1
320dbix-class-dynamicdefault                 0.40.0_1
321dbix-class-encodedcolumn                  0.0.130_1
322dbix-class-introspectablem2m              0.1.1_1
323dbix-class-schema-loader                  0.70.420_1
324dbix-class-timestamp                      0.140.0_1
325dbix-contextualfetch                      1.30.0_4
326dbix-dbschema                             0.440.0_1
327dbix-searchbuilder                        1.660.0_1
328dbix-sqlcrosstab                          1.170.0_3
329dbm-deep                                  2.1.100_1
330devel-caller                              2.60.0_1
331devel-checkbin                            0.20.0_1
332devel-checkcompiler                       0.50.0_1
333devel-checklib                            1.20.0_1
334devel-cover                               0.820.0_2
335devel-cycle                               1.110.0_4
336devel-globaldestruction                   0.130.0_1
337devel-nytprof                             4.60.0_2
338devel-overloadinfo                        0.2.0_1
339devel-ppport                              3.250.0_1
340devel-size                                0.690.0_4
341devel-stacktrace                          2.0.0_1
342devel-stacktrace-ashtml                   0.140.0_1
343devel-symdump                             2.120.0_2
344device-serialport                         1.40.0_3
345digest                                    1.160.0_4
346digest-bubblebabble                       0.20.0_1
347digest-crc                                0.180.0_1
348digest-hmac                               1.30.0_1
349digest-md2                                2.40.0_1
350digest-md4                                1.500.0_4
351digest-md5                                2.530.0_1
352digest-md5-file                           0.80.0_1
353digest-nilsimsa                           0.60.0_6
354digest-perl-md5                           1.900.0_1
355digest-sha                                5.930.0_1
356digest-sha1                               2.130.0_5
357dir-self                                  0.110.0_1
358directory-scratch                         0.150.0_1
359dist-checkconflicts                       0.110.0_2
360email-abstract                            3.7.0_2
361email-address                             1.905.0_1
362email-date                                1.104.0_1
363email-date-format                         1.5.0_1
364email-messageid                           1.405.0_1
365email-mime                                1.926.0_2
366email-mime-contenttype                    1.17.0_2
367email-mime-encodings                      1.315.0_2
368email-mime-modifier                       1.442.0_5
369email-send                                2.199.0_1
370email-sender                              1.300.16_1
371email-simple                              2.203.0_2
372email-valid                               1.195.0_1
373encode                                    2.670.0_1
374encode-detect                             1.10.0_4
375encode-eucjpascii                         0.30.0_2
376encode-hanextra                           0.230.0_6
377encode-iso2022                            0.40.0_1
378encode-jis2k                              0.20.0_7
379encode-jisx0213                           0.30.0_1
380encode-locale                             1.30.0_2
381encoding-fixlatin                         1.40.0_1
382encoding-fixlatin-xs                      1.10.0_2
383enum                                      1.16.0_4
384eperl                                     2.2.14_7
385error                                     0.170.220_2
386eval                                      2.2.8_4
387eval-closure                              0.110.0_1
388event                                     1.230.0_1
389event-execflow                            0.640.0_1
390event-rpc                                 1.50.0_1
391exception-class                           1.390.0_1
392expect                                    1.200.0_4
393expect-simple                             0.20.0_4
394exporter-tiny                             0.42.0_1
395extutils-cbuilder                         0.280.220_1
396extutils-command                          1.180.0_1
397extutils-config                           0.8.0_1
398extutils-depends                          0.402.0_1
399extutils-f77                              1.170.0_2
400extutils-helpers                          0.22.0_1
401extutils-install                          2.40.0_1
402extutils-installpaths                     0.10.0_1
403extutils-libbuilder                       0.40.0_4
404extutils-makemaker                        7.40.0_1
405extutils-manifest                         1.690.0_1
406extutils-pkgconfig                        1.150.0_5
407extutils-xsbuilder                        0.280.0_5
408extutils-xspp                             0.180.0_2
409fcgi                                      0.770.0_2
410feed-find                                 0.70.0_1
411fey                                       0.400.0_3
412fey-dbimanager                            0.160.0_3
413fey-loader                                0.120.0_4
414fey-orm                                   0.430.0_3
415fey-test                                  0.100.0_1
416file-basedir                              0.30.0_7
417file-changenotify                         0.240.0_1
418file-chdir                                0.100.800_1
419file-comments                             0.80.0_4
420file-copy-recursive                       0.380.0_5
421file-countlines                           0.0.3_2
422file-desktopentry                         0.80.0_1
423file-find-rule                            0.330.0_3
424file-find-rule-perl                       1.130.0_1
425file-flat                                 1.40.0_4
426file-homedir                              1.0.0_1
427file-libmagic                             0.960.0_4
428file-listing                              6.40.0_2
429file-map                                  0.630.0_1
430file-mimeinfo                             0.260.0_1
431file-mmagic                               1.270.0_5
432file-modified                             0.70.0_4
433file-monitor                              1.0.0_2
434file-monitor-lite                         0.652.3_2
435file-mork                                 0.300.0_5
436file-next                                 1.120.0_1
437file-path                                 2.80.0_4
438file-pushd                                1.0.0_4
439file-readbackwards                        1.50.0_1
440file-remove                               1.520.0_3
441file-rename                               0.60.0_3
442file-rsyncp                               0.700.0_5
443file-sharedir                             1.102.0_1
444file-sharedir-install                     0.100.0_1
445file-sharedir-projectdistdir              1.0.4_1
446file-slurp                                9999.190.0_1
447file-slurp-tiny                           0.3.0_1
448file-slurp-unicode                        0.7.1_4
449file-tail                                 0.99.3_4
450file-temp                                 0.230.400_1
451file-tempdir                              0.20.0_4
452file-touch                                0.90.0_1
453file-type                                 0.220.0_5
454file-which                                1.90.0_5
455filesys-diskspace                         0.50.0_4
456filesys-notify-kqueue                     0.90.0_2
457filesys-notify-simple                     0.120.0_1
458filter                                    1.370.0_4
459filter-simple                             0.910.0_2
460finance-quote                             1.350.0_1
461finance-quotehist                         1.200.0_1
462flickr-api                                1.40.0_4
463flickr-upload                             1.320.0_4
464font-afm                                  1.200.0_3
465font-ttf                                  1.40.0_1
466freezethaw                                0.500.100_3
467fusioninventory-agent                     2.1.14_1
468gd                                        2.530.0_1
469gd-barcode                                1.150.0_4
470gd-graph3d                                0.630.0_4
471gd-securityimage                          1.720.0_1
472gd-svg                                    0.330.0_3
473gdgraph                                   1.440.0_4
474gdtextutil                                0.860.0_4
475gearman                                   1.110.0_3
476gearman-client-async                      0.940.0_4
477gearman-server                            1.110.0_1
478gedcom                                    1.190.0_1
479geo-ip                                    1.430.0_1
480getopt-long                               2.420.0_2
481getopt-long-descriptive                   0.98.0_1
482getopt-mixed                              1.100.0_4
483getopt-simple                             1.520.0_3
484gimp                                      2.310.0_3
485glib                                      1.306.0_1
486glib-object-introspection                 0.25.0_1
487gmail-imapd                               0.940.0_4
488gnome2                                    1.45.0_2
489gnome2-canvas                             1.2.0_6
490gnome2-gconf                              1.44.0_6
491gnome2-print                              1.0.0_6
492gnome2-vfs                                1.82.0_2
493gnome2-wnck                               0.160.0_4
494gnupg-interface                           0.500.0_4
495google-protocolbuffers                    0.110.0_2
496gps                                       0.170.0_1
497graph                                     0.960.0_1
498graphics-gnuplotif                        1.700.0_2
499graphviz                                  2.160.0_1
500graveyard                                 0.0_1
501gssapi                                    0.280.0_3
502gtk2                                      1.249.300_1
503gtk2-ex-formfactory                       0.670.0_1
504gtk2-ex-podviewer                         0.180.0_2
505gtk2-gladexml                             1.7.0_6
506gtk2-sourceview                           1.0.0_5
507gtk3                                      0.19.0_1
508hash-fieldhash                            0.120.0_1
509hash-merge                                0.200.0_1
510hash-merge-simple                         0.51.0_1
511hash-multivalue                           0.150.0_1
512heap                                      0.800.0_5
513hook-lexwrap                              0.250.0_1
514html-encoding                             0.610.0_3
515html-extract                              0.250.0_5
516html-fillinform                           1.60.0_4
517html-form                                 6.30.0_2
518html-format                               2.110.0_1
519html-lint                                 2.200.0_3
520html-mason                                1.450.0_4
521html-parser                               3.710.0_2
522html-scrubber                             0.110.0_1
523html-selector-xpath                       0.180.0_1
524html-simpleparse                          0.120.0_2
525html-strip                                1.60.0_4
526html-stripscripts                         1.50.0_1
527html-stripscripts-parser                  1.30.0_1
528html-table                                2.8.0_2
529html-tableextract                         2.110.0_3
530html-tagfilter                            1.30.0_5
531html-tagset                               3.200.0_5
532html-template                             2.950.0_2
533html-template-compiled                    0.930.0_4
534html-tiny                                 1.50.0_5
535html-tokeparser-simple                    3.160.0_2
536html-tree                                 5.30.0_1
537html-treebuilder-xpath                    0.140.0_2
538html-wikiconverter                        0.680.0_3
539html-wikiconverter-confluence             0.10.0_3
540html-wikiconverter-dokuwiki               0.530.0_3
541html-wikiconverter-googlecode             0.120.0_3
542html-wikiconverter-kwiki                  0.510.0_3
543html-wikiconverter-markdown               0.50.0_3
544html-wikiconverter-mediawiki              0.590.0_3
545html-wikiconverter-moinmoin               0.540.0_3
546html-wikiconverter-multimarkdown          0.20.0_3
547html-wikiconverter-oddmuse                0.520.0_3
548html-wikiconverter-pbwiki                 0.10.0_3
549html-wikiconverter-phpwiki                0.510.0_3
550html-wikiconverter-pmwiki                 0.510.0_3
551html-wikiconverter-snipsnap               0.500.0_3
552html-wikiconverter-xwiki                  0.20.0_3
553http-body                                 1.190.0_1
554http-cookiejar                            0.6.0_1
555http-cookies                              6.10.0_2
556http-daemon                               6.10.0_2
557http-daemon-ssl                           1.40.0_1
558http-date                                 6.20.0_2
559http-lite                                 2.430.0_1
560http-message                              6.60.0_2
561http-negotiate                            6.10.0_2
562http-recorder                             0.70.0_1
563http-request-ascgi                        1.200.0_4
564http-response-encoding                    0.60.0_4
565http-server-simple                        0.440.0_1
566http-server-simple-mason                  0.140.0_1
567http-server-simple-psgi                   0.160.0_1
568http-tiny                                 0.53.0_1
569ifeffit                                   2_2
570ima-dbi                                   0.350.0_4
571image-exiftool                            9.760.0_1
572image-imlib2                              2.30.0_1
573image-info                                1.360.0_1
574image-metadata-jpeg                       0.156.0_1
575image-size                                3.232.0_3
576imap-bodystructure                        1.10.0_5
577import-into                               1.2.4_1
578inc-latest                                0.500.0_1
579inline                                    0.780.0_1
580inline-c                                  0.670.0_1
581inline-files                              0.680.0_1
582inline-python                             0.360.0_4
583innotop                                   1.9.0_1
584internals                                 1.100.0_4
585io                                        1.250.0_5
586io-aio                                    4.310.0_1
587io-all                                    0.850.0_1
588io-captureoutput                          1.110.300_2
589io-compress                               2.67.0_1
590io-digest                                 0.100.0_4
591io-interface                              1.60.0_2
592io-kqueue                                 0.340.0_2
593io-multiplex                              1.100.0_4
594io-pager                                  0.60.0_4
595io-pty-easy                               0.70.0_4
596io-sessiondata                            1.30.0_1
597io-socket-inet6                           2.690.0_2
598io-socket-socks                           0.620.0_1
599io-socket-ssl                             2.8.0_1
600io-socket-timeout                         0.270.0_1
601io-string                                 1.80.0_5
602io-stringy                                2.110.0_5
603io-stty                                   0.20.0_4
604io-tee                                    0.640.0_4
605io-tty                                    1.120.0_1
606io-zlib                                   1.100.0_4
607ip-country                                2.260.0_4
608ipc-cmd                                   0.920.0_1
609ipc-run                                   0.940.0_1
610ipc-run3                                  0.48.0_1
611ipe                                       0.1.48_4
612iterator                                  0.30.0_4
613iterator-util                             0.20.0_4
614java                                      4.700.0_4
615javascript-spidermonkey                   0.200.0_5
616json                                      2.900.0_1
617json-any                                  1.380.0_1
618json-maybexs                              1.3.3_1
619json-parse                                0.310.0_1
620json-pp                                   2.273.0_1
621json-xs                                   2.230.0_4
622lchown                                    1.10.0_2
623libapreq                                  1.340.0_4
624libapreq2                                 2.130.0_5
625libintl-perl                              1.230.0_1
626libwww-perl                               6.80.0_2
627libxml-enno                               1.20.0_4
628libxml-perl                               0.80.0_5
629lingua-en-findnumber                      1.300.0_1
630lingua-en-inflect                         1.895.0_1
631lingua-en-inflect-number                  1.110.0_1
632lingua-en-inflect-phrase                  0.180.0_1
633lingua-en-number-isordinal                0.40.0_1
634lingua-en-tagger                          0.240.0_1
635lingua-en-words2nums                      0.180.0_1
636lingua-pt-stemmer                         0.10.0_4
637lingua-stem                               0.840.0_4
638lingua-stem-fr                            0.20.0_4
639lingua-stem-it                            0.20.0_4
640lingua-stem-ru                            0.10.0_4
641lingua-stem-snowball-da                   1.10.0_4
642linux-cpuinfo                             1.800.0_2
643list-allutils                             0.90.0_1
644list-moreutils                            0.401.0_3
645list-uniq                                 0.21.0_1
646lj-simple                                 0.150.0_4
647local-lib                                 1.8.9_1
648locale-gettext                            1.50.0_9
649locale-maketext-fuzzy                     0.20.0_4
650locale-maketext-lexicon                   0.860.0_3
651locale-maketext-simple                    0.210.0_4
652lockfile-simple                           0.2.5_4
653log-any                                   0.110.0_4
654log-dispatch                              2.440.0_1
655log-log4perl                              1.420.0_2
656log-log4perl-appender-socket-unix         1.40.0_2
657lwp-attic                                 1.0.0_4
658lwp-authen-wsse                           0.50.0_1
659lwp-mediatypes                            6.20.0_2
660lwp-protocol-http10                       6.30.0_1
661lwp-protocol-https                        6.60.0_2
662lwp-useragent-determined                  1.70.0_1
663mac-appleevents-simple                    1.180.0_4
664mac-applescript                           0.40.0_4
665mac-applescript-glue                      0.30.0_5
666mac-applesingledouble                     1.0.0_5
667mac-apps-launch                           1.930.0_4
668mac-carbon                                0.820.0_4
669mac-errors                                1.130.0_4
670mac-glue                                  1.300.0_4
671mac-growl                                 0.670.0_3
672mac-osa-simple                            1.90.0_5
673mac-pasteboard                            0.2.0_3
674mac-propertylist                          1.400.0_2
675mac-sysprofile                            0.30.0_4
676mac-systemdirectory                       0.40.0_4
677macosx-file                               0.710.0_5
678mail-audit                                2.228.0_1
679mail-box                                  2.70.0_4
680mail-clamav                               0.290.0_6
681mail-dkim                                 0.400.0_1
682mail-imapclient                           3.340.0_2
683mail-mboxparser                           0.550.0_4
684mail-pop3client                           2.190.0_1
685mail-rfc822-address                       0.300.0_1
686mail-sender                               0.8.16_3
687mail-sendmail                             0.790.0_4
688mail-spamassassin                         3.4.0_1
689mail-spf                                  2.9.0_1
690mail-srs                                  0.310.0_4
691mail-webmail-gmail                        1.90.0_4
692mailtools                                 2.140.0_1
693marc-record                               2.0.6_1
694masonx-request-withapachesession          0.310.0_4
695math-base85                               0.200.0_4
696math-bezier                               0.10.0_5
697math-bigint                               1.999.300_1
698math-bigrat                               0.260.600_1
699math-combinatorics                        0.90.0_2
700math-derivative                           0.10.0_2
701math-gmp                                  2.70.0_1
702math-matrix                               0.500.0_1
703math-mpfi                                 0.50.0_1
704math-mpfr                                 3.220.0_1
705math-pari                                 2.10.808_1
706math-random                               0.710.0_4
707math-random-isaac                         1.4.0_1
708math-random-secure                        0.50.0_5
709math-round                                0.60.0_4
710math-spline                               0.20.0_1
711mecab                                     0.996.0_1
712memoize                                   1.30.0_1
713memoize-expirelru                         0.550.0_4
714mhonarc                                   2.6.19_1
715mime-base32                               1.2.0_4
716mime-base64                               3.140.0_2
717mime-charset                              1.011.3_1
718mime-encwords                             1.014.3_1
719mime-lite                                 3.30.0_1
720mime-lite-html                            1.240.0_1
721mime-tools                                5.505.0_1
722mime-types                                2.90.0_1
723mixin-linewise                            0.106.0_2
724mldbm                                     2.50.0_1
725module-build                              0.421.0_2
726module-build-tiny                         0.39.0_2
727module-build-xsutil                       0.140.0_1
728module-compile                            0.340.0_1
729module-corelist                           5.201.412.200_1
730module-depends                            0.150.0_5
731module-find                               0.120.0_1
732module-implementation                     0.90.0_1
733module-install                            1.140.0_1
734module-load                               0.320.0_2
735module-load-conditional                   0.620.0_1
736module-metadata                           1.0.24_1
737module-pluggable                          5.100.0_1
738module-refresh                            0.170.0_1
739module-runtime                            0.14.0_2
740module-runtime-conflicts                  0.1.0_1
741module-scandeps                           1.170.0_1
742module-signature                          0.730.0_2
743module-starter                            1.500.0_4
744module-versions-report                    1.60.0_1
745mogilefs-client                           1.170.0_1
746mogilefs-server                           2.320.0_4
747mogilefs-utils                            2.280.0_1
748mojolicious                               5.280.0_1
749monotone-automatestdio                    1.30.0_2
750moo                                       1.6.1_1
751moose                                     2.140.300_1
752moose-autobox                             0.150.0_1
753moose-policy                              0.50.0_4
754moosex-aliases                            0.110.0_1
755moosex-classattribute                     0.270.0_1
756moosex-emulate-class-accessor-fast        0.9.30_4
757moosex-getopt                             0.650.0_1
758moosex-log-log4perl                       0.460.0_2
759moosex-markasmethods                      0.150.0_1
760moosex-methodattributes                   0.290.0_1
761moosex-multiinitarg                       0.20.0_1
762moosex-nonmoose                           0.260.0_1
763moosex-params-validate                    0.190.0_1
764moosex-role-parameterized                 1.80.0_1
765moosex-role-strict                        0.50.0_3
766moosex-role-withoverloading               0.160.0_1
767moosex-semiaffordanceaccessor             0.100.0_1
768moosex-singleton                          0.290.0_2
769moosex-strictconstructor                  0.190.0_2
770moosex-traits                             0.120.0_2
771moosex-traits-pluggable                   0.120.0_1
772moosex-types                              0.450.0_1
773moosex-types-common                       0.1.12_1
774moosex-types-laxnum                       0.40.0_2
775moosex-types-loadableclass                0.13.0_1
776moox-handlesvia                           0.1.5_2
777moox-late                                 0.15.0_1
778moox-types-mooselike                      0.270.0_1
779mouse                                     2.4.1_1
780mousex-types                              0.60.0_1
781mozilla-ca                                20141217_1
782mp3-info                                  1.240.0_4
783mp3-tag                                   1.130.0_3
784mro-compat                                0.120.0_1
785mytop                                     1.200.0_4
786namespace-autoclean                       0.220.0_1
787namespace-clean                           0.250.0_1
788net                                       1.220.0_4
789net-appliance-phrasebook                  2.103.642_1
790net-appliance-session                     1.240.0_4
791net-bonjour                               0.960.0_1
792net-cidr                                  0.170.0_1
793net-cidr-lite                             0.210.0_3
794net-cups                                  0.610.0_3
795net-daemon                                0.480.0_3
796net-dbus                                  1.0.0_1
797net-dict                                  2.180.0_1
798net-dns                                   0.810.0_1
799net-dns-resolver-programmable             0.3.0_5
800net-dns-sec                               0.160.0_4
801net-domain-tld                            1.720.0_1
802net-frame                                 1.110.0_1
803net-frame-dump                            1.130.0_1
804net-frame-layer-icmpv6                    1.90.0_1
805net-frame-layer-ipv6                      1.60.0_1
806net-frame-simple                          1.50.0_1
807net-ftpserver                             1.122.0_4
808net-growl                                 0.990.0_4
809net-http                                  6.70.0_2
810net-ident                                 1.230.0_3
811net-idn-encode                            2.200.0_1
812net-ip                                    1.260.0_1
813net-ip-match-regexp                       1.10.0_4
814net-ipv4addr                              0.100.0_4
815net-ipv6addr                              0.200.0_4
816net-libidn                                0.120.0_5
817net-netmask                               1.902.100_4
818net-nslookup                              1.160.0_4
819net-oauth                                 0.280.0_1
820net-openssh                               0.620.0_1
821net-patricia                              1.220.0_2
822net-pcap                                  0.170.0_1
823net-ping-external                         0.150.0_1
824net-radius                                2.103.0_1
825net-rawip                                 0.250.0_1
826net-senderbase                            1.20.0_1
827net-server                                2.8.0_2
828net-smtp-ssl                              1.10.0_1
829net-smtp_auth                             0.80.0_4
830net-snmp                                  6.0.1_1
831net-snpp                                  1.170.0_4
832net-ssh-perl                              1.370.0_1
833net-ssh2                                  0.330.0_4
834net-ssleay                                1.660.0_1
835net-stomp                                 0.490.0_1
836net-syslog                                0.40.0_3
837net-telnet                                3.40.0_1
838net-telnet-cisco                          1.100.0_4
839net-twitter                               4.10.60_1
840net-twitter-lite                          0.100.20_4
841net-upnp                                  1.4.3_1
842net-z3950-zoom                            1.300.0_1
843netaddr-ip                                4.75.0_1
844netpacket                                 1.5.0_1
845news-nntpclient                           0.370.0_4
846next                                      0.650.0_4
847nkf                                       2.130.0_1
848nmap-scanner                              1.0.0_4
849number-compare                            0.30.0_3
850number-format                             1.520.0_4
851object-destroyer                          2.10.0_1
852object-id                                 0.1.2_1
853object-signature                          1.70.0_1
854object-tiny                               1.80.0_1
855ogg-vorbis-header-pureperl                1.0.0_3
856ole-storage_lite                          0.190.0_1
857opengl                                    0.670.300_1
858openoffice-oodoc                          2.125.0_3
859package-constants                         0.40.0_1
860package-deprecationmanager                0.130.0_2
861package-stash                             0.370.0_1
862package-stash-xs                          0.280.0_2
863package-variant                           1.2.2_1
864padwalker                                 2.0.0_1
865palm                                      1.14.0_1
866pango                                     1.226.0_2
867panotools-script                          0.280.0_1
868par-dist                                  0.490.0_1
869params-check                              0.380.0_2
870params-util                               1.70.0_2
871params-validate                           1.130.0_1
872parent                                    0.228.0_2
873parse-cpan-meta                           1.441.400_1
874parse-mediawikidump                       1.0.6_1
875parse-recdescent                          1.967.9_2
876parse-win32registry                       1.0.0_1
877parse-yapp                                1.50.0_4
878patchreader                               0.9.6_3
879path-class                                0.350.0_1
880path-finddev                              0.5.2_1
881path-isdev                                1.1.2_1
882path-tiny                                 0.61.0_2
883pathtools                                 3.470.0_2
884pcsc                                      1.4.13_1
885pdf-api2                                  2.22.0_1
886pdf-reuse                                 0.350.0_1
887pdl                                       2.7.0_6
888pdl-graphics-gnuplot                      1.500.0_1
889pdl-stats                                 0.6.5_1
890pegex                                     0.580.0_1
891perl-critic                               1.123.0_2
892perl-ldap                                 0.640.0_1
893perl-ostype                               1.7.0_2
894perl-tidy                                 20140711_1
895perl6-junction                            1.600.0_1
896perlbal                                   1.800.0_1
897perlio-eol                                0.140.0_3
898perlio-gzip                               0.180.0_4
899perlio-layers                             0.11.0_1
900perlio-utf8_strict                        0.4.0_1
901perlio-util                               0.720.0_1
902perlio-via-bzip2                          0.20.0_4
903perlio-via-dynamic                        0.130.0_4
904perlio-via-symlink                        0.50.0_4
905perlio-via-timeout                        0.290.0_1
906perlmagick                                6.9.0-0_1
907pgplot                                    2.210.0_2
908pgtop                                     0.50.0_4
909php-serialization                         0.340.0_4
910plack                                     1.3.300_2
911plack-middleware-fixmissingbodyinredirect 0.120.0_1
912plack-middleware-methodoverride           0.100.0_1
913plack-middleware-removeredundantbody      0.50.0_1
914plack-middleware-reverseproxy             0.150.0_1
915plack-test-externalserver                 0.10.0_1
916plrpc                                     0.202.0_4
917pmtools                                   2.0.0_1
918pod-coverage                              0.230.0_2
919pod-coverage-trustpod                     0.100.3_1
920pod-escapes                               1.70.0_1
921pod-eventual                              0.94.1_1
922pod-markdown                              2.2.0_1
923pod-pom                                   0.290.0_1
924pod-projectdocs                           0.400.0_3
925pod-readme                                1.1.2_1
926pod-simple                                3.280.0_2
927pod-spell                                 1.150.0_1
928pod-tests                                 1.190.0_4
929pod2-base                                 0.43.0_1
930podlators                                 2.5.3_2
931podtohtml                                 0.80.0_4
932poppler                                   0.40.0_2
933posix-strftime-compiler                   0.400.0_1
934postscript                                0.60.0_2
935postscript-font                           1.10.02_1
936postscript-simple                         0.80.0_1
937ppi                                       1.220.0_1
938ppi-html                                  1.80.0_2
939ppix-regexp                               0.37.0_1
940ppix-utilities                            1.1.0_3
941prefork                                   1.40.0_1
942probe-perl                                0.30.0_1
943psgi                                      1.102.0_2
944razor-agents                              2.840.0_4
945readonly                                  2.0.0_1
946readonly-xs                               1.50.0_5
947redis                                     1.976.0_1
948regexp-assemble                           0.350.0_1
949regexp-common                             2013031301_1
950regexp-parser                             0.210.0_1
951regexp-shellish                           0.930.0_5
952return-value                              1.666.4_1
953role-tiny                                 1.3.4_1
954roman                                     1.230.0_1
955rpc-xml                                   0.780.0_1
956rtf-parser                                1.120.0_1
957rtf-tokenizer                             1.180.0_1
958safe-isa                                  1.0.5_1
959scalar-list-utils                         1.410.0_1
960scope-guard                               0.200.0_5
961sdl_perl                                  2.1.3_6
962set-object                                1.340.0_1
963set-scalar                                1.260.0_1
964sgml-parser-opensp                        0.994.0_5
965sgmlspm                                   1.03ii.0_2
966shell-parser                              0.40.0_4
967smart-comments                            1.0.5_1
968snmp_session                              1.130.0_4
969snowball-norwegian                        1.200.0_4
970snowball-swedish                          1.200.0_4
971soap-lite                                 1.120.0_1
972socket6                                   0.250.0_2
973sort-naturally                            1.20.0_3
974sort-versions                             1.600.0_1
975spiffy                                    0.460.0_1
976spreadsheet-parseexcel                    0.650.0_2
977spreadsheet-writeexcel                    2.400.0_1
978sql-abstract                              1.810.0_1
979sql-abstract-limit                        0.141.0_4
980sql-statement                             1.405.0_2
981sql-translator                            0.110.200_1
982statistics-descriptive                    3.60.700_1
983storable                                  2.510.0_1
984stream-buffered                           0.30.0_1
985strictures                                1.5.5_1
986string-camelcase                          0.20.0_1
987string-crc32                              1.500.0_1
988string-ediff                              0.90.0_1
989string-escape                             2010.2.0_4
990string-format                             1.170.0_1
991string-random                             0.260.0_1
992string-rewriteprefix                      0.7.0_1
993string-shellquote                         1.40.0_3
994string-toidentifier-en                    0.110.0_1
995string-tokenizer                          0.50.0_4
996string-truncate                           1.100.602_1
997sub-exporter                              0.987.0_2
998sub-exporter-progressive                  0.1.11_1
999sub-identify                              0.80.0_1
1000sub-install                               0.928.0_2
1001sub-name                                  0.120.0_1
1002sub-uplevel                               0.240.0_2
1003svg                                       2.590.0_1
1004svn-dump                                  0.60.0_1
1005svn-mirror                                0.750.0_3
1006svn-notify                                2.840.0_1
1007svn-simple                                0.280.0_5
1008switch                                    2.170.0_1
1009syntax                                    0.4.0_1
1010syntax-highlight-perl                     1.0.0_2
1011syntax-keyword-junction                   0.3.8_1
1012sys-cpuload                               0.30.0_3
1013sys-filesystem                            1.406.0_4
1014sys-hostname-long                         1.400.0_4
1015sys-info                                  0.780.0_1
1016sys-info-base                             0.780.300_1
1017sys-info-driver-osx                       0.795.800_1
1018sys-meminfo                               0.910.0_1
1019sys-syscall                               0.250.0_2
1020sys-syslog                                0.330.0_1
1021sysadm-install                            0.440.0_1
1022task-weaken                               1.40.0_1
1023template-gd                               2.660.0_5
1024template-plugin-class                     0.140.0_4
1025template-timer                            1.0.0_4
1026template-toolkit                          2.260.0_1
1027term-gnuplot                              0.903.809.50_9
1028term-progressbar                          2.160.0_1
1029term-prompt                               1.40.0_4
1030term-readkey                              2.320.0_2
1031term-readline-gnu                         1.240.0_2
1032term-shell                                0.60.0_1
1033term-sk                                   0.140.0_1
1034term-twiddle                              2.730.0_2
1035term-vt102                                0.910.0_2
1036termextract                               4.100.0_1
1037test-base                                 0.880.0_1
1038test-classapi                             1.60.0_4
1039test-cleannamespaces                      0.160.0_2
1040test-command                              0.110.0_1
1041test-cpan-meta                            0.230.0_1
1042test-cpan-meta-yaml                       0.220.0_2
1043test-deep                                 0.114.0_2
1044test-differences                          0.630.0_1
1045test-exception                            0.350.0_1
1046test-expect                               0.310.0_1
1047test-fatal                                0.14.0_1
1048test-harness                              3.340.0_1
1049test-inline                               2.213.0_1
1050test-inter                                1.50.0_1
1051test-leaktrace                            0.150.0_1
1052test-longstring                           0.150.0_5
1053test-manifest                             2.20.0_1
1054test-memory-cycle                         1.40.0_4
1055test-mock-lwp                             0.60.0_2
1056test-mockobject                           1.201.404.80_1
1057test-mocktime                             0.130.0_1
1058test-most                                 0.340.0_1
1059test-nowarnings                           1.40.0_2
1060test-object                               0.70.0_5
1061test-output                               1.30.0_3
1062test-perl-critic                          1.20.0_4
1063test-pod                                  1.480.0_2
1064test-pod-coverage                         1.100.0_2
1065test-portability-files                    0.50.0_4
1066test-requires                             0.80.0_2
1067test-script                               1.70.0_5
1068test-sharedfork                           0.290.0_1
1069test-simple                               1.1.12_1
1070test-subcalls                             1.90.0_6
1071test-sys-info                             0.200.0_1
1072test-taint                                1.60.0_1
1073test-tcp                                  2.60.0_1
1074test-tester                               0.109.0_2
1075test-unit                                 0.250.0_2
1076test-use-ok                               0.110.0_3
1077test-warn                                 0.300.0_1
1078test-warnings                             0.19.0_2
1079test-without-module                       0.180.0_1
1080test-www-mechanize                        1.440.0_1
1081test-www-mechanize-catalyst               0.590.0_1
1082test-www-selenium                         1.360.0_1
1083test-yaml-meta                            0.200.0_2
1084test-yaml-valid                           0.40.0_5
1085text-aligner                              0.120.0_1
1086text-aspell                               0.90.0_2
1087text-autoformat                           1.669.4_2
1088text-balanced                             2.20.0_4
1089text-bibtex                               0.690.0_2
1090text-chasen                               1.40.0_5
1091text-csv                                  1.320.0_1
1092text-csv_xs                               1.120.0_1
1093text-diff                                 1.410.0_4
1094text-german                               0.60.0_4
1095text-glob                                 0.90.0_3
1096text-iconv                                1.700.0_1
1097text-kakasi                               2.40.0_4
1098text-levenshteinxs                        0.30.0_5
1099text-markdown                             1.0.31_2
1100text-multimarkdown                        1.0.35_2
1101text-parsewords                           3.290.0_2
1102text-pdf                                  0.290.0_5
1103text-quoted                               2.80.0_1
1104text-recordparser                         1.6.3_1
1105text-reform                               1.200.0_2
1106text-simpletable                          2.30.0_5
1107text-soundex                              3.40.0_1
1108text-spellchecker                         0.110.0_2
1109text-table                                1.130.0_1
1110text-tabsxwrap                            2013.52.300_2
1111text-tabulardisplay                       1.380.0_2
1112text-template                             1.460.0_2
1113text-trac                                 0.160.0_1
1114text-unidecode                            1.230.0_1
1115text-vfile-asdata                         0.80.0_2
1116text-vimcolor                             0.240.0_1
1117text-wikiformat                           0.810.0_2
1118text-wrapi18n                             0.60.0_2
1119text-wrapper                              1.50.0_2
1120thrift                                    0.8.0_2
1121throwable                                 0.200.12_1
1122tie-cycle                                 1.200.0_1
1123tie-dbi                                   1.50.0_3
1124tie-encryptedhash                         1.240.0_5
1125tie-ixhash                                1.230.0_2
1126tie-refhash                               1.390.0_2
1127tie-toobject                              0.30.0_6
1128time-duration                             1.100.0_2
1129time-epoch                                0.20.0_5
1130time-format                               1.120.0_2
1131time-hires                                1.972.600_2
1132time-mock                                 v0.0.2_1
1133time-modules                              2013.91.200_2
1134time-out                                  0.110.0_1
1135time-period                               1.200.0_4
1136time-piece                                1.270.0_2
1137time-progress                             1.800.0_2
1138time-warp                                 0.510.0_1
1139time-y2038                                20100403_4
1140timedate                                  2.300.0_2
1141tk                                        804.32.0_2
1142tree-dag_node                             1.230.0_1
1143tree-simple                               1.240.0_1
1144tree-simple-view                          0.170.0_5
1145tree-simple-visitorfactory                0.120.0_2
1146try-tiny                                  0.220.0_2
1147type-tiny                                 1.0.4_1
1148type-tiny-xs                              0.12.0_1
1149unicode-collate                           1.70.0_2
1150unicode-escape                            0.0.2_1
1151unicode-linebreak                         2014.60.0_2
1152unicode-string                            2.90.0_5
1153unicode-utf8                              0.600.0_1
1154universal-can                             1.201.403.280_1
1155universal-isa                             1.201.409.270_1
1156universal-moniker                         0.80.0_5
1157universal-require                         0.170.0_2
1158unix-syslog                               1.100.0_4
1159uri                                       1.650.0_1
1160uri-fetch                                 0.100.0_2
1161uuid                                      0.50.0_2
1162variable-magic                            0.550.0_1
1163vcp-autrijus-snapshot                     0.9.5.11.0_5
1164vcp-dest-svk                              0.290.0_4
1165vcp-source-cvsbk                          0.110.0_4
1166version                                   0.990.900_1
1167vonage-click2call                         0.110.0_5
1168want                                      0.230.0_1
1169warnings-unused                           0.60.0_2
1170web-scraper                               0.380.0_1
1171www-curl                                  4.170.0_1
1172www-mechanize                             1.730.0_1
1173www-mechanize-sleepy                      0.700.0_3
1174www-robotrules                            6.20.0_2
1175www-search                                2.513.0_1
1176www-shorten                               3.60.0_1
1177www-shorten-googl                         1.20.0_2
1178www-urltoys                               1.280.0_4
1179www-wolframalpha                          1.100.0_3
1180wx                                        0.992.300_3
1181wx-demo                                   0.220.0_1
1182x11-protocol                              0.560.0_4
1183xml-apachefop                             0.30.0_4
1184xml-atom                                  0.410.0_1
1185xml-autowriter                            0.400.0_4
1186xml-dom                                   1.440.0_5
1187xml-dom-xpath                             0.140.0_4
1188xml-entities                              1.0.100_2
1189xml-feed                                  0.520.0_1
1190xml-filter-buffertext                     1.10.0_4
1191xml-libxml                                2.11.700_1
1192xml-libxml-simple                         0.940.0_1
1193xml-libxslt                               1.920.0_1
1194xml-namespacesupport                      1.110.0_6
1195xml-parser                                2.410.0_2
1196xml-parser-easytree                       0.10.0_4
1197xml-parser-lite-tree                      0.140.0_1
1198xml-regexp                                0.40.0_2
1199xml-rss                                   1.560.0_1
1200xml-sax                                   0.990.0_3
1201xml-sax-base                              1.80.0_3
1202xml-sax-expat                             0.510.0_2
1203xml-sax-writer                            0.560.0_1
1204xml-simple                                2.200.0_2
1205xml-treebuilder                           5.400.0_1
1206xml-twig                                  3.480.0_1
1207xml-validator-schema                      1.100.0_1
1208xml-writer                                0.625.0_2
1209xml-writer-string                         0.100.0_3
1210xml-xpath                                 1.130.0_5
1211xml-xpathengine                           0.140.0_1
1212yaml                                      1.130.0_1
1213yaml-libyaml                              0.540.0_1
1214yaml-syck                                 1.280.0_1
1215yaml-tiny                                 1.640.0_1
1216zeromq                                    0.230.0_2
1217
1218handle_unfortunate_port_names show
1219
1220if {${subport} ne ${name}} {
1221    PortGroup obsolete 1.0
1222} else {
1223    maintainers         larryv openmaintainer
1224    supported_archs     noarch
1225    universal_variant   no
1226    description         Metaport containing obsolete Perl subports
1227    long_description    This is a metaport for collecting obsolete \
1228                        Perl subports so they don't cause spurious \
1229                        build failures on the MacPorts buildslaves \
1230                        whenever their superports are modified. It \
1231                        cannot be installed.
1232    archive_sites
1233    pre-fetch {
1234        ui_error {This is a metaport for obsolete Perl subports.}
1235        return -code error {non-installable metaport}
1236    }
1237}