Home
last modified time | relevance | path

Searched refs:TEMPDIR (Results 26 – 50 of 714) sorted by relevance

12345678910>>...29

/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/tools/
H A Dmkrpm20 TEMPDIR=/tmp/gpsbabel-rpm.$$
22 mkdir -p $TEMPDIR
23 trap "rm -fr $TEMPDIR" 0 1 2 3 15
25 mkdir -p $TEMPDIR/BUILD $TEMPDIR/RPMS $TEMPDIR/SPECS \
26 $TEMPDIR/SOURCES $TEMPDIR/SRPMS $TEMPDIR/TMP $TEMPDIR/install
29 sh $SRC/tools/mkspec "$WEB" "$VERSION" "$RELEASE" > "$TEMPDIR/SPECS/gpsbabel.spec"
30 cp -apr ./ $TEMPDIR/TMP/gpsbabel-$VERSION
33 pushd $TEMPDIR/TMP/gpsbabel-$VERSION
49 --define "_topdir $TEMPDIR" \
50 --define "buildroot $TEMPDIR/install" \
[all …]
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dtestw9 TEMPDIR=/tmp/gb-testw
32 ${CMD} > $TEMPDIR/.result 2>&1
38 test -s $TEMPDIR/.result && cat $TEMPDIR/.result
44 test -s $TEMPDIR/.result && cat $TEMPDIR/.result >> ${LOGFILE}
74 CMD1="${PNAME} -i $FMT -f $TEMPDIR/$FMT -o $format -F $TEMPDIR/$FMT.$format"
80 CMD1="${PNAME} -i $FMT -f $TEMPDIR/$FMT -o $format -F $TEMPDIR/$FMT.$format"
83 CMD2="${PNAME} -i $format -f $TEMPDIR/$FMT.$format -o $FMT -F $TEMPDIR/$FMT.$format.$FMT"
119 rm -f $TEMPDIR/.result
122 rm -rf $TEMPDIR > /dev/null
123 mkdir -p $TEMPDIR > /dev/null
[all …]
H A Dtest-all11 TEMPDIR=${GBTEMP:-/tmp}/gb-test-all
61 ${CMD} > $TEMPDIR/.result 2>&1
66 if [ -s $TEMPDIR/.result ]; then
68 cat $TEMPDIR/.result
82 test -s $TEMPDIR/.result && cat $TEMPDIR/.result >> ${LOGFILE}
126 IFILE=$TEMPDIR/$TYP-$FMT
127 OFILE=$TEMPDIR/$TYP-$FMT.$format
198 rm -f $TEMPDIR/.result
242 rm -rf $TEMPDIR > /dev/null
265 rm -rf $TEMPDIR > /dev/null
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dtestw9 TEMPDIR=/tmp/gb-testw
32 ${CMD} > $TEMPDIR/.result 2>&1
38 test -s $TEMPDIR/.result && cat $TEMPDIR/.result
44 test -s $TEMPDIR/.result && cat $TEMPDIR/.result >> ${LOGFILE}
74 CMD1="${PNAME} -i $FMT -f $TEMPDIR/$FMT -o $format -F $TEMPDIR/$FMT.$format"
80 CMD1="${PNAME} -i $FMT -f $TEMPDIR/$FMT -o $format -F $TEMPDIR/$FMT.$format"
83 CMD2="${PNAME} -i $format -f $TEMPDIR/$FMT.$format -o $FMT -F $TEMPDIR/$FMT.$format.$FMT"
119 rm -f $TEMPDIR/.result
122 rm -rf $TEMPDIR > /dev/null
123 mkdir -p $TEMPDIR > /dev/null
[all …]
H A Dtest-all9 TEMPDIR=${GBTEMP:-/tmp}/gb-test-all
33 ${CMD} > $TEMPDIR/.result 2>&1
35 if [ $RES -ne 0 -o -s $TEMPDIR/.result ]; then
39 test -s $TEMPDIR/.result && cat $TEMPDIR/.result
45 test -s $TEMPDIR/.result && cat $TEMPDIR/.result >> ${LOGFILE}
88 IFILE=$TEMPDIR/$TYP-$FMT
89 OFILE=$TEMPDIR/$TYP-$FMT.$format
160 rm -f $TEMPDIR/.result
163 rm -rf $TEMPDIR > /dev/null
164 mkdir -p $TEMPDIR > /dev/null
[all …]
/dports/textproc/dbacl/dbacl-1.14.1/ts/
H A Dantispam55 [ -z "$TEMPDIR" ] && TEMPDIR=/tmp
76 cat > "${TEMPDIR}/mbox.tmp"
77 head -3 "${TEMPDIR}/mbox.tmp"
79 $AS -l -d "${DBPATH}/antispam.db" -b "${TEMPDIR}/mbox.tmp"
81 $AS -l -d "${DBPATH}/antispam.db" -g "${TEMPDIR}/mbox.tmp"
83 rm -f "${TEMPDIR}/mbox.tmp"
117 cat > "$TEMPDIR/mailtoe.tmp"
118 VERDICT=`cat "$TEMPDIR/mailtoe.tmp" | "$ME" filter "$@"`
121 $AS -l -d "${DBPATH}/antispam.db" -g "${TEMPDIR}/mailtoe.tmp" > /dev/null
134 cat > "$TEMPDIR/mailfoot.tmp"
[all …]
H A Dspambayes56 [ -z "$TEMPDIR" ] && TEMPDIR=/tmp
73 cat > "${TEMPDIR}/mbox.tmp"
75 $TRAIN -d "${DBPATH}/spambayes.db" -s "${TEMPDIR}/mbox.tmp"
77 $TRAIN -d "${DBPATH}/spambayes.db" -g "${TEMPDIR}/mbox.tmp"
79 rm -f "${TEMPDIR}/mbox.tmp"
113 cat > "$TEMPDIR/mailtoe.tmp"
114 VERDICT=`cat $TEMPDIR/mailtoe.tmp | $ME filter "$@"`
117 cat "$TEMPDIR/mailtoe.tmp" | $SB -d "${DBPATH}/spambayes.db" -s > /dev/null
119 cat "$TEMPDIR/mailtoe.tmp" | $SB -d "${DBPATH}/spambayes.db" -g > /dev/null
131 cat > "$TEMPDIR/mailfoot.tmp"
[all …]
H A Dspamoracle55 [ -z "$TEMPDIR" ] && TEMPDIR=/tmp
74 cat > "${TEMPDIR}/mbox.tmp"
76 …$SO -config "${DBPATH}/spamoracle.conf" -f "${DBPATH}/spamoracle.db" add -spam "${TEMPDIR}/mbox.t…
78 …$SO -config "${DBPATH}/spamoracle.conf" -f "${DBPATH}/spamoracle.db" add -good "${TEMPDIR}/mbox.t…
80 rm -f "${TEMPDIR}/mbox.tmp"
114 cat > "$TEMPDIR/mailtoe.tmp"
115 VERDICT=`cat $TEMPDIR/mailtoe.tmp | $ME filter "$@"`
118 …cat "$TEMPDIR/mailtoe.tmp" | $SO -config "${DBPATH}/spamoracle.conf" -f "${DBPATH}/spamoracle.db" …
120 …cat "$TEMPDIR/mailtoe.tmp" | $SO -config "${DBPATH}/spamoracle.conf" -f "${DBPATH}/spamoracle.db" …
132 cat > "$TEMPDIR/mailfoot.tmp"
[all …]
H A Dspamassassin56 [ -z "$TEMPDIR" ] && TEMPDIR=/tmp
80 cat > "${TEMPDIR}/mbox.tmp"
82 $LEARN --spam --mbox --prefspath="${DBPATH}/sa-bayes.config" "${TEMPDIR}/mbox.tmp"
84 $LEARN --ham --mbox --prefspath="${DBPATH}/sa-bayes.config" "${TEMPDIR}/mbox.tmp"
86 rm -f "${TEMPDIR}/mbox.tmp"
120 cat > "$TEMPDIR/mailtoe.tmp"
121 VERDICT=`cat $TEMPDIR/mailtoe.tmp | $ME filter "$@"`
124 cat "$TEMPDIR/mailtoe.tmp" | $LEARN --spam --prefspath="${DBPATH}/sa-bayes.config" > /dev/null
126 cat "$TEMPDIR/mailtoe.tmp" | $LEARN --ham --prefspath="${DBPATH}/sa-bayes.config" > /dev/null
138 cat > "$TEMPDIR/mailfoot.tmp"
[all …]
H A Difile56 [ -z "$TEMPDIR" ] && TEMPDIR=/tmp
63 …cat > "$TEMPDIR/mailfilter.tmp" && $IFILE -b "$DBPATH/$IFILEDB" -c -q "$TEMPDIR/mailfilter.tmp" | …
69 …formail -s /bin/sh -c "cat > $TEMPDIR/maillearn.tmp && $IFILE -b ${DBPATH}/ifiledb -i $CATEGORY $T…
101 cat > "$TEMPDIR/mailtoe.tmp"
102 VERDICT=`cat "$TEMPDIR/mailtoe.tmp" | "$ME" filter "$@"`
104 $IFILE -b ${DBPATH}/ifiledb -i $TRUECAT "$TEMPDIR/mailtoe.tmp"
114 cat > "$TEMPDIR/mailfoot.tmp"
115 VERDICT=`cat "$TEMPDIR/mailfoot.tmp" | "$ME" filter "$@"`
116 $IFILE -b ${DBPATH}/ifiledb -i $TRUECAT "$TEMPDIR/mailfoot.tmp"
H A DbogofilterA67 [ -z "$TEMPDIR" ] && TEMPDIR=/tmp
123 cat > "$TEMPDIR/mailtoe.tmp"
124 VERDICT=`cat "$TEMPDIR/mailtoe.tmp" | "$ME" filter "$@"`
127 cat "$TEMPDIR/mailtoe.tmp" | $BFIL -d "$DBPATH" -s
129 cat "$TEMPDIR/mailtoe.tmp" | $BFIL -d "$DBPATH" -n
140 cat > "$TEMPDIR/mailfoot.tmp"
141 VERDICT=`cat "$TEMPDIR/mailfoot.tmp" | "$ME" filter "$@"`
143 cat "$TEMPDIR/mailfoot.tmp" | $BFIL -d "$DBPATH" -s
145 cat "$TEMPDIR/mailfoot.tmp" | $BFIL -d "$DBPATH" -n
/dports/security/monkeysphere/monkeysphere-0.42/tests/
H A Dkeytrans44 mkdir "$TEMPDIR"/bin
64 export GNUPGHOME="$TEMPDIR"
65 chmod 700 "$TEMPDIR"
69 cat > "$TEMPDIR"/gpg.conf <<EOF
102 "$TEMPDIR"/test.pem
108 < "$TEMPDIR"/test.pem > "$TEMPDIR"/converted.secret.key
117 <(hd "$TEMPDIR"/secret.key) \
141 cat >"$TEMPDIR"/expectedout <<EOF
169 cat >"$TEMPDIR"/expectedout <<EOF
189 < "$TEMPDIR"/newkey > "$TEMPDIR"/newkey.gpg
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/prost-build-0.8.0/third-party/
H A Dupdate-bundled-protobuf.sh13 TEMPDIR=$(mktemp -d "protobuf-$VERSION-XXX")
23 mkdir "$TEMPDIR/$ARCH"
26 -o "$TEMPDIR/$ARCH/protoc.zip"
33 unzip "$TEMPDIR/$ARCH/protoc.zip" -d "$TEMPDIR/$ARCH"
34 mv "$TEMPDIR/$ARCH/bin/protoc$EXTENSION" "$DIR/protobuf/protoc-$ARCH$EXTENSION"
40 mv "$TEMPDIR/linux-x86_64/include" "$DIR/protobuf/"
43 mkdir "$TEMPDIR/src"
46 -o "$TEMPDIR/src/protobuf.zip"
47 unzip "$TEMPDIR/src/protobuf.zip" -d "$TEMPDIR/src"
48 mv "$TEMPDIR/src/protobuf-$VERSION/LICENSE" "$DIR/protobuf/LICENSE"
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/prost-build-0.6.1/third-party/
H A Dupdate-bundled-protobuf.sh13 TEMPDIR=$(mktemp -d "protobuf-$VERSION-XXX")
23 mkdir "$TEMPDIR/$ARCH"
26 -o "$TEMPDIR/$ARCH/protoc.zip"
33 unzip "$TEMPDIR/$ARCH/protoc.zip" -d "$TEMPDIR/$ARCH"
34 mv "$TEMPDIR/$ARCH/bin/protoc$EXTENSION" "$DIR/protobuf/protoc-$ARCH$EXTENSION"
40 mv "$TEMPDIR/linux-x86_64/include" "$DIR/protobuf/"
43 mkdir "$TEMPDIR/src"
47 -o "$TEMPDIR/src/protobuf.zip"
48 unzip "$TEMPDIR/src/protobuf.zip" -d "$TEMPDIR/src"
49 mv "$TEMPDIR/src/license.txt" "$DIR/protobuf/license"
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/build/pkg/
H A Dbuildpkg.sh23 TEMPDIR=/var/tmp/$USER/apr-root
24 rm -rf $TEMPDIR
55 make install DESTDIR=$TEMPDIR
56 rm $TEMPDIR$PREFIX/lib/apr.exp
58 cp build/pkg/pkginfo $TEMPDIR$PREFIX
61 cd $TEMPDIR$PREFIX
64 mkdir $TEMPDIR/pkg
65 pkgmk -r $TEMPDIR$PREFIX -d $TEMPDIR/pkg
68 pkgtrans -s $TEMPDIR/pkg $current/$NAME-$VERSION-$ARCH-local
71 rm -rf $TEMPDIR
/dports/devel/apr1/apr-1.7.0/build/pkg/
H A Dbuildpkg.sh23 TEMPDIR=/var/tmp/$USER/apr-root
24 rm -rf $TEMPDIR
55 make install DESTDIR=$TEMPDIR
56 rm $TEMPDIR$PREFIX/lib/apr.exp
58 cp build/pkg/pkginfo $TEMPDIR$PREFIX
61 cd $TEMPDIR$PREFIX
64 mkdir $TEMPDIR/pkg
65 pkgmk -r $TEMPDIR$PREFIX -d $TEMPDIR/pkg
68 pkgtrans -s $TEMPDIR/pkg $current/$NAME-$VERSION-$ARCH-local
71 rm -rf $TEMPDIR
/dports/multimedia/mencoder/mplayer-export-2021-12-29/TOOLS/
H A Dpsnr-video.sh10 echo "$FILE1 has `ls -1 ${TEMPDIR}/FILE1/*ppm | wc -l` frames,"
11 echo "$FILE2 has `ls -1 ${TEMPDIR}/FILE2/*ppm | wc -l` frames."
16 TEMPDIR="/tmp/psnr_video"
82 mkdir -p ${TEMPDIR}/FILE1
83 mkdir -p ${TEMPDIR}/FILE2
89 cd ${TEMPDIR}/FILE1
104 cd ${TEMPDIR}/FILE2
120 if [[ `ls -1 ${TEMPDIR}/FILE1/*ppm | wc -l` = `ls -1 ${TEMPDIR}/FILE2/*ppm | wc -l` ]]
129 cd ${TEMPDIR}/FILE2
167 if [[ `ls -1 ${TEMPDIR}/FILE1/*ppm | wc -l` = `ls -1 ${TEMPDIR}/FILE2/*ppm | wc -l` ]]
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/TOOLS/
H A Dpsnr-video.sh10 echo "$FILE1 has `ls -1 ${TEMPDIR}/FILE1/*ppm | wc -l` frames,"
11 echo "$FILE2 has `ls -1 ${TEMPDIR}/FILE2/*ppm | wc -l` frames."
16 TEMPDIR="/tmp/psnr_video"
82 mkdir -p ${TEMPDIR}/FILE1
83 mkdir -p ${TEMPDIR}/FILE2
89 cd ${TEMPDIR}/FILE1
104 cd ${TEMPDIR}/FILE2
120 if [[ `ls -1 ${TEMPDIR}/FILE1/*ppm | wc -l` = `ls -1 ${TEMPDIR}/FILE2/*ppm | wc -l` ]]
129 cd ${TEMPDIR}/FILE2
167 if [[ `ls -1 ${TEMPDIR}/FILE1/*ppm | wc -l` = `ls -1 ${TEMPDIR}/FILE2/*ppm | wc -l` ]]
[all …]
/dports/misc/fq/fq-0.0.2/doc/
H A Dmdsh.sh8 TEMPDIR=$(mktemp -d)
9 cp -a doc/* "${TEMPDIR}"
10 cp "$FQ" "${TEMPDIR}/fq"
11 cd "${TEMPDIR}"
14 mkdir -p "$(dirname "${TEMPDIR}/$f")"
15 PATH="${TEMPDIR}:${PATH}" go run "${REPODIR}/doc/mdsh.go" >"${TEMPDIR}/$f" <"${REPODIR}/$f"
16 mv "${TEMPDIR}/$f" "${REPODIR}/$f"
18 rm -rf "${TEMPDIR}"
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/build/pkg/
H A Dbuildpkg.sh23 TEMPDIR=/var/tmp/$USER/apr-util-root
24 rm -rf $TEMPDIR
82 make install DESTDIR=$TEMPDIR
83 rm $TEMPDIR$PREFIX/lib/aprutil.exp
85 cp build/pkg/pkginfo $TEMPDIR$PREFIX
88 cd $TEMPDIR$PREFIX
91 mkdir $TEMPDIR/pkg
92 pkgmk -r $TEMPDIR$PREFIX -d $TEMPDIR/pkg
95 pkgtrans -s $TEMPDIR/pkg $current/$NAME-$VERSION-$ARCH-local
98 rm -rf $TEMPDIR
/dports/devel/apr1/apr-util-1.6.1/build/pkg/
H A Dbuildpkg.sh23 TEMPDIR=/var/tmp/$USER/apr-util-root
24 rm -rf $TEMPDIR
82 make install DESTDIR=$TEMPDIR
83 rm $TEMPDIR$PREFIX/lib/aprutil.exp
85 cp build/pkg/pkginfo $TEMPDIR$PREFIX
88 cd $TEMPDIR$PREFIX
91 mkdir $TEMPDIR/pkg
92 pkgmk -r $TEMPDIR$PREFIX -d $TEMPDIR/pkg
95 pkgtrans -s $TEMPDIR/pkg $current/$NAME-$VERSION-$ARCH-local
98 rm -rf $TEMPDIR
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/contrib/macdeploy/
H A Ddetached-sig-apply.sh13 TEMPDIR=signed.temp
26 rm -rf ${TEMPDIR} && mkdir -p ${TEMPDIR}
27 tar -C ${TEMPDIR} -xf ${UNSIGNED}
28 cp -rf "${SIGNATURE}"/* ${TEMPDIR}
31 PAGESTUFF=${TEMPDIR}/pagestuff
35 CODESIGN_ALLOCATE=${TEMPDIR}/codesign_allocate
38 find ${TEMPDIR} -name "*.sign" | while read i; do
55 mv ${TEMPDIR}/${ROOTDIR} ${OUTDIR}
56 rm -rf ${TEMPDIR}
/dports/net-p2p/litecoin/litecoin-0.18.1/contrib/macdeploy/
H A Ddetached-sig-apply.sh13 TEMPDIR=signed.temp
26 rm -rf ${TEMPDIR} && mkdir -p ${TEMPDIR}
27 tar -C ${TEMPDIR} -xf ${UNSIGNED}
28 cp -rf "${SIGNATURE}"/* ${TEMPDIR}
31 PAGESTUFF=${TEMPDIR}/pagestuff
35 CODESIGN_ALLOCATE=${TEMPDIR}/codesign_allocate
38 find ${TEMPDIR} -name "*.sign" | while read i; do
55 mv ${TEMPDIR}/${ROOTDIR} ${OUTDIR}
56 rm -rf ${TEMPDIR}
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/contrib/macdeploy/
H A Ddetached-sig-apply.sh13 TEMPDIR=signed.temp
26 rm -rf ${TEMPDIR} && mkdir -p ${TEMPDIR}
27 tar -C ${TEMPDIR} -xf ${UNSIGNED}
28 cp -rf "${SIGNATURE}"/* ${TEMPDIR}
31 PAGESTUFF=${TEMPDIR}/pagestuff
35 CODESIGN_ALLOCATE=${TEMPDIR}/codesign_allocate
38 find ${TEMPDIR} -name "*.sign" | while read i; do
55 mv ${TEMPDIR}/${ROOTDIR} ${OUTDIR}
56 rm -rf ${TEMPDIR}
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/contrib/macdeploy/
H A Ddetached-sig-apply.sh12 TEMPDIR=signed.temp
25 rm -rf ${TEMPDIR} && mkdir -p ${TEMPDIR}
26 tar -C ${TEMPDIR} -xf ${UNSIGNED}
27 cp -rf "${SIGNATURE}"/* ${TEMPDIR}
30 PAGESTUFF=${TEMPDIR}/pagestuff
34 CODESIGN_ALLOCATE=${TEMPDIR}/codesign_allocate
37 find ${TEMPDIR} -name "*.sign" | while read i; do
54 mv ${TEMPDIR}/${ROOTDIR} ${OUTDIR}
55 rm -rf ${TEMPDIR}

12345678910>>...29