The existing version in ports is 0.3.4. There are a number of fixes and
additions including these from 0.3.7 and 0.3.6 respectively.

"Add the ability to attach an image to an article. This is selected from
the first <img> or as overriden by the data-sblg-img attribute. Also add
the ability to list tags in an article with ${sblg-tags}, which accepts
a filter prefix as ${sblg-tags|filter}. Then add ${sblg-datetime} to
format time-date UTC pairs and ${sblg-datetime-fmt} for human-formatted
dates and times. These collectively make date and time formatting much
more rigorous. While documenting these, polish up sblg(1)."

"Implement a new option, -l, that prints all tags for a given set of
filenames. Also allow tags to have spaces if backslash-escaped."

I tested this briefly on amd64 but I doubt there will be any issues on
any other platform. Also CC maintainer.

Bryan


Index: www/sblg/Makefile
===================================================================
RCS file: /cvs/ports/www/sblg/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- www/sblg/Makefile   23 Jun 2016 03:59:34 -0000      1.2
+++ www/sblg/Makefile   6 Dec 2016 23:52:42 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      simple off-line blog utility
 
-DISTNAME =     sblg-0.3.4
+DISTNAME =     sblg-0.3.8
 
 CATEGORIES =   www
 
Index: www/sblg/distinfo
===================================================================
RCS file: /cvs/ports/www/sblg/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- www/sblg/distinfo   23 Jun 2016 03:59:34 -0000      1.2
+++ www/sblg/distinfo   6 Dec 2016 23:52:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (sblg-0.3.4.tar.gz) = dyhrDJsYqqdaibMfwcjZF6grUWMnDCMmIv0vkD8F8nA=
-SIZE (sblg-0.3.4.tar.gz) = 36234
+SHA256 (sblg-0.3.8.tar.gz) = V2Iq50+7ukAQRZ82L08AD33BRUwj+5go9XKlcN/6tUI=
+SIZE (sblg-0.3.8.tar.gz) = 40739

Reply via email to