The story began with me trying to install Banshee with PKGNG:
# pkg install banshee. To my surprise PKGNG did not find any package to install and informed me about this fact. So I decided to search through the entire PKG repository for a package with a name like "banshee". I perused the wiki page about using PKGNG and found the command pkg rquery. I even opened a man page for pkg-rquery. There are many options like "%n" but no any example of correct syntax how to use that. I tried some things. For example:#pkg rquery %n ktorrentreturned "ktorrent". Excellent! Lets try my beloved "banshee":#pkg rquery %n bansheereturned nothing.- Ok. I know that there are Perl packages of different versions there. Lets try
#pkg rquery %n perl: nothing in return.