Announcing hikari 1.0-aplha1 wayland compositor for FreeBSD

Chris bsd-lists at BSDforge.com
Sun Feb 9 17:00:17 UTC 2020


On Sun, 9 Feb 2020 21:24:25 +0900 Denis Polygalov dpolyg at gmail.com said

> Hi raichoo,
> 
> thank you for sharing the code.
> I'm very interested in having working Wayland compositor
> especially if it is FreeBSD oriented, because all other
> alternatives contain a lot of Linux-izms inside...
> 
> I was able to compile your code on 12.1-RELEASE
> and see empty window upon launching hikari executable!
> This is a good news for me :)
> 
> The problem however, is that in order to make hikari useful
> on FreeBSD it has to be at least in a form of port (ideally package).
> 
> I can try to help with port files, but to my knowledge
> it is necessary to be able to download each release
> archive via 'wget' or similar CLI tool.
> 
> The hosing you using:
> https://hub.darcs.net/raichoo/hikari/dist
> 
> doesn't seems to provide such functionality...
> Have you consider to host the code on github or gitlab?
> Or provide exact full URL for current and future releases?
> 
> Something like this for example:
> https://hub.darcs.net/raichoo/hikari/ ... /hikari-1.0.1.tar.gz
> 
> Also, just a line of text in documentation describing
> how to launch a shell inside of hikari will be very useful...
> 
> Regards,
> Denis.
Just for the record, fetch(1) is the tool most commonly used to retrieve
the source package for ports(7)
I performed the following:
# fetch https://hub.darcs.net/raichoo/hikari/dist
fetch: https://hub.darcs.net/raichoo/hikari/dist: size of remote file is not known
dist                                                    90 kB  951 kBps 00m00s

# tar tvf ./dist
drwxrwxr-x  0 0      0           0 Feb  9 16:50 hikari/
-rw-rw-r--  0 0      0        2544 Feb  9 16:50 hikari/.boring
-rw-rw-r--  0 0      0        3631 Feb  9 16:50 hikari/.clang-format
-rw-rw-r--  0 0      0        1260 Feb  9 16:50 hikari/LICENSE
-rw-rw-r--  0 0      0        2833 Feb  9 16:50 hikari/Makefile
-rw-rw-r--  0 0      0        4723 Feb  9 16:50 hikari/README.md
drwxrwxr-x  0 0      0           0 Feb  9 16:50 hikari/doc/
-rw-rw-r--  0 0      0        5612 Feb  9 16:50 hikari/doc/example_hikari.conf
-rw-rw-r--  0 0      0        1873 Feb  9 16:50 hikari/hikari_unlocker.c
drwxrwxr-x  0 0      0           0 Feb  9 16:50 hikari/include/
drwxrwxr-x  0 0      0           0 Feb  9 16:50 hikari/include/hikari/
...
-rw-rw-r--  0 0      0        3169 Feb  9 16:50 hikari/src/unlocker.c
-rw-rw-r--  0 0      0       39547 Feb  9 16:50 hikari/src/view.c
-rw-rw-r--  0 0      0         277 Feb  9 16:50 hikari/src/view_autoconf.c
-rw-rw-r--  0 0      0       36215 Feb  9 16:50 hikari/src/workspace.c
-rw-rw-r--  0 0      0       14513 Feb  9 16:50 hikari/src/xdg_view.c
-rw-rw-r--  0 0      0        6701 Feb  9 16:50 hikari/src/xwayland_unmanaged_view.c
-rw-rw-r--  0 0      0       12163 Feb  9 16:50 hikari/src/xwayland_view.c

So I would say that creating a port for the FreeBSD ports(3) tree would
be relatively easy. :)
If you're interested in creating one, and find you need any help. I would
be willing to provide assistance. I'd create it myself, but I'm already
at ~150 ports now. Which I feel is pretty much my limit at this time. :)

--Chris
> 
> 
> On 5/02/2020 8:04 pm, raichoo wrote:
> > Hi,
> > 
> > I'm happy to announce the release of the Wayland implementation of hikari
> > for
> > FreeBSD :)
> > 
> > https://hub.darcs.net/raichoo/hikari
> > 
> > Kind regards,
> > raichoo
> > 
> > 
> > _______________________________________________
> > freebsd-x11 at freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-x11
> > To unsubscribe, send any mail to "freebsd-x11-unsubscribe at freebsd.org"
> > 
> _______________________________________________
> freebsd-x11 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe at freebsd.org"




More information about the freebsd-x11 mailing list