/solaris-userland/tools/ |
H A D | sunw-history-package | 36 my $PKG = '/usr/bin/pkg'; 46 if (m{set\s+name=pkg.fmri\s+value=pkg://.+/(.+):.+$}) { 57 set name=pkg.fmri value=pkg:/$package 58 set name=pkg.renamed value=true 90 open($FP, "$PKG search -r -H -o pkg.name 'SUNW*:depend::*/$_' |");
|
H A D | userland-mangler | 37 import pkg.fmri 38 import pkg.manifest 39 import pkg.actions 40 import pkg.elf as elf 124 # mangler.man.availability = (pkg.fmri) 125 # mangler.man.source-url = (pkg.source-url) 126 # mangler.man.upstream-url = (pkg.upstream-url) 147 if 'pkg.fmri' in manifest.attributes: 148 fmri = pkg.fmri.PkgFmri(manifest.attributes['pkg [all...] |
/solaris-userland/components/pkg-config/ |
H A D | Makefile | 28 COMPONENT_NAME= pkg-config 30 COMPONENT_PROJECT_URL= http://www.freedesktop.org/wiki/Software/pkg-config 49 COMPONENT_SYSTEM_TEST_TARGETS = TESTS_PKG_CONFIG=/usr/bin/pkg-config check
|
/solaris-userland/components/gutenprint/ |
H A D | gutenprint.startup | 24 PKG="pkg:/print/filter/gutenprint" 27 VER=`pkg contents -H -a name=pkg.fmri -o value $PKG | cut -d @ -f 2`
|
/solaris-userland/components/meta-packages/evaluation/ |
H A D | Makefile | 40 BUILD_STYLE= pkg
|
/solaris-userland/components/mysql-common/ |
H A D | Makefile | 34 BUILD_STYLE= pkg
|
/solaris-userland/components/docbook/iso-codes/ |
H A D | Makefile | 31 COMPONENT_PROJECT_URL= https://pkg-isocodes.alioth.debian.org/
|
/solaris-userland/components/desktop/desktop-cache/ |
H A D | Makefile | 35 BUILD_STYLE= pkg
|
/solaris-userland/components/desktop/desktop-file-utils/ |
H A D | Makefile | 51 REQUIRED_PACKAGES += developer/build/pkg-config
|
/solaris-userland/components/cloog/ |
H A D | Makefile | 75 CPPFLAGS += `pkg-config --cflags libgmp` 76 CPPFLAGS += `pkg-config --cflags libmpfr` 77 CPPFLAGS += `pkg-config --cflags isl`
|
/solaris-userland/components/cyrus-sasl/test/ |
H A D | setup-for-mit | 30 pkg://solaris/security/kerberos-5 \ 33 pkg list $PACKAGES_NEEDED > /dev/null 36 pkg install $PACKAGES_NEEDED 39 pkg list $PACKAGES_NEEDED > /dev/null
|
H A D | setup-for-seam | 31 pkg list $PACKAGES_NEEDED > /dev/null 34 pkg install $PACKAGES_NEEDED 37 pkg list $PACKAGES_NEEDED > /dev/null
|
H A D | setup_testsuite | 220 set -A MEDIATOR `pkg mediator -H kerberos5`
|
/solaris-userland/components/curl/ |
H A D | Makefile | 43 CFLAGS += `pkg-config --cflags libidn` 44 CPPFLAGS += `pkg-config --cflags libidn`
|
/solaris-userland/components/desktop/enchant/ |
H A D | Makefile | 54 REQUIRED_PACKAGES += developer/build/pkg-config
|
/solaris-userland/components/desktop/startup-notification/ |
H A D | Makefile | 54 REQUIRED_PACKAGES += developer/build/pkg-config
|
/solaris-userland/components/texinfo/ |
H A D | svc-texinfo-update | 94 for dir_link in $(pkg search -H -l -o path ':link:path:*/info/dir' | \
|
/solaris-userland/components/isl/ |
H A D | Makefile | 82 CPPFLAGS += `pkg-config --cflags libgmp` 83 CPPFLAGS += `pkg-config --cflags libmpfr`
|
/solaris-userland/components/desktop/harfbuzz/ |
H A D | Makefile | 79 REQUIRED_PACKAGES += developer/build/pkg-config
|
/solaris-userland/components/desktop/libproxy/ |
H A D | Makefile | 80 REQUIRED_PACKAGES += developer/build/pkg-config
|
/solaris-userland/components/mpc/ |
H A D | Makefile | 78 CFLAGS += `pkg-config --cflags libmpfr`
|
/solaris-userland/make-rules/ |
H A D | environment.mk | 42 @/usr/bin/pkg list -vH $(REQUIRED_PACKAGES:%=/%) 48 $(SUDO) /usr/bin/pkg install --accept -v 60 @echo "$(REQUIRED_PACKAGES:%=\t\t<name>pkg:/%</name>\n)" >$(@)
|
H A D | common.mk | 49 # If not an archive build (i.e. extract and copy) or pkg build (publish only), 52 ifneq ($(strip $(BUILD_STYLE)),pkg) 130 # For pkg-based build style, assume there are no build, install, or test steps; 132 ifeq ($(strip $(BUILD_STYLE)),pkg)
|
/solaris-userland/tools/python/pkglint/ |
H A D | userland.py | 29 import pkg.lint.base as base namespace 30 from pkg.lint.engine import lint_fmri_successor 31 import pkg.elf as elf namespace 32 import pkg.fmri namespace 574 if "/cffi-" in pkg.fmri.PkgFmri(f, "5.12").pkg_name): 602 engine.error(_("package %(pkg)s depends on CFFI, but " 604 % {"pkg": manifest.fmri, "should": cffi_version}, 612 cffi_incorp_ver = str(pkg.fmri.PkgFmri( 615 engine.error(_("package %(pkg)s depends on CFFI, but " 617 "instead of %(should)s)") % {"pkg" [all...] |
/solaris-userland/components/libmng/ |
H A D | Makefile | 64 CFLAGS += `pkg-config --cflags lcms`
|