Umm... Yes they are. Well, on the one I'm writing this from, anyway. In fact I actually proofed the script before posting it.Um... those files are not in /var/db/pkg any more. They are likely in local.sqlite, and can be shown as SirDice shows, or possibly withpkg query. With a fancy query or a little piping, it should be possible to get the pkg-message of only the packages installed most recently.
pkg info >./GETLIST#!/bin/sh -
fls="GentiumPlus-1.510_1
GraphicsMagick-1.3.20,1
ImageMagick-6.8.9.8_1,1
Lohit-20130612
ORBit2-2.14.19_1
OpenEXR-2.2.0_3
OpenSP-1.5.2_2
Thunar-1.6.3_2
a2pdf-1.13
a2ps-4.13b_6"
for name in $fls
do
pkg info -D $name >>./CATALOG
done
[man=1]chmod[/man] +x the script first)GentiumPlus-1.510_1:
To use these fonts, add the following line to the "Files" section of
xorg.conf:
FontPath "/usr/local/lib/X11/fonts/GentiumPlus/"
Users of older versions of X may additionally have to make sure that
the freetype module is loaded. Check /var/log/Xorg.0.log for error
messages. If freetype is required, add the following line to the
"Modules" section of xorg.conf:
Load "freetype"
GraphicsMagick-1.3.20,1:
ImageMagick-6.8.9.8_1,1:
Lohit-20130612:
To use these fonts, add the following line to the "Files" section of
xorg.conf:
FontPath "/usr/local/lib/X11/fonts/Lohit/"
Users of older versions of X may additionally have to make sure that
the freetype module is loaded. Check /var/log/Xorg.0.log for error
messages. If freetype is required, add the following line to the
"Modules" section of xorg.conf:
Load "freetype"
ORBit2-2.14.19_1:
OpenEXR-2.2.0_3:
OpenSP-1.5.2_2:
Thunar-1.6.3_2:
a2pdf-1.13:
a2ps-4.13b_6:
We find we're also blessed with the one-liner description provided in the ports Makefile.
pkg info -qYa know. I really did take the time to read bothpkg info -q
Really, there is a wealth of options in the pkg man pages.
man pkg, as well as pkg help, hoping to find such an option. But (apparently) overlooked that. It's not like I didn't want to find such an option.