Home
last modified time | relevance | path

Searched refs:BZIP2 (Results 1 – 25 of 2321) sorted by relevance

12345678910>>...93

/dports/multimedia/handbrake/HandBrake-1.4.2/contrib/bzip2/
H A Dmodule.defs1 $(eval $(call import.MODULE.defs,BZIP2,bzip2))
2 $(eval $(call import.CONTRIB.defs,BZIP2))
8 BZIP2.CONFIGURE = $(TOUCH.exe) $@
10 BZIP2.BUILD.extra = \
11 PREFIX="$(BZIP2.CONFIGURE.prefix)" \
12 CC="$(BZIP2.GCC.gcc)" \
13 $(BZIP2.CONFIGURE.env.CFLAGS) \
16 BZIP2.BUILD.ntargets = libbz2.a
18 define BZIP2.INSTALL
24 define BZIP2.UNINSTALL
[all …]
H A Dmodule.rules1 $(eval $(call import.MODULE.rules,BZIP2))
2 $(eval $(call import.CONTRIB.rules,BZIP2))
/dports/misc/sword/sword-1.8.1/cmake/
H A DFindBZIP2.cmake1 # - Try to find BZIP2
4 # BZIP2_FOUND - system has BZIP2
5 # BZIP2_INCLUDE_DIR - the BZIP2 include directory
6 # BZIP2_LIBRARY - Link these to use BZIP2
7 # BZIP2_DEFINITIONS - Compiler switches required for using BZIP2
26 FIND_PACKAGE_HANDLE_STANDARD_ARGS(BZIP2 DEFAULT_MSG BZIP2_LIBRARY BZIP2_INCLUDE_DIR)
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/update-packaging/
H A Dunwrap_full_update.pl16 my ($MAR, $BZIP2, $archive, @marentries, @marfiles);
26 $BZIP2 = $ENV{"BZIP2"};
29 $BZIP2 = "bzip2";
64 system("\"$BZIP2\" -d \"$file.bz2\"") == 0 ||
H A Dmake_incremental_update.sh172 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
182 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
210 $BZIP2 -z9 "$workdir/$f.patch"
218 $BZIP2 -z9 "$workdir/$f.patch"
222 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
265 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
306 $BZIP2 -z9 "$updatemanifestv2" && mv -f "$updatemanifestv2.bz2" "$updatemanifestv2"
307 $BZIP2 -z9 "$updatemanifestv3" && mv -f "$updatemanifestv3.bz2" "$updatemanifestv3"
H A Dmake_full_update.sh96 $BZIP2 -cz9 "$targetdir/$f" > "$workdir/$f"
107 $BZIP2 -z9 "$updatemanifestv2" && mv -f "$updatemanifestv2.bz2" "$updatemanifestv2"
108 $BZIP2 -z9 "$updatemanifestv3" && mv -f "$updatemanifestv3.bz2" "$updatemanifestv3"
/dports/editors/libreoffice/libreoffice-7.2.6.2/bin/update/
H A Dmake_incremental_update.sh163 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
173 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
201 $BZIP2 -z9 "$workdir/$f.patch"
209 $BZIP2 -z9 "$workdir/$f.patch"
213 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
256 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
297 $BZIP2 -z9 "$updatemanifestv2" && mv -f "$updatemanifestv2.bz2" "$updatemanifestv2"
298 $BZIP2 -z9 "$updatemanifestv3" && mv -f "$updatemanifestv3.bz2" "$updatemanifestv3"
H A Dmake_full_update.sh99 $BZIP2 -cz9 "$targetdir/$f" > "$workdir/$f"
111 $BZIP2 -z9 "$updatemanifestv2" && mv -f "$updatemanifestv2.bz2" "$updatemanifestv2"
112 $BZIP2 -z9 "$updatemanifestv3" && mv -f "$updatemanifestv3.bz2" "$updatemanifestv3"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bin/update/
H A Dmake_incremental_update.sh163 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
173 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
201 $BZIP2 -z9 "$workdir/$f.patch"
209 $BZIP2 -z9 "$workdir/$f.patch"
213 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
256 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
297 $BZIP2 -z9 "$updatemanifestv2" && mv -f "$updatemanifestv2.bz2" "$updatemanifestv2"
298 $BZIP2 -z9 "$updatemanifestv3" && mv -f "$updatemanifestv3.bz2" "$updatemanifestv3"
H A Dmake_full_update.sh99 $BZIP2 -cz9 "$targetdir/$f" > "$workdir/$f"
111 $BZIP2 -z9 "$updatemanifestv2" && mv -f "$updatemanifestv2.bz2" "$updatemanifestv2"
112 $BZIP2 -z9 "$updatemanifestv3" && mv -f "$updatemanifestv3.bz2" "$updatemanifestv3"
/dports/lang/spidermonkey78/firefox-78.9.0/tools/update-packaging/
H A Dchange_mar_compression.pl28 my ($MAR, $XZ, $BZIP2, $MAR_OLD_FORMAT, $FILES, $CHANNEL, $VERSION, $REPLACE, $archive, $tmparchive…
38 $BZIP2 = $ENV{"BZIP2"};
41 $BZIP2 = "bzip2";
126 system("\"$BZIP2\" -d \"$file.bz2\"") == 0 ||
155 system("\"$BZIP2\" -z9 \"$file\"") == 0 ||
H A Dunwrap_full_update.pl16 my ($MAR, $XZ, $BZIP2, $MAR_OLD_FORMAT, $archive, @marentries, @marfiles);
26 $BZIP2 = $ENV{"BZIP2"};
29 $BZIP2 = "bzip2";
111 system($BZIP2, "-d", "$file.bz2") == 0 ||
H A Dmake_incremental_update.sh172 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
186 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
218 $BZIP2 -z9 "$workdir/$f.patch"
230 $BZIP2 -z9 "$workdir/$f.patch"
245 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
296 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
341 $BZIP2 -z9 "$updatemanifestv2" && mv -f "$updatemanifestv2.bz2" "$updatemanifestv2"
342 $BZIP2 -z9 "$updatemanifestv3" && mv -f "$updatemanifestv3.bz2" "$updatemanifestv3"
/dports/lang/spidermonkey60/firefox-60.9.0/tools/update-packaging/
H A Dchange_mar_compression.pl28 my ($MAR, $XZ, $BZIP2, $MAR_OLD_FORMAT, $FILES, $CHANNEL, $VERSION, $REPLACE, $archive, $tmparchive…
38 $BZIP2 = $ENV{"BZIP2"};
41 $BZIP2 = "bzip2";
126 system("\"$BZIP2\" -d \"$file.bz2\"") == 0 ||
155 system("\"$BZIP2\" -z9 \"$file\"") == 0 ||
H A Dunwrap_full_update.pl16 my ($MAR, $XZ, $BZIP2, $MAR_OLD_FORMAT, $archive, @marentries, @marfiles);
26 $BZIP2 = $ENV{"BZIP2"};
29 $BZIP2 = "bzip2";
111 system($BZIP2, "-d", "$file.bz2") == 0 ||
H A Dmake_incremental_update.sh158 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
172 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
202 COMPRESS="$BZIP2 -z9"
270 $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
314 $BZIP2 -z9 "$updatemanifestv2" && mv -f "$updatemanifestv2.bz2" "$updatemanifestv2"
315 $BZIP2 -z9 "$updatemanifestv3" && mv -f "$updatemanifestv3.bz2" "$updatemanifestv3"
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A DMakefile.am11 colorfire_LDADD = @BZIP2@
18 euphoria_LDADD = -LrsMath -lrsMath @BZIP2@
25 helios_LDADD = @BZIP2@ -LImplicit -lImplicit -LrsMath -lrsMath
29 hufo_tunnel_LDADD = @BZIP2@ -LrsMath -lrsMath
31 hyperspace_LDADD = @BZIP2@ -LImplicit -lImplicit -LrsMath -lrsMath
33 lattice_LDADD = @BZIP2@
38 matrixview_LDADD = @BZIP2@ @PTHREAD_LIBS@ @Wand_LIBS@
64 stringify_LDADD = @BZIP2@
95 ….o skyrocket_poppersound.o skyrocket_sucksound.o skyrocket_whistlesound.o @BZIP2@ -LrsMath -lrsMath
115 skyrocket_LDADD = @BZIP2@ -LrsMath -lrsMath
/dports/science/teem/teem-1.11.0-src/src/make/
H A Dexternals.mk35 XTERNS = PNG ZLIB BZIP2 PTHREAD LEVMAR FFTW3
53 BZIP2.LINK = -lbz2
54 nrrd.XTERN += BZIP2
/dports/archivers/gtar/tar-1.34/src/
H A Dsuffix.c38 { S(bz2, BZIP2) },
39 { S(tbz, BZIP2) },
40 { S(tbz2, BZIP2) },
41 { S(tz2, BZIP2) },
/dports/mail/p5-Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.5111/t/
H A Dbzip2.t14 my $BZIP2 = $Mail::Mbox::MessageParser::Config{'programs'}{'bzip2'} || 'bzip2';
18 …qq{"$CAT" "} . catfile('t','mailboxes','mailarc-2.txt.bz2') . qq{" | "$BZIP2" -cd} => ['mailarc-2.…
88 $skip{qq{"$CAT" "} . catfile('t','mailboxes','mailarc-2.txt.bz2') . qq{" | "$BZIP2" -cd}}
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/enums/
H A Dcompressor.h60 BZIP2 = 5, enumerator
78 case Compressor::BZIP2: in compressor_str()
101 *compressor = Compressor::BZIP2; in compressor_enum()
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/update-packaging/test/
H A Dmake_full_update.sh97 $BZIP2 -cz9 "$targetdir/$f" > "$workdir/$f"
108 $BZIP2 -z9 "$updatemanifestv2" && mv -f "$updatemanifestv2.bz2" "$updatemanifestv2"
109 $BZIP2 -z9 "$updatemanifestv3" && mv -f "$updatemanifestv3.bz2" "$updatemanifestv3"
/dports/editors/encryptpad/EncryptPad-0.5.0.1/src/build-data/
H A Dmakefile.in55 bzip2: $(BZIP2)
117 BZIP2 = %{bzip2_target}
119 $(BZIP2) :
139 qt_ui: libs $(BOTAN_TARGET) $(ENCRYPTMSG_TARGET) $(ZLIB) $(BZIP2)
240 $(CLI): $(LIBRARIES) $(CLIOBJS) $(BOTAN_TARGET) $(ENCRYPTMSG_TARGET) $(ZLIB) $(BZIP2)
244 $(TEST): $(LIBRARIES) $(TESTOBJS) $(GTEST) $(BOTAN_TARGET) $(ENCRYPTMSG_TARGET) $(ZLIB) $(BZIP2)
/dports/archivers/p5-IO-Compress-Lzma/IO-Compress-Lzma-2.101/t/compress/
H A Dinterop-io-string.pl98 my $comp = "$BZIP2 -dc" ;
120 my $bzip2 = "$BZIP2 -c $options >$file" ;
131 title "Test interop with $BZIP2" ;
/dports/archivers/bzip2/
H A D.license-report1 This package has a single license: BZIP2 (BZIP2 license).

12345678910>>...93