IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40683


Ignore:
Timestamp:
Apr 10, 2019, 2:10:40 PM (7 years ago)
Author:
eugene
Message:

merge changes from trunk: adding missing perl modules, defining ipp-3.3 tagset

Location:
tags/ipp-ps2-20190404
Files:
5 edited
4 copied

Legend:

Unmodified
Added
Removed
  • tags/ipp-ps2-20190404

  • tags/ipp-ps2-20190404/Nebulous/lib/Nebulous/Client.pm

    r39926 r40683  
    1717use Nebulous::Util qw( :standard );
    1818use Params::Validate qw( validate validate_pos SCALAR UNDEF BOOLEAN );
    19 #use SOAP::Lite +trace => [qw( debug )];
    2019use Sys::Hostname;
    2120use SOAP::Lite;
     21# use SOAP::Lite +trace => [ transport => sub { print $_[0]->as_string } ];
     22# use SOAP::Lite +trace => [qw( debug )];
    2223use Time::HiRes qw( sleep );
    2324use URI;
     
    8889
    8990    my $lite = SOAP::Lite->new(
    90             proxy => $args{ 'proxy' },
    91             uri   => $args{ 'uri' } || "urn:Nebulous/Server/SOAP",
     91        proxy => $args{ 'proxy' },
     92        uri   => $args{ 'uri' } || "urn:Nebulous/Server/SOAP",
     93#       outputxml => 1,
     94# uncomment the above to get a dump of the returned xml
    9295    );
    9396
  • tags/ipp-ps2-20190404/glueforge/configure.ac

    r15793 r40683  
    2424fi
    2525
     26dnl --- swallow --no-as-needed and --optmize
     27IPP_STDOPTS
     28
    2629AC_CONFIG_FILES([
    2730  Makefile
  • tags/ipp-ps2-20190404/psconfig/tagsets/ipp-3.3.libs

    r40678 r40683  
    3030lib libpthread           NONE           NONE   NONE                     NONE             N NONE NONE NONE
    3131lib libncurses           curses,termcap NONE   ncurses-5.6.tar.gz       ncurses-5.6      N NONE NONE NONE
    32 lib libreadline          NONE           NONE   readline-5.2-p15.tar.gz  readline-5.2-p15 N NONE NONE NONE
     32lib libreadline          NONE           NONE   readline-5.2-p15.tar.gz  readline-5.2-p15 Y NONE NONE NONE
    3333lib libz                 NONE           NONE   zlib-1.2.3.tar.gz        zlib-1.2.3       N --shared NONE NONE
    3434lib libpng               NONE           NONE   libpng-1.2.15.tar.gz     libpng-1.2.15    N NONE NONE NONE
  • tags/ipp-ps2-20190404/psconfig/tagsets/ipp-3.3.perl

    r40678 r40683  
    55# |                                 (in ../extperl/)                                        Opts     
    66#
     7
     8# these modules needed by various modules below, so they need to be first
    79  00  Module::Build                 Module-Build-0.4224.tar.gz               0              NONE      NONE
    8 # Module::Build is needed by various modules below, so it needs to be first
     10  00  Exporter::Tiny                Exporter-Tiny-1.002001.tar.gz            0              NONE      NONE
     11  00  Digest::HMAC_MD5              Digest-HMAC-1.03.tar.gz                  0              NONE      NONE
     12  00  XML::Parser                   XML-Parser-2.44.tar.gz                   0              NONE      NONE
    913
    1014# these modules are free of inter-dependencies:
     
    2832  01  File::Listing                 File-Listing-6.04.tar.gz                 0              NONE      NONE
    2933  01  File::NFSLock                 File-NFSLock-1.29.tar.gz                 0              NONE      NONE
     34  01  File::ShareDir                File-ShareDir-1.116.tar.gz               0              NONE      NONE
    3035  01  File::ShareDir::Install       File-ShareDir-Install-0.13.tar.gz        0              NONE      NONE
    3136  01  HTTP::Date                    HTTP-Date-6.02.tar.gz                    0              NONE      NONE
     
    8994  03g namespace::autoclean          namespace-autoclean-0.28.tar.gz          0              NONE      NONE -- B::Hooks::EndOfScope, Sub::Identify, Test::Requires, namespace::clean
    9095  03h Params::ValidationCompiler    Params-ValidationCompiler-0.30.tar.gz    0              NONE      NONE -- Eval::Closure, Exception::Class, Specio, Test2::Plugin::NoWarnings, Test2::Require::Module, Test2::V0, Test::Without::Module
    91   03i DateTime::Locale              DateTime-Locale-1.24.tar.gz              0              NONE      NONE -- Role::Tiny, namespace::autoclean, Params::ValidationCompiler
     96  03i DateTime::Locale              DateTime-Locale-1.24.tar.gz              1.24           NONE      NONE -- Role::Tiny, namespace::autoclean, Params::ValidationCompiler
    9297  03j DateTime::TimeZone            DateTime-TimeZone-2.34.tar.gz            0              NONE      NONE -- Class::Singleton, Params::ValidationCompiler, Specio::Library::Builtins, Specio::Library::String, Test::Fatal, Test::Requires, namespace::autoclean,
    9398  03k DateTime                      DateTime-1.50.tar.gz                     0              NONE      NONE -- CPAN::Meta::Check, DateTime::Locale, Test::Warnings
     
    95100# DateTime complains about DateTime::Format::Strptime with unknown format but succeeds
    96101# DateTime::Format::Strptime requires DateTime
     102
     103  19  DateTime::Format::Builder     DateTime-Format-Builder-0.82.tar.gz      0              NONE      NONE -- unknown
     104  03m DateTime::Format::ISO8601     DateTime-Format-ISO8601-0.08.tar.gz      0              NONE      NONE -- DateTime?
    97105
    98106  04a Data::Validate::IP            Data-Validate-IP-0.27.tar.gz             0              NONE      NONE -- NetAddr::IP, Test::Requires
Note: See TracChangeset for help on using the changeset viewer.