summaryrefslogtreecommitdiffhomepage
path: root/subr.ex/ex_pkg.subr
AgeCommit message (Expand)AuthorFilesLines
2024-04-25subr.ex/ex_pkg.subr:ex_pkg_unfold_depends(): emit warning vs. fatalexit on un...HEADmainLucía Andrea Illanes Albornoz1-2/+2
2024-04-25Fix ./build.sh -r ***name and ./pkgtool.sh -r name.Lucía Andrea Illanes Albornoz1-25/+33
2024-04-25Always check all packages' deps for unknown packages.Lucía Andrea Illanes Albornoz1-2/+48
2024-04-25subr.ex/ex_pkg.subr:ex_pkg_check_depends(): remove unnecessary rtl_uniq() cal...Lucía Andrea Illanes Albornoz1-14/+3
2024-04-24groups.d/dev_packages.group: copy all group variables from native_packages.Lucía Andrea Illanes Albornoz1-2/+28
2024-04-24subr.ex/ex_pkg.subr:ex_pkg_register_group(): separate {owner,copy} from {auto...Lucía Andrea Illanes Albornoz1-8/+12
2024-04-24subr.ex/ex_pkg.subr:ex_pkg_register_group(): correctly set ${PKG_GROUP{,_FNAM...Lucía Andrea Illanes Albornoz1-1/+1
2024-04-24Register groups w/ ex_pkg_register_group().Lucía Andrea Illanes Albornoz1-60/+46
2024-04-24Implements single package files.Lucía Andrea Illanes Albornoz1-1/+32
2024-01-01New year's top-level directory tree cleanup.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-31Rename groups/ to groups.d/.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-31Make dist/*.dist regular vars files beneath vars.dist/.Lucía Andrea Illanes Albornoz1-6/+9
2023-03-31Split up midipix.env into env.d/*.env.Lucía Andrea Illanes Albornoz1-2/+12
2023-03-31subr.ex/*: documentation cleanup.Lucía Andrea Illanes Albornoz1-14/+14
2023-03-28Fix printing of package variables in ./pkgtool.sh -i.Lucía Andrea Illanes Albornoz1-0/+23
2023-03-28subr.ex/ex_pkg.subr:ex_pkg_load_vars(): don't set ${PKG_GROUP_FNAME} w/ GROUP...Lucía Andrea Illanes Albornoz1-6/+12
2023-03-26Print group file pathname in ./pkgtool.sh -i output.Lucía Andrea Illanes Albornoz1-18/+33
2023-03-21Document subr.rtl/*.subr functions, pt. IV.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-21Document subr.rtl/*.subr functions, pt. III.Lucía Andrea Illanes Albornoz1-2/+2
2023-03-20Use "Returns:" vs. "Return:" in function documentation.Lucía Andrea Illanes Albornoz1-8/+8
2023-03-13subr.ex/ex_pkg.subr:ex_pkg_get_default(): fix patches/*/*.patch glob.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-13Followup to <fd38dc025f5d31890abbf3d48c597114203b1421>.Lucía Andrea Illanes Albornoz1-13/+5
2023-03-13Move patches & vars pathname defaults handling into subr.ex/ex_pkg.subr.Lucía Andrea Illanes Albornoz1-0/+67
2023-02-19subr.ex/ex_pkg.subr:ex_pkg_load_vars(): prepend ${PREFIX_ROOT} w/ ${PWD%/}/ i...Lucía Andrea Illanes Albornoz1-1/+6
2023-02-19subr.ex/ex_pkg.subr:ex_pkg_load_vars(): prepend ${PREFIX} w/ ${PWD%/}/ if not...Lucía Andrea Illanes Albornoz1-8/+5
2023-02-19subr.ex/ex_pkg.subr:ex_pkg_check_depends(): speed up by testing for finish st...Lucía Andrea Illanes Albornoz1-1/+0
2023-02-19Add copyright legends to all files.Lucía Andrea Illanes Albornoz1-0/+1
2023-02-19Reject empty variables from the command line.Lucía Andrea Illanes Albornoz1-10/+15
2023-02-17Make everything a bit faster.Lucía Andrea Illanes Albornoz1-0/+324