IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26273


Ignore:
Timestamp:
Nov 23, 2009, 4:33:49 PM (16 years ago)
Author:
eugene
Message:

generate psconfig.csh if needed in pschecklibs and pscheckperl; add Attribute:Handlers to perl dependencies

Location:
trunk/psconfig
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r26271 r26273  
    7575if ("$version" eq "") {
    7676    $version = "default";
     77}
     78
     79# generate new psconfig.csh if needed
     80if (! -e "psconfig.csh" || ! -e "psconfig.bash") {
     81    $psconfdir = $ENV{'PSCONFDIR'};
     82    if ($psconfdir eq "") { die "PSCONFDIR not found, run psbuild -bootstrap and follow instructions\n"; }
     83    vsystem ("cat psconfig.csh.in | sed 's|\@PSCONFDIR@|$psconfdir|' > psconfig.csh");
     84    vsystem ("cat psconfig.bash.in | sed 's|\@PSCONFDIR@|$psconfdir|' > psconfig.bash");
    7785}
    7886
  • trunk/psconfig/pscheckmods

    r26256 r26273  
    22
    33if (@ARGV != 2) { die "USAGE: pscheckmods (module) (version)\n"; }
     4
     5# print STDERR "checking in @INC\n";
    46
    57$x = eval "require $ARGV[0]; 1";
  • trunk/psconfig/pscheckperl

    r26256 r26273  
    5353}
    5454
     55# generate new psconfig.csh if needed
     56if (! -e "psconfig.csh" || ! -e "psconfig.bash") {
     57    $psconfdir = $ENV{'PSCONFDIR'};
     58    if ($psconfdir eq "") { die "PSCONFDIR not found, run psbuild -bootstrap and follow instructions\n"; }
     59    vsystem ("cat psconfig.csh.in | sed 's|\@PSCONFDIR@|$psconfdir|' > psconfig.csh");
     60    vsystem ("cat psconfig.bash.in | sed 's|\@PSCONFDIR@|$psconfdir|' > psconfig.bash");
     61}
    5562
    5663$prefix  = `csh -f psconfig.csh --prefix $version`; chomp $prefix;
  • trunk/psconfig/tagsets/ipp-2.9.perl

    r26256 r26273  
    88  00    Module::Build                  Module-Build-0.2806.tar.gz               0.2806         NONE      NONE # special comment here
    99  01    ExtUtils::MakeMaker            ExtUtils-MakeMaker-6.54.tar.gz           0              NONE      NONE
     10  02a   Attribute::Handlers            Attribute-Handlers-0.87.tar.gz           0.79           NONE      NONE
    1011  02    Params::Validate               Params-Validate-0.92.tar.gz              0.92           NONE      NONE
    1112# 02    Apache::Test                   Apache-Test-1.29.tar.gz                  1.29           NONE      NONE
Note: See TracChangeset for help on using the changeset viewer.