2024-01-30 14:39:40 by Sijmen J. Mulder | Files touched by this commit (3) | |
Log message:
devel/mustach: Update to 1.2.6
In addition to the upstream changes below, the package now also includes
the cJSON backend (and dependency).
Fix:
- improve naming (#42)
- magical spaces in recursive partials (#43)
- installation when tool isn't built
- correct detection of falsey values (#45)
Minor:
- update to newer reference tests
https://gitlab.com/jobol/mustach/-/releases/1.2.6
|
2023-04-19 15:12:36 by Sijmen J. Mulder | Files touched by this commit (1) |
Log message:
devel/mustach: Delete old patch file
|
2023-04-19 15:10:31 by Sijmen J. Mulder | Files touched by this commit (2) |
Log message:
devel/mustach: Update to 1.2.5
Changes in 1.2.5:
Fix:
- Don't override CFLAGS in Makefile
- Use of $(INSTALL) in Makefile for setting options
Minor:
- Orthograf of 'instantiate'
Changes in 1.2.4:
Fix:
- Latent SIGSEGV using cJSON
Changes in 1.2.3:
New:
- Flag Mustach_With_ErrorUndefined (and option --strict for the tool)
for returning a requested tag is not defined
- Test of specifications in separate directory
Fix:
- Version printing is now okay
- Compiling libraries on Darwin (no soname but install_name)
- Compiling test6 with correct flags
- Update test from specifications
- Better use of valgrind reports
|
2022-05-24 13:58:58 by Nikita | Files touched by this commit (1) |
Log message:
mustach: switch to USE_GITLAB.
|
2022-04-17 22:00:34 by Sijmen J. Mulder | Files touched by this commit (4) |
Log message:
devel/mustach: Remove old patch, fix macOS build
- test6/Makefile patch is merged upstream
- Fix macOS breakage caused by -soname use
|
2021-11-20 01:31:10 by Sijmen J. Mulder | Files touched by this commit (5) |
Log message:
devel/mustach: Update to 1.2.2
(Also adds test target)
Changes in 1.2.2:
Fix:
- Fix: SONAME of libmustach-json-c.so
Changes in 1.2.1:
New:
- Add SONAME in libraries.
- Flag Mustach_With_PartialDataFirst to switch the
policy of resolving partials.
Fix:
- Identification of types in cJSON
Changes in 1.2.0:
New:
- Add hook 'mustach_wrap_get_partial' for handling partials.
- Add test of mustache specifications https://github.com/mustache/spec.
Changes:
- Mustach_With_SingleDot is always set.
- Mustach_With_IncPartial is always set.
- Mustach_With_AllExtensions is changed to use currently known extensions.
- Output of tests changed.
- Makefile improved.
- Partials are first searched as file then in current selection.
- Improved management of delimiters.
Fixes:
- Improved output accordingly to https://github.com/mustache/spec:
- escaping of quote "
- interpolating null with empty string
- removal of empty lines with standalone tag
- don't enter section if null
- indentation of partials
- comment improved for get of mustach_wrap_itf.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-08-11 12:19:22 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(devel/mustach) Fix build: Add pkg-config for USE_TOOLS
|
2021-08-06 02:49:20 by Sijmen J. Mulder | Files touched by this commit (6) |
Log message:
devel/mustach: Update to 1.1
Packaging changes:
- Added a bl3 file.
Upstream does not provide a changelog, but here's an incomplete and
possibly inaccurate reconstruction from source history:
1.1
---
New:
- API refactored to take lengths to ease working with partial or
non-NULL-terminated strings. (ABI break)
Fixes:
- Use correct int type for jansson (json_int_t instead of int64_t).
- JSON output of different backends is now the same.
1.0 (retacted)
--------------
Legal:
- License changed to ISC.
Fixes:
- Possible data leak in memfile_open() by clearing buffers.
- Fix build on Solaris-likes by including alloca.h.
- Fix Windows build by including malloc.h, using size_t instead of
ssize_t, and using the standard tenary operator syntax.
- Fix JSON in test3 by using double quote characters.
- Fix installation in alternative directories such as
/opt/pkg/lib on macOS by setting install_name.
- Normalise return values in compare() implementations.
New:
- Support for cJSON and jansson libraries.
- Version info now embedded at build time and shown with mustach(1)
usage.
- Versioned so-names (e.g. libxlsx.so.1.0).
- BINDIR, LIBDIR and INCLUDEDIR variables in Makefile.
- New mustach-wrap.{c,h} to ease implementation new libraries,
extracted and refactored from the existing implementations.
- Makefile now supports 3 modes: single libmustach (default), split
libmustache-core etc, and both.
- Any or all backends (json-c, jansson, etc) can be enabled at compile
time. By default, all available libraries are used.
- mustach(1) can use any JSON backend instead of only json-c.
- MUSTACH_COMPATIBLE_0_99 can be defined for backwards source
compatibility.
- 'No extensions' can now be set Mustach_With_NoExtensions instead of
passing 0.
- pkgconfig (.pc) file for library.
- Manual page for mustach(1).
Changed:
- Many renames.
- Maximum tag length increased from 1024 to 4096.
- Other headers include json-c.h instead of using forward declarations.
- mustach(1) reads from /dev/stdin instead of fd 0.
- Several structures are now taken as const.
- New/changed Makefile targets.
|