Virtual Categories are annoying

Virtual categories are nice, but they are hard to deal with. For starters, there is no simple place to get the description for a virtual category. For a physical category, you can do this: [dan@polo:~/ports/sysutils] $ make -V COMMENT System utilities [dan@polo:~/ports/sysutils] $ grep “System utilities” * Makefile: COMMENT = System utilities [dan@polo:~/ports/sysutils] $ But […]

Virtual Categories are annoying Read More »

Yet more caching

I’m pretty sure I want to implement more caching on FreshPorts. My first thought was to write the files to disk and then remove them when they need updating. I recall a caching program that either works with PostgreSQL is is implemented in PostgreSQL. Putting to cache into a database would be interesting. It’s not

Yet more caching Read More »

Scroll to Top