.\" Copyright (C) 2013 Matt Windsor .\" .\" Licensed under the GNU General Public License Version 2 .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more files. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .\"----------------------------------------------------------------------------- .Dd July 10, 2013 .Dt pkgpk-catregex 1 .Os .\"----------------------------------------------------------------------------- .Sh NAME .Nm pkgpk-catregex .Nd create origin matching regular expression for given PackageKit groups .\"----------------------------------------------------------------------------- .Sh SYNOPSIS .Nm .Ar group ... .\"----------------------------------------------------------------------------- .Sh DESCRIPTION .Nm is a debug utility for investigating the mapping between ports directories and PackageKit groups as part of the PackageKit pkgng backend. It returns an Extended Regular Expression that will match any port origins that are inside any of the categories specified on the command line. .Pp Each .Ar group is expected to be the local name of a PackageKit group; the groups available can be investigated by utilities such as pkcon. .Pp The result is always written on one line to standard output. .\"----------------------------------------------------------------------------- .Sh AUTHORS .An Matt Windsor Aq mattbw@FreeBSD.org .\"----------------------------------------------------------------------------- .Sh BUGS Probably.