This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[calm - Cygwin server-side packaging maintenance script] branch master, updated. d570e2d1a1229abecd8a41eb6c87c23e62d53af7




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=d570e2d1a1229abecd8a41eb6c87c23e62d53af7

commit d570e2d1a1229abecd8a41eb6c87c23e62d53af7
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Sat Jun 11 14:33:09 2016 +0000

    Allow previous maintainer(s) of orphaned package to still upload


Diff:
---
 calm/maintainers.py            |   31 +++++++++++++++++++++----------
 test/testdata/pkglist/expected |   19 +++++++++++++++----
 2 files changed, 36 insertions(+), 14 deletions(-)

diff --git a/calm/maintainers.py b/calm/maintainers.py
index fad1d0e..d8f7c46 100644
--- a/calm/maintainers.py
+++ b/calm/maintainers.py
@@ -137,28 +137,39 @@ class Maintainer(object):
             for (i, l) in enumerate(f):
                 l = l.rstrip()
 
-                # match lines of the form '<package> <maintainer(s)>'
+                # match lines of the form '<package> <maintainer(s)|status>'
                 match = re.match(r'^(\S+)\s+(.+)$', l)
                 if match:
                     pkg = match.group(1)
-                    m = match.group(2)
+                    rest = match.group(2)
+
+                    # does rest starts with a status in all caps?
+                    status_match = re.match(r'^([A-Z]+)\b.*$', rest)
+                    if status_match:
+                        status = status_match.group(1)
 
-                    # if maintainer starts with a word in all caps, just use that
-                    (m, n) = re.subn(r'^([A-Z]+)\b.*$', r'\1', m)
-                    if n > 0:
                         # ignore packages marked as 'OBSOLETE'
-                        if m == 'OBSOLETE':
+                        if status == 'OBSOLETE':
                             continue
 
-                        # orphaned packages get the default maintainer if we have
-                        # one, otherwise are assigned to 'ORPHANED'
-                        elif m == 'ORPHANED':
+                        # orphaned packages get the default maintainer if we
+                        # have one, otherwise they are assigned to 'ORPHANED'
+                        elif status == 'ORPHANED':
                             if orphanMaint is not None:
                                 m = orphanMaint
+                            else:
+                                m = status
+
+                            # also add any previous maintainer(s) listed
+                            prevm = re.match(r'^ORPHANED\s\((.*)\)', rest)
+                            if prevm:
+                                m = m + '/' + prevm.group(1)
 
                         else:
-                            logging.error("unknown package status '%s' in line %s:%d: '%s'" % (m, pkglist, i, l))
+                            logging.error("unknown package status '%s' in line %s:%d: '%s'" % (status, pkglist, i, l))
                             continue
+                    else:
+                        m = rest
 
                     # joint maintainers are separated by '/'
                     for name in m.split('/'):
diff --git a/test/testdata/pkglist/expected b/test/testdata/pkglist/expected
index c9cd92c..47c296c 100644
--- a/test/testdata/pkglist/expected
+++ b/test/testdata/pkglist/expected
@@ -5,9 +5,11 @@
  'Andrew Schulman': maintainers.Maintainer('Andrew Schulman', [], ['atool', 'autossh', 'bc', 'discus', 'fish', 'lftp', 'libargp', 'nosleep', 'orpie', 'pinfo', 'ploticus', 'ploticus-doc', 'screen', 'sitecopy', 'sng', 'socat', 'stow', 'stunnel', 'time', 'unison2.27', 'unison2.32', 'unison2.40', 'unison2.45', 'unison2.48']),
  'Blooey McFooey': maintainers.Maintainer('Blooey McFooey', [], ['perl-Net-SMTP-SSL', 'testpackage']),
  'Bob Heckel': maintainers.Maintainer('Bob Heckel', [], ['libgc', 'w3m']),
+ 'Charles Wilson': maintainers.Maintainer('Charles Wilson', [], ['alternatives', 'autobuild', 'cygutils', 'gcc-tools-epoch1-autoconf', 'gcc-tools-epoch1-automake', 'gcc-tools-epoch2-autoconf', 'gcc-tools-epoch2-automake', 'inetutils', 'libassuan', 'libksba', 'libustr', 'libXpm-noX', 'mingw-binutils', 'mingw-bzip2', 'mingw-gcc', 'mingw-libgcrypt', 'mingw-libgpg-error', 'mingw-pthreads', 'mingw-xz', 'mingw-zlib', 'nfrotz', 'pinentry', 'pth', 'rsh', 'run2', 'rxvt', 'sunrpc', 'tcp_wrappers', 'xsri']),
  'Chris J. Breisch': maintainers.Maintainer('Chris J. Breisch', [], ['man-db']),
  'Chris LeBlanc': maintainers.Maintainer('Chris LeBlanc', [], ['python-h5py', 'python3-h5py']),
- 'Christian Franke': maintainers.Maintainer('Christian Franke', [], ['busybox', 'cdrkit', 'ddrescue', 'hostname', 'isomaster', 'ncdu', 'postfix', 'smartmontools']),
+ 'Chris Sutcliffe': maintainers.Maintainer('Chris Sutcliffe', [], ['astyle', 'googlecl', 'mingw-runtime', 'mingw-w32api', 'mksh', 'python-gdata', 'wtf']),
+ 'Christian Franke': maintainers.Maintainer('Christian Franke', [], ['busybox', 'cdrkit', 'ddrescue', 'hdparm', 'hostname', 'isomaster', 'ncdu', 'postfix', 'smartmontools']),
  'Christian Kellermann': maintainers.Maintainer('Christian Kellermann', [], ['chicken']),
  'Corinna Vinschen': maintainers.Maintainer('Corinna Vinschen', [], ['attr', 'base-cygwin', 'catgets', 'cpio', 'crypt', 'csih', 'cygrunsrv', 'cygwin', 'cygwin-devel', 'editrights', 'email', 'eventlog', 'fetchmail', 'file', 'gawk', 'gdb', 'getent', 'ipc-utils', 'libedit', 'login', 'lynx', 'mt', 'nc', 'nc6', 'openssh', 'openssl', 'patch', 'pl', 'psmisc', 'rebase', 'recode', 'rlwrap', 'rng-tools', 'robots', 'sed', 'ssmtp', 'syslog-ng', 'tcsh', 'tin', 'tzcode', 'windows-default-manifest', 'xinetd']),
  'Damien Doligez': maintainers.Maintainer('Damien Doligez', [], ['ocaml']),
@@ -18,19 +20,24 @@
  'David Stacey': maintainers.Maintainer('David Stacey', [], ['AtomicParsley', 'cppcheck', 'doxygen', 'foobillard', 'icoutils', 'keepassx', 'libebml', 'libmatroska', 'mkvtoolnix', 'mscgen', 'ninvaders', 'perl-Text-CSV', 'perl-Text-CSV_XS', 'poco', 'pugixml', 'tinyxml2', 'xloadimage', 'xmlstarlet', 'yasm']),
  'Dean Scarff': maintainers.Maintainer('Dean Scarff', [], ['nasm']),
  'Dr. Volker Zell': maintainers.Maintainer('Dr. Volker Zell', [], ['aalib', 'aspell', 'aspell-de', 'aspell-en', 'aspell-pl', 'aspell-sv', 'balance', 'bsflite', 'cadaver', 'compface', 'db', 'db4.5', 'db4.8', 'enscript', 'freeglut', 'gd', 'ghostscript', 'ghostscript-fonts-other', 'ghostscript-fonts-std', 'gnubg', 'gnuplot', 'gnutls', 'gq', 'gv', 'hp2xx', 'httperf', 'initscripts', 'jasper', 'jgraph', 'lcms', 'lcms2', 'libdiscid', 'libEMF', 'libfpx', 'libidn', 'liblzo2', 'libmcrypt', 'libmng', 'libsmi', 'libtasn1', 'libwmf', 'lzo2', 'mcrypt', 'ming', 'multitail', 'neon', 'nettle', 'opencdk', 'openldap', 'pakchois', 'picard', 'pstoedit', 'python-discid', 'python-mutagen', 'squid', 'sysvinit', 't1lib', 'tcm', 'ted', 'texi2html', 'transfig', 'uw-imap', 'WordNet', 'xclip', 'xemacs', 'xemacs-mule-sumo', 'xemacs-sumo', 'xfig', 'XmHTML', 'xpdf']),
- 'Eric Blake': maintainers.Maintainer('Eric Blake', [], ['bash', 'bash-completion', 'bashdb', 'bison', 'coreutils', 'cppi', 'cvsutils', 'dash', 'diffstat', 'diffutils', 'findutils', 'gperf', 'grep', 'gzip', 'libsigsegv', 'm4', 'patchutils', 'readline', 'sharutils', 'tar', 'wget']),
+ 'Eric Blake': maintainers.Maintainer('Eric Blake', [], ['asciidoc', 'bash', 'bash-completion', 'bashdb', 'bison', 'coreutils', 'cppi', 'cvsps', 'cvsutils', 'dash', 'diffstat', 'diffutils', 'findutils', 'gperf', 'grep', 'gzip', 'libsigsegv', 'm4', 'patchutils', 'readline', 'sharutils', 'tar', 'wget']),
  'Erwin Waterlander': maintainers.Maintainer('Erwin Waterlander', [], ['dos2unix', 'libpipeline', 'libunistring']),
  'Federico Hernandez': maintainers.Maintainer('Federico Hernandez', [], ['task']),
  'Frank Fesevur': maintainers.Maintainer('Frank Fesevur', [], ['shutdown']),
  'Gernot Hillier': maintainers.Maintainer('Gernot Hillier', [], ['tftp']),
+ 'Harold L Hunt II': maintainers.Maintainer('Harold L Hunt II', [], ['distcc']),
  'Jan Nijtmans': maintainers.Maintainer('Jan Nijtmans', [], ['sqlite3']),
- 'Jari Aalto': maintainers.Maintainer('Jari Aalto', [], ['abook', 'aewm++', 'aewm++-goodies', 'afio', 'annoyance-filter', 'antiword', 'apng2gif', 'apngasm', 'apngdis', 'apngopt', 'apngtools', 'arc', 'archivemail', 'arj', 'aview', 'bcrypt', 'bmp2png', 'bool', 'boxes', 'bsfilter', 'bvi', 'bzr', 'cccc', 'cdargs', 'cfget', 'cfourcc', 'cfv', 'cgdb', 'checkbashisms', 'chewmail', 'chkconfig', 'code2html', 'codeville', 'colorgcc', 'convmv', 'copyright-update', 'corkscrew', 'cscope', 'ctorrent', 'ddir', 'delta', 'deroff', 'dhttpd', 'dog', 'duff', 'epstool', 'fcrackzip', 'fdupes', 'figlet', 'flawfinder', 'flip', 'flog', 'fossil', 'getmail', 'gif2apng', 'git-oodiff', 'greed', 'grepmail', 'gt5', 'guilt', 'httping', 'httptunnel', 'ifile', 'ii', 'indent', 'integrit', 'ipcalc', 'iprint', 'iselect', 'jlint', 'joe', 'keychain', 'kgb', 'lcab', 'licensecheck', 'linklint', 'links', 'lv', 'lzop', 'mairix', 'makepasswd', 'makeself', 'mboxcheck', 'mercurial', 'micro-httpd', 'mmv', 'most', 'msmtp', 'ncftp', 'newmail', 'nrss', 'nttcp', 'odt2txt', 'offlineimap', 'ogmtools', 'oodiff', 'optipng', 'outguess', 'patcher', 'pax', 'pngcheck', 'pngcrush', 'pngquant', 'posh', 'potrace', 'pristine-tar', 'pscan', 'pstotext', 'pwgen', 'pwget', 'pylint', 'python-crypto', 'python-feedparser', 'python-logilab-astng', 'python-logilab-common', 'python-paramiko', 'qiv', 'qsf', 'quilt', 'rats', 'rc', 'rdtool', 'renameutils', 'renattach', 'rsnapshot', 'rsync', 'rtf2html-htdig', 'rxp', 'rzip', 'sendxmpp', 'sgrep', 'shed', 'sic', 'signify', 'since', 'spambayes', 'spamoracle', 'splint', 'splitpatch', 'steghide', 'stgit', 'suck', 'sudoku', 'svn-load', 'symlinks', 'tailor', 'tig', 'tinyirc', 'tirc', 'tnef', 'tnftp', 'tree', 'ttcp', 'txt2regex', 'unace', 'unalz', 'unifdef', 'unrtf', 'untex', 'urlgrabber', 'vfu', 'wcd', 'wdiff', 'webcheck', 'wiggle', 'wput', 'xgraph', 'xlhtml', 'xlsx2csv', 'xtail', 'ytree', 'zoo', 'zsync']),
+ 'Jari Aalto': maintainers.Maintainer('Jari Aalto', [], ['abook', 'aewm++', 'aewm++-goodies', 'afio', 'annoyance-filter', 'antiword', 'apng2gif', 'apngasm', 'apngdis', 'apngopt', 'apngtools', 'arc', 'archivemail', 'arj', 'aview', 'bcrypt', 'bmp2png', 'bool', 'boxes', 'bsfilter', 'bvi', 'bzr', 'cccc', 'cdargs', 'cfget', 'cfourcc', 'cfv', 'cgdb', 'checkbashisms', 'chewmail', 'chkconfig', 'code2html', 'codeville', 'colorgcc', 'convmv', 'copyright-update', 'corkscrew', 'cscope', 'ctorrent', 'ddir', 'delta', 'deroff', 'dhttpd', 'dog', 'duff', 'epstool', 'fcrackzip', 'fdupes', 'figlet', 'flawfinder', 'flip', 'flog', 'fossil', 'getmail', 'gif2apng', 'git-oodiff', 'greed', 'grepmail', 'gt5', 'guilt', 'httping', 'httptunnel', 'ifile', 'ii', 'indent', 'integrit', 'ipcalc', 'iprint', 'iselect', 'jlint', 'joe', 'keychain', 'kgb', 'lcab', 'licensecheck', 'linklint', 'links', 'lv', 'lzop', 'mairix', 'makepasswd', 'makeself', 'mboxcheck', 'mercurial', 'micro-httpd', 'mmv', 'most', 'msmtp', 'ncftp', 'newmail', 'nrss', 'nttcp', 'odt2txt', 'offlineimap', 'ogmtools', 'oodiff', 'optipng', 'outguess', 'pal', 'patcher', 'pax', 'pngcheck', 'pngcrush', 'pngquant', 'posh', 'potrace', 'pristine-tar', 'pscan', 'pstotext', 'pwgen', 'pwget', 'pylint', 'python-crypto', 'python-feedparser', 'python-logilab-astng', 'python-logilab-common', 'python-paramiko', 'qiv', 'qsf', 'quilt', 'rats', 'rc', 'rdtool', 'renameutils', 'renattach', 'rsnapshot', 'rsync', 'rtf2html-htdig', 'rxp', 'rzip', 'sendxmpp', 'sgrep', 'shed', 'sic', 'signify', 'since', 'spambayes', 'spamoracle', 'splint', 'splitpatch', 'steghide', 'stgit', 'suck', 'sudoku', 'svn-load', 'symlinks', 'tailor', 'tig', 'tinyirc', 'tirc', 'tnef', 'tnftp', 'tree', 'ttcp', 'txt2regex', 'unace', 'unalz', 'unifdef', 'unrtf', 'untex', 'urlgrabber', 'vfu', 'wcd', 'wdiff', 'webcheck', 'wiggle', 'wput', 'xgraph', 'xlhtml', 'xlsx2csv', 'xtail', 'ytree', 'zoo', 'zsync']),
+ 'Joe Linoff': maintainers.Maintainer('Joe Linoff', [], ['ccdoc']),
  'Joel Johnson': maintainers.Maintainer('Joel Johnson', [], ['iperf']),
  'Jon Turney': maintainers.Maintainer('Jon Turney', ['jon@invalid.local'], ['buildbot-slave', 'cygwin-doc', 'cygwin-x-doc', 'ddd', 'dmalloc', 'font-bitstream-vera-ttf', 'gdb', 'google-breakpad', 'khronos-opengl-registry', 'libxcwm', 'mingw64-i686-google-breakpad', 'mingw64-x86_64-google-breakpad', 'xlaunch', 'xmon', 'xorg-server', 'XtoW', 'xview', 'xwin-xdg-menu']),
+ 'Jonathan C. Allen': maintainers.Maintainer('Jonathan C. Allen', [], ['naim']),
  'Jonathan Yong': maintainers.Maintainer('Jonathan Yong', [], ['binutils', 'gcc', 'gendef', 'libmangle', 'lzip', 'lziprecover', 'mingw64-i686-binutils', 'mingw64-i686-gcc', 'mingw64-i686-headers', 'mingw64-i686-pthreads', 'mingw64-i686-runtime', 'mingw64-i686-windows-default-manifest', 'mingw64-i686-winpthreads', 'mingw64-x86_64-binutils', 'mingw64-x86_64-gcc', 'mingw64-x86_64-headers', 'mingw64-x86_64-pthreads', 'mingw64-x86_64-runtime', 'mingw64-x86_64-windows-default-manifest', 'mingw64-x86_64-winpthreads', 'w32api-headers', 'w32api-runtime']),
  'Jorge Díaz': maintainers.Maintainer('Jorge Díaz', [], ['varnish']),
  'Ken Brown': maintainers.Maintainer('Ken Brown', [], ['asymptote', 'biber', 'bzr-fastimport', 'clisp', 'emacs', 'emacs-auctex', 'fcgi', 'ffcall', 'icu', 'perl-autovivification', 'perl-Business-ISBN', 'perl-Business-ISBN-Data', 'perl-Business-ISMN', 'perl-Business-ISSN', 'perl-Capture-Tiny', 'perl-Config-AutoConf', 'perl-Data-Compare', 'perl-Data-Diver', 'perl-Data-Dump', 'perl-Date-Simple', 'perl-Encode-EUCJPASCII', 'perl-Encode-HanExtra', 'perl-Encode-JIS2K', 'perl-ExtUtils-LibBuilder', 'perl-File-Find-Rule', 'perl-File-Slurp', 'perl-File-Slurp-Unicode', 'perl-IO-HTML', 'perl-IPC-Run3', 'perl-List-AllUtils', 'perl-List-MoreUtils', 'perl-Log-Log4perl', 'perl-LWP-Protocol-https', 'perl-MIME-Charset', 'perl-Mozilla-CA', 'perl-Number-Compare', 'perl-Readonly', 'perl-Readonly-XS', 'perl-Regexp-Common', 'perl-Text-BibTeX', 'perl-Text-Glob', 'perl-Text-Roman', 'perl-Tie-Cycle', 'perl-Unicode-Collate', 'perl-Unicode-GCString', 'perl-Unicode-LineBreak', 'perl-Unicode-Normalize', 'perl-XML-LibXML-Simple', 'perl-XML-LibXSLT', 'perl-XML-Writer', 'python-fastimport', 'svm', 'texinfo', 'texlive', 'texlive-collection-basic', 'texlive-collection-basic-doc', 'texlive-collection-bibtexextra', 'texlive-collection-bibtexextra-doc', 'texlive-collection-binextra', 'texlive-collection-binextra-doc', 'texlive-collection-context', 'texlive-collection-context-doc', 'texlive-collection-fontsextra', 'texlive-collection-fontsextra-doc', 'texlive-collection-fontsrecommended', 'texlive-collection-fontsrecommended-doc', 'texlive-collection-fontutils', 'texlive-collection-fontutils-doc', 'texlive-collection-formatsextra', 'texlive-collection-games', 'texlive-collection-genericextra', 'texlive-collection-genericextra-doc', 'texlive-collection-genericrecommended', 'texlive-collection-genericrecommended-doc', 'texlive-collection-htmlxml', 'texlive-collection-humanities', 'texlive-collection-humanities-doc', 'texlive-collection-langafrican', 'texlive-collection-langarabic', 'texlive-collection-langchinese', 'texlive-collection-langcjk', 'texlive-collection-langcyrillic', 'texlive-collection-langczechslovak', 'texlive-collection-langenglish', 'texlive-collection-langeuropean', 'texlive-collection-langfrench', 'texlive-collection-langgerman', 'texlive-collection-langgreek', 'texlive-collection-langindic', 'texlive-collection-langitalian', 'texlive-collection-langjapanese', 'texlive-collection-langkorean', 'texlive-collection-langother', 'texlive-collection-langpolish', 'texlive-collection-langportuguese', 'texlive-collection-langspanish', 'texlive-collection-latex', 'texlive-collection-latex-doc', 'texlive-collection-latexextra', 'texlive-collection-latexextra-doc', 'texlive-collection-latexrecommended', 'texlive-collection-latexrecommended-doc', 'texlive-collection-luatex', 'texlive-collection-luatex-doc', 'texlive-collection-mathextra', 'texlive-collection-mathextra-doc', 'texlive-collection-metapost', 'texlive-collection-metapost-doc', 'texlive-collection-music', 'texlive-collection-music-doc', 'texlive-collection-omega', 'texlive-collection-pictures', 'texlive-collection-pictures-doc', 'texlive-collection-plainextra', 'texlive-collection-pstricks', 'texlive-collection-pstricks-doc', 'texlive-collection-publishers', 'texlive-collection-publishers-doc', 'texlive-collection-science', 'texlive-collection-science-doc', 'texlive-collection-xetex', 'texlive-collection-xetex-doc']),
  'Klaus Grue': maintainers.Maintainer('Klaus Grue', [], ['logiweb']),
+ 'Kostya Altukhov': maintainers.Maintainer('Kostya Altukhov', [], ['colordiff', 'gaffitter']),
+ 'Marcel Telka': maintainers.Maintainer('Marcel Telka', [], ['ioperm']),
  'Marco Atzeri': maintainers.Maintainer('Marco Atzeri', [], ['4ti2', 'amd', 'arpack', 'autotrace', 'bsdiff', 'btf', 'camd', 'catdoc', 'ccolamd', 'ccrypt', 'cddlib', 'cholmod', 'colamd', 'connect-proxy', 'CUnit', 'cvs', 'cxsparse', 'ed', 'fftw3', 'flint', 'gl2ps', 'glpk', 'gnupg', 'GraphicsMagick', 'guile', 'hdf5', 'hwloc', 'ImageMagick', 'irssi', 'klu', 'lapack', 'ldl', 'leptonica', 'less', 'libgeotiff', 'libtorrent', 'lilypond', 'lyx', 'make', 'mc', 'metis', 'mutt', 'netcdf', 'netcdf-cxx4', 'netcdf-fortran', 'ngspice', 'ntl', 'octave', 'octave-bim', 'octave-cgi', 'octave-communications', 'octave-control', 'octave-data-smoothing', 'octave-database', 'octave-dataframe', 'octave-divand', 'octave-doctest', 'octave-econometrics', 'octave-financial', 'octave-fl-core', 'octave-fpl', 'octave-fuzzy-logic-toolkit', 'octave-ga', 'octave-general', 'octave-generate_html', 'octave-geometry', 'octave-image', 'octave-instrument-control', 'octave-integration', 'octave-interval', 'octave-io', 'octave-level-set', 'octave-linear-algebra', 'octave-lssa', 'octave-ltfat', 'octave-mapping', 'octave-mechanics', 'octave-miscellaneous', 'octave-mpi', 'octave-msh', 'octave-mvn', 'octave-nan', 'octave-ncarray', 'octave-netcdf', 'octave-nurbs', 'octave-ocs', 'octave-octcdf', 'octave-octclip', 'octave-octproj', 'octave-odepkg', 'octave-optics', 'octave-optim', 'octave-optiminterp', 'octave-parallel', 'octave-quaternion', 'octave-queueing', 'octave-secs1d', 'octave-secs2d', 'octave-secs3d', 'octave-signal', 'octave-sockets', 'octave-specfun', 'octave-splines', 'octave-statistics', 'octave-stk', 'octave-strings', 'octave-struct', 'octave-tisean', 'octave-tsa', 'octave-vrml', 'onig', 'openblas', 'openmpi', 'pbzip2', 'ping', 'plotutils', 'postgresql', 'proj', 'pure-ftpd', 'qhull', 'qrupdate', 'R', 'rbio', 'rtorrent', 'singular', 'slang', 'slrn', 'spqr', 'suitesparseconfig', 'surf', 'tesseract-ocr', 'TeXmacs', 'udunits', 'umfpack', 'xdelta', 'xdelta3']),
  'Marcos Vives Del Sol': maintainers.Maintainer('Marcos Vives Del Sol', [], ['libnfc']),
  'Mark Hessling': maintainers.Maintainer('Mark Hessling', [], ['regina-rexx']),
@@ -42,14 +49,18 @@
  'Peter A. Castro': maintainers.Maintainer('Peter A. Castro', [], ['suite3270', 'zsh']),
  'Peter Rosin': maintainers.Maintainer('Peter Rosin', [], ['libggi2', 'libggimisc2', 'libggiwmh0', 'libgii1']),
  'Pierre A. Humblet': maintainers.Maintainer('Pierre A. Humblet', [], ['cron', 'exim']),
+ 'Reini Urban': maintainers.Maintainer('Reini Urban', [], ['libtextcat', 'mathomatic', 'protobuf', 'scsh']),
+ 'Sam Robb': maintainers.Maintainer('Sam Robb', [], ['cramfs', 'mtd', 'nfs-server']),
  'Sebastien Helleu': maintainers.Maintainer('Sebastien Helleu', [], ['weechat']),
  'Serge Lamikhov-Center': maintainers.Maintainer('Serge Lamikhov-Center', [], ['ELFIO']),
+ 'Steven Monai': maintainers.Maintainer('Steven Monai', [], ['maradns', 'ucspi-tcp']),
  'Stuart Caie': maintainers.Maintainer('Stuart Caie', [], ['cabextract']),
+ 'Teun Burgers': maintainers.Maintainer('Teun Burgers', [], ['cgoban', 'gsl']),
  'Thomas Wolff': maintainers.Maintainer('Thomas Wolff', [], ['algol68g', 'mined', 'mintty']),
  'Tony Kelman': maintainers.Maintainer('Tony Kelman', [], ['cmake', 'p7zip', 'python-docutils', 'python-jinja2', 'python-sphinx']),
  'Warren Young': maintainers.Maintainer('Warren Young', [], ['ctags', 'expat']),
  'Wei-Ren Chen': maintainers.Maintainer('Wei-Ren Chen', [], ['hidapi', 'mingw64-i686-hidapi', 'mingw64-x86_64-hidapi']),
  'William A. Hoffman': maintainers.Maintainer('William A. Hoffman', [], ['cmake']),
- 'Yaakov Selkowitz': maintainers.Maintainer('Yaakov Selkowitz', [], ['a2ps', 'accerciser', 'activity-log-manager', 'adobe-source-code-pro-fonts', 'adobe-source-sans-pro-fonts', 'adobe-source-serif-pro-fonts', 'adwaita-icon-theme', 'akonadi', 'alacarte', 'alef-fonts', 'amor', 'analitza', 'anjuta', 'anthy', 'appdata-tools', 'appres', 'appstream-glib', 'ark', 'artwiz-aleczapka-fonts', 'ascii', 'at-spi2-atk', 'at-spi2-core', 'atk1.0', 'atkmm1.6', 'atril', 'attica', 'audiofile', 'autoconf', 'autoconf-archive', 'autoconf2.1', 'autoconf2.5', 'autogen', 'automake', 'automake1.10', 'automake1.11', 'automake1.12', 'automake1.13', 'automake1.14', 'automake1.15', 'automake1.4', 'automake1.5', 'automake1.6', 'automake1.7', 'automake1.8', 'automake1.9', 'automoc4', 'avahi', 'baloo', 'baloo-widgets', 'baobab', 'bdftopcf', 'beforelight', 'bigreqsproto', 'bind', 'bitmap', 'blinken', 'bogofilter', 'bomber', 'boost', 'botan1.10', 'bovo', 'build-docbook-catalog', 'bzip2', 'ca-certificates', 'cairo', 'cairomm1.0', 'caja', 'caja-actions', 'caja-extensions', 'caja-follow-symlink', 'caja-python', 'cantarell-fonts', 'cantor', 'caribou', 'celt051', 'check', 'choqok', 'clamav', 'cln', 'clutter-gtk0.10', 'clutter-gtk1.0', 'clutter1.0', 'cocom', 'cogl', 'compositeproto', 'connectagram', 'corebird', 'cpio', 'cppunit', 'culmus-fonts', 'curl', 'cutemaze', 'cvs2svn', 'cygport', 'cygwin', 'cygwin32', 'cygwin32-binutils', 'cygwin32-bzip2', 'cygwin32-catgets', 'cygwin32-clang', 'cygwin32-cloog-isl', 'cygwin32-crypt', 'cygwin32-default-manifest', 'cygwin32-expat', 'cygwin32-freetype2', 'cygwin32-gcc', 'cygwin32-gettext', 'cygwin32-gmp', 'cygwin32-gnutls', 'cygwin32-isl', 'cygwin32-jbigkit', 'cygwin32-libbfd', 'cygwin32-libedit', 'cygwin32-libffi', 'cygwin32-libiconv', 'cygwin32-libmpc', 'cygwin32-libpng', 'cygwin32-libtasn1', 'cygwin32-libtool', 'cygwin32-libX11', 'cygwin32-libXau', 'cygwin32-libxcb', 'cygwin32-libXdmcp', 'cygwin32-lzo2', 'cygwin32-mpfr', 'cygwin32-ncurses', 'cygwin32-nettle', 'cygwin32-openssl', 'cygwin32-p11-kit', 'cygwin32-pcre', 'cygwin32-pkg-config', 'cygwin32-readline', 'cygwin32-w32api-headers', 'cygwin32-w32api-runtime', 'cygwin32-xproto', 'cygwin32-zlib', 'cygwin64', 'cygwin64-binutils', 'cygwin64-bzip2', 'cygwin64-catgets', 'cygwin64-clang', 'cygwin64-cloog-isl', 'cygwin64-crypt', 'cygwin64-db', 'cygwin64-default-manifest', 'cygwin64-e2fsprogs', 'cygwin64-expat', 'cygwin64-fontconfig', 'cygwin64-freetype2', 'cygwin64-gcc', 'cygwin64-gdbm', 'cygwin64-gettext', 'cygwin64-gmp', 'cygwin64-gnutls', 'cygwin64-isl', 'cygwin64-jbigkit', 'cygwin64-libarchive', 'cygwin64-libbfd', 'cygwin64-libdmx', 'cygwin64-libedit', 'cygwin64-libffi', 'cygwin64-libfontenc', 'cygwin64-libgcrypt', 'cygwin64-libgpg-error', 'cygwin64-libICE', 'cygwin64-libiconv', 'cygwin64-libjpeg-turbo', 'cygwin64-libmagic', 'cygwin64-libmpc', 'cygwin64-libpng', 'cygwin64-libSM', 'cygwin64-libssh2', 'cygwin64-libtasn1', 'cygwin64-libtool', 'cygwin64-libX11', 'cygwin64-libXau', 'cygwin64-libXaw', 'cygwin64-libxcb', 'cygwin64-libXcomposite', 'cygwin64-libXdamage', 'cygwin64-libXdmcp', 'cygwin64-libXext', 'cygwin64-libXfixes', 'cygwin64-libXft', 'cygwin64-libXi', 'cygwin64-libxml2', 'cygwin64-libXmu', 'cygwin64-libXpm', 'cygwin64-libXrandr', 'cygwin64-libXrender', 'cygwin64-libxslt', 'cygwin64-libXss', 'cygwin64-libXt', 'cygwin64-lzo2', 'cygwin64-mpfr', 'cygwin64-ncurses', 'cygwin64-nettle', 'cygwin64-openssl', 'cygwin64-p11-kit', 'cygwin64-pcre', 'cygwin64-pixman', 'cygwin64-pkg-config', 'cygwin64-popt', 'cygwin64-python', 'cygwin64-readline', 'cygwin64-sqlite3', 'cygwin64-tcl', 'cygwin64-tiff', 'cygwin64-tk', 'cygwin64-util-linux', 'cygwin64-w32api-headers', 'cygwin64-w32api-runtime', 'cygwin64-xcb-util', 'cygwin64-xcb-util-image', 'cygwin64-xcb-util-wm', 'cygwin64-xproto', 'cygwin64-zlib', 'damageproto', 'dblatex', 'dbus', 'dbus-glib', 'dconf', 'dejagnu', 'dejavu-fonts', 'desktop-file-utils', 'devhelp', 'dialog', 'djvulibre', 'dmtx-utils', 'dmxproto', 'docbook-dsssl', 'docbook-sgml30', 'docbook-sgml31', 'docbook-sgml40', 'docbook-sgml41', 'docbook-sgml42', 'docbook-sgml43', 'docbook-sgml44', 'docbook-sgml45', 'docbook-utils', 'docbook-xml-simple10', 'docbook-xml-simple11', 'docbook-xml412', 'docbook-xml42', 'docbook-xml43', 'docbook-xml44', 'docbook-xml45', 'docbook-xsl', 'docbook-xsl-ns', 'docbook2X', 'e2fsimage', 'e2fsprogs', 'ebook-tools', 'editres', 'eekboard', 'eigen3', 'empathy', 'enchant', 'engrampa', 'eog', 'eog-plugins', 'eom', 'epiphany', 'esound', 'evince', 'evolution', 'evolution-data-server', 'evolution-ews', 'exempi', 'exif', 'exiv2', 'exo', 'expect', 'extra-cmake-modules', 'faience-icon-theme', 'farstream0.2', 'fbpanel', 'fbxkb', 'file', 'file-roller', 'five-or-more', 'fixesproto', 'flexdll', 'fltk', 'fluidsynth', 'focuswriter', 'folks', 'font-util', 'fontconfig', 'fontforge', 'fontsproto', 'fonttosfnt', 'four-in-a-row', 'freerdp', 'freetds', 'freetype2', 'fribidi', 'fslsfonts', 'fstobdf', 'fvwm', 'gamin', 'garcon', 'gccmakedep', 'GConf2', 'gconfmm2.6', 'gcr', 'gdb', 'gdbm', 'gdk-pixbuf2.0', 'gdl3', 'gedit', 'gedit-code-assistance', 'gedit-plugins', 'geoclue', 'geocode-glib', 'GeoIP', 'GeoIP-database', 'gettext', 'giflib', 'gigolo', 'girara', 'glade', 'glade2', 'glade3', 'gle', 'glew', 'glib1.2', 'glib2.0', 'glib2.0-networking', 'glibmm2.4', 'glproto', 'glu', 'glw', 'gmime2.6', 'gnome-activity-journal', 'gnome-applets', 'gnome-backgrounds', 'gnome-calculator', 'gnome-chess', 'gnome-clocks', 'gnome-code-assistance', 'gnome-common', 'gnome-contacts', 'gnome-control-center', 'gnome-desktop', 'gnome-devel-docs', 'gnome-dictionary', 'gnome-doc-utils', 'gnome-flashback', 'gnome-font-viewer', 'gnome-getting-started-docs', 'gnome-icon-theme', 'gnome-keyring', 'gnome-klotski', 'gnome-mahjongg', 'gnome-menus', 'gnome-mime-data', 'gnome-mines', 'gnome-nibbles', 'gnome-online-accounts', 'gnome-panel', 'gnome-python', 'gnome-python-desktop', 'gnome-python-extras', 'gnome-robots', 'gnome-screenshot', 'gnome-session', 'gnome-settings-daemon', 'gnome-sudoku', 'gnome-system-log', 'gnome-system-monitor', 'gnome-terminal', 'gnome-tetravex', 'gnome-themes-standard', 'gnome-tweak-tool', 'gnome-user-docs', 'gnome-vfs2', 'gnome-vfsmm2.6', 'gnu-free-fonts', 'gnuchess', 'gob2', 'gobject-introspection', 'goffice0.10', 'goffice0.8', 'gom', 'goocanvas', 'goocanvas2.0', 'goocanvasmm2.0', 'gottet', 'gpgme', 'gpicview', 'grace', 'granatier', 'graphite2', 'graphviz', 'grilo0.2', 'grilo0.2-plugins', 'gsettings-desktop-schemas', 'gsm', 'gstreamer0.10', 'gstreamer0.10-plugins-base', 'gstreamer0.10-plugins-good', 'gstreamer1.0', 'gstreamer1.0-plugins-base', 'gstreamer1.0-plugins-good', 'gt', 'gtk-doc', 'gtk-vnc', 'gtk1.2', 'gtk1.2-engines', 'gtk2.0', 'gtk2.0-engines', 'gtk2.0-engines-murrine', 'gtk2.0-engines-smooth', 'gtk3', 'gtk3-engines-unico', 'gtkglarea2.0', 'gtkglext1.0', 'gtkhtml4.0', 'gtkmm2.4', 'gtkmm3.0', 'gtksourceview2.0', 'gtksourceview3.0', 'gtksourceviewmm2.0', 'gtksourceviewmm3.0', 'gtkspell', 'gtkspell3', 'gts', 'gtypist', 'gucharmap', 'gvfs', 'harfbuzz', 'help2man', 'hexalate', 'hexchat', 'hicolor-icon-theme', 'highlight', 'hitori', 'html2ps', 'httpd', 'hunspell', 'iagno', 'ibus', 'ibus-anthy', 'ibus-chewing', 'ibus-gucharmap', 'ibus-handwrite', 'ibus-hangul', 'ibus-input-pad', 'ibus-kkc', 'ibus-m17n', 'ibus-pinyin', 'ibus-qt', 'ibus-skk', 'ibus-unikey', 'ibus-xkb', 'iceauth', 'ico', 'icon-naming-utils', 'ilmbase', 'im-chooser', 'imake', 'imlib', 'imlib2', 'imsettings', 'inconsolata-fonts', 'input-pad', 'inputproto', 'intltool', 'iso-codes', 'itstool', 'jbigkit', 'js185', 'json-c', 'json-glib1.0', 'kactivities', 'kajongg', 'kalgebra', 'kalzium', 'kanagram', 'kanjistrokeorders-fonts', 'kapman', 'kapow', 'kasumi', 'kate', 'kate4', 'katomic', 'kblackbox', 'kblocks', 'kbounce', 'kbproto', 'kbrickbuster', 'kbruch', 'kcalc', 'kcharselect', 'kde-base-artwork', 'kde-baseapps', 'kde-l10n-ar', 'kde-l10n-bg', 'kde-l10n-bs', 'kde-l10n-ca', 'kde-l10n-ca-valencia', 'kde-l10n-cs', 'kde-l10n-da', 'kde-l10n-de', 'kde-l10n-el', 'kde-l10n-en_GB', 'kde-l10n-es', 'kde-l10n-et', 'kde-l10n-eu', 'kde-l10n-fa', 'kde-l10n-fi', 'kde-l10n-fr', 'kde-l10n-ga', 'kde-l10n-gl', 'kde-l10n-he', 'kde-l10n-hi', 'kde-l10n-hr', 'kde-l10n-hu', 'kde-l10n-ia', 'kde-l10n-id', 'kde-l10n-is', 'kde-l10n-it', 'kde-l10n-ja', 'kde-l10n-kk', 'kde-l10n-km', 'kde-l10n-kn', 'kde-l10n-ko', 'kde-l10n-lt', 'kde-l10n-lv', 'kde-l10n-mr', 'kde-l10n-nb', 'kde-l10n-nds', 'kde-l10n-nl', 'kde-l10n-nn', 'kde-l10n-pa', 'kde-l10n-pl', 'kde-l10n-pt', 'kde-l10n-pt_BR', 'kde-l10n-ro', 'kde-l10n-ru', 'kde-l10n-si', 'kde-l10n-sk', 'kde-l10n-sl', 'kde-l10n-sr', 'kde-l10n-sv', 'kde-l10n-tg', 'kde-l10n-th', 'kde-l10n-tr', 'kde-l10n-ug', 'kde-l10n-uk', 'kde-l10n-vi', 'kde-l10n-wa', 'kde-l10n-zh_CN', 'kde-l10n-zh_TW', 'kde-runtime', 'kde-wallpapers', 'kde-workspace', 'kdeedu-data', 'kdegraphics-mobipocket', 'kdelibs', 'kdepimlibs', 'kdewebdev', 'kdf', 'kdiamond', 'kf5-attica', 'kf5-frameworkintegration', 'kf5-kactivities', 'kf5-kapidox', 'kf5-karchive', 'kf5-kauth', 'kf5-kbookmarks', 'kf5-kcmutils', 'kf5-kcodecs', 'kf5-kcompletion', 'kf5-kconfig', 'kf5-kconfigwidgets', 'kf5-kcoreaddons', 'kf5-kcrash', 'kf5-kdbusaddons', 'kf5-kdeclarative', 'kf5-kded', 'kf5-kdelibs4support', 'kf5-kdesignerplugin', 'kf5-kdewebkit', 'kf5-kdnssd', 'kf5-kdoctools', 'kf5-kemoticons', 'kf5-kglobalaccel', 'kf5-kguiaddons', 'kf5-khtml', 'kf5-ki18n', 'kf5-kiconthemes', 'kf5-kidletime', 'kf5-kimageformats', 'kf5-kinit', 'kf5-kio', 'kf5-kitemmodels', 'kf5-kitemviews', 'kf5-kjobwidgets', 'kf5-kjs', 'kf5-kjsembed', 'kf5-kmediaplayer', 'kf5-knewstuff', 'kf5-knotifications', 'kf5-knotifyconfig', 'kf5-kpackage', 'kf5-kparts', 'kf5-kpeople', 'kf5-kplotting', 'kf5-kpty', 'kf5-kross', 'kf5-kross-interpreters', 'kf5-krunner', 'kf5-kservice', 'kf5-ktexteditor', 'kf5-ktextwidgets', 'kf5-kunitconversion', 'kf5-kwallet', 'kf5-kwidgetsaddons', 'kf5-kwindowsystem', 'kf5-kxmlgui', 'kf5-kxmlrpcclient', 'kf5-libkdegames', 'kf5-libkmahjongg', 'kf5-plasma', 'kf5-solid', 'kf5-sonnet', 'kf5-threadweaver', 'kfilemetadata', 'kfourinline', 'kgeography', 'kget', 'kgoldrunner', 'kgpg', 'khangman', 'kig', 'kigo', 'killbots', 'kiriki', 'kiten', 'kjumpingcube', 'klavaro', 'klettres', 'klickety', 'klines', 'kmahjongg', 'kmines', 'kmplot', 'knavalbattle', 'knetwalk', 'kolf', 'kollision', 'konquest', 'konsole', 'konsole4', 'konversation', 'kpat', 'krb5', 'krb5-auth-dialog', 'krdc', 'kreversi', 'krfb', 'kshisen', 'ksirk', 'ksnakeduel', 'kspaceduel', 'ksquares', 'kstars', 'ksudoku', 'ksystemlog', 'kteatime', 'ktimer', 'ktorrent', 'ktouch', 'ktuberling', 'kturtle', 'kubrick', 'kwalletmanager', 'kwebkitpart', 'kwordquiz', 'lasem0.4', 'leafpad', 'libarchive', 'libart_lgpl_2', 'libasyncns', 'libbonobo2', 'libbonoboui2', 'libcaca', 'libcanberra', 'libchamplain0.12', 'libchewing', 'libcroco0.6', 'libdaemon', 'libdatrie', 'libdbusmenu-qt', 'libdbusmenu-qt5', 'libdmapsharing3.0', 'libdmtx', 'libdmx', 'libdv', 'libelf', 'libepoxy', 'liberation-fonts', 'libesmtp', 'libevent', 'libexif', 'libffi', 'libfm', 'libfontenc', 'libFS', 'libgcrypt', 'libgda5.0', 'libgdamm5.0', 'libgdata', 'libgee', 'libgee0.8', 'libgit2', 'libgit2-glib1.0', 'libglade2.0', 'libglademm2.4', 'libgnome-keyring', 'libgnome2', 'libgnomecanvas2', 'libgnomecanvasmm2.6', 'libgnomekbd', 'libgnomemm2.6', 'libgnomeui2', 'libgnomeuimm2.6', 'libgpg-error', 'libgsf', 'libgtop2.0', 'libgucharmap', 'libgweather', 'libgxps', 'libhangul', 'libical', 'libICE', 'libiconv', 'libid3tag', 'libIDL2', 'libiodbc', 'libjpeg-turbo', 'libkdeedu', 'libkdegames', 'libkeduvocdocument', 'libkkc', 'libkkc-data', 'libkmahjongg', 'libktorrent', 'libLASi', 'liblqr1', 'libmatekbd', 'libmateweather', 'libmediaart1.0', 'libmetalink', 'libmikmod', 'libmodplug', 'libmspack', 'libnice', 'libnotify', 'liboauth', 'libotf', 'libpaper', 'libpeas', 'libpng', 'libpng10', 'libpng12', 'libpng14', 'libpng15', 'libproxy', 'libpst', 'libqalculate', 'libquvi0.9', 'libquvi0.9-scripts', 'libqzeitgeist', 'librest0.7', 'librsvg2', 'libsamplerate', 'libsecret1', 'libshout', 'libsigc2.0', 'libskk', 'libSM', 'libsndfile', 'libsoup2.4', 'libspectre', 'libspiro', 'libssh', 'libssh2', 'libthai', 'libtimidity', 'libtirpc', 'libtool', 'libungif', 'libuninameslist', 'libunique1.0', 'libunique3.0', 'libusb-win32', 'libusb1.0', 'libverto', 'libvncserver', 'libvoikko', 'libvpx', 'libwebp', 'libWindowsWM', 'libwnck', 'libwnck3', 'libX11', 'libXau', 'libXaw', 'libXaw3d', 'libxcb', 'libXcomposite', 'libXcursor', 'libXdamage', 'libXdmcp', 'libXext', 'libxfce4ui', 'libxfce4util', 'libxfcegui4', 'libXfixes', 'libXfont', 'libXft', 'libXi', 'libXinerama', 'libxkbcommon', 'libxkbfile', 'libxklavier', 'libxml++2.6', 'libxml2', 'libXmu', 'libXpm', 'libXrandr', 'libXrender', 'libXres', 'libXScrnSaver', 'libxslt', 'libXt', 'libXtst', 'libytnef', 'libzeitgiest1.0', 'libzip', 'lightsoff', 'lighttpd', 'linux-libertine-fonts', 'listres', 'llvm', 'lndir', 'login', 'lrzip', 'lskat', 'lua', 'lua-bit', 'lua-crypto', 'lua-json', 'lua-lfs', 'lua-logging', 'lua-lpeg', 'lua-luadoc', 'lua-lxp', 'lua-socket', 'lua5.1', 'luit', 'lxappearance', 'lxappearance-obconf', 'lxde-common', 'lxde-icon-theme', 'lxinput', 'lxmenu-data', 'lxpanel', 'lxsession', 'lxtask', 'lxterminal', 'm17n-contrib', 'm17n-db', 'm17n-lib', 'makedepend', 'malaga', 'man-db', 'marble', 'marco', 'marisa', 'mate-applets', 'mate-backgrounds', 'mate-calc', 'mate-common', 'mate-control-center', 'mate-desktop', 'mate-dialogs', 'mate-icon-theme', 'mate-media', 'mate-menus', 'mate-notification-daemon', 'mate-panel', 'mate-session-manager', 'mate-settings-daemon', 'mate-system-monitor', 'mate-terminal', 'mate-themes', 'mate-themes-extras', 'mate-utils', 'mcpp', 'mdbtools', 'mDNSResponder', 'menu-cache', 'mesa', 'mesa-demos', 'metacity', 'midori', 'mingw64-i686-bzip2', 'mingw64-i686-libgcrypt', 'mingw64-i686-libgpg-error', 'mingw64-i686-pkg-config', 'mingw64-i686-xz', 'mingw64-i686-zlib', 'mingw64-x86_64-bzip2', 'mingw64-x86_64-libgcrypt', 'mingw64-x86_64-libgpg-error', 'mingw64-x86_64-pkg-config', 'mingw64-x86_64-xz', 'mingw64-x86_64-zlib', 'mkcomposecache', 'mkfontdir', 'mkfontscale', 'mm-common', 'monotone', 'motif', 'mousepad', 'mousetweaks', 'mozo', 'mutter', 'mysql', 'nano', 'nas', 'nautilus', 'ncompress', 'ncurses', 'nedit', 'netpbm', 'notification-daemon', 'novprog', 'nspr', 'nss', 'obconf', 'ocaml-facile', 'oclock', 'odbc-mysql', 'odbc-psql', 'odbc-sqlite3', 'okteta', 'okteta4', 'openal', 'openbox', 'openexr', 'openjade', 'openjpeg', 'OpenSP', 'openssl', 'opus', 'opusfile', 'orage', 'ORBit2', 'orc', 'overpass-fonts', 'oxygen-fonts', 'oxygen-icons', 'p11-kit', 'pairs', 'palapeli', 'pango1.0', 'pangomm1.4', 'pangox-compat', 'paprefs', 'parley', 'pavucontrol', 'pcmanfm', 'pcre', 'pdf2djvu', 'peg-e', 'perl-Alien-wxWidgets', 'perl-Archive-Zip', 'perl-Authen-SASL', 'perl-Cairo', 'perl-Cairo-GObject', 'perl-CGI', 'perl-Clone', 'perl-DBD-mysql', 'perl-DBD-SQLite', 'perl-DBI', 'perl-Digest-HMAC', 'perl-Digest-SHA1', 'perl-Encode-Locale', 'perl-ExtUtils-Depends', 'perl-ExtUtils-PkgConfig', 'perl-File-Listing', 'perl-GD', 'perl-Getopt-ArgvFile', 'perl-gettext', 'perl-Glib', 'perl-Glib-Object-Introspection', 'perl-Gnome2', 'perl-Gnome2-Canvas', 'perl-Gnome2-GConf', 'perl-Gnome2-Rsvg', 'perl-Gnome2-VFS', 'perl-Gnome2-Vte', 'perl-Gnome2-Wnck', 'perl-GStreamer', 'perl-GStreamer-Interfaces', 'perl-Gtk2', 'perl-Gtk2-GladeXML', 'perl-Gtk2-Notify', 'perl-Gtk2-SourceView2', 'perl-Gtk2-Spell', 'perl-Gtk2-Unique', 'perl-Gtk2-WebKit', 'perl-Gtk3', 'perl-HTML-Parser', 'perl-HTML-Tagset', 'perl-HTTP-Cookies', 'perl-HTTP-Daemon', 'perl-HTTP-Date', 'perl-HTTP-Message', 'perl-HTTP-Negotiate', 'perl-IO-Socket-IP', 'perl-IO-Socket-SSL', 'perl-Locale-gettext', 'perl-LWP-MediaTypes', 'perl-MailTools', 'perl-Module-Pluggable', 'perl-Module-ScanDeps', 'perl-Net-HTTP', 'perl-Net-SMTP-SSL', 'perl-Net-SSLeay', 'perl-OpenGL', 'perl-Pango', 'perl-PAR', 'perl-PAR-Dist', 'perl-PAR-Packer', 'perl-Params-Util', 'perl-Proc-ProcessTable', 'perl-SGMLSpm', 'perl-Socket', 'perl-Term-ReadKey', 'perl-Term-ReadLine-Gnu', 'perl-Text-CharWidth', 'perl-Text-WrapI18N', 'perl-TimeDate', 'perl-Tk', 'perl-Tk-Canvas-GradientColor', 'perl-Tk-ColoredButton', 'perl-Tk-EntryCheck', 'perl-Tk-Getopt', 'perl-Tk-Pod', 'perl-URI', 'perl-WWW-RobotRules', 'perl-Wx', 'perl-XML-LibXML', 'perl-XML-NamespaceSupport', 'perl-XML-Parser', 'perl-XML-SAX', 'perl-XML-SAX-Base', 'perl-XML-Simple', 'perl-YAML', 'phodav', 'phonon', 'phonon-backend-gstreamer', 'phonon4qt5', 'phonon4qt5-backend-gstreamer', 'php', 'php-Archive_Tar', 'php-Console_Getopt', 'php-jsonc', 'php-PEAR', 'php-Structures_Graph', 'php-XML_Util', 'picmi', 'pixman', 'pkg-config', 'planet', 'pluma', 'pluma-plugins', 'po4a', 'poppler', 'poppler-data', 'portaudio', 'portmidi', 'presentproto', 'prison', 'pulseaudio', 'putty', 'python', 'python-beautifulsoup', 'python-bsddb3', 'python-cairo', 'python-cffi', 'python-chardet', 'python-cryptography', 'python-cython', 'python-dbus', 'python-doc', 'python-enum34', 'python-gi', 'python-gobject', 'python-goocanvas', 'python-gst0.10', 'python-gtk2.0', 'python-gtksourceview2', 'python-htmltmpl', 'python-imaging', 'python-lxml', 'python-mako', 'python-markupsafe', 'python-mx', 'python-numpy', 'python-opengl', 'python-opengl-accelerate', 'python-openssl', 'python-orbit', 'python-ply', 'python-pyasn1', 'python-pycparser', 'python-pygame', 'python-pygments', 'python-pykde4', 'python-pypdf', 'python-pyqt4', 'python-pyqt5', 'python-pyrex', 'python-reportlab', 'python-requests', 'python-setuptools', 'python-simplejson', 'python-sip', 'python-six', 'python-twisted', 'python-unidecode', 'python-urllib3', 'python-webkit', 'python-xdg', 'python-yaml', 'python-zope.interface', 'python3', 'python3-bsddb3', 'python3-cairo', 'python3-cffi', 'python3-chardet', 'python3-cryptography', 'python3-cython', 'python3-dbus', 'python3-doc', 'python3-imaging', 'python3-lxml', 'python3-mako', 'python3-markupsafe', 'python3-numpy', 'python3-openssl', 'python3-ply', 'python3-pyasn1', 'python3-pycparser', 'python3-pygments', 'python3-pykde4', 'python3-pyqt4', 'python3-pyqt5', 'python3-requests', 'python3-setuptools', 'python3-simplejson', 'python3-sip', 'python3-six', 'python3-unidecode', 'python3-urllib3', 'python3-xdg', 'python3-yaml', 'python3-zope.interface', 'pyzy', 'qca', 'qimageblitz', 'qjson', 'qoauth', 'qqwing', 'qrencode', 'qscintilla2', 'qt3', 'qt4', 'qt4-webkit', 'qt5-base', 'qt5-declarative', 'qt5-doc', 'qt5-enginio', 'qt5-graphicaleffects', 'qt5-imageformats', 'qt5-location', 'qt5-multimedia', 'qt5-quick1', 'qt5-quickcontrols', 'qt5-script', 'qt5-serialport', 'qt5-svg', 'qt5-tools', 'qt5-translations', 'qt5-webchannel', 'qt5-webkit', 'qt5-webkit-examples', 'qt5-websockets', 'qt5-x11extras', 'qt5-xmlpatterns', 'quadrapassel', 'quvi', 'randrproto', 'rarian', 'recordproto', 'rendercheck', 'renderproto', 'resourceproto', 'rgb', 'ristretto', 'robodoc', 'rocs', 'rodent-icon-theme', 'rstart', 'ruby', 'ruby-actionmailer', 'ruby-actionpack', 'ruby-actionview', 'ruby-activejob', 'ruby-activemodel', 'ruby-activerecord', 'ruby-activerecord-deprecated_finders', 'ruby-activesupport', 'ruby-arel', 'ruby-atk', 'ruby-bcrypt', 'ruby-bigdecimal', 'ruby-binding_of_caller', 'ruby-builder', 'ruby-bundler', 'ruby-byebug', 'ruby-cairo', 'ruby-cairo-gobject', 'ruby-celluloid', 'ruby-clutter', 'ruby-clutter-gtk', 'ruby-coffee-rails', 'ruby-coffee-script', 'ruby-coffee-script-source', 'ruby-columnize', 'ruby-curses', 'ruby-dbus', 'ruby-debug_inspector', 'ruby-erubis', 'ruby-execjs', 'ruby-gdk3', 'ruby-gdk_pixbuf2', 'ruby-gettext', 'ruby-gio2', 'ruby-glib2', 'ruby-globalid', 'ruby-gobject-introspection', 'ruby-goocanvas1', 'ruby-goocanvas2', 'ruby-gstreamer0.10', 'ruby-gstreamer1.0', 'ruby-gtk2', 'ruby-gtk3', 'ruby-gtksourceview2', 'ruby-gtksourceview3', 'ruby-hike', 'ruby-hitimes', 'ruby-hoe', 'ruby-i18n', 'ruby-io-console', 'ruby-jbuilder', 'ruby-journey', 'ruby-jquery-rails', 'ruby-json', 'ruby-kgio', 'ruby-listen', 'ruby-locale', 'ruby-loofah', 'ruby-mail', 'ruby-mime-types', 'ruby-minitest', 'ruby-minitest4', 'ruby-minitest5', 'ruby-molinillo', 'ruby-multi_json', 'ruby-mysql2', 'ruby-net-http-persistent', 'ruby-nokogiri', 'ruby-oj', 'ruby-pango', 'ruby-pg', 'ruby-pkg-config', 'ruby-polyglot', 'ruby-poppler', 'ruby-psych', 'ruby-racc', 'ruby-rack', 'ruby-rack-cache', 'ruby-rack-ssl', 'ruby-rack-test', 'ruby-rails', 'ruby-rails-deprecated_sanitizer', 'ruby-rails-dom-testing', 'ruby-rails-html-sanitizer', 'ruby-railties', 'ruby-raindrops', 'ruby-rake', 'ruby-rake-compiler', 'ruby-rdoc', 'ruby-rsvg2', 'ruby-sass', 'ruby-sass-rails', 'ruby-sdoc', 'ruby-sprockets', 'ruby-sprockets-rails', 'ruby-sqlite3', 'ruby-test-unit', 'ruby-text', 'ruby-thor', 'ruby-thread_safe', 'ruby-tilt', 'ruby-timers', 'ruby-treetop', 'ruby-turbolinks', 'ruby-tzinfo', 'ruby-uglifier', 'ruby-unicorn', 'ruby-vte', 'ruby-vte3', 'ruby-web-console', 'ruby-webkit-gtk2', 'ruby-yajl', 'rubygems', 'rxvt-unicode', 'scowl', 'scrnsaverproto', 'SDL', 'SDL2', 'SDL2_image', 'SDL2_mixer', 'SDL2_net', 'SDL2_ttf', 'SDL_gfx', 'SDL_image', 'SDL_mixer', 'SDL_net', 'SDL_Pango', 'SDL_sound', 'SDL_ttf', 'seahorse', 'sessreg', 'setxkbmap', 'sgml-common', 'shared-mime-info', 'showfont', 'simsu', 'sj-fonts', 'skkdic', 'sl', 'smproxy', 'snownews', 'sound-theme-freedesktop', 'source-highlight', 'sox', 'spice-gtk', 'spice-protocol', 'startup-notification', 'step', 'strigi', 'suomi-malaga', 'sweeper', 'swell-foop', 'swig', 'taglib', 'tali', 'tanglet', 'tcl', 'tcl-itcl', 'tcl-itk', 'tcl-iwidgets', 'tcl-tix', 'tcl-tk', 'tcl-togl', 'tdb', 'telepathy-farstream', 'telepathy-gabble', 'telepathy-glib', 'telepathy-idle', 'telepathy-logger', 'telepathy-mission-control', 'telepathy-qt', 'terminus-fonts', 'tetzle', 'Thunar', 'tidy', 'tiff', 'tigervnc', 'timidity++', 'totem', 'totem-pl-parser', 'transmission', 'transset', 'trayer', 'tumbler', 'twm', 'tzcode', 'unifont', 'unzip', 'upower', 'usbredir', 'usbutils', 'util-linux', 'vala', 'viewres', 'vim', 'vinagre', 'vino', 'vte', 'vte2.90', 'vte2.91', 'wavpack', 'webkitgtk', 'webrtc-audio-processing', 'wildmidi', 'WindowMaker', 'windowswmproto', 'wxWidgets2.8', 'wxWidgets3.0', 'x11perf', 'xapian-bindings', 'xapian-core', 'xarchiver', 'xauth', 'xbiff', 'xbitmaps', 'xcalc', 'xcb-proto', 'xcb-util', 'xcb-util-cursor', 'xcb-util-image', 'xcb-util-keysyms', 'xcb-util-renderutil', 'xcb-util-wm', 'xclipboard', 'xclock', 'xcmiscproto', 'xcmsdb', 'xcompmgr', 'xconsole', 'xcursor-themes', 'xcursorgen', 'xdbedizzy', 'xdg-user-dirs', 'xdg-user-dirs-gtk', 'xditview', 'xdpyinfo', 'xedit', 'xerces-c', 'xev', 'xextproto', 'xeyes', 'xf86-video-dummy', 'xf86-video-nested', 'xf86bigfontproto', 'xfce-themes', 'xfce4-appfinder', 'xfce4-clipman-plugin', 'xfce4-cpugraph-plugin', 'xfce4-dev-tools', 'xfce4-dict', 'xfce4-embed-plugin', 'xfce4-equake-plugin', 'xfce4-eyes-plugin', 'xfce4-fsguard-plugin', 'xfce4-genmon-plugin', 'xfce4-mailwatch-plugin', 'xfce4-mixer', 'xfce4-notes-plugin', 'xfce4-notifyd', 'xfce4-panel', 'xfce4-places-plugin', 'xfce4-screenshooter', 'xfce4-session', 'xfce4-settings', 'xfce4-smartbookmark-plugin', 'xfce4-taskmanager', 'xfce4-terminal', 'xfce4-time-out-plugin', 'xfce4-timer-plugin', 'xfce4-verve-plugin', 'xfce4-weather-plugin', 'xfce4-whiskermenu-plugin', 'xfce4-wmdock-plugin', 'xfce4-xkb-plugin', 'xfconf', 'xfd', 'xfdesktop', 'xfontsel', 'xfs', 'xfsinfo', 'xfwm4', 'xfwm4-themes', 'xgc', 'xhost', 'xineramaproto', 'xinit', 'xinput', 'xkbcomp', 'xkbevd', 'xkbprint', 'xkbutils', 'xkeyboard-config', 'xkill', 'xload', 'xlogo', 'xlsatoms', 'xlsclients', 'xlsfonts', 'xmag', 'xman', 'xmessage', 'xmh', 'xmlto', 'xmltoman', 'xmodmap', 'xmore', 'xorg-cf-files', 'xorg-docs', 'xorg-scripts', 'xorg-sgml-doctools', 'xorg-util-macros', 'xorg-x11-fonts', 'xpr', 'xprop', 'xproto', 'xrandr', 'xrdb', 'xrefresh', 'xscope', 'xset', 'xsetroot', 'xsm', 'xstdcmap', 'xterm', 'xtrans', 'xwd', 'xwininfo', 'xwinwm', 'xwud', 'xz', 'yakuake', 'yaml', 'yelp', 'yelp-tools', 'yelp-xsl', 'zathura', 'zathura-cb', 'zathura-djvu', 'zathura-pdf-poppler', 'zathura-ps', 'zeitgeist', 'zeitgeist-datasources', 'zenity', 'zinnia', 'zinnia-tomoe', 'zip', 'zlib', 'zziplib']),
+ 'Yaakov Selkowitz': maintainers.Maintainer('Yaakov Selkowitz', [], ['a2ps', 'accerciser', 'activity-log-manager', 'adobe-source-code-pro-fonts', 'adobe-source-sans-pro-fonts', 'adobe-source-serif-pro-fonts', 'adwaita-icon-theme', 'akonadi', 'alacarte', 'alef-fonts', 'amor', 'analitza', 'anjuta', 'anthy', 'appdata-tools', 'appres', 'appstream-glib', 'ark', 'artwiz-aleczapka-fonts', 'ascii', 'at-spi2-atk', 'at-spi2-core', 'atk1.0', 'atkmm1.6', 'atril', 'attica', 'audiofile', 'autoconf', 'autoconf-archive', 'autoconf2.1', 'autoconf2.5', 'autogen', 'automake', 'automake1.10', 'automake1.11', 'automake1.12', 'automake1.13', 'automake1.14', 'automake1.15', 'automake1.4', 'automake1.5', 'automake1.6', 'automake1.7', 'automake1.8', 'automake1.9', 'automoc4', 'avahi', 'baloo', 'baloo-widgets', 'baobab', 'bdftopcf', 'beforelight', 'bigreqsproto', 'bind', 'bitmap', 'blinken', 'bogofilter', 'bomber', 'boost', 'botan1.10', 'bovo', 'build-docbook-catalog', 'bzip2', 'ca-certificates', 'cairo', 'cairomm1.0', 'caja', 'caja-actions', 'caja-extensions', 'caja-follow-symlink', 'caja-python', 'cantarell-fonts', 'cantor', 'caribou', 'celt051', 'check', 'choqok', 'clamav', 'cln', 'clutter-gtk0.10', 'clutter-gtk1.0', 'clutter1.0', 'cocom', 'cogl', 'compositeproto', 'connectagram', 'corebird', 'cpio', 'cppunit', 'culmus-fonts', 'curl', 'cutemaze', 'cvs2svn', 'cygport', 'cygwin', 'cygwin32', 'cygwin32-binutils', 'cygwin32-bzip2', 'cygwin32-catgets', 'cygwin32-clang', 'cygwin32-cloog-isl', 'cygwin32-crypt', 'cygwin32-default-manifest', 'cygwin32-expat', 'cygwin32-freetype2', 'cygwin32-gcc', 'cygwin32-gettext', 'cygwin32-gmp', 'cygwin32-gnutls', 'cygwin32-isl', 'cygwin32-jbigkit', 'cygwin32-libbfd', 'cygwin32-libedit', 'cygwin32-libffi', 'cygwin32-libiconv', 'cygwin32-libmpc', 'cygwin32-libpng', 'cygwin32-libtasn1', 'cygwin32-libtool', 'cygwin32-libX11', 'cygwin32-libXau', 'cygwin32-libxcb', 'cygwin32-libXdmcp', 'cygwin32-lzo2', 'cygwin32-mpfr', 'cygwin32-ncurses', 'cygwin32-nettle', 'cygwin32-openssl', 'cygwin32-p11-kit', 'cygwin32-pcre', 'cygwin32-pkg-config', 'cygwin32-readline', 'cygwin32-w32api-headers', 'cygwin32-w32api-runtime', 'cygwin32-xproto', 'cygwin32-zlib', 'cygwin64', 'cygwin64-binutils', 'cygwin64-bzip2', 'cygwin64-catgets', 'cygwin64-clang', 'cygwin64-cloog-isl', 'cygwin64-crypt', 'cygwin64-db', 'cygwin64-default-manifest', 'cygwin64-e2fsprogs', 'cygwin64-expat', 'cygwin64-fontconfig', 'cygwin64-freetype2', 'cygwin64-gcc', 'cygwin64-gdbm', 'cygwin64-gettext', 'cygwin64-gmp', 'cygwin64-gnutls', 'cygwin64-isl', 'cygwin64-jbigkit', 'cygwin64-libarchive', 'cygwin64-libbfd', 'cygwin64-libdmx', 'cygwin64-libedit', 'cygwin64-libffi', 'cygwin64-libfontenc', 'cygwin64-libgcrypt', 'cygwin64-libgpg-error', 'cygwin64-libICE', 'cygwin64-libiconv', 'cygwin64-libjpeg-turbo', 'cygwin64-libmagic', 'cygwin64-libmpc', 'cygwin64-libpng', 'cygwin64-libSM', 'cygwin64-libssh2', 'cygwin64-libtasn1', 'cygwin64-libtool', 'cygwin64-libX11', 'cygwin64-libXau', 'cygwin64-libXaw', 'cygwin64-libxcb', 'cygwin64-libXcomposite', 'cygwin64-libXdamage', 'cygwin64-libXdmcp', 'cygwin64-libXext', 'cygwin64-libXfixes', 'cygwin64-libXft', 'cygwin64-libXi', 'cygwin64-libxml2', 'cygwin64-libXmu', 'cygwin64-libXpm', 'cygwin64-libXrandr', 'cygwin64-libXrender', 'cygwin64-libxslt', 'cygwin64-libXss', 'cygwin64-libXt', 'cygwin64-lzo2', 'cygwin64-mpfr', 'cygwin64-ncurses', 'cygwin64-nettle', 'cygwin64-openssl', 'cygwin64-p11-kit', 'cygwin64-pcre', 'cygwin64-pixman', 'cygwin64-pkg-config', 'cygwin64-popt', 'cygwin64-python', 'cygwin64-readline', 'cygwin64-sqlite3', 'cygwin64-tcl', 'cygwin64-tiff', 'cygwin64-tk', 'cygwin64-util-linux', 'cygwin64-w32api-headers', 'cygwin64-w32api-runtime', 'cygwin64-xcb-util', 'cygwin64-xcb-util-image', 'cygwin64-xcb-util-wm', 'cygwin64-xproto', 'cygwin64-zlib', 'damageproto', 'dblatex', 'dbus', 'dbus-glib', 'dconf', 'dejagnu', 'dejavu-fonts', 'desktop-file-utils', 'devhelp', 'dialog', 'djvulibre', 'dmtx-utils', 'dmxproto', 'docbook-dsssl', 'docbook-sgml30', 'docbook-sgml31', 'docbook-sgml40', 'docbook-sgml41', 'docbook-sgml42', 'docbook-sgml43', 'docbook-sgml44', 'docbook-sgml45', 'docbook-utils', 'docbook-xml-simple10', 'docbook-xml-simple11', 'docbook-xml412', 'docbook-xml42', 'docbook-xml43', 'docbook-xml44', 'docbook-xml45', 'docbook-xsl', 'docbook-xsl-ns', 'docbook2X', 'e2fsimage', 'e2fsprogs', 'ebook-tools', 'editres', 'eekboard', 'eigen3', 'empathy', 'enchant', 'engrampa', 'eog', 'eog-plugins', 'eom', 'epiphany', 'esound', 'evince', 'evolution', 'evolution-data-server', 'evolution-ews', 'exempi', 'exif', 'exiv2', 'exo', 'expect', 'extra-cmake-modules', 'faience-icon-theme', 'farstream0.2', 'fbpanel', 'fbxkb', 'file', 'file-roller', 'five-or-more', 'fixesproto', 'flexdll', 'fltk', 'fluidsynth', 'focuswriter', 'folks', 'font-util', 'fontconfig', 'fontforge', 'fontsproto', 'fonttosfnt', 'four-in-a-row', 'freerdp', 'freetds', 'freetype2', 'fribidi', 'fslsfonts', 'fstobdf', 'fvwm', 'gamin', 'garcon', 'gccmakedep', 'GConf2', 'gconfmm2.6', 'gcr', 'gdb', 'gdbm', 'gdk-pixbuf2.0', 'gdl3', 'gedit', 'gedit-code-assistance', 'gedit-plugins', 'geoclue', 'geocode-glib', 'GeoIP', 'GeoIP-database', 'gettext', 'giflib', 'gigolo', 'girara', 'glade', 'glade2', 'glade3', 'gle', 'glew', 'glib1.2', 'glib2.0', 'glib2.0-networking', 'glibmm2.4', 'glproto', 'glu', 'glw', 'gmime2.6', 'gnome-activity-journal', 'gnome-applets', 'gnome-backgrounds', 'gnome-calculator', 'gnome-chess', 'gnome-clocks', 'gnome-code-assistance', 'gnome-common', 'gnome-contacts', 'gnome-control-center', 'gnome-desktop', 'gnome-devel-docs', 'gnome-dictionary', 'gnome-doc-utils', 'gnome-flashback', 'gnome-font-viewer', 'gnome-getting-started-docs', 'gnome-icon-theme', 'gnome-keyring', 'gnome-klotski', 'gnome-mahjongg', 'gnome-menus', 'gnome-mime-data', 'gnome-mines', 'gnome-nibbles', 'gnome-online-accounts', 'gnome-panel', 'gnome-python', 'gnome-python-desktop', 'gnome-python-extras', 'gnome-robots', 'gnome-screenshot', 'gnome-session', 'gnome-settings-daemon', 'gnome-sudoku', 'gnome-system-log', 'gnome-system-monitor', 'gnome-terminal', 'gnome-tetravex', 'gnome-themes-standard', 'gnome-tweak-tool', 'gnome-user-docs', 'gnome-vfs2', 'gnome-vfsmm2.6', 'gnu-free-fonts', 'gnuchess', 'gob2', 'gobject-introspection', 'goffice0.10', 'goffice0.8', 'gom', 'goocanvas', 'goocanvas2.0', 'goocanvasmm2.0', 'gottet', 'gpgme', 'gpicview', 'grace', 'granatier', 'graphite2', 'graphviz', 'grilo0.2', 'grilo0.2-plugins', 'gsettings-desktop-schemas', 'gsm', 'gstreamer0.10', 'gstreamer0.10-plugins-base', 'gstreamer0.10-plugins-good', 'gstreamer1.0', 'gstreamer1.0-plugins-base', 'gstreamer1.0-plugins-good', 'gt', 'gtk-doc', 'gtk-vnc', 'gtk1.2', 'gtk1.2-engines', 'gtk2.0', 'gtk2.0-engines', 'gtk2.0-engines-murrine', 'gtk2.0-engines-smooth', 'gtk3', 'gtk3-engines-unico', 'gtkglarea2.0', 'gtkglext1.0', 'gtkhtml4.0', 'gtkmm2.4', 'gtkmm3.0', 'gtksourceview2.0', 'gtksourceview3.0', 'gtksourceviewmm2.0', 'gtksourceviewmm3.0', 'gtkspell', 'gtkspell3', 'gts', 'gtypist', 'gucharmap', 'gvfs', 'harfbuzz', 'help2man', 'hexalate', 'hexchat', 'hicolor-icon-theme', 'highlight', 'hitori', 'html2ps', 'httpd', 'hunspell', 'iagno', 'ibus', 'ibus-anthy', 'ibus-chewing', 'ibus-gucharmap', 'ibus-handwrite', 'ibus-hangul', 'ibus-input-pad', 'ibus-kkc', 'ibus-m17n', 'ibus-pinyin', 'ibus-qt', 'ibus-skk', 'ibus-unikey', 'ibus-xkb', 'iceauth', 'ico', 'icon-naming-utils', 'ilmbase', 'im-chooser', 'imake', 'imlib', 'imlib2', 'imsettings', 'inconsolata-fonts', 'input-pad', 'inputproto', 'intltool', 'iso-codes', 'itstool', 'jbigkit', 'js185', 'json-c', 'json-glib1.0', 'kactivities', 'kajongg', 'kalgebra', 'kalzium', 'kanagram', 'kanjistrokeorders-fonts', 'kapman', 'kapow', 'kasumi', 'kate', 'kate4', 'katomic', 'kblackbox', 'kblocks', 'kbounce', 'kbproto', 'kbrickbuster', 'kbruch', 'kcalc', 'kcharselect', 'kde-base-artwork', 'kde-baseapps', 'kde-l10n-ar', 'kde-l10n-bg', 'kde-l10n-bs', 'kde-l10n-ca', 'kde-l10n-ca-valencia', 'kde-l10n-cs', 'kde-l10n-da', 'kde-l10n-de', 'kde-l10n-el', 'kde-l10n-en_GB', 'kde-l10n-es', 'kde-l10n-et', 'kde-l10n-eu', 'kde-l10n-fa', 'kde-l10n-fi', 'kde-l10n-fr', 'kde-l10n-ga', 'kde-l10n-gl', 'kde-l10n-he', 'kde-l10n-hi', 'kde-l10n-hr', 'kde-l10n-hu', 'kde-l10n-ia', 'kde-l10n-id', 'kde-l10n-is', 'kde-l10n-it', 'kde-l10n-ja', 'kde-l10n-kk', 'kde-l10n-km', 'kde-l10n-kn', 'kde-l10n-ko', 'kde-l10n-lt', 'kde-l10n-lv', 'kde-l10n-mr', 'kde-l10n-nb', 'kde-l10n-nds', 'kde-l10n-nl', 'kde-l10n-nn', 'kde-l10n-pa', 'kde-l10n-pl', 'kde-l10n-pt', 'kde-l10n-pt_BR', 'kde-l10n-ro', 'kde-l10n-ru', 'kde-l10n-si', 'kde-l10n-sk', 'kde-l10n-sl', 'kde-l10n-sr', 'kde-l10n-sv', 'kde-l10n-tg', 'kde-l10n-th', 'kde-l10n-tr', 'kde-l10n-ug', 'kde-l10n-uk', 'kde-l10n-vi', 'kde-l10n-wa', 'kde-l10n-zh_CN', 'kde-l10n-zh_TW', 'kde-runtime', 'kde-wallpapers', 'kde-workspace', 'kdeedu-data', 'kdegraphics-mobipocket', 'kdelibs', 'kdepimlibs', 'kdewebdev', 'kdf', 'kdiamond', 'kf5-attica', 'kf5-frameworkintegration', 'kf5-kactivities', 'kf5-kapidox', 'kf5-karchive', 'kf5-kauth', 'kf5-kbookmarks', 'kf5-kcmutils', 'kf5-kcodecs', 'kf5-kcompletion', 'kf5-kconfig', 'kf5-kconfigwidgets', 'kf5-kcoreaddons', 'kf5-kcrash', 'kf5-kdbusaddons', 'kf5-kdeclarative', 'kf5-kded', 'kf5-kdelibs4support', 'kf5-kdesignerplugin', 'kf5-kdewebkit', 'kf5-kdnssd', 'kf5-kdoctools', 'kf5-kemoticons', 'kf5-kglobalaccel', 'kf5-kguiaddons', 'kf5-khtml', 'kf5-ki18n', 'kf5-kiconthemes', 'kf5-kidletime', 'kf5-kimageformats', 'kf5-kinit', 'kf5-kio', 'kf5-kitemmodels', 'kf5-kitemviews', 'kf5-kjobwidgets', 'kf5-kjs', 'kf5-kjsembed', 'kf5-kmediaplayer', 'kf5-knewstuff', 'kf5-knotifications', 'kf5-knotifyconfig', 'kf5-kpackage', 'kf5-kparts', 'kf5-kpeople', 'kf5-kplotting', 'kf5-kpty', 'kf5-kross', 'kf5-kross-interpreters', 'kf5-krunner', 'kf5-kservice', 'kf5-ktexteditor', 'kf5-ktextwidgets', 'kf5-kunitconversion', 'kf5-kwallet', 'kf5-kwidgetsaddons', 'kf5-kwindowsystem', 'kf5-kxmlgui', 'kf5-kxmlrpcclient', 'kf5-libkdegames', 'kf5-libkmahjongg', 'kf5-plasma', 'kf5-solid', 'kf5-sonnet', 'kf5-threadweaver', 'kfilemetadata', 'kfourinline', 'kgeography', 'kget', 'kgoldrunner', 'kgpg', 'khangman', 'kig', 'kigo', 'killbots', 'kiriki', 'kiten', 'kjumpingcube', 'klavaro', 'klettres', 'klickety', 'klines', 'kmahjongg', 'kmines', 'kmplot', 'knavalbattle', 'knetwalk', 'kolf', 'kollision', 'konquest', 'konsole', 'konsole4', 'konversation', 'kpat', 'krb5', 'krb5-auth-dialog', 'krdc', 'kreversi', 'krfb', 'kshisen', 'ksirk', 'ksnakeduel', 'kspaceduel', 'ksquares', 'kstars', 'ksudoku', 'ksystemlog', 'kteatime', 'ktimer', 'ktorrent', 'ktouch', 'ktuberling', 'kturtle', 'kubrick', 'kwalletmanager', 'kwebkitpart', 'kwordquiz', 'lasem0.4', 'leafpad', 'libarchive', 'libart_lgpl_2', 'libasyncns', 'libbonobo2', 'libbonoboui2', 'libcaca', 'libcanberra', 'libchamplain0.12', 'libchewing', 'libcroco0.6', 'libdaemon', 'libdatrie', 'libdbusmenu-qt', 'libdbusmenu-qt5', 'libdmapsharing3.0', 'libdmtx', 'libdmx', 'libdv', 'libelf', 'libepoxy', 'liberation-fonts', 'libesmtp', 'libevent', 'libexif', 'libffi', 'libfm', 'libfontenc', 'libFS', 'libgcrypt', 'libgda5.0', 'libgdamm5.0', 'libgdata', 'libgee', 'libgee0.8', 'libgit2', 'libgit2-glib1.0', 'libglade2.0', 'libglademm2.4', 'libgnome-keyring', 'libgnome2', 'libgnomecanvas2', 'libgnomecanvasmm2.6', 'libgnomekbd', 'libgnomemm2.6', 'libgnomeui2', 'libgnomeuimm2.6', 'libgpg-error', 'libgsf', 'libgtop2.0', 'libgucharmap', 'libgweather', 'libgxps', 'libhangul', 'libical', 'libICE', 'libiconv', 'libid3tag', 'libIDL2', 'libiodbc', 'libjpeg-turbo', 'libkdeedu', 'libkdegames', 'libkeduvocdocument', 'libkkc', 'libkkc-data', 'libkmahjongg', 'libktorrent', 'libLASi', 'liblqr1', 'libmatekbd', 'libmateweather', 'libmediaart1.0', 'libmetalink', 'libmikmod', 'libmodplug', 'libmspack', 'libnice', 'libnotify', 'liboauth', 'libotf', 'libpaper', 'libpeas', 'libpng', 'libpng10', 'libpng12', 'libpng14', 'libpng15', 'libproxy', 'libpst', 'libqalculate', 'libquvi0.9', 'libquvi0.9-scripts', 'libqzeitgeist', 'librest0.7', 'librsvg2', 'libsamplerate', 'libsecret1', 'libshout', 'libsigc2.0', 'libskk', 'libSM', 'libsndfile', 'libsoup2.4', 'libspectre', 'libspiro', 'libssh', 'libssh2', 'libthai', 'libtimidity', 'libtirpc', 'libtool', 'libungif', 'libuninameslist', 'libunique1.0', 'libunique3.0', 'libusb-win32', 'libusb1.0', 'libverto', 'libvncserver', 'libvoikko', 'libvpx', 'libwebp', 'libWindowsWM', 'libwnck', 'libwnck3', 'libX11', 'libXau', 'libXaw', 'libXaw3d', 'libxcb', 'libXcomposite', 'libXcursor', 'libXdamage', 'libXdmcp', 'libXext', 'libxfce4ui', 'libxfce4util', 'libxfcegui4', 'libXfixes', 'libXfont', 'libXft', 'libXi', 'libXinerama', 'libxkbcommon', 'libxkbfile', 'libxklavier', 'libxml++2.6', 'libxml2', 'libXmu', 'libXpm', 'libXrandr', 'libXrender', 'libXres', 'libXScrnSaver', 'libxslt', 'libXt', 'libXtst', 'libytnef', 'libzeitgiest1.0', 'libzip', 'lightsoff', 'lighttpd', 'linux-libertine-fonts', 'listres', 'llvm', 'lndir', 'login', 'lrzip', 'lskat', 'lua', 'lua-bit', 'lua-crypto', 'lua-json', 'lua-lfs', 'lua-logging', 'lua-lpeg', 'lua-luadoc', 'lua-lxp', 'lua-socket', 'lua5.1', 'luit', 'lxappearance', 'lxappearance-obconf', 'lxde-common', 'lxde-icon-theme', 'lxinput', 'lxmenu-data', 'lxpanel', 'lxsession', 'lxtask', 'lxterminal', 'm17n-contrib', 'm17n-db', 'm17n-lib', 'makedepend', 'malaga', 'man-db', 'marble', 'marco', 'marisa', 'mate-applets', 'mate-backgrounds', 'mate-calc', 'mate-common', 'mate-control-center', 'mate-desktop', 'mate-dialogs', 'mate-icon-theme', 'mate-media', 'mate-menus', 'mate-notification-daemon', 'mate-panel', 'mate-session-manager', 'mate-settings-daemon', 'mate-system-monitor', 'mate-terminal', 'mate-themes', 'mate-themes-extras', 'mate-utils', 'mcpp', 'mdbtools', 'mDNSResponder', 'menu-cache', 'mesa', 'mesa-demos', 'metacity', 'midori', 'mingw64-i686-bzip2', 'mingw64-i686-libgcrypt', 'mingw64-i686-libgpg-error', 'mingw64-i686-pkg-config', 'mingw64-i686-xz', 'mingw64-i686-zlib', 'mingw64-x86_64-bzip2', 'mingw64-x86_64-libgcrypt', 'mingw64-x86_64-libgpg-error', 'mingw64-x86_64-pkg-config', 'mingw64-x86_64-xz', 'mingw64-x86_64-zlib', 'mkcomposecache', 'mkfontdir', 'mkfontscale', 'mm-common', 'monotone', 'motif', 'mousepad', 'mousetweaks', 'mozo', 'mutter', 'mysql', 'nano', 'nas', 'nautilus', 'ncompress', 'ncurses', 'nedit', 'netpbm', 'notification-daemon', 'novprog', 'nspr', 'nss', 'obconf', 'ocaml-facile', 'oclock', 'odbc-mysql', 'odbc-psql', 'odbc-sqlite3', 'okteta', 'okteta4', 'openal', 'openbox', 'openexr', 'openjade', 'openjpeg', 'OpenSP', 'openssl', 'opus', 'opusfile', 'orage', 'ORBit2', 'orc', 'overpass-fonts', 'oxygen-fonts', 'oxygen-icons', 'p11-kit', 'pairs', 'palapeli', 'pango1.0', 'pangomm1.4', 'pangox-compat', 'paprefs', 'parley', 'pavucontrol', 'pcmanfm', 'pcre', 'pdf2djvu', 'peg-e', 'perl-Alien-wxWidgets', 'perl-Archive-Zip', 'perl-Authen-SASL', 'perl-Cairo', 'perl-Cairo-GObject', 'perl-CGI', 'perl-Clone', 'perl-DBD-mysql', 'perl-DBD-SQLite', 'perl-DBI', 'perl-Digest-HMAC', 'perl-Digest-SHA1', 'perl-Encode-Locale', 'perl-ExtUtils-Depends', 'perl-ExtUtils-PkgConfig', 'perl-File-Listing', 'perl-GD', 'perl-Getopt-ArgvFile', 'perl-gettext', 'perl-Glib', 'perl-Glib-Object-Introspection', 'perl-Gnome2', 'perl-Gnome2-Canvas', 'perl-Gnome2-GConf', 'perl-Gnome2-Rsvg', 'perl-Gnome2-VFS', 'perl-Gnome2-Vte', 'perl-Gnome2-Wnck', 'perl-GStreamer', 'perl-GStreamer-Interfaces', 'perl-Gtk2', 'perl-Gtk2-GladeXML', 'perl-Gtk2-Notify', 'perl-Gtk2-SourceView2', 'perl-Gtk2-Spell', 'perl-Gtk2-Unique', 'perl-Gtk2-WebKit', 'perl-Gtk3', 'perl-HTML-Parser', 'perl-HTML-Tagset', 'perl-HTTP-Cookies', 'perl-HTTP-Daemon', 'perl-HTTP-Date', 'perl-HTTP-Message', 'perl-HTTP-Negotiate', 'perl-IO-Socket-IP', 'perl-IO-Socket-SSL', 'perl-Locale-gettext', 'perl-LWP-MediaTypes', 'perl-MailTools', 'perl-Module-Pluggable', 'perl-Module-ScanDeps', 'perl-Net-HTTP', 'perl-Net-SMTP-SSL', 'perl-Net-SSLeay', 'perl-OpenGL', 'perl-Pango', 'perl-PAR', 'perl-PAR-Dist', 'perl-PAR-Packer', 'perl-Params-Util', 'perl-Proc-ProcessTable', 'perl-SGMLSpm', 'perl-Socket', 'perl-Term-ReadKey', 'perl-Term-ReadLine-Gnu', 'perl-Text-CharWidth', 'perl-Text-WrapI18N', 'perl-TimeDate', 'perl-Tk', 'perl-Tk-Canvas-GradientColor', 'perl-Tk-ColoredButton', 'perl-Tk-EntryCheck', 'perl-Tk-Getopt', 'perl-Tk-Pod', 'perl-URI', 'perl-WWW-RobotRules', 'perl-Wx', 'perl-XML-LibXML', 'perl-XML-NamespaceSupport', 'perl-XML-Parser', 'perl-XML-SAX', 'perl-XML-SAX-Base', 'perl-XML-Simple', 'perl-YAML', 'phodav', 'phonon', 'phonon-backend-gstreamer', 'phonon4qt5', 'phonon4qt5-backend-gstreamer', 'php', 'php-Archive_Tar', 'php-Console_Getopt', 'php-jsonc', 'php-PEAR', 'php-Structures_Graph', 'php-XML_Util', 'picmi', 'pixman', 'pkg-config', 'planet', 'pluma', 'pluma-plugins', 'po4a', 'poppler', 'poppler-data', 'portaudio', 'portmidi', 'presentproto', 'prison', 'pulseaudio', 'putty', 'python', 'python-backports.ssl_match_hostname', 'python-beautifulsoup', 'python-bsddb3', 'python-cairo', 'python-cffi', 'python-chardet', 'python-cryptography', 'python-cython', 'python-dbus', 'python-doc', 'python-enum34', 'python-gi', 'python-gobject', 'python-goocanvas', 'python-gst0.10', 'python-gtk2.0', 'python-gtksourceview2', 'python-htmltmpl', 'python-imaging', 'python-lxml', 'python-mako', 'python-markupsafe', 'python-mx', 'python-numpy', 'python-opengl', 'python-opengl-accelerate', 'python-openssl', 'python-orbit', 'python-ply', 'python-pyasn1', 'python-pycparser', 'python-pygame', 'python-pygments', 'python-pykde4', 'python-pypdf', 'python-pyqt4', 'python-pyqt5', 'python-pyrex', 'python-reportlab', 'python-requests', 'python-setuptools', 'python-simplejson', 'python-sip', 'python-six', 'python-twisted', 'python-unidecode', 'python-urllib3', 'python-webkit', 'python-xdg', 'python-yaml', 'python-zope.interface', 'python3', 'python3-bsddb3', 'python3-cairo', 'python3-cffi', 'python3-chardet', 'python3-cryptography', 'python3-cython', 'python3-dbus', 'python3-doc', 'python3-imaging', 'python3-lxml', 'python3-mako', 'python3-markupsafe', 'python3-numpy', 'python3-openssl', 'python3-ply', 'python3-pyasn1', 'python3-pycparser', 'python3-pygments', 'python3-pykde4', 'python3-pyqt4', 'python3-pyqt5', 'python3-requests', 'python3-setuptools', 'python3-simplejson', 'python3-sip', 'python3-six', 'python3-unidecode', 'python3-urllib3', 'python3-xdg', 'python3-yaml', 'python3-zope.interface', 'pyzy', 'qca', 'qimageblitz', 'qjson', 'qoauth', 'qqwing', 'qrencode', 'qscintilla2', 'qt3', 'qt4', 'qt4-webkit', 'qt5-base', 'qt5-declarative', 'qt5-doc', 'qt5-enginio', 'qt5-graphicaleffects', 'qt5-imageformats', 'qt5-location', 'qt5-multimedia', 'qt5-quick1', 'qt5-quickcontrols', 'qt5-script', 'qt5-serialport', 'qt5-svg', 'qt5-tools', 'qt5-translations', 'qt5-webchannel', 'qt5-webkit', 'qt5-webkit-examples', 'qt5-websockets', 'qt5-x11extras', 'qt5-xmlpatterns', 'quadrapassel', 'quvi', 'randrproto', 'rarian', 'recordproto', 'rendercheck', 'renderproto', 'resourceproto', 'rgb', 'ristretto', 'robodoc', 'rocs', 'rodent-icon-theme', 'rstart', 'ruby', 'ruby-actionmailer', 'ruby-actionpack', 'ruby-actionview', 'ruby-activejob', 'ruby-activemodel', 'ruby-activerecord', 'ruby-activerecord-deprecated_finders', 'ruby-activesupport', 'ruby-arel', 'ruby-atk', 'ruby-bcrypt', 'ruby-bigdecimal', 'ruby-binding_of_caller', 'ruby-builder', 'ruby-bundler', 'ruby-byebug', 'ruby-cairo', 'ruby-cairo-gobject', 'ruby-celluloid', 'ruby-clutter', 'ruby-clutter-gtk', 'ruby-coffee-rails', 'ruby-coffee-script', 'ruby-coffee-script-source', 'ruby-columnize', 'ruby-curses', 'ruby-dbus', 'ruby-debug_inspector', 'ruby-erubis', 'ruby-execjs', 'ruby-gdk3', 'ruby-gdk_pixbuf2', 'ruby-gettext', 'ruby-gio2', 'ruby-glib2', 'ruby-globalid', 'ruby-gobject-introspection', 'ruby-goocanvas1', 'ruby-goocanvas2', 'ruby-gstreamer0.10', 'ruby-gstreamer1.0', 'ruby-gtk2', 'ruby-gtk3', 'ruby-gtksourceview2', 'ruby-gtksourceview3', 'ruby-hike', 'ruby-hitimes', 'ruby-hoe', 'ruby-i18n', 'ruby-io-console', 'ruby-jbuilder', 'ruby-journey', 'ruby-jquery-rails', 'ruby-json', 'ruby-kgio', 'ruby-listen', 'ruby-locale', 'ruby-loofah', 'ruby-mail', 'ruby-mime-types', 'ruby-minitest', 'ruby-minitest4', 'ruby-minitest5', 'ruby-molinillo', 'ruby-multi_json', 'ruby-mysql2', 'ruby-net-http-persistent', 'ruby-nokogiri', 'ruby-oj', 'ruby-pango', 'ruby-pg', 'ruby-pkg-config', 'ruby-polyglot', 'ruby-poppler', 'ruby-psych', 'ruby-racc', 'ruby-rack', 'ruby-rack-cache', 'ruby-rack-ssl', 'ruby-rack-test', 'ruby-rails', 'ruby-rails-deprecated_sanitizer', 'ruby-rails-dom-testing', 'ruby-rails-html-sanitizer', 'ruby-railties', 'ruby-raindrops', 'ruby-rake', 'ruby-rake-compiler', 'ruby-rdoc', 'ruby-rsvg2', 'ruby-sass', 'ruby-sass-rails', 'ruby-sdoc', 'ruby-sprockets', 'ruby-sprockets-rails', 'ruby-sqlite3', 'ruby-test-unit', 'ruby-text', 'ruby-thor', 'ruby-thread_safe', 'ruby-tilt', 'ruby-timers', 'ruby-treetop', 'ruby-turbolinks', 'ruby-tzinfo', 'ruby-uglifier', 'ruby-unicorn', 'ruby-vte', 'ruby-vte3', 'ruby-web-console', 'ruby-webkit-gtk2', 'ruby-yajl', 'rubygems', 'rxvt-unicode', 'scowl', 'scrnsaverproto', 'SDL', 'SDL2', 'SDL2_image', 'SDL2_mixer', 'SDL2_net', 'SDL2_ttf', 'SDL_gfx', 'SDL_image', 'SDL_mixer', 'SDL_net', 'SDL_Pango', 'SDL_sound', 'SDL_ttf', 'seahorse', 'sessreg', 'setxkbmap', 'sgml-common', 'shared-mime-info', 'showfont', 'simsu', 'sj-fonts', 'skkdic', 'sl', 'smproxy', 'snownews', 'sound-theme-freedesktop', 'source-highlight', 'sox', 'spice-gtk', 'spice-protocol', 'startup-notification', 'step', 'strigi', 'suomi-malaga', 'sweeper', 'swell-foop', 'swig', 'taglib', 'tali', 'tanglet', 'tcl', 'tcl-itcl', 'tcl-itk', 'tcl-iwidgets', 'tcl-tix', 'tcl-tk', 'tcl-togl', 'tdb', 'telepathy-farstream', 'telepathy-gabble', 'telepathy-glib', 'telepathy-idle', 'telepathy-logger', 'telepathy-mission-control', 'telepathy-qt', 'terminus-fonts', 'tetzle', 'Thunar', 'tidy', 'tiff', 'tigervnc', 'timidity++', 'totem', 'totem-pl-parser', 'transmission', 'transset', 'trayer', 'tumbler', 'twm', 'tzcode', 'unifont', 'unzip', 'upower', 'usbredir', 'usbutils', 'util-linux', 'vala', 'viewres', 'vim', 'vinagre', 'vino', 'vte', 'vte2.90', 'vte2.91', 'wavpack', 'webkitgtk', 'webrtc-audio-processing', 'wildmidi', 'WindowMaker', 'windowswmproto', 'wxWidgets2.8', 'wxWidgets3.0', 'x11perf', 'xapian-bindings', 'xapian-core', 'xarchiver', 'xauth', 'xbiff', 'xbitmaps', 'xcalc', 'xcb-proto', 'xcb-util', 'xcb-util-cursor', 'xcb-util-image', 'xcb-util-keysyms', 'xcb-util-renderutil', 'xcb-util-wm', 'xclipboard', 'xclock', 'xcmiscproto', 'xcmsdb', 'xcompmgr', 'xconsole', 'xcursor-themes', 'xcursorgen', 'xdbedizzy', 'xdg-user-dirs', 'xdg-user-dirs-gtk', 'xditview', 'xdpyinfo', 'xedit', 'xerces-c', 'xev', 'xextproto', 'xeyes', 'xf86-video-dummy', 'xf86-video-nested', 'xf86bigfontproto', 'xfce-themes', 'xfce4-appfinder', 'xfce4-clipman-plugin', 'xfce4-cpugraph-plugin', 'xfce4-dev-tools', 'xfce4-dict', 'xfce4-embed-plugin', 'xfce4-equake-plugin', 'xfce4-eyes-plugin', 'xfce4-fsguard-plugin', 'xfce4-genmon-plugin', 'xfce4-mailwatch-plugin', 'xfce4-mixer', 'xfce4-notes-plugin', 'xfce4-notifyd', 'xfce4-panel', 'xfce4-places-plugin', 'xfce4-screenshooter', 'xfce4-session', 'xfce4-settings', 'xfce4-smartbookmark-plugin', 'xfce4-taskmanager', 'xfce4-terminal', 'xfce4-time-out-plugin', 'xfce4-timer-plugin', 'xfce4-verve-plugin', 'xfce4-weather-plugin', 'xfce4-whiskermenu-plugin', 'xfce4-wmdock-plugin', 'xfce4-xkb-plugin', 'xfconf', 'xfd', 'xfdesktop', 'xfontsel', 'xfs', 'xfsinfo', 'xfwm4', 'xfwm4-themes', 'xgc', 'xhost', 'xineramaproto', 'xinit', 'xinput', 'xkbcomp', 'xkbevd', 'xkbprint', 'xkbutils', 'xkeyboard-config', 'xkill', 'xload', 'xlogo', 'xlsatoms', 'xlsclients', 'xlsfonts', 'xmag', 'xman', 'xmessage', 'xmh', 'xmlto', 'xmltoman', 'xmodmap', 'xmore', 'xorg-cf-files', 'xorg-docs', 'xorg-scripts', 'xorg-sgml-doctools', 'xorg-util-macros', 'xorg-x11-fonts', 'xpr', 'xprop', 'xproto', 'xrandr', 'xrdb', 'xrefresh', 'xscope', 'xset', 'xsetroot', 'xsm', 'xstdcmap', 'xterm', 'xtrans', 'xwd', 'xwininfo', 'xwinwm', 'xwud', 'xz', 'yakuake', 'yaml', 'yelp', 'yelp-tools', 'yelp-xsl', 'zathura', 'zathura-cb', 'zathura-djvu', 'zathura-pdf-poppler', 'zathura-ps', 'zeitgeist', 'zeitgeist-datasources', 'zenity', 'zinnia', 'zinnia-tomoe', 'zip', 'zlib', 'zziplib']),
  'Yitzchak Scott-Thoennes': maintainers.Maintainer('Yitzchak Scott-Thoennes', [], ['fortune-mod']),
  'Yue Ren': maintainers.Maintainer('Yue Ren', [], ['4ti2', 'cddlib', 'flint', 'ntl', 'singular', 'surf'])}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]