head 1.10; access; symbols SNMPDX_1_0_0:1.10 SNMPDX_0_2_11:1.9 SNMPDX_0_2_10:1.7 SNMPDX_0_2_9:1.5 SNMPDX_0_2_8:1.5 SNMPDX_0_2_7:1.5 SNMPDX_0_2_6:1.4 SNMPDX_0_2_5:1.3 SNMPDX_0_2_4:1.2 SNMPDX_0_2_3:1.2 SNMPDX_0_2_2:1.2 SNMPDX_0_2_1:1.2 SNMPDX_0_2_0:1.1; locks; strict; comment @# @; 1.10 date 2007.03.01.10.52.38; author rse; state Exp; branches; next 1.9; commitid FNuFlqR2Qo3fkn8s; 1.9 date 2005.10.05.18.11.21; author rse; state Exp; branches; next 1.8; 1.8 date 2005.10.05.17.42.13; author rse; state Exp; branches; next 1.7; 1.7 date 2004.07.30.09.30.04; author thl; state Exp; branches; next 1.6; 1.6 date 2004.07.30.09.20.10; author thl; state Exp; branches; next 1.5; 1.5 date 2003.09.10.14.36.17; author rse; state Exp; branches; next 1.4; 1.4 date 2003.09.10.14.17.05; author rse; state Exp; branches; next 1.3; 1.3 date 2003.09.10.13.30.47; author rse; state Exp; branches; next 1.2; 1.2 date 2003.09.09.09.28.36; author thl; state Exp; branches; next 1.1; 1.1 date 2003.09.09.09.24.28; author thl; state Exp; branches; next ; desc @@ 1.10 log @Upgrade build environment to GNU shtool 2.0.6 and GNU autoconf 2.60 @ text @## ## devtool.conf -- Development Tool Configuration ## %autogen @@autogen shtool 2.0.6 "2.0.*" all @@autogen autoconf 2.61 "2.6*" %autoclean @@autoclean shtool @@autoclean autoconf %configure ./configure \ --prefix=/tmp/snmpdx \ --with-openpkg=/openpkg \ --with-snmp=/openpkg \ --with-perl=/openpkg/bin/perl \ "$@@" %release ./devtool version ./devtool tag ./devtool dist ./devtool upload %version ./shtool version -ltxt -n "OSSP snmpdx" -p "snmpdx_" -e VERSION V=`./shtool version -ltxt -dlong VERSION` sed -e "s/ Version .*/ Version $V/g" README.n && mv README.n README %tag V=`./shtool version -ltxt -dshort VERSION | sed -e 's;\.;_;g'` echo "+++ tagging CVS sources as SNMPDX_${V}" cvs commit -m 'flush pending changes before tagging' cvs tag SNMPDX_${V} %dist echo "+++ removing old tarballs" rm -f snmpdx-*.tar.gz echo "+++ generating" ./devtool autoclean ./devtool autogen echo "+++ configuring" ./devtool configure echo "+++ building" make clean all man echo "+++ cleaning" make distclean echo "+++ fixing" ./shtool fixperm -v . echo "+++ rolling" V=`./shtool version -lc -dshort VERSION` ./shtool tarball -o snmpdx-${V}.tar.gz -d snmpdx-${V} -u ossp -g ossp \ -e '00*,CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' . ls -l snmpdx-${V}.tar.gz echo "+++ testing" gunzip $i.n && mv $i.n $i done d30 1 a30 1 V=`./shtool version -lc -dshort VERSION | sed -e 's;\.;_;g'` d52 1 a52 1 -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' . @ 1.1 log @flush pending changes before tagging @ text @d63 1 a63 1 echo "+++ copying to ftp://ftp.ossp.org/pkg/lib/snmpdx/" d65 1 a65 1 scp snmpdx-${V}.tar.gz master.ossp.org:/e/ossp/ftp/pkg/lib/snmpdx/ @