Searched refs:pkgname (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/release/scripts/
H A Dmtree-to-plist.awk34 ext = pkgname = pkgend = ""
38 pkgname=a[i]
39 gsub(/package=/, "", pkgname)
52 pkgname=pkgname"-"ext
56 pkgname=pkgend
58 pkgname=pkgname"-"pkgend
76 output=pkgname".plist"
/freebsd-12-stable/stand/common/
H A Dinstall.c191 install(char *pkgname) argument
201 s = strstr(pkgname, "://");
205 i = s - pkgname;
215 if (i == 4 && !strncasecmp(pkgname, "tftp", i)) {
219 } else if (i == 4 && !strncasecmp(pkgname, "file", i)) {
278 pkgname = strchr(s, '/');
279 if (pkgname == NULL)
282 *pkgname = '\0';
293 *pkgname = '/';
295 pkgname
[all...]
/freebsd-12-stable/contrib/dialog/
H A Dheaders-sh.in60 pkgname=`echo "$PKGNAME" | tr "$ALPHA" "$alpha"`
128 echo "s,#include <${pkgname}_,#include <${PACKAGE}/${pkgname}_," >>$TMPSED
182 ${pkgname}_*) #(vi
/freebsd-12-stable/usr.sbin/portsnap/make_index/
H A Dmake_index.c45 char * pkgname; member in struct:port
152 p->pkgname = strdup2(strsep(&line, "|"));
318 " depends upon itself.\n", p->pkgname);
344 (strcmp(d[i].p->pkgname, d[2 * pos + 1].p->pkgname) < 0))
347 (strcmp(d[i].p->pkgname, d[2 * pos + 2].p->pkgname) < 0))
393 p->pkgname, p->portdir, p->prefix, p->comment, p->pkgdescr,
396 printf("%s%s", i ? " " : "", p->bdep[i].p->pkgname);
399 printf("%s%s", i ? " " : "", p->rdep[i].p->pkgname);
[all...]
/freebsd-12-stable/
H A DMakefile.inc11880 pkgname=$${plist%.plist} ; \
1881 echo "_PKGS+= $${pkgname}" ; \
1892 .for pkgname in ${_PKGS}
1893 create-world-packages-jobs: create-world-package-${pkgname}
1894 create-world-package-${pkgname}: .PHONY
1895 @sh ${SRCDIR}/release/packages/generate-ucl.sh -o ${pkgname} \
1896 -s ${SRCDIR} -u ${WSTAGEDIR}/${pkgname}.ucl
1900 ' ${WSTAGEDIR}/${pkgname}.ucl
1901 @if [ "${pkgname}" == "runtime" ]; then \
1902 sed -i '' -e "s/%VCS_REVISION%/${VCS_REVISION}/" ${WSTAGEDIR}/${pkgname}
[all...]
/freebsd-12-stable/stand/libsa/
H A Dpkgfs.c163 pkgfs_init(const char *pkgname, struct fs_ops *proto) argument
174 fd = open(pkgname, O_RDONLY);

Completed in 437 milliseconds