| /netbsd-src/distrib/syspkg/notes/ |
| H A D | PROPOSAL | 59 moving to the use of fine-grained `system packages', based on the 62 granularity as our current install sets, or individual `packages' 64 would also greatly simplify upgrading or removal of such packages 66 between the various sets and packages distributed as part of NetBSD. 68 First, the format of system packages in the proposed system is 71 packages in an automated fashion from a NetBSD source tree is 77 of what is involved in changing NetBSD to use system packages for 86 System packages will be the basic building blocks of a NetBSD system. 87 At install time, the user will choose which system packages to install, 88 subject to dependencies between packages. After system install, [all …]
|
| H A D | NOTES | 3 packages (and sets thereof) rather than tarballs as our primary 14 as a series of packages which could be installed individually. 15 Dependencies would then exist among these packages, which would 22 thousand little packages when installing the system. 25 of packages to be installed all at once, roughly analogous to 27 A set would contain a number of packages, and a contents file 28 indicating which packages were part of the set. An install 31 individual packages instead. 35 offering the ability to remove all installed packages from a 41 dependencies on the packages which make up the set. [all …]
|
| H A D | WORKPLAN | 5 install process to use `system packages' and `package sets' to install 28 At this point, make build can register packages as if a packaged install 35 binary packages from the packages registered in DESTDIR 44 the binary packages.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dimport.c | 28 Import::Import(Loc loc, Identifiers *packages, Identifier *id, Identifier *aliasId, in Import() argument 34 this->packages = packages; in Import() 48 else if (packages && packages->dim) in Import() 51 this->ident = (*packages)[0]; in Import() 86 Import *si = new Import(loc, packages, id, aliasId, isstatic); in syntaxCopy() 101 DsymbolTable *dst = Package::resolve(packages, NULL, &pkg); in load() 117 mod = Module::load(loc, packages, id); in load() 154 mod = Module::load(loc, packages, id); in load() 251 if (packages) in semantic() 256 for (size_t i = 1; i < packages->dim; i++) // [b, c] in semantic() [all …]
|
| H A D | dmodule.c | 218 Module *Module::load(Loc loc, Identifiers *packages, Identifier *ident) in load() argument 227 if (packages && packages->dim) in load() 234 for (size_t i = 0; i < packages->dim; i++) in load() 236 Identifier *pid = (*packages)[i]; in load() 276 if (packages) in load() 278 for (size_t i = 0; i < packages->dim; i++) in load() 280 Identifier *pid = (*packages)[i]; in load() 554 dst = Package::resolve(md->packages, &this->parent, &ppack); in parse() 1109 ModuleDeclaration::ModuleDeclaration(Loc loc, Identifiers *packages, Identifier *id) in ModuleDeclaration() argument 1112 this->packages = packages; in ModuleDeclaration() [all …]
|
| H A D | module.h | 40 static DsymbolTable *resolve(Identifiers *packages, Dsymbol **pparent, Package **ppkg); 119 static Module *load(Loc loc, Identifiers *packages, Identifier *ident); 173 Identifiers *packages; // array of Identifier's representing packages member 177 ModuleDeclaration(Loc loc, Identifiers *packages, Identifier *id);
|
| H A D | import.h | 27 Identifiers *packages; // array of Identifier's representing packages 42 Import(Loc loc, Identifiers *packages, Identifier *id, Identifier *aliasId,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dimport.d | 34 Identifier[] packages; // array of Identifier's representing packages 50 …extern (D) this(const ref Loc loc, Identifier[] packages, Identifier id, Identifier aliasId, int i… in this() argument 60 else if (packages.length > 0) in this() 63 return packages[0]; in this() 78 foreach (id; packages) in this() 84 this.packages = packages; in this() 115 auto si = new Import(loc, packages, id, aliasId, isstatic); in syntaxCopy() 134 DsymbolTable dst = Package.resolve(packages, null, &pkg); in load() 160 mod = Module.load(loc, packages, id); in load() 199 mod = Module.load(loc, packages, id); in load() [all …]
|
| H A D | dmodule.d | 97 private const(char)[] getFilename(Identifier[] packages, Identifier ident) nothrow in getFilename() argument 101 if (packages.length == 0) in getFilename() 131 foreach (pid; packages) in getFilename() 190 extern (D) static DsymbolTable resolve(Identifier[] packages, Dsymbol* pparent, Package* ppkg) in resolve() argument 197 foreach (pid; packages) in resolve() 306 Identifier[] packages; in resolvePKGunknown() 308 packages ~= s.ident; in resolvePKGunknown() 309 reverse(packages); in resolvePKGunknown() 311 …if (FileManager.lookForSourceFile(getFilename(packages, ident), global.path ? (*global.path)[] : n… in resolvePKGunknown() 312 Module.load(Loc.initial, packages, this.ident); in resolvePKGunknown() [all …]
|
| /netbsd-src/external/bsd/pkg_install/sbin/pkg_admin/ |
| H A D | Makefile | 6 SCRIPTS= audit-packages.sh download-vulnerability-list.sh 7 CLEANFILES= audit-packages.sh download-vulnerability-list.sh 9 audit-packages.sh: audit-packages.sh.in 11 ${DIST}/admin/audit-packages.sh.in > $@
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | mmapfiles_example.txt | 53 1 java /usr/jdk/packages/jmf/lib/ext/jmplay.jar 58 1 java /usr/jdk/packages/jmf/lib/ext/mp3plugin.jar 59 1 java /usr/jdk/packages/jmf/lib/ext/jmfmp3.jar 60 1 java /usr/jdk/packages/jmf/lib/ext/multiplayer.jar 61 1 java /usr/jdk/packages/jmf/lib/ext/mediaplayer.jar 62 1 java /usr/jdk/packages/jmf/lib/ext/jmf.jar 63 1 java /usr/jdk/packages/jai-imageio/lib/ext/jai_imageio.jar 64 1 java /usr/jdk/packages/jai-imageio/lib/ext/clibwrapper_jiio.jar 65 1 java /usr/jdk/packages/jai/lib/ext/mlibwrapper_jai.jar 66 1 java /usr/jdk/packages/jai/lib/ext/jai_core.jar [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | mmapfiles_example.txt | 53 1 java /usr/jdk/packages/jmf/lib/ext/jmplay.jar 58 1 java /usr/jdk/packages/jmf/lib/ext/mp3plugin.jar 59 1 java /usr/jdk/packages/jmf/lib/ext/jmfmp3.jar 60 1 java /usr/jdk/packages/jmf/lib/ext/multiplayer.jar 61 1 java /usr/jdk/packages/jmf/lib/ext/mediaplayer.jar 62 1 java /usr/jdk/packages/jmf/lib/ext/jmf.jar 63 1 java /usr/jdk/packages/jai-imageio/lib/ext/jai_imageio.jar 64 1 java /usr/jdk/packages/jai-imageio/lib/ext/clibwrapper_jiio.jar 65 1 java /usr/jdk/packages/jai/lib/ext/mlibwrapper_jai.jar 66 1 java /usr/jdk/packages/jai/lib/ext/jai_core.jar [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-go/ |
| H A D | llvm-go.go | 35 var packages = []pkg{ var 153 …hLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string, packages []pkg) { 163 for _, p := range packages { 286 packages := packages 294 packages = append(packages, pkg{ 303 runGoWithLLVMEnv(args, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags, packages)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-compiler.cc | 129 if (!md || !md->id|| md->packages.length == 0) in onParseModule() 135 else if (md->packages.length == 1) in onParseModule() 137 if (!strcmp (md->packages.ptr[0]->toChars (), "gcc") in onParseModule() 141 else if (md->packages.length == 2) in onParseModule() 143 if (!strcmp (md->packages.ptr[0]->toChars (), "core") in onParseModule() 144 && !strcmp (md->packages.ptr[1]->toChars (), "stdc")) in onParseModule()
|
| /netbsd-src/distrib/sets/ |
| H A D | TODO | 1 TODO list for system packages 13 + need a tool to create meta-packages 17 + bundle packages into tar files (`pkgsets'per src/distrib/syspkg/notes) 19 + add system packages to the release ISOs
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/ |
| H A D | README.elilo | 6 As of version 3.0, the gnu-efi package is now split in two different packages: 12 Note that X.y don't need to match for both packages. However elilo-3.x 16 Both packages can be downloaded from:
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangSACheckersEmitter.cpp | 180 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); in EmitClangSACheckers() local 195 for (unsigned i = 0, e = packages.size(); i != e; ++i) in EmitClangSACheckers() 196 sortedPackages[getPackageFullName(packages[i])] = packages[i]; in EmitClangSACheckers() 227 for (const Record *Package : packages) { in EmitClangSACheckers()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-frontend.cc | 537 if (!md || !md->id || !md->packages) in loadModule() 543 else if (md->packages->dim == 1) in loadModule() 545 if (!strcmp ((*md->packages)[0]->toChars (), "gcc") in loadModule() 549 else if (md->packages->dim == 2) in loadModule() 551 if (!strcmp ((*md->packages)[0]->toChars (), "core") in loadModule() 552 && !strcmp ((*md->packages)[1]->toChars (), "stdc")) in loadModule()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | apt | 13 >40 bequad x \b, %llu packages 19 >40 belong x \b, %u packages 25 >24 belong x \b, %u packages
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | NTMakefile | 38 tools tests packages etc 41 tools tests packages etc $(thirdparty) packages\windows\installer
|
| /netbsd-src/crypto/dist/ipsec-tools/rpm/suse/ |
| H A D | ipsec-tools.spec.in | 75 mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/%{name}/ 76 cp -rv src/racoon/samples $RPM_BUILD_ROOT/usr/share/doc/packages/%{name}/ 77 cp -v src/setkey/sample* $RPM_BUILD_ROOT/usr/share/doc/packages/%{name}/ 99 %doc /usr/share/doc/packages/%{name}/
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ |
| H A D | README | 4 software packages. While distributed as part of OpenLDAP Software, 6 packages may be out of date. Each package in this directory has its
|
| /netbsd-src/external/gpl2/grep/dist/ |
| H A D | ABOUT-NLS | 7 A few packages already provide translations for their messages. 23 `intl/VERSION' file, in internationalized packages. 50 Some packages are "localizable" when properly installed; the 52 Most such packages use GNU `gettext'. Other packages have their own 99 Internationalized packages have usually many `po/LL.po' files, where 175 Languages are not equally supported in all packages. The following 211 27 packages 6 4 25 1 18 1 26 2 1 12 20 9 19 7 4 7 17 179
|
| /netbsd-src/external/gpl3/autoconf/dist/ |
| H A D | INSTALL | 18 instructions specific to this package. Some packages provide this 21 necessarily a bug. More recommendations for GNU packages can be found 87 files again. In practice, not all packages have tested that 91 8. Some packages, particularly those that use Automake, provide `make 165 correct locations to 'configure'; however, many packages provide one or 181 method, particularly noticeable in packages that use GNU Libtool. 199 Some packages pay attention to '--enable-FEATURE' options to 206 For packages that use the X Window System, 'configure' can usually 211 Some packages offer the ability to configure how verbose the 212 execution of 'make' will be. For these packages, running `./configure [all …]
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | INSTALL | 18 instructions specific to this package. Some packages provide this 21 necessarily a bug. More recommendations for GNU packages can be found 87 files again. In practice, not all packages have tested that 91 8. Some packages, particularly those that use Automake, provide `make 165 correct locations to `configure'; however, many packages provide one or 181 method, particularly noticeable in packages that use GNU Libtool. 199 Some packages pay attention to `--enable-FEATURE' options to 206 For packages that use the X Window System, `configure' can usually 211 Some packages offer the ability to configure how verbose the 212 execution of `make' will be. For these packages, running `./configure [all …]
|