Tag Archives: hacks

Converting existing OPTIONS to FreeBSD portconf format

If you started using under-documented ports-mgmt/portconf software to manage options of your ports, and looking forward to convert existing /var/db/ports/${PORTNAME}/options files to its format, then check out following script, I hacked: % cd /var/db/ports; % for i in *; do \ > name=$(echo /usr/ports/*/$i |sed -e ‘s/distfiles\/[^[:space:]]*//g’ -e s/\/usr\/ports\///g);\ > cat $i/options |gawk ‘!/#/ && [...]

solang on FreeBSD

Submitted a PR for solang on FreeBSD. UPDATE: Checkout graphics/solang.

Follow

Get every new post delivered to your Inbox.