| /openbsd-src/regress/usr.sbin/pkg_add/ |
| H A D | mycreate | 29 my $pkgpath = $ENV{'PACKAGE_PATH'}; 30 if (!defined $pkgpath) { 31 $pkgpath = 't/'.$pkgname->{stem}; 37 "-DFULLPKGPATH=$pkgpath",
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | Search.pm | 66 sub add_pkgpath_hint($self, $pkgpath) 68 $self->{pkgpath} = $pkgpath; 269 if ($p2->pkgpath->partial_match($subdir)) {
|
| H A D | PackingList.pm | 387 sub pkgpath($self) subroutine 396 if (defined $self->{pkgpath}) { 397 for my $i (@{$self->{pkgpath}}) { 407 return $self->pkgpath->match($plist2) || 408 $plist2->pkgpath->match($self);
|
| H A D | Update.pm | 240 my @o_ps = map { @{$o->pkgpath->{$_}} } keys %{$o->pkgpath}; 244 my @n_ps = map { @{$n->pkgpath->{$_}} } keys %{$n->pkgpath};
|
| H A D | PkgCreate.pm | 907 $state->progress->message($dep->{pkgpath}); 912 my $p1 = $dep->{pkgpath}; 935 my $diskcache = $dep->{pkgpath}; 957 sub ask_tree($self, $state, $pkgpath, $portsdir, $data, @action) 972 $ENV{SUBDIR} = $pkgpath; 1015 $plist = $self->ask_tree($state, $dep->{pkgpath}, $portsdir, 1027 $self->{tag_finder}->find_in_plist($plist, $dep->{pkgpath}); 1039 if (defined $cache->{$dep->{pkgpath}}) { 1040 $pkgname = $cache->{$dep->{pkgpath}}; 1044 $cache->{$dep->{pkgpath}} = $pkgname;
|
| H A D | Signature.pm | 46 return $self->{pkgpath};
|
| H A D | style.pod | 31 my $pkgpath = DPB::PkgPath->new('devel/quirks'); 32 say "Normalized version is ", $pkgpath->fullpkgpath;
|
| H A D | PackingElement.pm | 1026 my ($pkgpath, $pattern, $def) = split /\:/o, $args; 1027 bless { name => $def, pkgpath => $pkgpath, pattern => $pattern, 1048 ->add_pkgpath_hint($self->{pkgpath});
|
| H A D | PkgCheck.pm | 508 my ($pkgname, $pkgpath, $path) = split(':', $_, 3); 512 push(@{$self->{result}{"$pkgname:$pkgpath"} }, $path);
|
| H A D | PackingElement.pod | 133 package needed, with the following properties: C<pkgpath> is the path
|
| H A D | PkgInfo.pm | 339 for my $p (@{$plist->{pkgpath}}) {
|
| H A D | Intro.pod | 333 correct pkgpath markers). 343 More specifically, their pkgpath (the directory in the ports tree from which
|
| /openbsd-src/share/man/man7/ |
| H A D | Makefile | 9 operator.7 packages.7 packages-specs.7 pkgpath.7 ports.7 roff.7 \
|
| /openbsd-src/regress/usr.sbin/pkg_add/newcups/ghostscript-9.07p7/ |
| H A D | +CONTENTS | 3 @comment pkgpath=print/ghostscript/gnu ftp=yes
|
| /openbsd-src/regress/usr.sbin/pkg_add/oldcups/ghostscript-9.07p7/ |
| H A D | +CONTENTS | 3 @comment pkgpath=print/ghostscript/gnu ftp=yes
|
| /openbsd-src/regress/usr.sbin/pkg_add/oldcups/cups-libs-2.2.7/ |
| H A D | +CONTENTS | 3 @comment pkgpath=print/cups,-libs ftp=yes
|
| /openbsd-src/regress/usr.sbin/pkg_add/newcups/cups-libs-2.2.8/ |
| H A D | +CONTENTS | 3 @comment pkgpath=print/cups,-libs ftp=yes
|
| /openbsd-src/regress/usr.sbin/pkg_add/newcups/cups-filters-1.20.3/ |
| H A D | +CONTENTS | 3 @comment pkgpath=print/cups-filters ftp=yes
|
| /openbsd-src/regress/usr.sbin/pkg_add/oldcups/cups-filters-1.20.3/ |
| H A D | +CONTENTS | 3 @comment pkgpath=print/cups-filters ftp=yes
|
| /openbsd-src/regress/usr.sbin/pkg_add/oldcups/cups-2.2.7p1/ |
| H A D | +CONTENTS | 3 @comment pkgpath=print/cups,-main ftp=yes
|
| /openbsd-src/regress/usr.sbin/pkg_add/newcups/cups-2.2.8/ |
| H A D | +CONTENTS | 3 @comment pkgpath=print/cups,-main ftp=yes
|
| /openbsd-src/usr.sbin/pkg_add/ |
| H A D | pkg_mklocatedb | 38 $state->{pkgpath} = $state->opt('P'); 60 } elsif ($state->{pkgpath}) {
|
| /openbsd-src/usr.sbin/fw_update/ |
| H A D | fw_update.sh | 411 /^@comment pkgpath/ -1a
|