Port details |
- libklel KoreLogic Expression Language library
- 1.1.0_2 devel
=0 1.1.0_2Version of this port present on the latest quarterly branch. - Maintainer: klm@uidzero.org
 - Port Added: 2013-04-26 16:46:45
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: not specified in port
- Description:
- The KoreLogic Expression Language Library is a C library that
provides a simple expression language that can be embedded in other
programs. This library does not implement a full programming language,
but rather a simpler expression language called KL-EL that is
designed to provide arithmetic and logic operations useful in
situations where embedding a full programming language would be
overkill. KL-EL expressions have access to a full set of arithmetic
and logic operations, and they can access functions and variables
exported from the embedding program. Unlike most other languages
of its kind, KL-EL is statically and strongly typed, which helps
ensure that expressions are valid before they are executed. The
embedding API is designed to be easy to use, and the library itself
is designed to be very small.
WWW: https://sourceforge.net/projects/libklel/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libklel/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libklel
- pkg install libklel
- PKGNAME: libklel
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libklel-1.1.0.tar.gz) = ad2b02ec34fd2e79ba412935a0eb913e498fa0ddf56f85b9f3ee319e9583697c
SIZE (libklel-1.1.0.tar.gz) = 413259
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libpcre.so : devel/pcre
- This port is required by:
- for Libraries
-
- security/ftimes
- Configuration Options:
- No options to configure
- Options name:
- devel_libklel
- USES:
- perl5 libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.1.0_2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.1.0_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20 Jan 2017 20:33:31
1.1.0_2
|
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
08 Dec 2016 17:26:10
1.1.0_2
|
tijl  |
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
01 Apr 2016 14:00:57
1.1.0_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
02 Jul 2014 22:00:24
1.1.0_1
|
amdmi3  |
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
31 Jan 2014 15:23:50
1.1.0
|
miwi  |
Stage support |
20 Sep 2013 17:13:47
1.1.0
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
07 Sep 2013 14:08:00
1.1.0
|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
26 Apr 2013 16:46:36
1.1.0
|
pawel  |
The KoreLogic Expression Language Library is a C library that
provides a simple expression language that can be embedded in other
programs. This library does not implement a full programming language,
but rather a simpler expression language called KL-EL that is
designed to provide arithmetic and logic operations useful in
situations where embedding a full programming language would be
overkill. KL-EL expressions have access to a full set of arithmetic
and logic operations, and they can access functions and variables
exported from the embedding program. Unlike most other languages
of its kind, KL-EL is statically and strongly typed, which helps
ensure that expressions are valid before they are executed. The
embedding API is designed to be easy to use, and the library itself
is designed to be very small.
WWW: http://sourceforge.net/projects/libklel/
PR: ports/177737
Submitted by: klm <klm@uidzero.org> |
Number of commits found: 10
|