# cpan-early - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.18 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.03 hours (or 002.07 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.11 hours (or 006.77 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.21 hours (or 012.48 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none license = tbd nosyslinks = yes proddir = none purge = no shareddir = yes tmpsize = 1GB unpack = none #--------------------------------------------------------------------- [depends] perl:strict #--------------------------------------------------------------------- [build] HOME=`pwd` CPANDIR=$HOME/.cpan CFGDIR=$CPANDIR/CPAN mkdir -p $CFGDIR #--------------------------------------------------------------------- sed -e "s@__META_CPANDIR__@$CPANDIR@" \ -e "s@__META_SYSTREE__@$LACSYSTREE@" \ < $PKGDIR_SPECIAL/MyConfig.pm.in \ > $CFGDIR/MyConfig.pm #--------------------------------------------------------------------- grep -v '^ *#' $PKGDIR_SPECIAL/cpanbuild.lst | sed -e 's/ *#.*//' \ > list ls -l list trimws list || true #--------------------------------------------------------------------- grep '+first' list > list.first || true for x in `cat list.first` do echo ================ first: $x laccpaninstall $x < /dev/null done #--------------------------------------------------------------------- (grep -v '+first' list | rewrite list) || true grep '+' list > list.early || true for x in `cat list.early` do echo ================ early: $x laccpaninstall $x < /dev/null done #--------------------------------------------------------------------- (grep -v '+' list | rewrite list) || true for x in `cat list` do echo ================ rest: $x laccpaninstall $x < /dev/null done echo Done #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] tbd