Hi Pascal,
Pascal Stumpf wrote on Sun, May 18, 2014 at 04:39:06PM +0200:
> Inspired by schwarze@'s slides for BSDCan, here's a port of the
> gpresent macros.
Ouch, i have been stupid. I thought i had committed my port,
but apparently, i forgot to do so.
> The macros themselves are installed into
> ${PREFIX}/share/groff/site-tmac for simplicity's sake; it also
> doesn't really make sense to put them into the versioned directory
> share/groff/1.22.2/...
Indeed, that's where i think they belong.
In any case, please put this port in. Don't wait for my OK,
i may not be around.
Here are a few things i did differently, take whatever you want.
Apart from that, my port was identical.
* I set COMMENT to "make presentations with groff and PDF"
for additional clarity.
* I used
TMACDIR = ${PREFIX}/share/groff/site-tmac
EXDIR = ${PREFIX}/share/examples/gpresent
for brevity and used that in do-install
* I used the following DESCR:
The gpresent and piclink groff macros and the presentps PostScript
postprocessor support the creation of PDF presentations. Without
using the PAUSE macro, the macros can also be used to make slides.
"gpresent is a package" is redundant
"with acroread" is very misleading, you don't need acroread at all
* I have this in PLIST in addition to what you have:
share/examples/gpresent/
share/examples/gpresent/demo.pdf
share/examples/gpresent/demo.rof
share/examples/gpresent/piclink.pdf
share/examples/gpresent/piclink.rof
share/examples/gpresent/sidebar.pdf
share/examples/gpresent/sidebar.rof
I used these extensively when preparing my slides.
They are a very valuable addition to the documentation.
Thanks for picking this up,
Ingo