Home
last modified time | relevance | path

Searched refs:fullpkgpath (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPkgInfo.pm334 if (defined $plist->fullpkgpath) {
335 add_to_path_info($plist->fullpkgpath,
370 if ($plist->fullpkgpath =~ m/\/([^\/]+?)(,.*)?$/) {
465 if (defined $plist->fullpkgpath) {
466 $state->say("#1", $plist->fullpkgpath);
H A DPackingElement.pm1092 sub new($class, $fullpkgpath)
1094 bless {name => $fullpkgpath,
1095 path => OpenBSD::PkgPath::WithOpts->new($fullpkgpath)}, $class;
2045 sub new($class, $fullpkgpath)
2047 my ($dir, @mandatory) = split(/\,/, $fullpkgpath);
2054 say STDERR "Invalid $fullpkgpath (multiple subpackages)";
2063 sub fullpkgpath($self) subroutine
2117 sub new($class, $fullpkgpath)
2120 while ($fullpkgpath =~ s/\[\,(.*?)\]//) {
2123 my $o = $class->SUPER::new($fullpkgpath);
H A DUpdate.pm241 my $o_pp = join(" ", map {$_->fullpkgpath} @o_ps);
245 my $n_pp= join(" ", map {$_->fullpkgpath} @n_ps);
H A DPkgCreate.pm121 $state->{fullpkgpath} = $state->{subst}->value('FULLPKGPATH') // '';
913 my $p2 = $state->{fullpkgpath};
1275 my $fullpkgpath = $state->{fullpkgpath};
1285 $fullpkgpath, $cdrom, $ftp);
1484 my $name = $plist->fullpkgpath;
H A DPkgAdd.pm304 return if $checked->{$plist->fullpkgpath};
305 $checked->{$plist->fullpkgpath} = 1;
310 $bad = $quirks->check_security($plist->fullpkgpath);
H A DPackingList.pm369 sub fullpkgpath($self) subroutine
H A Dstyle.pod32 say "Normalized version is ", $pkgpath->fullpkgpath;