aboutsummaryrefslogtreecommitdiffstats
path: root/editors/qemacs
Commit message (Expand)AuthorAgeFilesLines
* Remove redunant quotes on COMMENTSperky2003-02-281-1/+1
* Add USE_XLIB.arved2003-02-221-0/+1
* Add qemacs, Quick Emacs, a very small but powerful editorarved2003-02-215-0/+90
class='commitgraph'>* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0 | | | | Reported by: lwhsu * Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0 | * misc/nn-insight: fix build with GCC and on headPiotr Kubaj2020-08-143-0/+29 | | | | | | | | | | | Add missing includes. This fixes build on stable/12 for powerpc64 (with GCC) and on head with powerpc64. Looking at https://www.freshports.org/misc/nn-insight/, it seems currently doesn't build even on head/amd64, so those includes should fix it. The original error that made me look into it was: /wrkdirs/usr/ports/misc/nn-insight/work/nn-insight-1.0.5/tensor.h:18:75: error: 'std::shared_ptr' has not been declared 18 | bool readTensorDataAsJson(const char *fileName, const TensorShape &shape, std::shared_ptr<const float> &tensorData); | ^~~ MFH: 2020Q3 (fix build blanket) * misc/nn-insight: Update 0.1.3 -> 1.0.5Yuri Victorovich2020-05-282-4/+5 | * misc/nn-insight: Update 0.1.2 -> 0.1.3Yuri Victorovich2020-01-192-4/+4 | * misc/nn-insight: Update 0.1.1 -> 0.1.2Yuri Victorovich2020-01-062-4/+4 | * misc/nn-insight: Update 0.1 -> 0.1.1Yuri Victorovich2020-01-032-4/+4 |