Searched refs:pkg (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-9.3-release/share/keys/
H A DMakefile3 SUBDIR= pkg
/freebsd-9.3-release/release/scripts/
H A Dmkpkghier21 awk -F'|' '{ print $1 " " $7; }' INDEX | while read pkg dirs
23 [ -f All/$pkg.tbz ] || {
24 echo "All/$pkg.tbz: Non-existent" >&2
30 [ -e $dir/$pkg.tbz ] && continue
31 ln -s ../All/$pkg.tbz $dir/$pkg.tbz
H A Dpkg-stage.sh9 export PKG_DBDIR="/tmp/pkg"
12 export PKGCMD="/usr/sbin/pkg -d"
21 ports-mgmt/pkg
34 # If NOPORTS is set for the release, do not attempt to build pkg(8).
39 if [ ! -x /usr/local/sbin/pkg ]; then
40 /usr/bin/make -C /usr/ports/ports-mgmt/pkg install clean
43 PKG_ABI=$(pkg -vv | grep ^ABI | awk '{print $3}')
51 # Print pkg(8) information to make debugging easier.
58 # Always exit '0', even if pkg(8) complains about conflicts.
H A Dpackage-split.py97 pkg = pkgs[port]
98 pkg_list = [pkg] + deps[pkg]
99 for pkg in pkg_list:
100 if pkg not in layout:
102 print "--> Adding %s to Disc %d" % (pkg, disc_num)
103 layout[pkg] = disc_num
113 pkg = line.split('|')[PACKAGE_COL]
114 if pkg in layout:
115 new_line = '%s|%d\n' % (line.splitlines()[0], layout[pkg])
[all...]
H A Dcheckindex.pl39 -depends <pkg> Lists all packages in the index that depend
40 on <pkg>.
131 foreach $pkg (keys %DEPENDS) {
132 $new = quotemeta $pkg;
135 ($#lines == 0) || die "Multiple lines for '$pkg' in index!";
170 foreach $pkg (@packages) {
171 unless (grep(/^$pkg/,@index)) {
172 push @{ $MISSING{$pkg} }, "sysinstall";
184 foreach $pkg (keys %MISSING) {
185 @files = @{ $MISSING{$pkg} };
[all...]
/freebsd-9.3-release/share/keys/pkg/trusted/
H A DMakefile5 FILES= pkg.freebsd.org.2013102301
7 FILESDIR= /usr/share/keys/pkg/trusted
/freebsd-9.3-release/etc/pkg/
H A DMakefile7 FILESDIR= /etc/pkg
/freebsd-9.3-release/usr.sbin/pkg/
H A DMakefile3 PROG= pkg
4 SRCS= pkg.c dns_utils.c config.c
5 MAN= pkg.7
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Durl.c42 char pkg[FILENAME_MAX]; local
102 strlcpy(pkg, tmp ? tmp : ".", sizeof(pkg));
104 strlcat(pkg, "/", sizeof(pkg));
105 strlcat(pkg, tmp, sizeof(pkg));
106 if ((pkgfd = open(pkg, O_WRONLY|O_CREAT|O_TRUNC, 0644)) == -1) {
107 printf("Error: Unable to open %s\n", pkg);
118 if (keep_package && unlink(pkg) <
[all...]
H A Dplist.c86 mark_plist(Package *pkg) argument
88 PackingList p = pkg->head;
98 find_plist(Package *pkg, plist_t type) argument
100 PackingList p = pkg->head;
112 find_plist_option(Package *pkg, const char *name) argument
114 PackingList p = pkg->head;
129 delete_plist(Package *pkg, Boolean all, plist_t type, const char *name) argument
131 PackingList p = pkg->head;
141 pkg->head = pnext;
145 pkg
169 free_plist(Package *pkg) argument
260 read_plist(Package *pkg, FILE *fp) argument
317 write_plist(Package *pkg, FILE *fp) argument
421 delete_package(Boolean ign_err, Boolean nukedirs, Package *pkg) argument
[all...]
H A Dversion.c36 verscmp(Package *pkg, int major, int minor) argument
40 if ((pkg->fmtver_maj < major) || (pkg->fmtver_maj == major &&
41 pkg->fmtver_mnr < minor))
43 else if ((pkg->fmtver_maj > major) || (pkg->fmtver_maj == major &&
44 pkg->fmtver_mnr > minor))
/freebsd-9.3-release/usr.sbin/pkg_install/info/
H A Dperform.c89 pkg_do(char *pkg) argument
100 if (isURL(pkg)) {
101 if ((cp = fileGetURL(NULL, pkg, KeepPackage)) != NULL) {
109 else if (fexists(pkg) && isfile(pkg)) {
112 if (*pkg != '/') {
116 snprintf(&fname[len], FILENAME_MAX - len, "/%s", pkg);
119 strcpy(fname, pkg);
123 if ((cp = fileFindByPath(NULL, pkg)) != NULL)
127 if (!isURL(pkg)) {
372 Package pkg; local
[all...]
/freebsd-9.3-release/usr.sbin/pkg_install/delete/
H A Dperform.c122 pkg_do(char *pkg) argument
138 if (!pkg || !(len = strlen(pkg)))
140 if (pkg[len - 1] == '/')
141 pkg[len - 1] = '\0';
147 sprintf(LogDir, "%s/%s", LOG_DIR, pkg);
149 isinstalled = isinstalledpkg(pkg);
151 warnx("no such package '%s' installed", pkg);
155 pkg, Force ? " (but I'll delete it anyway)" : " (use -f to force removal)");
163 "only the log entry in %s was removed", pkg, LogDi
367 sanity_check(char *pkg) argument
[all...]
/freebsd-9.3-release/etc/periodic/weekly/
H A DMakefile19 FILES+= 400.status-pkg
/freebsd-9.3-release/usr.sbin/pkg_install/create/
H A Dperform.c46 char *pkg = *pkgs; /* Only one arg to create */ local
57 printf("Creating package %s\n", pkg);
60 len = strlen(pkg);
62 if (!strcmp(&pkg[len - 4], ".tbz")) {
64 pkg[len - 4] = '\0';
66 else if (!strcmp(&pkg[len - 4], ".tgz")) {
68 pkg[len - 4] = '\0';
70 else if (!strcmp(&pkg[len - 4], ".txz")) {
72 pkg[len - 4] = '\0';
74 else if (!strcmp(&pkg[le
354 make_dist(const char *homedir, const char *pkg, const char *suff, Package *plist) argument
523 create_from_installed_recursive(const char *pkg, const char *suf) argument
563 create_from_installed(const char *ipkg, const char *pkg, const char *suf) argument
[all...]
H A Dpl.c32 add_cksum(Package *pkg, PackingList p, const char *fname) argument
55 if (pkg->tail == p)
56 pkg->tail = tmp;
62 check_list(const char *home, Package *pkg) argument
70 for (p = pkg->head; p != NULL; p = p->next)
93 add_cksum(pkg, p, name);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile41 DBUS_LIBS := $(shell pkg-config --libs dbus-1)
44 DBUS_INCLUDE := $(shell pkg-config --cflags dbus-1)
52 dbus_version=$(subst ., ,$(shell pkg-config --modversion dbus-1))
/freebsd-9.3-release/usr.sbin/pkg_install/add/
H A Dperform.c61 pkg_do(char *pkg) argument
93 if (!pkg) {
106 if (isURL(pkg)) {
107 if (!(where_to = fileGetURL(NULL, pkg, KeepPackage))) {
108 warnx("unable to fetch '%s' by URL", pkg);
111 strcpy(pkg_fullname, pkg);
123 strcpy(pkg_fullname, pkg); /*
127 if (strcmp(pkg, "-")) {
214 if (sanity_check(pkg))
291 for (p = pkg
674 sanity_check(char *pkg) argument
[all...]
/freebsd-9.3-release/crypto/openssh/contrib/
H A DMakefile1 PKG_CONFIG = pkg-config
/freebsd-9.3-release/etc/periodic/daily/
H A D220.backup-pkgdb22 pkg_dbdir=/var/db/pkg
H A DMakefile46 FILES+= 490.status-pkg-changes
/freebsd-9.3-release/contrib/openpam/
H A Dmkpkgng.in72 pkgver=$(pkg -vv | awk '$1 == "Version:" { print $2 }')
74 pkgabi=$(pkg -vv | awk '$1 == "ABI:" { print $2 }')
161 pkg create -r "$tmproot" -m "$tmproot" -o "$builddir"
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_perf.c173 ACPI_OBJECT *pkg; local
192 pkg = (ACPI_OBJECT *)buf.Pointer;
193 if (ACPI_PKG_VALID(pkg, 2)) {
195 error = acpi_PkgGas(dev, pkg, 0, &type, &rid, &res, 0);
245 ACPI_OBJECT *pkg, *res; local
260 pkg = (ACPI_OBJECT *)buf.Pointer;
261 if (!ACPI_PKG_VALID(pkg, 1)) {
265 sc->px_count = pkg->Package.Count;
279 res = &pkg->Package.Elements[i];
326 pkg
[all...]
/freebsd-9.3-release/crypto/heimdal/packages/mac/
H A Dmac.sh39 --out ${imgdir}/Heimdal.pkg \
/freebsd-9.3-release/sys/dev/fdc/
H A Dfdc_acpi.c187 ACPI_OBJECT *pkg, *obj; local
231 pkg = (ACPI_OBJECT *)buf.Pointer;
232 if (!ACPI_PKG_VALID(pkg, 16)) {
236 obj = &pkg->Package.Elements[1];

Completed in 152 milliseconds

123