Home
last modified time | relevance | path

Searched refs:pkgfile (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/shells/fish/fish-3.3.1/share/completions/
H A Dpkgfile.fish1 complete -c pkgfile -l version -d 'show program\'s version number and exit'
2 complete -c pkgfile -s h -l help -d 'show this help message and exit'
3 complete -c pkgfile -s b -l binaries -d 'only show files in a {s}bin/ directory. Works with -s, -l'
4 complete -c pkgfile -s c -l case-sensitive -d 'make searches case sensitive'
5 complete -c pkgfile -s g -l glob -d 'allow the use of * and ? as wildcards'
6 complete -c pkgfile -s r -l regex -d 'allow the use of regex in searches'
7 complete -c pkgfile -s R -l repo -d 'search only in the specified repository' -xa '(__fish_print_pa…
8 complete -c pkgfile -s v -l verbose -d 'enable verbose output'
9 complete -c pkgfile -s i -l info -d 'provides information about the package owning a file' -r
11 complete -c pkgfile -s s -l search -d 'search which package owns a file' -r
[all …]
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dbe_package.c63 const char *pkgfile = pkg->origin_data.file; in _package_changelog_open() local
67 fd = _alpm_open_archive(pkg->handle, pkgfile, &buf, in _package_changelog_open()
281 if(pkgfile == NULL || strlen(pkgfile) == 0) { in _alpm_pkg_validate_internal()
343 if(_alpm_check_pgp_helper(handle, pkgfile, sig, in _alpm_pkg_validate_internal()
556 const char *pkgfile, int full) in _alpm_pkg_load_internal() argument
567 if(pkgfile == NULL || strlen(pkgfile) == 0) { in _alpm_pkg_load_internal()
588 STRDUP(newpkg->filename, pkgfile, in _alpm_pkg_load_internal()
604 pkgfile); in _alpm_pkg_load_internal()
638 pkgfile, archive_error_string(archive)); in _alpm_pkg_load_internal()
651 pkgfile, archive_error_string(archive)); in _alpm_pkg_load_internal()
[all …]
/dports/print/pdf-tools/pdf-tools-0.90-90-ga8847b7/
H A DMakefile16 pkgfile=$(pkgname).tar macro
20 all: $(pkgfile)
23 $(pkgfile): .cask/$(emacs_version) server/epdfinfo lisp/*.el
32 PACKAGE_TAR=$(pkgfile) $(CASK) exec ert-runner
56 melpa-package: $(pkgfile)
57 cp $(pkgfile) $(pkgname)-melpa.tar
72 rm -f -- $(pkgfile)
/dports/games/scid/scid/tcl/contrib/ezsmtp/
H A Dinstall.tcl15 set inst(pkgfile) ezsmtp.tcl
159 if {![file exists $inst(pkgfile)]} {
161 as $inst(pkgfile)"
163 set fh [open $inst(pkgfile) r]
178 output_error "malformed `package provide ...' line in $inst(pkgfile) --\
209 set target [file join $inst(instdir) $inst(pkgfile)]
211 if {[file mtime $target] > [file mtime $inst(pkgfile)]} {
214 output "WARNING: target file $target newer than $inst(pkgfile)"
222 catcherr [list file copy $inst(pkgfile) $target]
223 output "Copied $inst(pkgfile) --> $target OK"
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/packaging/nuget/
H A Drelease.py80 pkgfile = p.build(buildtype='release') variable
89 if not p.verify(pkgfile):
93 print('Created package: %s' % pkgfile)
96 print('Uploading %s to NuGet' % pkgfile)
97 r = os.system("./push-to-nuget.sh '%s' %s" % (args.upload, pkgfile))
99 print('%s successfully uploaded to NuGet' % pkgfile)
/dports/net-mgmt/unifi6/unifi6-6.5.55/usr/lib/unifi/bin/
H A Dubnt-apttool124 local pkgname rc pkgfile
164 pkgfile=/var/cache/apt/archives/${f}
166 if [ ! -s ${pkgfile} ]; then
168 unlock_and_err ${LOCKFILE} 5 "${pkgfile} download failed!"
172 cal_md5sum=$(md5sum ${pkgfile} | awk '{print $1}')
174 rm -f ${pkgfile}
176 unlock_and_err ${LOCKFILE} 6 "${pkgfile} md5sum check failed!"
179 echo "${pkgfile}"
216 local pkgname rc pkgfile
242 local pkgname rc pkgfile
[all …]
/dports/deskutils/egroupware/egroupware/vendor/pear/pear/PEAR/
H A DPackager.php44 function package($pkgfile = null, $compress = true, $pkg2 = null) argument
47 if (empty($pkgfile)) {
48 $pkgfile = 'package.xml';
53 $pf = &$pkg->fromPackageFile($pkgfile, PEAR_VALIDATE_NORMAL);
155 $pkgdir = dirname($pkgfile);
181 $pkgdir = dirname($pkgfile);
188 $this->log(1, "Tag the released code with `pear cvstag $pkgfile'");
193 $this->log(1, "Tag the released code with `pear svntag $pkgfile'");
/dports/devel/pear/pear-1.10.12/go-pear-bundle/tmp/PEAR-1.10.12/PEAR/
H A DPackager.php44 function package($pkgfile = null, $compress = true, $pkg2 = null) argument
47 if (empty($pkgfile)) {
48 $pkgfile = 'package.xml';
53 $pf = &$pkg->fromPackageFile($pkgfile, PEAR_VALIDATE_NORMAL);
155 $pkgdir = dirname($pkgfile);
181 $pkgdir = dirname($pkgfile);
188 $this->log(1, "Tag the released code with `pear cvstag $pkgfile'");
193 $this->log(1, "Tag the released code with `pear svntag $pkgfile'");
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/pear/PEAR/
H A DPackager.php44 function package($pkgfile = null, $compress = true, $pkg2 = null) argument
47 if (empty($pkgfile)) {
48 $pkgfile = 'package.xml';
53 $pf = &$pkg->fromPackageFile($pkgfile, PEAR_VALIDATE_NORMAL);
155 $pkgdir = dirname($pkgfile);
181 $pkgdir = dirname($pkgfile);
188 $this->log(1, "Tag the released code with `pear cvstag $pkgfile'");
193 $this->log(1, "Tag the released code with `pear svntag $pkgfile'");
/dports/sysutils/pacman/pacman-5.1.3/scripts/
H A Drepo-add.sh.in342 done< <(bsdtar -xOqf "$pkgfile" .PKGINFO)
366 if [[ -f "$pkgfile.sig" ]]; then
367 if grep -q 'BEGIN PGP SIGNATURE' "$pkgfile.sig"; then
371 pgpsigsize=$(wc -c "$pkgfile.sig" | cut -d' ' -f1)
377 pgpsig=$(base64 "$pkgfile.sig" | tr -d '\n')
380 csize=$(wc -c "$pkgfile" | cut -d' ' -f1)
384 md5sum=$(md5sum "$pkgfile")
386 sha256sum=$(sha256sum "$pkgfile")
582 pkgfile=$1
588 msg "$(gettext "Adding package '%s'")" "$pkgfile"
[all …]
/dports/net/librdkafka/librdkafka-1.8.2/packaging/nuget/
H A Drelease.py86 pkgfile = p.build(buildtype='release') variable
107 if not p.verify(pkgfile):
111 print('Created package: %s' % pkgfile)
120 print('Uploading %s to NuGet' % pkgfile)
121 r = os.system("./push-to-nuget.sh '%s' %s" % (nuget_key, pkgfile))
123 print('%s successfully uploaded to NuGet' % pkgfile)
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/packaging/nuget/
H A Drelease.py86 pkgfile = p.build(buildtype='release')
107 if not p.verify(pkgfile):
111 print('Created package: %s' % pkgfile)
120 print('Uploading %s to NuGet' % pkgfile)
121 r = os.system("./push-to-nuget.sh '%s' %s" % (nuget_key, pkgfile))
123 print('%s successfully uploaded to NuGet' % pkgfile)
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/PEAR/
H A DPackager.php52 function package($pkgfile = null, $compress = true, $pkg2 = null) argument
55 if (empty($pkgfile)) {
56 $pkgfile = 'package.xml';
60 $pf = &$pkg->fromPackageFile($pkgfile, PEAR_VALIDATE_NORMAL);
148 $pkgdir = dirname($pkgfile);
167 $pkgdir = dirname($pkgfile);
174 $this->log(1, "Tag the released code with `pear cvstag $pkgfile'");
/dports/mail/imapsync/imapsync-1d08afa/INSTALL.d/
H A Dprerequisites_imapsync177 echo pacman -S --noconfirm --needed pkgfile
178 pacman -S --noconfirm --needed pkgfile
179 echo pkgfile --update
180 pkgfile --update
193 pkgfile --reg "$F" | grep perl-
/dports/lang/gcc8/gcc-8.5.0/libgo/go/cmd/go/internal/work/
H A Dbuild_test.go215 pkgfile, err := ioutil.TempFile("", "pkgfile")
219 defer os.Remove(pkgfile.Name())
220 defer pkgfile.Close()
223 if err := b.moveOrCopyFile(nil, dirGIDFile, pkgfile.Name(), 0666, true); err != nil {
228 want := b.fmtcmd("", "cp %s %s", pkgfile.Name(), dirGIDFile)
230 t.Fatalf("moveOrCopyFile(%q, %q): want %q, got %q", dirGIDFile, pkgfile.Name(), want, got)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/go/internal/work/
H A Dbuild_test.go210 pkgfile, err := ioutil.TempFile("", "pkgfile")
214 defer os.Remove(pkgfile.Name())
215 defer pkgfile.Close()
218 if err := b.moveOrCopyFile(nil, dirGIDFile, pkgfile.Name(), 0666, true); err != nil {
223 want := b.fmtcmd("", "cp %s %s", pkgfile.Name(), dirGIDFile)
225 t.Fatalf("moveOrCopyFile(%q, %q): want %q, got %q", dirGIDFile, pkgfile.Name(), want, got)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/work/
H A Dbuild_test.go215 pkgfile, err := ioutil.TempFile("", "pkgfile")
219 defer os.Remove(pkgfile.Name())
220 defer pkgfile.Close()
223 if err := b.moveOrCopyFile(nil, dirGIDFile, pkgfile.Name(), 0666, true); err != nil {
228 want := b.fmtcmd("", "cp %s %s", pkgfile.Name(), dirGIDFile)
230 t.Fatalf("moveOrCopyFile(%q, %q): want %q, got %q", dirGIDFile, pkgfile.Name(), want, got)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/work/
H A Dbuild_test.go215 pkgfile, err := ioutil.TempFile("", "pkgfile")
219 defer os.Remove(pkgfile.Name())
220 defer pkgfile.Close()
223 if err := b.moveOrCopyFile(nil, dirGIDFile, pkgfile.Name(), 0666, true); err != nil {
228 want := b.fmtcmd("", "cp %s %s", pkgfile.Name(), dirGIDFile)
230 t.Fatalf("moveOrCopyFile(%q, %q): want %q, got %q", dirGIDFile, pkgfile.Name(), want, got)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/work/
H A Dbuild_test.go215 pkgfile, err := ioutil.TempFile("", "pkgfile")
219 defer os.Remove(pkgfile.Name())
220 defer pkgfile.Close()
223 if err := b.moveOrCopyFile(nil, dirGIDFile, pkgfile.Name(), 0666, true); err != nil {
228 want := b.fmtcmd("", "cp %s %s", pkgfile.Name(), dirGIDFile)
230 t.Fatalf("moveOrCopyFile(%q, %q): want %q, got %q", dirGIDFile, pkgfile.Name(), want, got)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/work/
H A Dbuild_test.go215 pkgfile, err := ioutil.TempFile("", "pkgfile")
219 defer os.Remove(pkgfile.Name())
220 defer pkgfile.Close()
223 if err := b.moveOrCopyFile(nil, dirGIDFile, pkgfile.Name(), 0666, true); err != nil {
228 want := b.fmtcmd("", "cp %s %s", pkgfile.Name(), dirGIDFile)
230 t.Fatalf("moveOrCopyFile(%q, %q): want %q, got %q", dirGIDFile, pkgfile.Name(), want, got)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/cmd/go/internal/work/
H A Dbuild_test.go215 pkgfile, err := ioutil.TempFile("", "pkgfile")
219 defer os.Remove(pkgfile.Name())
220 defer pkgfile.Close()
223 if err := b.moveOrCopyFile(nil, dirGIDFile, pkgfile.Name(), 0666, true); err != nil {
228 want := b.fmtcmd("", "cp %s %s", pkgfile.Name(), dirGIDFile)
230 t.Fatalf("moveOrCopyFile(%q, %q): want %q, got %q", dirGIDFile, pkgfile.Name(), want, got)
/dports/science/clhep/2.4.1.0/CLHEP/
H A Dbuild-clheplib.in40 pkgfile="$pkg-library-list"
41 rm -f $pkgfile
42 touch $pkgfile
52 cat $entry/$entry-deps >> $pkgfile
/dports/mail/wmbiff/wmbiff-0.4.36/scripts/
H A Dsecurity.debian.rb69 packagelists = Dir.glob("/var/lib/apt/lists/#{Server}*Packages").map { |pkgfile|
70 …[ '/debian-security' + pkgfile.gsub(/.*#{Server}/, '').tr('_','/').gsub(/Packages/, ''), # the url…
71 pkgfile, # the system cache of the packages file. probably up-to-date.
73 "%s/%s" % [ Cachedir, pkgfile.gsub(/.*#{Server}_/,'') ]
/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/
H A Dtest_client_package.R40 pkgfile <- paste0(pkg, "_0.1.0.tar.gz") globalVar
41 install.packages(pkgfile, "templib", repos = NULL, type = "source")
50 unlink(pkgfile)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/work/
H A Dbuild_test.go261 pkgfile, err := os.CreateTemp("", "pkgfile")
265 defer os.Remove(pkgfile.Name())
266 defer pkgfile.Close()
269 if err := b.moveOrCopyFile(dirGIDFile, pkgfile.Name(), 0666, true); err != nil {
274 want := b.fmtcmd("", "cp %s %s", pkgfile.Name(), dirGIDFile)
276 t.Fatalf("moveOrCopyFile(%q, %q): want %q, got %q", dirGIDFile, pkgfile.Name(), want, got)

12345678