Home
last modified time | relevance | path

Searched refs:sourcedir (Results 1 – 25 of 1973) sorted by relevance

12345678910>>...79

/dports/devel/buildstream/BuildStream-1.2.8/tests/integration/
H A Dsource-determinism.py37 sourcedir = os.path.join(project, 'source')
39 create_test_file(sourcedir, 'a.txt', mode=0o700)
40 create_test_file(sourcedir, 'b.txt', mode=0o755)
41 create_test_file(sourcedir, 'c.txt', mode=0o600)
42 create_test_file(sourcedir, 'd.txt', mode=0o400)
43 create_test_file(sourcedir, 'e.txt', mode=0o644)
44 create_test_file(sourcedir, 'f.txt', mode=0o4755)
45 create_test_file(sourcedir, 'g.txt', mode=0o2755)
46 create_test_file(sourcedir, 'h.txt', mode=0o1755)
58 ref = repo.create(sourcedir)
[all …]
/dports/games/jfsw/jfsw-c434002/jfbuild/
H A DMakeDistributions12 sourcedir=jfbuild_src_$(datenow)
17 mkdir $(sourcedir) $(sourcedir)/obj.gnu $(sourcedir)/obj.watcom $(sourcedir)/obj.msc
18 touch $(sourcedir)/obj.gnu/keep.me $(sourcedir)/obj.watcom/keep.me $(sourcedir)/obj.msc/keep.me
19 cp $(SOURCEFILES) $(sourcedir)
20 cp -R src rsrc include devcpp osx $(sourcedir)
21 rm -f $(sourcedir)/src/tmp/*
22 touch $(sourcedir)/src/tmp/keep.me
23 kzip -r $(sourcedir).zip $(sourcedir)
/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/
H A Dtest_postproc.py25 def deobfuscate_dir(sourcedir, expected_filename_matches): argument
27 workingdir = os.path.join(sourcedir, "workingdir")
39 copy_tree(sourcedir, workingdir)
63 sourcedir = os.path.join(SAB_DATA_DIR, "obfuscated_single_rar_set")
66 assert deobfuscate_dir(sourcedir, expected_filename_matches) == 7
69 sourcedir = os.path.join(SAB_DATA_DIR, "obfuscated_two_rar_sets")
71 assert deobfuscate_dir(sourcedir, expected_filename_matches) == 16
74 sourcedir = os.path.join(SAB_DATA_DIR, "obfuscated_but_no_rar")
76 assert deobfuscate_dir(sourcedir, expected_filename_matches) == 0
84 assert deobfuscate_dir(sourcedir, expected_filename_matches) == 6
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dclisp-link.in365 sourcedir="$2"
371 check_dir "$sourcedir"
382 check_linkset "$sourcedir"
385 . "$sourcedir"/makevars
457 sourcedir="$2"
463 check_dir "$sourcedir"
466 check_linkset "$sourcedir"
469 . "$sourcedir"/makevars
471 "$sourcedir"/${LISPRUN} -B "$installbasedir" -M "$sourcedir"/lispinit.mem
524 "$sourcedir"/${LISPRUN} -B "$installbasedir" -M "$sourcedir"/lispinit.mem -i "$tmpinitlisp"
[all …]
/dports/games/odamex/odamex-src-0.7.0/tools/upversion/
H A Dupversion.pl29 my $sourcedir = '../..'; # dir containing the file to perform subsitutions on
106 open(CONTENT, "+< $sourcedir/$fn")
107 or die "Unable to open file $sourcedir/$fn for reading & writing: $!\n";
114 open(BACKUP, "> $sourcedir/$fn.orig")
115 or die "Unable to open file $sourcedir/$fn.orig for writing: $!\n";
117 or die "Unable to write to file $sourcedir/$fn.orig: $!\n";
123 print "Updating $sourcedir/$fn.\n";
125 or die "Unable to seek to posiition 0 in file $sourcedir/$fn: !$\n";
127 or die "Unable to write to file $sourcedir/$fn: $!\n";
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/
H A Dpatch-kernel65 sourcedir=${1-/usr/src/linux}
69 if [ "$1" = -h -o "$1" = --help -o ! -r "$sourcedir/Makefile" ]; then
71 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ]
149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir
156 if [ "`find $sourcedir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]
162 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
178 if [ "`find $sourcedir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]
184 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
193 grep -E "^(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION)" $sourcedir/Makefile > $TMPFILE
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/
H A Dpatch-kernel65 sourcedir=${1-/usr/src/linux}
69 if [ "$1" = -h -o "$1" = --help -o ! -r "$sourcedir/Makefile" ]; then
71 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ]
149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir
156 if [ "`find $sourcedir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]
162 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
178 if [ "`find $sourcedir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]
184 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
193 grep -E "^(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION)" $sourcedir/Makefile > $TMPFILE
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/
H A Dpatch-kernel65 sourcedir=${1-/usr/src/linux}
69 if [ "$1" = -h -o "$1" = --help -o ! -r "$sourcedir/Makefile" ]; then
71 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ]
149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir
156 if [ "`find $sourcedir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]
162 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
178 if [ "`find $sourcedir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]
184 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
193 grep -E "^(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION)" $sourcedir/Makefile > $TMPFILE
[all …]
/dports/games/klondike/klondike-1.9/
H A Dklondike.in40 set table(sourcedir) ""
54 set table(sourcedir) [file dir [info script]]
56 set table(sourcedir) "@mydatadir@/@package@"
63 set table(tclx_srcfile) [file join $table(sourcedir) tclx_compat.tcl]
64 set table(table_srcfile) [file join $table(sourcedir) table.tcl]
65 set table(rules_srcfile) [file join $table(sourcedir) klondikeRules.tcl]
66 set table(menus_srcfile) [file join $table(sourcedir) klondikeMenus.tcl]
67 set table(score_srcfile) [file join $table(sourcedir) klondikeScore.tcl]
H A Dklondike40 set table(sourcedir) ""
54 set table(sourcedir) [file dir [info script]]
56 set table(sourcedir) "/usr/lib/klondike"
63 set table(tclx_srcfile) [file join $table(sourcedir) tclx_compat.tcl]
64 set table(table_srcfile) [file join $table(sourcedir) table.tcl]
65 set table(rules_srcfile) [file join $table(sourcedir) klondikeRules.tcl]
66 set table(menus_srcfile) [file join $table(sourcedir) klondikeMenus.tcl]
67 set table(score_srcfile) [file join $table(sourcedir) klondikeScore.tcl]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/doc/
H A Dformat.sh45 sourcedir=$1
48 config=$sourcedir/config.sh
50 echo "SOURCEDIR doesn't seem to contain a 'config.sh' file: $sourcedir" >&2
58 hg_relative_sourcedir=$((cd $sourcedir; pwd) | sed -e "s|$(hg root)/||")
77 local file=$sourcedir/$INPUT_FILE
97 ln -f $sourcedir/$file $outputdir/$file
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/doc/
H A Dformat.sh45 sourcedir=$1
48 config=$sourcedir/config.sh
50 echo "SOURCEDIR doesn't seem to contain a 'config.sh' file: $sourcedir" >&2
58 hg_relative_sourcedir=$((cd $sourcedir; pwd) | sed -e "s|$(hg root)/||")
77 local file=$sourcedir/$INPUT_FILE
97 ln -f $sourcedir/$file $outputdir/$file
/dports/devel/quilt/quilt-0.66/quilt/
H A Dsetup.in130 local sourcedir=$1 output=$2
135 for file in "$sourcedir"*
210 local abs_sourcedir=$sourcedir tmpdir
249 create_md5sums "$sourcedir" $tmpdir/md5sums
316 sourcedir=
329 --sourcedir)
330 sourcedir=${2%/}/
441 tarball=$sourcedir$arg1
453 tarball=$sourcedir$arg1
464 tarball=$sourcedir$arg1
[all …]
/dports/devel/libappindicator/libappindicator-12.10.1.2010202007061.01/debian/
H A Drules53 dh_install -plibappindicator1 --fail-missing --sourcedir=debian/tmp/gtk2
54 dh_install -plibappindicator-dev --fail-missing --sourcedir=debian/tmp/gtk2
55 dh_install -plibappindicator-doc --fail-missing --sourcedir=debian/tmp/gtk2
56 dh_install -plibappindicator3-1 --fail-missing --sourcedir=debian/tmp/gtk3
57 dh_install -plibappindicator3-dev --fail-missing --sourcedir=debian/tmp/gtk3
58 dh_install -pgir1.2-appindicator3-0.1 --fail-missing --sourcedir=debian/tmp/gtk3
59 dh_install -plibappindicator0.1-cil --fail-missing --sourcedir=debian/tmp/gtk2
60 dh_install -plibappindicator0.1-cil-dev --fail-missing --sourcedir=debian/tmp/gtk2
/dports/textproc/dbacl/dbacl-1.14.1/src/tests/
H A Ddbacl-O.shin21 …From -" ; cat ${sourcedir}/sample.spam-1 ; echo ; echo "From -" ; cat ${sourcedir}/sample.spam-2 ;…
30 (echo "From -" ; cat ${sourcedir}/sample.spam-1) \
33 (echo "From -" ; cat ${sourcedir}/sample.spam-2) \
36 (echo "From -" ; cat ${sourcedir}/sample.spam-3) \
/dports/games/quakeforge/quakeforge-0.7.2/debian/
H A Drules118 dh_install -p$(common) --sourcedir=$(tmp)
126 dh_install -p$(dev) --sourcedir=$(tmp)
131 dh_install -p$(gllib) --sourcedir=$(tmp)
141 dh_install -p$(swlib) --sourcedir=$(tmp)
156 dh_install -p$(sdl) --sourcedir=$(tmp)
161 dh_install -p$(x11) --sourcedir=$(tmp)
166 dh_install -p$(alsa) --sourcedir=$(tmp)
171 dh_install -p$(oss) --sourcedir=$(tmp)
176 dh_install -p$(jack) --sourcedir=$(tmp)
181 dh_install -p$(QFCC) --sourcedir=$(tmp)
[all …]
/dports/audio/sphinx3/sphinx3-0.8/src/tests/regression/
H A Dtest-ep.sh12 -mean $sourcedir/model/ep/means \
13 -var $sourcedir/model/ep/variances \
14 -mixw $sourcedir/model/ep/mixture_weights \
15 -input $sourcedir/model/ep/chan3.mfc \
20 compare_table "EP test" $tmpout $sourcedir/model/ep/ep.result 0.1
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/shell/sass/
H A Dcompile-gresource.sh45 glib-compile-resources --sourcedir="../gnome-shell" \
48 glib-compile-resources --sourcedir="../gnome-shell-light" \
51 glib-compile-resources --sourcedir="../gnome-shell-dark" \
54 glib-compile-resources --sourcedir="../gnome-shell-compact" \
57 glib-compile-resources --sourcedir="../gnome-shell-light-compact" \
60 glib-compile-resources --sourcedir="../gnome-shell-dark-compact" \
/dports/www/dillo2/dillo-3.0.5/
H A Ddillo-install-hyphenation9 $sourcedir = "";
52 "sourcedir=s" => \$sourcedir,
80 if ($sourcedir eq "") {
81 $sourcedir =
95 $ftp->cwd($sourcedir)
96 or die "Cannot change to directory $sourcedir: ", ftpmessage;
/dports/archivers/p5-Archive-Zip/Archive-Zip-1.68/examples/
H A Dziprecent.pl31 my ($sourcedir, $zipdir, $zippath, @extensions, $query);
70 $sourcedir = $arg;
85 unless defined($sourcedir) && -d $sourcedir;
96 $sourcedir =~ s|\\|/|g;
102 cwd $sourcedir;
103 find(\&listFiles, $sourcedir);
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dln.c87 char *sourcedir; in kmk_builtin_ln() local
150 sourcedir = argv[argc - 1]; in kmk_builtin_ln()
151 if (hflag && lstat(sourcedir, &sb) == 0 && S_ISLNK(sb.st_mode)) { in kmk_builtin_ln()
157 return err(1, "st_mode: %s", sourcedir); in kmk_builtin_ln()
159 if (stat(sourcedir, &sb)) in kmk_builtin_ln()
160 return err(1, "stat: %s", sourcedir); in kmk_builtin_ln()
163 for (exitval = 0; *argv != sourcedir; ++argv) in kmk_builtin_ln()
164 exitval |= linkit(*argv, sourcedir, 1); in kmk_builtin_ln()
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/bin/modules/installer/
H A Dsystemactions.pm437 my ($sourcedir, $destdir) = @_;
441 $sourcedir =~ s/\Q$installer::globals::separator\E\s*$//;
449 opendir(DIR, $sourcedir);
475 my ($sourcedir, $destdir) = @_;
489 opendir(DIR, $sourcedir);
519 my ($sourcedir, $destdir, $depth) = @_;
533 opendir(DIR, $sourcedir);
566 my ($sourcedir, $destdir) = @_;
580 opendir(DIR, $sourcedir);
614 my ($sourcedir, $destdir, $extension) = @_;
[all …]
/dports/lang/perl5.32/perl-5.32.1/plan9/
H A Dsetup.rc17 sourcedir=/sys/src/cmd/perl/$p9pvers
23 if (test ! -d $sourcedir) mkdir $sourcedir
27 {cd $builddir ; tar c .} | { cd $sourcedir ; tar x}
28 cp $builddir/plan9/plan9.c $builddir/plan9/plan9ish.h $builddir/plan9/mkfile $sourcedir
29 cd $sourcedir/lib ; rm -rf *
/dports/lang/perl5.30/perl-5.30.3/plan9/
H A Dsetup.rc17 sourcedir=/sys/src/cmd/perl/$p9pvers
23 if (test ! -d $sourcedir) mkdir $sourcedir
27 {cd $builddir ; tar c .} | { cd $sourcedir ; tar x}
28 cp $builddir/plan9/plan9.c $builddir/plan9/plan9ish.h $builddir/plan9/mkfile $sourcedir
29 cd $sourcedir/lib ; rm -rf *
/dports/devel/p5-Alzabo/Alzabo-0.92/install_helpers/
H A Dpod_merge.pl10 my ($sourcedir, $libdir, $verbose) = @ARGV;
12 foreach ($sourcedir, $libdir) { s,/$,,; }
16 my $from = File::Spec->catfile( $sourcedir, 'Alzabo', "$_.pm" );
20 my $merge = File::Spec->catfile( $sourcedir, 'Alzabo', $class, "$_.pm" );
26 merge( File::Spec->catfile( $sourcedir, 'Alzabo.pm' ),
27 File::Spec->catfile( $sourcedir, 'Alzabo', 'QuickRef.pod' ),

12345678910>>...79