head 1.14; access; symbols RELEASE_7_4_0:1.13 RELEASE_8_2_0:1.13 RELEASE_6_EOL:1.13 RELEASE_8_1_0:1.13 RELEASE_7_3_0:1.12 RELEASE_8_0_0:1.12 RELEASE_7_2_0:1.12 RELEASE_7_1_0:1.12 RELEASE_6_4_0:1.12 RELEASE_5_EOL:1.12 RELEASE_7_0_0:1.9 RELEASE_6_3_0:1.9 PRE_XORG_7:1.9 RELEASE_4_EOL:1.9 RELEASE_6_2_0:1.9 RELEASE_6_1_0:1.9 RELEASE_5_5_0:1.9 RELEASE_6_0_0:1.8 RELEASE_5_4_0:1.8 RELEASE_4_11_0:1.8 RELEASE_5_3_0:1.6 RELEASE_4_10_0:1.5 RELEASE_5_2_1:1.5 RELEASE_5_2_0:1.5 RELEASE_4_9_0:1.5 RELEASE_5_1_0:1.5 RELEASE_4_8_0:1.4 RELEASE_5_0_0:1.4 RELEASE_4_7_0:1.4 RELEASE_4_6_2:1.3 RELEASE_4_6_1:1.3 RELEASE_4_6_0:1.3 RELEASE_5_0_DP1:1.3 RELEASE_4_5_0:1.3 RELEASE_4_4_0:1.3 RELEASE_4_3_0:1.3 RELEASE_4_2_0:1.3 RELEASE_4_1_1:1.1; locks; strict; comment @# @; 1.14 date 2011.04.24.16.37.51; author flz; state dead; branches; next 1.13; 1.13 date 2010.06.25.23.38.01; author linimon; state Exp; branches; next 1.12; 1.12 date 2008.05.29.14.14.54; author linimon; state Exp; branches; next 1.11; 1.11 date 2008.05.29.02.34.41; author linimon; state Exp; branches; next 1.10; 1.10 date 2008.05.29.01.45.39; author linimon; state Exp; branches; next 1.9; 1.9 date 2005.12.11.04.35.44; author kris; state Exp; branches; next 1.8; 1.8 date 2004.12.28.04.31.29; author kris; state Exp; branches; next 1.7; 1.7 date 2004.11.25.00.04.48; author kris; state Exp; branches; next 1.6; 1.6 date 2004.07.14.09.27.26; author kris; state Exp; branches; next 1.5; 1.5 date 2003.04.06.05.42.41; author kris; state Exp; branches; next 1.4; 1.4 date 2002.09.15.22.02.20; author kris; state Exp; branches; next 1.3; 1.3 date 2000.10.06.07.32.42; author asami; state Exp; branches; next 1.2; 1.2 date 2000.09.26.23.51.04; author asami; state Exp; branches; next 1.1; 1.1 date 2000.08.29.07.45.02; author asami; state Exp; branches; next ; desc @@ 1.14 log @Remove portbuild scripts from pcvs, as they now live in svn/projects. @ text @#!/bin/sh of=extras.html.new if [ \! -e .force -a -e .stamp -a $(echo $(find . -newer .stamp -type f -name '*.log' 2>/dev/null | wc -l)) = "0" ]; then exit; fi echo "
Log | Aff. | Size | Repository | Maintainer | Pathname |
---|---|---|---|---|---|
" >>$of echo -n "" >> $of echo -n "" >>$of echo -n $log >>$of echo -n "" >>$of echo -n " | " >>$of affected=$(($(grep -cF $log < INDEX) - 1)) if [ $affected != 0 ]; then echo -n $affected >>$of; fi echo -n " | " >>$of size=$(/bin/ls -sk $log.log | awk '{print $1}') echo -n "$size KB" >>$of echo -n " | " >>$of dir=$(sed -n -e '5p' $log.log | awk '{print $3}' | sed -e 's,^/[^/]*/[^/]*/,,') echo -n "$dir" >>$of echo -n " | " >>$of maint=$(sed -n -e '4p' $log.log | awk '{print $3}') maints="$maints $maint" echo -n "$maint" >>$of echo " | " >>$of
cat $log.log | sed -e '1,/^list of extra files and directories/d' -e '/^list of/,$d' | awk '{print $11}' | sed -E -e 's,^,,' -e 's,(usr/(local|X11R6)),\1,g' -e 's,$, ,' >>$of cat $log.log | sed -e '1,/^list of files present before this port was installed/d' -e '/^list of/,$d' -e 's,^\./,,' | awk '{print $1}' | sed -e 's,^,,' -e 's,$, (missing) ,' >> $of cat $log.log | sed -e '1,/^list of filesystem changes/d' -e '/^ /d' | awk '{print $1}' | sed -e 's,^,,' -e 's,$, (changed) ,' >>$of echo " |