community.general/lib/ansible/modules/extras/packaging/os
Christopher M. Fuhrman 310b7ce3d8 pkgin: Fix bad regexp which did not catch packages such as p5-SVN-Notify
The previous version of my regexp did not take into account packages
such as 'p5-Perl-Tidy' or 'p5-Test-Output', so use a greedy match up to
the last occurrance of '-' for matching the package.  This regex has
been extensively tested using all packages as provided by pkgsrc-2016Q1[1].

Footnotes:
[1]  http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/?only_with_tag=pkgsrc-2016Q1
2016-12-08 11:34:06 -05:00
..
__init__.py
apk.py Replace choices=BOOLEANS by type='bool', fix #1326 2016-12-08 11:33:40 -05:00
dnf.py Fail due to no dnf module installed earlier as we use a dnf utility function to determine if we have permission to install packages. 2016-12-08 11:33:53 -05:00
homebrew.py Sprinkle some LANG/LC_* where command output is parsed (#2019) 2016-12-08 11:34:05 -05:00
homebrew_cask.py Sprinkle some LANG/LC_* where command output is parsed (#2019) 2016-12-08 11:34:05 -05:00
homebrew_tap.py
layman.py
macports.py
openbsd_pkg.py fix the spelling of vim's flavor in the example 2016-12-08 11:33:46 -05:00
opkg.py
pacman.py Remove dead code from pacman module 2016-12-08 11:33:59 -05:00
pkg5.py Replace choices=BOOLEANS by type='bool', fix #1326 2016-12-08 11:33:40 -05:00
pkg5_publisher.py Replace choices=BOOLEANS by type='bool', fix #1326 2016-12-08 11:33:40 -05:00
pkgin.py pkgin: Fix bad regexp which did not catch packages such as p5-SVN-Notify 2016-12-08 11:34:06 -05:00
pkgng.py add chroot flag to pkgng in order to allow installation of packages into chroot environments, e.g. jails (#1218) 2016-12-08 11:34:04 -05:00
pkgutil.py fixed inline for more compatibility 2016-12-08 11:33:43 -05:00
portage.py Use boolean instead of "yes" + choice for most option 2016-12-08 11:34:01 -05:00
portinstall.py Update for modules which import json. 2016-12-08 11:33:44 -05:00
slackpkg.py
svr4pkg.py
swdepot.py
urpmi.py Update for modules which import json. 2016-12-08 11:33:44 -05:00
yum_repository.py Use type='path' for reposdir, since that's a path 2016-12-08 11:34:01 -05:00
zypper.py Remove duplicate documentation fields 2016-12-08 11:33:46 -05:00
zypper_repository.py