Home
last modified time | relevance | path

Searched refs:pkgid (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DFetchUtils.hs85 RepoTarballPackage repo pkgid _ -> doesFileExist (packageFile repo pkgid)
116 checkRepoTarballFetched repo pkgid = do
117 let file = packageFile repo pkgid
193 let dir = packageDir repo pkgid
288 packageFile repo pkgid = packageDir repo pkgid
289 </> display pkgid
308 ,display (packageName pkgid)
309 ,display (packageVersion pkgid)
310 ,display pkgid <.> "tar.gz"]
312 packageURI repo pkgid =
[all …]
H A DGet.hs130 let pkgid = packageId pkg function
170 let pkgdirname = display pkgid
212 displayException (ClonePackageNoSourceRepos pkgid) =
221 displayException (ClonePackageNoRepoType pkgid _repo) =
231 displayException (ClonePackageNoRepoLocation pkgid _repo) =
242 pkgid repo vcsprogname exitcode) =
276 | (pkgid, repo, vcs, destDir) <- pkgrepos'
283 preCloneChecks (pkgid, repos) = do
293 throwIO (ClonePackageNoRepoType pkgid repo)
299 throwIO (ClonePackageNoRepoLocation pkgid repo)
[all …]
H A DProjectPlanning.hs818 [ (pkgid, tarball)
880 | pkgid <- pkgids ]
894 return (pkgid, tarball)
912 return (pkgid, srchash)
1720 elabPkgSourceId = pkgid
1865 perPkgOptionFlag pkgid def f = fromFlagOrDefault def (lookupPerPkgOption pkgid f)
1866 perPkgOptionMaybe pkgid f = flagToMaybe (lookupPerPkgOption pkgid f)
1867 perPkgOptionList pkgid f = lookupPerPkgOption pkgid f
1868 perPkgOptionNubList pkgid f = fromNubList (lookupPerPkgOption pkgid f)
1869 perPkgOptionMapLast pkgid f = getMapLast (lookupPerPkgOption pkgid f)
[all …]
H A DCmdErrorMessages.hs115 renderTargetSelector (TargetComponent pkgid cname subtarget) =
117 ++ renderComponentName (packageName pkgid) cname
212 ++ "package " ++ display pkgid ++ " is not local to the project, and cabal "
218 renderTargetProblemCommon verb (TargetComponentNotBuildable pkgid cname _) =
220 ++ "marked as 'buildable: False' within the '" ++ display (packageName pkgid)
243 ++ " for " ++ display pkgid ++ ". It is probably worth trying again with "
265 renderTargetProblemCommon verb (TargetProblemNoSuchPackage pkgid) =
267 ++ display pkgid ++ ". The package is not in the set of available targets "
271 renderTargetProblemCommon verb (TargetProblemNoSuchComponent pkgid cname) =
273 ++ showComponentName cname ++ " from the package " ++ display pkgid
[all …]
H A DProjectOrchestration.hs565 | Just ats <- Map.lookup (pkgid, cname)
662 (++) (\(pkgid, _cname) -> pkgid)
673 (++) (\(pkgid, cname) -> (packageName pkgid, cname))
678 (++) (\(pkgid, cname) -> let pname = packageName pkgid
1025 failures = [ (pkgid, failure)
1030 | (pkgid, failure) <- failures
1075 | [(pkgid, failure)] <- failures
1077 , installedUnitId pkg == pkgid
1100 ultimateDeps pkgid =
1140 renderDependencyOf pkgid =
[all …]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DFetchUtils.hs83 RepoTarballPackage repo pkgid _ -> doesFileExist (packageFile repo pkgid)
114 checkRepoTarballFetched repo pkgid = do
115 let file = packageFile repo pkgid
190 let dir = packageDir repo pkgid
191 path = packageFile repo pkgid
287 packageFile repo pkgid = packageDir repo pkgid
307 ,prettyShow (packageName pkgid)
308 ,prettyShow (packageVersion pkgid)
309 ,prettyShow pkgid <.> "tar.gz"]
311 packageURI repo pkgid =
[all …]
H A DGet.hs123 let pkgid = packageId pkg function
163 let pkgdirname = prettyShow pkgid
205 displayException (ClonePackageNoSourceRepos pkgid) =
214 displayException (ClonePackageNoRepoType pkgid _repo) =
224 displayException (ClonePackageNoRepoLocation pkgid _repo) =
235 pkgid repo vcsprogname exitcode) =
269 | (pkgid, repo, vcs, destDir) <- pkgrepos'
276 preCloneChecks (pkgid, repos) = do
286 throwIO (ClonePackageNoRepoType pkgid repo)
292 throwIO (ClonePackageNoRepoLocation pkgid repo)
[all …]
H A DProjectPlanning.hs827 [ (pkgid, tarball)
833 [ (pkgid, tarball)
838 [ (pkgid, tarball)
927 return (pkgid, srchash)
1738 elabPkgSourceId = pkgid
1883 perPkgOptionFlag pkgid def f = fromFlagOrDefault def (lookupPerPkgOption pkgid f)
1884 perPkgOptionMaybe pkgid f = flagToMaybe (lookupPerPkgOption pkgid f)
1885 perPkgOptionList pkgid f = lookupPerPkgOption pkgid f
1886 perPkgOptionNubList pkgid f = fromNubList (lookupPerPkgOption pkgid f)
1887 perPkgOptionMapLast pkgid f = getMapLast (lookupPerPkgOption pkgid f)
[all …]
H A DCmdBench.hs203 componentNotBenchmarkProblem pkgid name = CustomTargetProblem $ function
204 TargetProblemComponentNotBenchmark pkgid name
211 isSubComponentProblem pkgid name subcomponent = CustomTargetProblem $ function
212 TargetProblemIsSubComponent pkgid name subcomponent
238 renderBenchProblem (TargetProblemComponentNotBenchmark pkgid cname) =
242 ++ prettyShow pkgid ++ "."
244 targetSelector = TargetComponent pkgid cname WholeComponent
246 renderBenchProblem (TargetProblemIsSubComponent pkgid cname subtarget) =
252 targetSelector = TargetComponent pkgid cname subtarget
H A DProjectOrchestration.hs570 | Just ats <- Map.lookup (pkgid, cname)
667 (++) (\(pkgid, _cname) -> pkgid)
678 (++) (\(pkgid, cname) -> (packageName pkgid, cname))
683 (++) (\(pkgid, cname) -> let pname = packageName pkgid
1000 failures = [ (pkgid, failure)
1005 | (pkgid, failure) <- failures
1050 | [(pkgid, failure)] <- failures
1052 , installedUnitId pkg == pkgid
1075 ultimateDeps pkgid =
1115 renderDependencyOf pkgid =
[all …]
H A DCmdErrorMessages.hs124 renderTargetSelector (TargetComponent pkgid cname subtarget) =
126 ++ renderComponentName (packageName pkgid) cname
235 renderTargetProblem verb _ (TargetComponentNotProjectLocal pkgid cname _) =
237 ++ "package " ++ prettyShow pkgid ++ " is not local to the project, and cabal "
243 renderTargetProblem verb _ (TargetComponentNotBuildable pkgid cname _) =
268 ++ " for " ++ prettyShow pkgid ++ ". It is probably worth trying again with "
290 renderTargetProblem verb _ (TargetProblemNoSuchPackage pkgid) =
292 ++ prettyShow pkgid ++ ". The package is not in the set of available targets "
296 renderTargetProblem verb _ (TargetProblemNoSuchComponent pkgid cname) =
298 ++ showComponentName cname ++ " from the package " ++ prettyShow pkgid
[all …]
H A DCmdTest.hs217 notTestProblem pkgid name = CustomTargetProblem $ TargetProblemComponentNotTest pkgid name function
224 isSubComponentProblem pkgid name subcomponent = CustomTargetProblem $ function
225 TargetProblemIsSubComponent pkgid name subcomponent
269 renderTestProblem (TargetProblemComponentNotTest pkgid cname) =
273 ++ prettyShow pkgid ++ "."
275 targetSelector = TargetComponent pkgid cname WholeComponent
277 renderTestProblem (TargetProblemIsSubComponent pkgid cname subtarget) =
283 targetSelector = TargetComponent pkgid cname subtarget
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/doc/src/commands/
H A Dcargo-pkgid.md1 # cargo-pkgid(1)
5 cargo-pkgid - Print a fully qualified package specification
9 `cargo pkgid` [_options_] [_spec_]
42 <dt class="option-term" id="option-cargo-pkgid--p"><a class="option-anchor" href="#option-cargo-pkg…
52 <dt class="option-term" id="option-cargo-pkgid--v"><a class="option-anchor" href="#option-cargo-pkg…
60 <dt class="option-term" id="option-cargo-pkgid--q"><a class="option-anchor" href="#option-cargo-pkg…
61 <dt class="option-term" id="option-cargo-pkgid---quiet"><a class="option-anchor" href="#option-carg…
128 <dt class="option-term" id="option-cargo-pkgid--h"><a class="option-anchor" href="#option-cargo-pkg…
156 cargo pkgid foo
160 cargo pkgid foo:1.0.0
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/doc/src/commands/
H A Dcargo-pkgid.md1 # cargo-pkgid(1)
5 cargo-pkgid - Print a fully qualified package specification
9 `cargo pkgid` [_options_] [_spec_]
42 <dt class="option-term" id="option-cargo-pkgid--p"><a class="option-anchor" href="#option-cargo-pkg…
52 <dt class="option-term" id="option-cargo-pkgid--v"><a class="option-anchor" href="#option-cargo-pkg…
60 <dt class="option-term" id="option-cargo-pkgid--q"><a class="option-anchor" href="#option-cargo-pkg…
61 <dt class="option-term" id="option-cargo-pkgid---quiet"><a class="option-anchor" href="#option-carg…
128 <dt class="option-term" id="option-cargo-pkgid--h"><a class="option-anchor" href="#option-cargo-pkg…
156 cargo pkgid foo
160 cargo pkgid foo:1.0.0
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/doc/src/commands/
H A Dcargo-pkgid.md1 # cargo-pkgid(1)
5 cargo-pkgid - Print a fully qualified package specification
9 `cargo pkgid` [_options_] [_spec_]
42 <dt class="option-term" id="option-cargo-pkgid--p"><a class="option-anchor" href="#option-cargo-pkg…
52 <dt class="option-term" id="option-cargo-pkgid--v"><a class="option-anchor" href="#option-cargo-pkg…
60 <dt class="option-term" id="option-cargo-pkgid--q"><a class="option-anchor" href="#option-cargo-pkg…
61 <dt class="option-term" id="option-cargo-pkgid---quiet"><a class="option-anchor" href="#option-carg…
128 <dt class="option-term" id="option-cargo-pkgid--h"><a class="option-anchor" href="#option-cargo-pkg…
156 cargo pkgid foo
160 cargo pkgid foo:1.0.0
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/ops/
H A Dcargo_uninstall.rs80 let pkgid = PackageIdSpec::query_str(spec, all_pkgs)?; in uninstall_one() localVariable
81 uninstall_pkgid(root, tracker, pkgid, bins, config) in uninstall_one()
94 let pkgid = pkg.package_id(); in uninstall_cwd() localVariable
95 uninstall_pkgid(root, tracker, pkgid, bins, config) in uninstall_cwd()
101 pkgid: PackageId, in uninstall_pkgid()
106 let installed = match tracker.installed_bins(pkgid) { in uninstall_pkgid()
108 None => bail!("package `{}` is not installed", pkgid), in uninstall_pkgid()
135 bail!("binary `{}` not installed as part of `{}`", bin, pkgid) in uninstall_pkgid()
141 tracker.remove(pkgid, &installed); in uninstall_pkgid()
146 tracker.remove(pkgid, &bins); in uninstall_pkgid()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/ops/
H A Dcargo_uninstall.rs80 let pkgid = PackageIdSpec::query_str(spec, all_pkgs)?; in uninstall_one() localVariable
81 uninstall_pkgid(root, tracker, pkgid, bins, config) in uninstall_one()
94 let pkgid = pkg.package_id(); in uninstall_cwd() localVariable
95 uninstall_pkgid(root, tracker, pkgid, bins, config) in uninstall_cwd()
101 pkgid: PackageId, in uninstall_pkgid()
106 let installed = match tracker.installed_bins(pkgid) { in uninstall_pkgid()
108 None => bail!("package `{}` is not installed", pkgid), in uninstall_pkgid()
135 bail!("binary `{}` not installed as part of `{}`", bin, pkgid) in uninstall_pkgid()
141 tracker.remove(pkgid, &installed); in uninstall_pkgid()
146 tracker.remove(pkgid, &bins); in uninstall_pkgid()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/ops/
H A Dcargo_uninstall.rs80 let pkgid = PackageIdSpec::query_str(spec, all_pkgs)?; in uninstall_one() localVariable
81 uninstall_pkgid(root, tracker, pkgid, bins, config) in uninstall_one()
94 let pkgid = pkg.package_id(); in uninstall_cwd() localVariable
95 uninstall_pkgid(root, tracker, pkgid, bins, config) in uninstall_cwd()
101 pkgid: PackageId, in uninstall_pkgid()
106 let installed = match tracker.installed_bins(pkgid) { in uninstall_pkgid()
108 None => bail!("package `{}` is not installed", pkgid), in uninstall_pkgid()
135 bail!("binary `{}` not installed as part of `{}`", bin, pkgid) in uninstall_pkgid()
141 tracker.remove(pkgid, &installed); in uninstall_pkgid()
146 tracker.remove(pkgid, &bins); in uninstall_pkgid()
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Solver/Types/
H A DPackageIndex.hs100 check pkgid [] = packageName pkgid == name
101 check pkgid (pkg':pkgs) = packageName pkgid == name
102 && pkgid < pkgid'
180 pkgid = packageId pkg function
182 insertNoDup pkgs@(pkg':pkgs') = case compare pkgid (packageId pkg') of
203 deletePackageId pkgid =
204 delete (packageName pkgid) (\pkg -> packageId pkg == pkgid)
254 lookupPackageId index pkgid =
255 case [ pkg | pkg <- lookup index (packageName pkgid)
256 , packageId pkg == pkgid ] of
/dports/sysutils/plasma5-discover/discover-5.23.5/libdiscover/backends/PackageKitBackend/
H A DPackageKitResource.cpp54 const QString pkgid = backend()->upgradeablePackageId(this); in availablePackageId() local
55 if (!pkgid.isEmpty()) in availablePackageId()
56 return pkgid; in availablePackageId()
126 auto pkgid = availablePackageId(); in origin() local
127 return PackageKit::Daemon::packageData(pkgid); in origin()
173 const QString pkgid = availablePackageId(); in fetchDetails() local
174 if (!m_details.isEmpty() || pkgid.isEmpty()) in fetchDetails()
178 backend()->fetchDetails(pkgid); in fetchDetails()
223 const auto pkgid = availablePackageId(); in fetchUpdateDetails() local
224 if (pkgid.isEmpty()) { in fetchUpdateDetails()
[all …]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Solver/Types/
H A DPackageIndex.hs102 check pkgid [] = packageName pkgid == name
103 check pkgid (pkg':pkgs) = packageName pkgid == name
104 && pkgid < pkgid'
193 pkgid = packageId pkg function
195 insertNoDup pkgs@(pkg':pkgs') = case compare pkgid (packageId pkg') of
216 deletePackageId pkgid =
217 delete (packageName pkgid) (\pkg -> packageId pkg == pkgid)
267 lookupPackageId index pkgid =
268 case [ pkg | pkg <- lookup index (packageName pkgid)
269 , packageId pkg == pkgid ] of
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/doc/man/
H A Dcargo-pkgid.md1 # cargo-pkgid(1)
5 cargo-pkgid - Print a fully qualified package specification
9 `cargo pkgid` [_options_] [_spec_]
74 cargo pkgid foo
78 cargo pkgid foo:1.0.0
82 cargo pkgid https://github.com/rust-lang/crates.io-index#foo
86 cargo pkgid file:///path/to/local/package#foo
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/doc/man/
H A Dcargo-pkgid.md1 # cargo-pkgid(1)
5 cargo-pkgid - Print a fully qualified package specification
9 `cargo pkgid` [_options_] [_spec_]
74 cargo pkgid foo
78 cargo pkgid foo:1.0.0
82 cargo pkgid https://github.com/rust-lang/crates.io-index#foo
86 cargo pkgid file:///path/to/local/package#foo
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/doc/man/
H A Dcargo-pkgid.md1 # cargo-pkgid(1)
5 cargo-pkgid - Print a fully qualified package specification
9 `cargo pkgid` [_options_] [_spec_]
74 cargo pkgid foo
78 cargo pkgid foo:1.0.0
82 cargo pkgid https://github.com/rust-lang/crates.io-index#foo
86 cargo pkgid file:///path/to/local/package#foo
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/Program/
H A DHcPkg.hs196 unregister hpi verbosity packagedb pkgid =
198 (unregisterInvocation hpi verbosity packagedb pkgid)
216 expose hpi verbosity packagedb pkgid =
218 (exposeInvocation hpi verbosity packagedb pkgid)
241 hide hpi verbosity packagedb pkgid =
243 (hideInvocation hpi verbosity packagedb pkgid)
399 unregisterInvocation hpi verbosity packagedb pkgid =
415 exposeInvocation hpi verbosity packagedb pkgid =
422 describeInvocation hpi verbosity packagedbs pkgid =
424 ["describe", prettyShow pkgid]
[all …]

12345678910>>...17