C library for parsing, writing, and creating RSS streams
libmRSS is a C library for parsing, writing, and creating RSS (Rich Site Summary or Really Simple Syndication, but not RDF Site Summary) files or streams.
libmRSS is a C library for parsing, writing, and creating RSS (Rich Site Summary or Really Simple Syndication, but not RDF Site Summary) files or streams.
To install libmrss, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libmrss
To see what files were installed by libmrss, run:
port contents libmrss
To later upgrade libmrss, run:
sudo port selfupdate && sudo port upgrade libmrss
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.