Mercurial > repos > geert-vandeweyer > package_perl_threading
comparison tool_dependencies.xml @ 1:4cb7824de4d9 draft default tip
new version of modules
author | geert-vandeweyer |
---|---|
date | Thu, 07 Jan 2016 03:05:48 -0500 |
parents | 01ed0b079724 |
children |
comparison
equal
deleted
inserted
replaced
0:01ed0b079724 | 1:4cb7824de4d9 |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | 1 <?xml version='1.0' encoding='utf-8'?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="perl_module_threads" version='1.92'> | 3 <package name="perl_module_threads" version='2.02'> |
4 <install version='1.0'> | 4 <install version='1.0'> |
5 <actions> | 5 <actions> |
6 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-1.92.tar.gz</action> | 6 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-2.02.tar.gz</action> |
7 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> | 7 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> |
8 <action type="shell_command"> | 8 <action type="shell_command"> |
9 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && | 9 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && |
10 make && | 10 make && |
11 make install | 11 make install |
16 </actions> | 16 </actions> |
17 | 17 |
18 </install> | 18 </install> |
19 <readme>This package install threads CPAN package for Perl.</readme> | 19 <readme>This package install threads CPAN package for Perl.</readme> |
20 </package> | 20 </package> |
21 <package name="perl_module_threads_shared" version='1.46'> | 21 <package name="perl_module_threads_shared" version='1.48'> |
22 <install version='1.0'> | 22 <install version='1.0'> |
23 <actions> | 23 <actions> |
24 | 24 |
25 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-shared-1.46.tar.gz</action> | 25 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-shared-1.48.tar.gz</action> |
26 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> | 26 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> |
27 <action type="shell_command"> | 27 <action type="shell_command"> |
28 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && | 28 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && |
29 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && | 29 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && |
30 make && | 30 make && |
38 </actions> | 38 </actions> |
39 | 39 |
40 </install> | 40 </install> |
41 <readme>This package install threads::shared CPAN package for Perl.</readme> | 41 <readme>This package install threads::shared CPAN package for Perl.</readme> |
42 </package> | 42 </package> |
43 <package name="perl_module_Thread_Queue" version='3.02'> | 43 <package name="perl_module_Thread_Queue" version='3.07'> |
44 <install version='1.0'> | 44 <install version='1.0'> |
45 <actions> | 45 <actions> |
46 | 46 |
47 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Thread-Queue-3.02.tar.gz</action> | 47 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Thread-Queue-3.07.tar.gz</action> |
48 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> | 48 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> |
49 <action type="shell_command"> | 49 <action type="shell_command"> |
50 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && | 50 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && |
51 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && | 51 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && |
52 make && | 52 make && |