non port: devel/lutok/Makefile |
SVNWeb
|
Number of commits found: 19 |
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 22 Apr 2019
|
[ 23:34 ngie ]
Backport patch to fix error check with access(3) failures
The code was not properly checking the failure from access(3).
Backport the patch from GitHub (made after the 0.4 release) which fixes this
issue.
Bump PORTREVISION for the change.
PR: 237459
Reviewed by: asomers, jmmv
Approved by: jmmv (maintainer)
Obtained from: https://github.com/jmmv/lutok
(a23c7b894cf50dea5e927e36a3578b720fffcf23)
Differential Revision: https://reviews.freebsd.org/D20002
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 30 Oct 2014
|
[ 16:41 jmmv ]
Update devel/lutok's dependency on atf to 0.21.
Differential Revision: https://reviews.freebsd.org/D1003
Approved by: bapt
|
Fri, 15 Aug 2014
|
[ 18:56 jmmv ]
Reflect lutok's master site move from Google Code to GitHub.
Reviewed by: bdrewery (D610)
Approved by: bdrewery (ports)
|
Tue, 3 Jun 2014
|
[ 21:13 antoine ]
Replace LIB_DEPENDS on libatf by RUN_DEPENDS+BUILD_DEPENDS
This fixes build on FreeBSD 10 which has libatf in base
Phabric: D134
|
Mon, 26 May 2014
|
[ 02:57 jmmv ]
Enable the TEST option by default in atf-based ports.
Get ports that use the atf libraries to install their tests by default.
This is to showcase the potential of getting the tests installed on a
live system and will also simplify the process of running them periodically
out of /usr/local/tests/.
Packages confirmed to build with this option enabled.
Approved by: bapt (ports)
|
Sat, 24 May 2014
|
[ 20:11 jmmv ]
Change ports that use the ATF libraries to depend on devel/atf.
As part of this, make it possible to install devel/atf independently of
the presence of ATF in the base system. This is so that we can turn the
ATF libraries in base into private libraries.
Note that this should have no effect on prebuilt binary packages because
these changes only apply when the TEST option is selected, and this option
is not yet the default.
Approved by: eadler (ports)
|
Sat, 17 May 2014
|
[ 17:05 jmmv ]
Make devel/lutok use USES+=libtool.
As a side-effect, also make use of install-strip for installation.
Approved by: bdrewery
|
Tue, 11 Feb 2014
|
[ 03:48 jmmv ]
Install tests for lutok, kyua-testers and kyua.
This is all conditionalized on a TEST option.
Approved by: bdrewery
|
Fri, 24 Jan 2014
|
[ 19:46 jmmv (src committer) ]
Add staging support to kyua* and lutok.
While doing this, consolidate file handling into pkg-plist (instead of
the previous split between the Makefile and the pkg-plist) for simplicity.
Reviewed by: asomers (ex-maintainer)
Approved by: bdrewery (ports)
|
Mon, 13 Jan 2014
|
[ 21:29 asomers (src committer) ]
Change maintainer of devel/{lutok,kyua-testers,kyua,kyua-atf-compat} from
Alan Somers to Julio Merino, who is also the upstream maintainer.
Approved by: bdrewery
|
Fri, 10 Jan 2014
|
[ 13:19 bapt ]
Port to lua 5.2
Support stage which eliminate lots of hacks
|
Tue, 10 Dec 2013
|
[ 23:02 jmmv (src committer) ]
Update to 0.4.
Approved by: rpaulo (mentor), asomers (maintainer), bdrewery (ports)
|
Mon, 21 Oct 2013
|
[ 23:10 asomers (src committer) ]
Update to version 0.3. Don't create the empty directory /usr/tests/lutok.
PR: 183088
Submitted by: Julio Merino <julio@meroh.net>
Reviewed by: asomers
Approved by: bdrewery
|
Thu, 26 Sep 2013
|
[ 20:08 eadler ]
Certain automated tools fail when @FreeBSD.org is not capitalized appropriatly.
Fix ports which don't follow convention.
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sun, 19 May 2013
|
[ 04:19 bdrewery ]
Lutok is a lightweight C++ API library for Lua.
Lutok provides thin C++ wrappers around the Lua C API to ease the
interaction between C++ and Lua. These wrappers make intensive use of
RAII to prevent resource leakage, expose C++-friendly data types, report
errors by means of exceptions and ensure that the Lua stack is always
left untouched in the face of errors. The library also provides a small
subset of miscellaneous utility functions built on top of the wrappers.
Lutok focuses on providing a clean and safe C++ interface; the drawback
is that it is not suitable for performance-critical environments. In
order to implement error-safe C++ wrappers on top of a Lua C binary
library, Lutok adds several layers or abstraction and error checking
that go against the original spirit of the Lua C API and thus degrade
performance.
WWW: https://code.google.com/p/lutok/
PR: ports/177639
Submitted by: Alan Somers <asomers@FreeBSD.org>
|
Number of commits found: 19 |