| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump revision of consumers for shared library change
- Pet portlint and reorder some variables
- Mark the SIGNATURES option as broken with OpenSSL 1.1.1. It has
been broken for a while even with libucl 0.8.0.
Changes: https://github.com/vstakhov/libucl/blob/0.8.1/ChangeLog.md#libucl-081
PR: 233383
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Approved by: koobs (maintainer timeout, 4 months)
Notes:
svn path=/head/; revision=496634
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update PORTVERSION and distinfo checksum (0.8.0)
- Update pkg-plist accordingly
- Help ./configure find Lua with {CPP,LD}FLAGS
- Update UTILS_DESC (new tool installed)
- Sort all OPTION_* entries alphabetically
- Use the new test framework
- Group *_TARGET entries
- Whitespace prettiness
Changes:
https://github.com/vstakhov/libucl/blob/0.8.0/ChangeLog.md
Notes:
svn path=/head/; revision=410120
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=381589
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.7.2
- Update pkg-plist
PR: 197777 (lucky 7's)
Submitted by: Neel Chauhan <neel neelc org>
Notes:
svn path=/head/; revision=379649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.7.1
- Update pkg-plist
While I'm here:
- Tweak whitespace alignment
PR: 196490
Submitted by: Neel Chauhan <neel neelc org>
Notes:
svn path=/head/; revision=377283
|
|
|
|
|
|
|
|
|
|
| |
- Add OPTIONS (LUA, REGEX, SIGNATURES, URLS, UTILS)
- Update pkg-plist accordingly
- Enable verbose building (--disable-silent-rules)
- Add regression-test target
Notes:
svn path=/head/; revision=373528
|
|
Libucl is a parser and C API to parse and generate ucl objects. Libucl
consists of several groups of functions:
* Parser functions
* Emitting functions
* Conversion functions
* Generation functions
* Iteration functions
* Validation functions
* Utility functions
WWW: https://github.com/vstakhov/libucl
Requested by: lattera
Notes:
svn path=/head/; revision=373527
|