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

123456

/freebsd-10.3-release/share/keys/
H A DMakefile3 SUBDIR= pkg
/freebsd-10.3-release/share/keys/pkg/trusted/
H A DMakefile1 # $FreeBSD: releng/10.3/share/keys/pkg/trusted/Makefile 291794 2015-12-04 18:21:05Z bdrewery $
5 FILES= pkg.freebsd.org.2013102301
7 FILESDIR= ${SHAREDIR}/keys/pkg/trusted
/freebsd-10.3-release/etc/pkg/
H A DMakefile1 # $FreeBSD: releng/10.3/etc/pkg/Makefile 257145 2013-10-26 03:31:05Z bdrewery $
7 FILESDIR= /etc/pkg
/freebsd-10.3-release/release/scripts/
H A Dpkg-stage.sh3 # $FreeBSD: releng/10.3/release/scripts/pkg-stage.sh 276953 2015-01-11 01:38:32Z gjb $
9 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).
37 echo "*** Skipping pkg-stage.sh ***"
42 if [ ! -x /usr/local/sbin/pkg ]; then
44 /usr/bin/make -C /usr/ports/ports-mgmt/pkg install clean
48 export PKG_ABI=$(pkg config ABI)
49 export PKG_ALTABI=$(pkg confi
[all...]
/freebsd-10.3-release/usr.sbin/pkg/
H A DMakefile1 # $FreeBSD: releng/10.3/usr.sbin/pkg/Makefile 283792 2015-05-30 21:47:25Z bapt $
3 PROG= pkg
4 SRCS= pkg.c dns_utils.c config.c
5 MAN= pkg.7
/freebsd-10.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-10.3-release/usr.sbin/bsdconfig/examples/
H A Dadd_some_packages.sh8 _httpPath=http://pkg.freebsd.org
H A Dbrowse_packages_http.sh15 f_musthavepkg_init # Make sure we have a usable pkg(8) with $PKG_ABI
22 _httpPath=http://pkg.freebsd.org
/freebsd-10.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-10.3-release/release/tools/
H A Dec2.conf32 # catalogue and install or update pkg when the instance first
35 env ASSUME_ALWAYS_YES=yes pkg -c ${DESTDIR} delete -f -y pkg
36 rm ${DESTDIR}/var/db/pkg/repo-*.sqlite
H A Dvagrant.conf15 # catalogue and install or update pkg when the instance first
18 env ASSUME_ALWAYS_YES=yes pkg -c ${DESTDIR} clean -y -a
19 env ASSUME_ALWAYS_YES=yes pkg -c ${DESTDIR} delete -f -y pkg
20 rm ${DESTDIR}/var/db/pkg/repo-*.sqlite
/freebsd-10.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-10.3-release/etc/periodic/weekly/
H A DMakefile20 FILES+= 400.status-pkg
/freebsd-10.3-release/contrib/atf/atf-c/
H A Dpkg_config_test.sh27 # directory that is known by pkg-config. Otherwise they will fail,
36 pkg-config ${1} || atf_fail "pkg-config could not locate ${1}.pc;" \
45 atf_check -s eq:0 -o save:stdout -e empty pkg-config --modversion "${1}"
47 echo "Version reported by pkg-config: ${ver2}"
56 atf_set "require.progs" "pkg-config"
69 "the C library based on the pkg-config information"
70 atf_set "require.progs" "pkg-config"
76 atf_check -s eq:0 -o save:stdout -e empty pkg-config --variable=cc atf-c
101 atf_check -s eq:0 -o save:stdout -e empty pkg
[all...]
/freebsd-10.3-release/contrib/atf/atf-c++/
H A Dpkg_config_test.sh27 # directory that is known by pkg-config. Otherwise they will fail,
36 pkg-config ${1} || atf_fail "pkg-config could not locate ${1}.pc;" \
45 atf_check -s eq:0 -o save:stdout -e empty pkg-config --modversion "${1}"
47 echo "Version reported by pkg-config: ${ver2}"
56 atf_set "require.progs" "pkg-config"
69 "the C++ library based on the pkg-config information"
70 atf_set "require.progs" "pkg-config"
77 pkg-config --variable=cxx atf-c++
100 atf_check -s eq:0 -o save:stdout -e empty pkg
[all...]
/freebsd-10.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...]
/freebsd-10.3-release/release/
H A DMakefile.azure37 . if !exists(/usr/local/sbin/pkg-static)
38 env ASSUME_ALWAYS_YES=yes pkg bootstrap -yf
40 env ASSUME_ALWAYS_YES=yes pkg install -y www/npm
H A DMakefile.ec228 . if !exists(/usr/local/sbin/pkg-static)
29 env ASSUME_ALWAYS_YES=yes pkg bootstrap -y
31 env ASSUME_ALWAYS_YES=yes pkg install -y net/bsdec2-image-upload
/freebsd-10.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-10.3-release/crypto/openssh/contrib/
H A DMakefile1 PKG_CONFIG = pkg-config
/freebsd-10.3-release/share/mk/
H A Dbsd.pkg.mk1 # $FreeBSD: releng/10.3/share/mk/bsd.pkg.mk 139068 2004-12-20 15:46:56Z paul $
46 compress-man run-ldconfig fake-pkg
/freebsd-10.3-release/etc/periodic/daily/
H A D220.backup-pkgdb22 pkg_dbdir=/var/db/pkg
/freebsd-10.3-release/contrib/openpam/
H A Dmkpkgng.in72 pkgver=$(pkg -v)
74 pkgabi=$(pkg config abi)
161 pkg create -r "$tmproot" -m "$tmproot" -o "$builddir"

Completed in 265 milliseconds

123456