Home
last modified time | relevance | path

Searched refs:pkgname (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/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.1/stand/common/
H A Dinstall.c190 install(char *pkgname) in install() argument
199 s = strstr(pkgname, "://"); in install()
203 i = s - pkgname; in install()
204 if (i == 4 && !strncasecmp(pkgname, "tftp", i)) { in install()
208 } else if (i == 4 && !strncasecmp(pkgname, "file", i)) { in install()
229 pkgname = strchr(s, '/'); in install()
230 if (pkgname == NULL) in install()
233 *pkgname = '\0'; in install()
240 *pkgname = '/'; in install()
242 pkgname = s; in install()
[all …]
/freebsd-12.1/usr.sbin/portsnap/make_index/
H A Dmake_index.c45 char * pkgname; member
152 p->pkgname = strdup2(strsep(&line, "|")); in portify()
318 " depends upon itself.\n", p->pkgname); in recurse()
344 (strcmp(d[i].p->pkgname, d[2 * pos + 1].p->pkgname) < 0)) in heapifypkgs()
347 (strcmp(d[i].p->pkgname, d[2 * pos + 2].p->pkgname) < 0)) in heapifypkgs()
393 p->pkgname, p->portdir, p->prefix, p->comment, p->pkgdescr, in printport()
396 printf("%s%s", i ? " " : "", p->bdep[i].p->pkgname); in printport()
399 printf("%s%s", i ? " " : "", p->rdep[i].p->pkgname); in printport()
403 printf("%s%s", i ? " " : "", p->edep[i].p->pkgname); in printport()
406 printf("%s%s", i ? " " : "", p->pdep[i].p->pkgname); in printport()
[all …]
/freebsd-12.1/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.1/
H A DMakefile.inc11809 pkgname=$${plist%.plist} ; \
1810 echo "_PKGS+= $${pkgname}" ; \
1821 .for pkgname in ${_PKGS}
1822 create-world-packages-jobs: create-world-package-${pkgname}
1823 create-world-package-${pkgname}: .PHONY
1824 @sh ${SRCDIR}/release/packages/generate-ucl.sh -o ${pkgname} \
1825 -s ${SRCDIR} -u ${WSTAGEDIR}/${pkgname}.ucl
1829 ' ${WSTAGEDIR}/${pkgname}.ucl
1830 @if [ "${pkgname}" == "runtime" ]; then \
1834 create -M ${WSTAGEDIR}/${pkgname}.ucl \
[all …]
/freebsd-12.1/stand/libsa/
H A Dpkgfs.c161 pkgfs_init(const char *pkgname, struct fs_ops *proto) in pkgfs_init() argument
172 fd = open(pkgname, O_RDONLY); in pkgfs_init()
/freebsd-12.1/contrib/tcsh/
H A Dcomplete.tcsh1230 'n/{source,build-dep}/x:<pkgname>/' \