A library that aggregates people from multiple sources to create metacontacts.
Folks provides a library (libfolks) that aggregates people from multiple sources (e.g. Telepathy connection managers for IM contacts, Evolution Data Server for local contacts, libsocialweb for web service contacts, etc.) to create metacontacts. It's written in Vala, which generates C code when compiled.
Folks provides a library (libfolks) that aggregates people from multiple sources (e.g. Telepathy connection managers for IM contacts, Evolution Data Server for local contacts, libsocialweb for web service contacts, etc.) to create metacontacts. It's written in Vala, which generates C code when compiled.
To install folks, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install folks
To see what files were installed by folks, run:
port contents folks
To later upgrade folks, run:
sudo port selfupdate && sudo port upgrade folks
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.