Home
last modified time | relevance | path

Searched refs:packageFile (Results 1 – 25 of 120) sorted by relevance

12345

/dports/sysutils/aptly/aptly-1.4.0/deb/
H A Ddeb.go32 func GetControlFileFromDeb(packageFile string) (Stanza, error) {
33 file, err := os.Open(packageFile)
44 return nil, fmt.Errorf("unable to find control.tar.* part in package %s", packageFile)
47 return nil, fmt.Errorf("unable to read .deb archive %s: %s", packageFile, err)
73 return nil, errors.Wrapf(err, "unable to unxz %s from %s", header.Name, packageFile)
85 return nil, fmt.Errorf("unable to find control file in %s", packageFile)
143 func GetContentsFromDeb(file io.Reader, packageFile string) ([]string, error) {
148 return nil, fmt.Errorf("unable to find data.tar.* part in %s", packageFile)
151 return nil, errors.Wrapf(err, "unable to read .deb archive from %s", packageFile)
184 return nil, errors.Wrapf(err, "unable to unxz data.tar.xz from %s", packageFile)
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/filesys/
H A Dpackage.cpp236 void Package::parseMetadata(File &packageFile) // static in parseMetadata() argument
240 if (Folder *folder = maybeAs<Folder>(packageFile)) in parseMetadata()
253 if (packageFile.objectNamespace().has(VAR_PACKAGE)) in parseMetadata()
303 identifierForFile(packageFile) in parseMetadata()
362 if (!packageFile.objectNamespace().has(VAR_PACKAGE)) in initializeMetadata()
369 metadata.set(VAR_PATH, packageFile.path()); in initializeMetadata()
373 Record const &Package::metadata(File const &packageFile) in metadata() argument
378 QStringList Package::tags(File const &packageFile) in tags() argument
393 StringList Package::requires(File const &packageFile)
412 bool Package::hasOptionalContent(File const &packageFile) in hasOptionalContent() argument
[all …]
/dports/misc/netron/node_modules/app-builder-lib/templates/nsis/include/
H A Dinstaller.nsh14 Var /GLOBAL packageFile variable
18 ${if} $packageFile == ""
26 StrCpy $packageFile "${APP_64_NAME}"
29 StrCpy $packageFile "${APP_32_NAME}"
34 StrCpy $packageFile "${APP_64_NAME}"
37 StrCpy $packageFile "${APP_32_NAME}"
42 StrCpy $packageFile "${APP_64_NAME}"
46 StrCpy $packageFile "${APP_32_NAME}"
49 StrCpy $4 "$packageFile"
50 StrCpy $packageFile "$EXEDIR/$packageFile"
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/CPack/
H A DcmCPackPackageMakerGenerator.cxx146 std::string packageFile = in PackageFiles() local
186 std::string packageFile; in PackageFiles() local
191 packageFile = uploadDirectory; in PackageFiles()
223 if (packageFile.empty()) { in PackageFiles()
226 packageFile = basePackageDir; in PackageFiles()
233 packageFile += '/'; in PackageFiles()
234 packageFile += GetPackageName(compIt->second); in PackageFiles()
496 if (!cmSystemTools::FileExists(packageFile)) { in RunPackageMaker()
508 const char* packageFile, const char* packageDir, in GenerateComponentPackage() argument
553 << "\" -build -p \"" << packageFile << "\"" in GenerateComponentPackage()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/
H A DcmCPackPackageMakerGenerator.cxx146 std::string packageFile = in PackageFiles() local
186 std::string packageFile; in PackageFiles() local
191 packageFile = uploadDirectory; in PackageFiles()
223 if (packageFile.empty()) { in PackageFiles()
226 packageFile = basePackageDir; in PackageFiles()
233 packageFile += '/'; in PackageFiles()
234 packageFile += GetPackageName(compIt->second); in PackageFiles()
496 if (!cmSystemTools::FileExists(packageFile)) { in RunPackageMaker()
508 const char* packageFile, const char* packageDir, in GenerateComponentPackage() argument
553 << "\" -build -p \"" << packageFile << "\"" in GenerateComponentPackage()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/CPack/
H A DcmCPackPackageMakerGenerator.cxx146 std::string packageFile = in PackageFiles() local
186 std::string packageFile; in PackageFiles() local
191 packageFile = uploadDirectory; in PackageFiles()
223 if (packageFile.empty()) { in PackageFiles()
226 packageFile = basePackageDir; in PackageFiles()
233 packageFile += '/'; in PackageFiles()
234 packageFile += GetPackageName(compIt->second); in PackageFiles()
496 if (!cmSystemTools::FileExists(packageFile)) { in RunPackageMaker()
508 const char* packageFile, const char* packageDir, in GenerateComponentPackage() argument
553 << "\" -build -p \"" << packageFile << "\"" in GenerateComponentPackage()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/filesys/
H A Dpackage.h175 static void parseMetadata(File &packageFile);
185 static Record &initializeMetadata(File &packageFile, String const &id = String());
187 static Record const &metadata(File const &packageFile);
189 static QStringList tags(File const &packageFile);
191 static bool matchTags(File const &packageFile, String const &tagRegExp);
195 static StringList requires(File const &packageFile);
197 static void addRequiredPackage(File &packageFile, String const &id);
201 static bool hasOptionalContent(File const &packageFile);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/resource/
H A Ddoomsdaypackage.cpp53 bool DoomsdayPackage::hasDefinitions(File const &packageFile) // static in hasDefinitions() argument
55 return packageFile.objectNamespace().has(PACKAGE_DEFS_PATH); in hasDefinitions()
58 String DoomsdayPackage::defsPath(File const &packageFile) // static in defsPath() argument
60 return packageFile.objectNamespace().gets(PACKAGE_DEFS_PATH, ""); in defsPath()
63 de::Uri DoomsdayPackage::loadableUri(File const &packageFile) // static in loadableUri() argument
65 if (auto const *nativeSrc = maybeAs<NativeFile>(packageFile.source())) in loadableUri()
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/vscode-languageserver/bin/
H A DinstallServerIntoExtension18 var packageFile = process.argv[3];
19 if (!packageFile) {
23 packageFile = path.resolve(packageFile);
24 if (!fs.existsSync(packageFile)) {
25 console.error('Package file ' + packageFile + ' doesn\'t exist on disk.');
58 fs.writeFileSync(dest, fs.readFileSync(packageFile));
/dports/textproc/R-cran-markdown/markdown/R/
H A DrpubsUpload.R145 packageFile <- function(fileName) { function
148 writeLines(packageJson, packageFile("package.json"))
149 file.copy(htmlFile, packageFile("index.html"))
237 packageFile) { argument
240 fileLength <- file.info(packageFile)$size
276 packageFile) { argument
317 packageFile) { argument
319 fileLength <- file.info(packageFile)$size
334 shQuote(paste("@", packageFile, sep="")),
374 packageFile <- buildPackage(title, htmlFile, properties) functionVar
[all …]
/dports/devel/pear-phing/phing-2.6.1/util/
H A DPearPackageScanner.php34 protected $packageFile; variable in PearPackageScanner
51 $this->packageFile = $descfile;
124 if ($role == '' && $this->packageFile == '') {
156 if (empty($this->packageFile)) {
172 $packageInfo = $pkg->fromPackageFile($this->packageFile, PEAR_VALIDATE_NORMAL);
252 if (empty($this->packageFile)) {
259 $base_dir = dirname($this->packageFile);
/dports/devel/kf5-kpackage/kpackage-5.89.0/src/kpackagetool/
H A Dkpackagetool.cpp54 QString packageFile; member in KPackage::PackageToolPrivate
124 d->packageFile = QFileInfo(d->packageFile).canonicalFilePath(); in runMain()
126 d->package = d->packageFile; in runMain()
129 d->packageFile = d->package; in runMain()
132 if (!d->packageFile.isEmpty() in runMain()
138 package.setPath(d->packageFile); in runMain()
257 if (QFile::exists(d->packageFile)) { in runMain()
333 if (QFile::exists(d->packageFile)) { in showPackageInfo()
334 pkg.setPath(d->packageFile); in showPackageInfo()
411 if (QFile::exists(d->packageFile)) { in showAppstreamInfo()
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/
H A DPluginWizardEricPlugin.py166 packageFile = os.path.join(packagePath, "__init__.py")
167 if not os.path.exists(packageFile):
169 with open(packageFile, "w", encoding="utf-8"):
179 .format(packageFile, str(err)))
181 project.appendFile(packageFile)
184 packageFile)
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/context/tools/
H A Damarokpkg.cpp146 QString packageFile; in main() local
155 packageFile = QDir(QDir::currentPath() + QLatin1Char('/') + package).absolutePath(); in main()
157 packageFile = package; in main()
161 installer->setPath(packageFile); in main()
187 if (installer->install(packageFile, packageRoot)) { in main()
188 output(i18n("Successfully installed %1", packageFile)); in main()
191 output(i18n("Installation of %1 failed.", packageFile)); in main()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Tools/PackageTool/
H A DPackageTool.cpp165 SharedPtr<PackageFile> packageFile(new PackageFile(context_, packageName)); in Run() local
170 PrintLine("Number of files: " + String(packageFile->GetNumFiles())); in Run()
171 PrintLine("File data size: " + String(packageFile->GetTotalDataSize())); in Run()
172 PrintLine("Package size: " + String(packageFile->GetTotalSize())); in Run()
173 PrintLine("Checksum: " + String(packageFile->GetChecksum())); in Run()
174 PrintLine("Compressed: " + String(packageFile->IsCompressed() ? "yes" : "no")); in Run()
177 if (!packageFile->IsCompressed()) in Run()
183 const HashMap<String, PackageEntry>& entries = packageFile->GetEntries(); in Run()
191 … (i == entries.End() ? packageFile->GetTotalSize() - sizeof(unsigned) : i->second_.offset_) - in Run()
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DFetchUtils.hs85 RepoTarballPackage repo pkgid _ -> doesFileExist (packageFile repo pkgid)
117 let file = packageFile repo pkgid
166 fetched <- doesFileExist (packageFile repo pkgid)
169 return (packageFile repo pkgid)
179 RepoLocal{} -> return (packageFile repo pkgid)
180 RepoLocalNoIndex{} -> return (packageFile repo pkgid)
187 path = packageFile repo pkgid
194 path = packageFile repo pkgid
287 packageFile :: Repo -> PackageId -> FilePath
288 packageFile repo pkgid = packageDir repo pkgid function
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/R/
H A Drpubs.R80 packageFile <- function(fileName) { function
83 writeLines(packageJson, packageFile("package.json"))
84 file.copy(contentFile, packageFile("index.html"))
100 packageFile <- buildPackage(title, contentFile, properties) functionVar
126 "application/x-compressed", file = packageFile)
/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)
115 let file = packageFile repo pkgid
164 fetched <- doesFileExist (packageFile repo pkgid)
167 return (packageFile repo pkgid)
177 RepoLocalNoIndex{} -> return (packageFile repo pkgid)
184 path = packageFile repo pkgid
191 path = packageFile repo pkgid
286 packageFile :: Repo -> PackageId -> FilePath
287 packageFile repo pkgid = packageDir repo pkgid function
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/res/
H A Ddoomsdaypackage.h47 static bool hasDefinitions(de::File const &packageFile);
49 static de::String defsPath(de::File const &packageFile);
54 static de::Uri loadableUri(de::File const &packageFile);
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/graphics/
H A Dpackageiconbank.cpp100 Id PackageIconBank::packageIcon(File const &packageFile) in packageIcon() argument
102 const Path packagePath = packageFile.path(); in packageIcon()
119 bool PackageIconBank::packageContainsIcon(const de::File &packageFile) const in packageContainsIcon()
121 return Impl::doesPackageHaveIcon(packageFile.path()); in packageContainsIcon()
/dports/deskutils/egroupware/egroupware/vendor/pear/pear/PEAR/Command/
H A DPackage.php421 $packageFile = realpath($params[0]);
422 $dir = dirname($packageFile);
425 $info = $obj->fromAnyFile($packageFile, PEAR_VALIDATE_NORMAL);
454 $path = $this->_svnFindPath($packageFile);
457 $fp = popen('svn st --xml ' . dirname($packageFile), "r");
522 $dir = dirname($packageFile);
525 if (!in_array(basename($packageFile), $files)) {
526 $files[] = basename($packageFile);
606 $path = $this->_svnFindPath($packageFile);
636 $packageFile = realpath($params[0]);
[all …]
/dports/devel/pear/pear-1.10.12/go-pear-bundle/tmp/PEAR-1.10.12/PEAR/Command/
H A DPackage.php421 $packageFile = realpath($params[0]);
422 $dir = dirname($packageFile);
425 $info = $obj->fromAnyFile($packageFile, PEAR_VALIDATE_NORMAL);
454 $path = $this->_svnFindPath($packageFile);
457 $fp = popen('svn st --xml ' . dirname($packageFile), "r");
522 $dir = dirname($packageFile);
525 if (!in_array(basename($packageFile), $files)) {
526 $files[] = basename($packageFile);
606 $path = $this->_svnFindPath($packageFile);
636 $packageFile = realpath($params[0]);
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/pear/PEAR/Command/
H A DPackage.php421 $packageFile = realpath($params[0]);
422 $dir = dirname($packageFile);
425 $info = $obj->fromAnyFile($packageFile, PEAR_VALIDATE_NORMAL);
454 $path = $this->_svnFindPath($packageFile);
457 $fp = popen('svn st --xml ' . dirname($packageFile), "r");
522 $dir = dirname($packageFile);
525 if (!in_array(basename($packageFile), $files)) {
526 $files[] = basename($packageFile);
606 $path = $this->_svnFindPath($packageFile);
636 $packageFile = realpath($params[0]);
[all …]
/dports/devel/heimdall/Heimdall-1.4.2/heimdall-frontend/source/
H A DPackaging.cpp503 gzFile packageFile = gzdopen(fileno(compressedPackageFile), "rb"); in ExtractPackage() local
510 gzclose(packageFile); in ExtractPackage()
525 bytesRead = gzread(packageFile, buffer, kExtractBufferLength); in ExtractPackage()
532 gzclose(packageFile); in ExtractPackage()
544 gzclose(packageFile); in ExtractPackage()
554 gzclose(packageFile); // Closes packageFile and compressedPackageFile in ExtractPackage()
610 gzFile packageFile = gzdopen(fileno(compressedPackageFile), "wb"); in BuildPackage() local
629 gzclose(packageFile); in BuildPackage()
635 if (gzwrite(packageFile, buffer, bytesRead) != bytesRead) in BuildPackage()
640 gzclose(packageFile); in BuildPackage()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/
H A DJenkinsfile59 def packageFile = sh (
66 script: "echo ${packageFile} | sed 's/-relwithdebinfo//'",
70 sh "mv ${buildFolder}/${packageFile} ${buildFolder}/${renamedFile}"
71 packageFile = renamedFile
81 sh "aws s3 cp ${buildFolder}/${packageFile} ${buildDest}"
105 …h https://s3.amazonaws.com/rstudio-ide-build/${flavor}/${os}/${arch}/${packageFile} ${wwwRstudioOr…
122 …tudio-ide-build/${flavor}/${os}/${arch}/${packageFile} --pat ${GITHUB_PAT} --file ${buildFolder}/$…

12345