Searched +refs:cvs +refs:or (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/rsync-42/rsync/packaging/
H A Dnightly-rsync26 'cvs-update|c' => \$cvs_update,
36 chdir($unpacked) or die $!;
39 print "Updating from cvs...\n";
40 system 'cvs -q up' and die $!;
46 open(CVS, '-|', 'cvs status 2>&1') or die $!;
48 if (/^cvs status: Examining (.*)/) {
65 chdir('..') or die $!;
66 rename($unpacked, $name) or die $!;
67 open(TAR, '|-', "fakeroot tar --files-from=- --no-recursion --mode=g-w -czf $nightly/$name.tar.gz $name") or di
[all...]
H A Drelease-rsync17 my $cvsroot = $ENV{CVSROOT} = 'samba.org:/data/cvs';
49 mkdir($releasedir, 0755) or die $! unless -d $releasedir;
50 chdir($releasedir) or die $!;
55 open(CVS, '-|', 'cvs checkout -P rsync') or die $!;
58 next if /\.(cvs)?ignore$/;
67 chdir('rsync') or die $!;
70 open(IN, 'configure.in') or die $!;
79 $lastversion =~ s/(\d+)cvs$/ $1 - 1 /e;
80 $version =~ s/cvs/pre
[all...]
/macosx-10.9.5/rsync-42/rsync/patches/
H A Dverify-patches13 'no-cvs|n' => \$no_cvs,
18 ) or &usage;
29 Please run this script from the root of the rsync dir or
46 open(IN, '../CVS/Root') or die $!;
51 chdir('tmp') or die "Unable to chdir to 'tmp'";
55 open(OUT, '>exclude') or die $!;
61 system qq|cvs -qd "$root" co -P -d cvsdir rsync|;
73 open(IN, "patches/$diff") or die $!;
100 chdir('workdir') or die $!;
102 chdir('..') or di
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Db8t.mk4 # Permission to use, copy, modify, and/or distribute this software for any
5 # purpose with or without fee is hereby granted, provided that the above
28 CVSROOT = /proj/cvs/isc
46 @( cd $(SDIR) && cvs -d $(CVSROOT) checkout $(MODULE) )
H A Db9t.mk4 # Permission to use, copy, modify, and/or distribute this software for any
5 # purpose with or without fee is hereby granted, provided that the above
30 CVSROOT = /proj/cvs/isc
66 @( cd $(SDIR) && cvs -d $(CVSROOT) checkout $(MODULE) && tar -cvf $(MODULE).tar $(MODULE) )
/macosx-10.9.5/OpenSSH-186/openssh/contrib/redhat/
H A Dopenssh.spec42 # Is this a build for RHL 6.x or earlier?
147 install openssh-clients, openssh-server, or both.
501 - pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298)
505 - pull cvs patch to add -t flag to sshd (#28611)
512 - pull cvs patch to fix remote port forwarding with protocol 2
515 - pull cvs patch to add session initialization to no-pty sessions
516 - pull cvs patch to not cut off challengeresponse auth needlessly
567 - drop various patches that came from or went upstream or to or fro
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dant.vim55 syn keyword antElement display copyfile coveragepath csc custom cvs cvschangelog cvspass cvstagdiff cvsversion
70 syn keyword antElement display metainf method mimemail mkdir mmetrics modified move mparse none not options or
H A Dibasic.vim61 syn keyword ibasicBuiltInFunction cvi cvl cvs cvsmbf eof erdev erl err exp fileattr
88 "integer number, or floating point number without a dot and with "f".
H A Dbasic.vim83 syn keyword basicFunction CVL cvl Cvl CVS cvs Cvs
121 "integer number, or floating point number without a dot.
H A Dtcl.vim11 " URL: http://real.metasyntax.net:2357/cvs/cvsweb.cgi/Config/vim/syntax/tcl.vim
130 " end and exclude tclNumber from the contains list, or (2) make variable
185 " match from command name to ] or EOL
191 " match from command name to ] or EOL
202 " Command appearing inside another command or inside a string.
217 "integer number, or floating point number without a dot and with "f".
H A Dlisp.vim10 " Clisp additions courtesy of http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/emacs/lisp.vim
179 syn keyword lispFunc boundp ldiff set-exclusive-or
330 syn keyword lispFunc do-exeternal-symbols nset-exclusive-or type-error-expected-type
354 syn keyword lispFunc ensure-generic-function or use-value
387 syn keyword lispFunc find-all-symbols pprint y-or-n-p
388 syn keyword lispFunc find-class pprint-dispatch yes-or-no-p
H A Dpostscr.vim9 " postscr_level - language level to use for highligting (1, 2, or 3)
14 " postscr_andornot_binary - highlight and, or, and not as binary operators (not logical)
119 syn keyword postscrLogicalOperator eq ne ge gt le lt and not or
121 syn keyword postscrBinaryOperator and or not
123 syn keyword postscrLogicalOperator and not or
141 syn keyword postscrOperator cvrs cvs
/macosx-10.9.5/vim-53/runtime/
H A Dscripts.vim225 " SiCAD scripts (must have procn or procd as the first line to trigger this)
259 set ft=cvs
338 " filename must be like en_US, fr_FR@euro or en_US.UTF-8
H A Dfiletype.vim51 " Abaqus or Trasys
149 " Active Server Pages (with Perl or Visual Basic Script)
166 " This function checks for the kind of assembly that is wanted by the user, or
178 " if b:asmsyntax still isn't set, default to asmsyntax or GNU
230 " BASIC or Visual Basic
301 " C or lpc
355 " .cc and .cpp files can be C++ or Cynlib.
367 " .h files can be C, Ch C++, ObjC or ObjC++.
415 " Changes for WEB and CWEB or CHILL
420 " If the first line starts with # or ! i
[all...]

Completed in 110 milliseconds