Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-25 | Fix ./build.sh -r ***name and ./pkgtool.sh -r name. | Lucía Andrea Illanes Albornoz | 1 | -22/+15 | |
2023-04-11 | Implements ./pkgtool.sh -f: list files installed by package. | Lucía Andrea Illanes Albornoz | 1 | -4/+46 | |
2023-03-31 | Make dist/*.dist regular vars files beneath vars.dist/. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-30 | Support nano in ./pkgtool.sh -e. | Lucía Andrea Illanes Albornoz | 1 | -3/+14 | |
2023-03-29 | Implements ./pkgtool.sh -e: edit package group file w/ ${EDITOR}. | Lucía Andrea Illanes Albornoz | 1 | -2/+48 | |
2023-03-28 | Fix printing of package variables in ./pkgtool.sh -i. | Lucía Andrea Illanes Albornoz | 1 | -11/+1 | |
2023-03-28 | Filter _{host,minipix} package variables in ./pkgtool.sh -i. | Lucía Andrea Illanes Albornoz | 1 | -2/+13 | |
2023-03-26 | Accept comma-separated list of packages in ./pkgtool.sh -i. | Lucía Andrea Illanes Albornoz | 1 | -39/+66 | |
2023-03-26 | Print group file pathname in ./pkgtool.sh -i output. | Lucía Andrea Illanes Albornoz | 1 | -8/+9 | |
2023-03-23 | Implements ./pkgtool.sh -p. | Lucía Andrea Illanes Albornoz | 1 | -4/+84 | |
2023-03-21 | Document subr.rtl/*.subr functions, pt. IV. | Lucía Andrea Illanes Albornoz | 1 | -34/+34 | |
2023-03-21 | Document subr.rtl/*.subr functions, pt. III. | Lucía Andrea Illanes Albornoz | 1 | -5/+5 | |
2023-03-20 | Implements 256-colour pkgtool.sh theme. | Lucía Andrea Illanes Albornoz | 1 | -25/+33 | |
2023-03-20 | Default theme from etc/*.theme.host.<full hostname>. | Lucía Andrea Illanes Albornoz | 1 | -2/+2 | |
2023-03-20 | Implements --theme in {build,pkgtool}.sh. | Lucía Andrea Illanes Albornoz | 1 | -1/+17 | |
2023-03-13 | pkgtool.sh: fix printing package env vars in -i. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-13 | Followup to <fd38dc025f5d31890abbf3d48c597114203b1421>. | Lucía Andrea Illanes Albornoz | 1 | -5/+5 | |
2023-03-13 | Move patches & vars pathname defaults handling into subr.ex/ex_pkg.subr. | Lucía Andrea Illanes Albornoz | 1 | -13/+10 | |
2023-03-13 | pkgtool.sh:pkgtoolp_info(): fix typo. | Lucía Andrea Illanes Albornoz | 1 | -2/+2 | |
2023-03-13 | pkgtool.sh: optionally source ${HOME}/pkgtool.vars to provide defaults for ↵ | Lucía Andrea Illanes Albornoz | 1 | -4/+20 | |
-a, -b, -m, -M. etc/pkgtool.usage: updated. etc/README.md: updated. | |||||
2023-02-19 | subr.ex/ex_pkg.subr:ex_pkg_load_vars(): prepend ${PREFIX} w/ ${PWD%/}/ if ↵ | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
not absolute pathname. | |||||
2023-02-19 | Reject empty variables from the command line. | Lucía Andrea Illanes Albornoz | 1 | -3/+10 | |
2023-02-18 | pkgtool.sh: print list of failed packages when mirroring. | Lucía Andrea Illanes Albornoz | 1 | -9/+16 | |
2023-02-18 | pkgtool.sh: correctly set ${PKG_FNAME} if empty. | Lucía Andrea Illanes Albornoz | 1 | -3/+15 | |
2023-02-18 | pkgtool.sh: check ${PKG_{URL{,S},SHA256SUM}} are non-zero length. | Lucía Andrea Illanes Albornoz | 1 | -2/+16 | |
2023-02-18 | Update copyright legends. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-02-17 | Make everything a bit faster. | Lucía Andrea Illanes Albornoz | 1 | -233/+410 | |
0) Issues several prayers and sacrifices to Enki under threat of a terrible deluge sent down by Ellil 1) Convert fork-write/read exprs to be non-forking 2) Pass mostly everything by reference 3) Don't bother cleaning the variable namespace because Bourne shell is an abomination 4) Removes broken ./pkgtool.sh -s, --restart-at, --update-diff & ./build.sh --dump-{in,on-abort} 5) Cleanup | |||||
2022-06-24 | {build,pkgtool}.sh, etc/LICENCE, midipix.env: update copyright legend. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2021-08-27 | Implements localised message files, pt. II. | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
2021-08-26 | Implements localised message files. | Lucio Andrés Illanes Albornoz | 1 | -35/+37 | |
2021-08-26 | Implements logging tags, tag sets, and themes. | Lucio Andrés Illanes Albornoz | 1 | -33/+33 | |
subr/pkgtool_init.subr:pkgtoolp_init_args(): set ${BUILD_HNAME}. | |||||
2021-08-26 | {build,pkgtool}.sh: log environment variables at "notice" level. | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
subr.rtl/rtl_log.subr:${RTL_LOG_MSG_{NOTICE,VERBOSE}_COLOUR}: swap. | |||||
2021-08-25 | {build,pkgtool}.sh: export LANG=C LC_ALL=C during execution for performance ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+2 | |
reasons. | |||||
2021-04-06 | pkgtool.sh:pkgtoolp_mirror_fetch(): call pkg_fetch_download_clean_dlcache() ↵ | Lucio Andrés Illanes Albornoz | 1 | -14/+14 | |
post-{archive,Git} mirroring. pkgtool.sh:pkgtoolp_mirror_fetch(): mirror both archive as well as Git URL(s). subr/pkg_configure_patch.subr:pkg_configure_patch(): apply patches from within ${PKG_BASE_DIR} given both ${PKG_FNAME} and ${PKG_URLS_GIT}. subr.rtl/rtl_fetch.subr:rtl_fetch_mirror_urls_git(): ignore all but last component in ${_subdir}. subr.rtl/rtl_fetch.subr:rtl_fetch_mirror_urls_git(): create prerequisite directories. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): ignore all but last component in ${_subdir} wrt. ${_cache_dlname}. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): create prerequisite directories wrt. ${_tgtdir}. subr/ex_pkg_env.subr:exp_pkg_env_defaults(): reject absence of ${PKG_SUBDIR} given both ${PKG_FNAME} and ${PKG_URLS_GIT}. subr/pkg_fetch_download.subr:pkg_fetch_download_clean_dlcache(): initial implementation. subr/pkg_fetch_download.subr:pkg_fetch_download(): call pkg_fetch_download_clean_dlcache() post-{archive,Git} download. | |||||
2021-04-05 | {build,pkgtool}.sh: update copyright legend. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
etc/README.md: updated. | |||||
2021-04-05 | pkgtool.sh:pkgtoolp_mirror_fetch(), subr/pkgtool_init.subr: implement and ↵ | Lucio Andrés Illanes Albornoz | 1 | -7/+7 | |
honour -v. etc/{pkgtool.usage,README.md}: updated. | |||||
2021-04-05 | pkgtool.sh:pkgtoolp_mirror_fetch(): clean up archive URL(s) mirror directory ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+10 | |
post-successful mirroring. | |||||
2021-04-05 | pkgtool.sh:pkgtoolp_mirror(): substitute `~' in ${_mirror_dname{,_git}} w/ ↵ | Lucio Andrés Illanes Albornoz | 1 | -0/+2 | |
${HOME} for convenience. | |||||
2021-04-05 | pkgtool.sh:pkgtool{,p_mirror}(): split -m <dname1>,<dname2> into -m <dname> ↵ | Lucio Andrés Illanes Albornoz | 1 | -8/+13 | |
-M <dname> for convenience. subr/pkgtool_init.subr: split -m <dname1>,<dname2> into -m <dname> -M <dname> for convenience. etc/{pkgtool.usage,README.md}: updated. | |||||
2021-04-05 | pkgtool.sh:pkgtoolp_mirror_fetch(): honour and pass ${PKG_FNAME}, if present. | Lucio Andrés Illanes Albornoz | 1 | -2/+5 | |
2021-03-14 | pkgtool.sh:pkgtoolp_mirror_fetch(): skip mirroring of Git URL(s) if ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+3 | |
${PKG_MIRRORS_GIT} specifies `skip'. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): skip attempting to use Git URL(s) mirror if ${_mirrors} specifies `skip'. groups/120.native_runtime.group:{ntctty,psxscl{,_strace}}:${PKG_MIRRORS_GIT}: skip mirroring. | |||||
2021-02-19 | pkgtool.sh:pkgtoolp_mirror_fetch(): don't fail given skipped package w/ no URLs. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2021-01-24 | Reimplements Git repository mirroring because Git is a special snowflake. | Lucio Andrés Illanes Albornoz | 1 | -16/+35 | |
etc/{README.md,pkgtool.usage}: updated. groups/221.native_packages_dev.group:cparser:${PKG_DISABLED}: disabled due to repository unavailability. groups/251.native_packages_lib.group:libfirm:${PKG_DISABLED}: disabled due to repository unavailability. midipix.env:${DEFAULT_BUILD_VARS}: adds MIRRORS_GIT. midipix.env:${DEFAULT_MIRRORS{,_GIT}}: split; mirror Git repositories via https://midipix.lucioillanes.de/repos_git/. pkgtool.sh:pkgtoolp_mirror_fetch(): call rtl_fetch_mirror_urls_git() vs. rtl_fetch_urls_git(). pkgtool.sh:pkgtoolp_mirror_fetch(): symlink instead of downloading given package w/ parent package. pkgtool.sh:pkgtoolp_mirror{,_fetch}(): split archives vs. Git repositories directory name. subr.rtl/rtl_fetch.subr: factor out ${DEFAULT_GIT_ARGS}. subr.rtl/rtl_fetch.subr:rtl_fetch_mirror_urls_git(): initial implementation. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): always return on failure. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): correctly attempt to git-clone(1) from ${PKG_URL} and then via ${PKG_MIRRORS}. subr.rtl/rtl_fetch.subr:{rtlp_fetch_url_git,rtl_fetch_urls_git}(): cleanup. {subr/pkg_fetch_download.subr,vars/{gcc,python[23]{,_host}}.vars}: call rtl_fetch_urls_git() w/ ${PKG_NAME} and ${PKG_MIRRORS_GIT:-}. | |||||
2021-01-24 | pkgtool.sh:pkgtoolp_mirror_fetch(): skip disabled packages. | Lucio Andrés Illanes Albornoz | 1 | -22/+27 | |
2021-01-23 | Implements setting up & fetching from mirrors. | Lucio Andrés Illanes Albornoz | 1 | -0/+43 | |
etc/pkgtool.usage: updated. etc/README.md: updated. pkgtool.sh:pkgtoolp_mirror{,_fetch}(): initial implementation. subr/pkg_fetch_download.subr: default to empty ${PKG_MIRRORS}. subr/pkg_fetch_download.subr: factor out ${ARG_FETCH_FORCE} check and ${BUILD_DLCACHEDIR}. subr/pkgtool_init.subr: updated. subr.rtl/rtl_fetch.subr:rtl_fetch_urls_{git,wget}(): factor out ${ARG_FETCH_FORCE} check and ${BUILD_DLCACHEDIR}; minor cleanup. subr.rtl/rtl_fetch.subr:rtl_fetch_url_wget(): return vs. exit on fatal failure. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): copy only if ${_cache_dname} != ${_tgtdir}. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): return if unable to git-clone(1). subr.rtl/rtl_fetch.subr:{rtlp_fetch_url_git,rtl_fetch_urls_git}(): implement Git repository mirroring. vars/{gcc,python[23]{,_host}}.vars: updated. | |||||
2020-05-11 | pkgtool.sh:pkgtoolp_info(): additionally print SHA-256 message digests of ↵ | Lucio Andrés Illanes Albornoz | 1 | -3/+18 | |
patch and/or variable files. | |||||
2020-04-29 | Designate {debug,release} build as build kind. | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
2020-04-25 | pkgtool.sh:pkgtoolp_info(): additionally print build group. | Lucio Andrés Illanes Albornoz | 1 | -0/+1 | |
2020-04-25 | pkgtool.sh:pkgtoolp_rdepends(): print direct reverse dependencies in bright ↵ | Lucio Andrés Illanes Albornoz | 1 | -7/+13 | |
yellow and their dependencies in dark yellow, if any. subr/ex_pkg.subr:ex_pkg_unfold_depends_direct(): initial implementation. | |||||
2020-03-15 | Set -o nounset in addition to +o errexit -o nounset. | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
groups/000.host_tools.group:libtool_host:${PKG_LIBTOOL}: build w/ `none'. subr/build_init.subr:buildp_init_getopts(): set ${DEFAULT_BUILD_CPUS} prior to ex_pkg_load_vars() call. subr/pkg_{build,install_make}.subr: only pass `LIBTOOL=${PKG_LIBTOOL}' if set and not `none'. vars/libtool_host.vars: removes obsolete vars file. |