wulf7 / iichid

Generic HID layer for FreeBSD. Including I2C and USB backends.
BSD 2-Clause "Simplified" License
45 stars 6 forks source link

sysutils/iichid-devel for faster/easier git head testing #30

Open cederom opened 4 years ago

cederom commented 4 years ago

Hello world :-)

I can see iichid is under heavy development and gains user interest momentum. As there are lots of new features quickly added that are not yet in the release maybe it would be helpful if port sysutils/iichid-devel was created in order to easily allow quick and easy git head testing for users on their workstations? :-)

Best regards :-) Tomek

wulf7 commented 4 years ago

I can see iichid is under heavy development

Really it has mostly achieved its main goals (HID abstraction, TLC-based bus and HID to evdev mapper) so no significant further development is planned. I plan to do some polishing of existing code, release ver 0.0.2 and than switch to in-tree development with following deprecation of wulf7/iichid repo. Development port is not required in this case but i can release intermediate version if someone insists.

arrowd commented 4 years ago

iichid works flawlessly for me as for now. I'll hapilly test another intermediate release, though.

cederom commented 4 years ago

The goal of iichid-devel would be to simply type Make in order to:

Each time new commit shows up on the git repo user could simply have it working from userland with one make from a port directory (ports can fetch git head) no need to setup the build environment or even rebuild the kernel :-)

arrowd commented 4 years ago

Such Makefile can be committed into this repo directly, then.

wulf7 commented 4 years ago

v 0.0.2 is released. I'll submit PR soon