notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/lutok/distinfo

Number of commits found: 5

Saturday, 2 Mar 2024
14:01 Mathieu Arnold (mat) search for other commits by this committer
cleanup: (ir)regular GH_TAGNAME cleanup
commit hash: 0654062eabb01deba8aef824e839f29b0fba3cec commit hash: 0654062eabb01deba8aef824e839f29b0fba3cec commit hash: 0654062eabb01deba8aef824e839f29b0fba3cec commit hash: 0654062eabb01deba8aef824e839f29b0fba3cec 0654062
Wednesday, 3 Jan 2024
05:27 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/lutok: Switch to FreeBSD upstream

- As per the recent discussion switch to the FreeBSD upstream
- For now resetting MAINTAINER to myself with ci@ hat on but anyone from
  ci@ feel free to commit
- Pet port{clippy|fmt}

PR:             276071
Approved by:    jmmv (private mail)
commit hash: 7278592dafeab418642a00203b1134285be7f1a3 commit hash: 7278592dafeab418642a00203b1134285be7f1a3 commit hash: 7278592dafeab418642a00203b1134285be7f1a3 commit hash: 7278592dafeab418642a00203b1134285be7f1a3 7278592
Tuesday, 10 Dec 2013
23:02 jmmv (src committer) search for other commits by this committer
Update to 0.4.

Approved by:	rpaulo (mentor), asomers (maintainer), bdrewery (ports)
Original commitRevision:336124 
Monday, 21 Oct 2013
23:10 asomers (src committer) search for other commits by this 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
Original commitRevision:331207 
Sunday, 19 May 2013
04:19 bdrewery search for other commits by this committer
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>
Original commitRevision:318484 

Number of commits found: 5