Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: DISTRO_PKGS_SPECS-ubuntu-xenial
Submitted on May 21, 2017 at 11:17 PM

New Paste 1 (Text)

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974
# fallbacks when looking for pet pkgs.... (note, older: lucid karmic jaunty intrepid)
FALLBACKS_COMPAT_VERSIONS='trusty saucy raring precise'

#custom templates=cups,sylpheed,ghostscript,xorg-base

#PKGS_SPECS_TABLE table format:
#will pkg be in puppy-build.
#    Generic name for pkg. Note: PET packages, if exist, use this name.
#            Comma-separated list of compatible-distro pkg(s). '-' prefix, exclude.
#            Must be exact name-only of pkg, else '*' on end is wildcard to search full name.
#            Empty field, then use PET pkg.
#                                    How the package will get split up in woof (optional redirection '>' operator).
#                                    Missing field, it goes into exe. Can also redirect >null, means dump it.
#yes|abiword|iceword,iceword-plugins|exe,dev,doc,nls

#example showing wildcard. finds all full pkg names with 'gcc-4.3*',
#but, exclude any 'gcc-4.3-doc*' matches...
# yes|gcc|gcc,gcc-4.3*,-gcc-4.3-doc*|exe,dev,doc,nls

#110817 Comments preferred to be on end of line, ex:
# yes|abiword|iceword,iceword-plugins|exe,dev,doc,nls| #this is a comment.

#110829 enhancements:
#                                                     Force pkg is from compat-distro repo, specifically 'salix' repo.
# yes|abiword|iceword,iceword-plugins|exe,dev,doc,nls|compat:salix
#Generic format:

yes|genericpkgname|[pkgnames]|[splitup]|[pet:[repo]]
# yes|genericpkgname|[pkgnames]|[splitup]|[compat:[repo]]
#for a fuller explanation of the entries in PKGS_SPECS_TABLE, please see:
# http://bkhome.org/blog/?viewDetailed=02414

PKGS_SPECS_TABLE='
yes|915resolution||exe,dev,doc,nls
yes|a52dec|liba52-0.7.4,liba52-0.7.4-dev|exe,dev,doc,nls
no|aalib|libaa1|exe,dev>null,doc,nls| #ascii library, needed by mplayer, gphoto
no|abiword|abiword,abiword-common,libabiword-3.0,libabiword-3.0-dev,libwps-0.2-2|exe,dev,doc,nls| #needs gtk+3.
no|abiword||exe,dev>null,doc,nls|
no|abiword-plugin-grammar|abiword-plugin-grammar|exe,dev,doc,nls
no|abiword-plugin-mathview|abiword-plugin-mathview|exe,dev,doc,nls
no|acl|acl,libacl1,libacl1-dev|exe,dev,doc,nls
yes|acpi|acpi|exe,dev,doc,nls
yes|acpid-busibox||exe
yes|advancecomp|advancecomp|exe>dev,dev,doc,nls
yes|align||exe
yes|alsa-lib|libasound2,libasound2-data,libasound2-dev,libasound2-plugins|exe,dev,doc,nls
yes|alsa-base|alsa-base|exe,dev,doc,nls
yes|alsa-driver|linux-sound-base|exe,dev,doc,nls|
yes|alsa-utils|alsa-utils|exe,dev,doc,nls
yes|alsaequal||exe| #needed by pequalizer.
yes|apparmor|libapparmor1|exe,dev,doc,nls| #ADDED 20151029
yes|apulse||exe,dev,doc,nls
no|arp-scan|arp-scan|exe,dev,doc,nls| #needed by peasyscan-noarch
no|aspell|libaspell15,libaspell-dev|exe,dev,doc,nls| #needed by abiword.
no|aspell-en|aspell-en|exe,dev,doc,nls|
no|asunder|asunder|exe,dev,doc,nls
yes|asunder||exe,dev,doc,nls| 
yes|atk|gir1.2-atk-1.0,libatk1.0-0,libatk1.0-data,libatk1.0-dev|exe,dev,doc,nls|
yes|atkmm|libatkmm-1.6-1v5,libatkmm-1.6-dev|exe,dev,doc,nls
yes|at-spi2-atk|libatspi2.0-0,libatk-bridge2.0-0,libatk-adaptor,libatk-bridge2.0-dev|exe,dev,doc,nls| #needed by gtk+3.
yes|attr|libattr1,libattr1-dev|exe,dev,doc,nls
yes|audiofile|libaudiofile1,libaudiofile-dev|exe,dev,doc,nls
yes|audit|libaudit-common,libaudit1,libaudit-dev|exe,dev,doc,nls| #needed by xorg.
no|aufs|aufs-tools|exe,dev,doc,nls
no|aufs3-util||exe,dev,doc,nls
yes|autoconf|autoconf,autoconf-archive|exe>dev,dev,doc,nls
no|autologin||exe
no|automake|automake,autotools-dev|exe>dev,dev,doc,nls
no|autotools-dev|autotools-dev|exe>dev,dev,doc,nls| #fixes symlinks problem put this into automake and libtool.
yes|avahi|libavahi-client3,libavahi-client-dev,libavahi-glib1,libavahi-glib-dev,libavahi-common3,libavahi-common-data,libavahi-common-dev,libavahi-compat-libdnssd1,libavahi-compat-libdnssd-dev|exe,dev,doc,nls
yes|avfs|avfs|exe,dev,doc,nls
yes|axel|axel|exe,dev>,doc,nls
yes|babeltrace|libbabeltrace1,libbabeltrace-ctf-dev,libbabeltrace-dev|exe,dev,doc,nls|
yes|bacon||exe,dev,doc>dev,nls| #i compiled this in tahr.
yes|bacon_runtime||exe,dev,doc,nls| #i compiled this in tahr
yes|bash||exe,dev>null,doc,nls| #this is bash 4.3.29
yes|bbc_provided||exe
yes|bbe|bbe|exe,dev,doc,nls| #sed-like editor for binary files.
yes|bc|bc|exe,dev>null,doc,nls
yes|bcrypt||exe
yes|bdb|libdb5.3,libdb-dev,libdb5.3-dev|exe,dev,doc,nls
yes|bin86|bin86|exe>dev,dev,doc,nls
yes|binutils|binutils,binutils-dev|exe>dev,dev,doc,nls
no|binutils||exe>dev,dev,doc,nls
no|bison|bison|exe>dev,dev,doc,nls
yes|boehm-gc|libgc1c2,libgc-dev|exe,dev,doc,nls
yes|bones||exe
no|bsdmainutils|bsdmainutils|exe,dev,doc,nls| #only need col utility, refer forum t=82092&start=135. 130216 col now in util-linux.
yes|busybox||exe,dev>null,doc,nls
yes|bzip2|bzip2,libbz2-1.0,libbz2-dev|exe,dev,doc,nls
yes|ca-certificates|ca-certificates|exe,dev,doc,nls
no|cairo|libcairo2,libcairo2-dev,libcairo-gobject2,libcairo-gobject2,libcairo-script-interpreter2|exe,dev,doc,nls
no|cairomm|libcairomm-1.0-1v5,libcairomm-1.0-dev|exe,dev,doc,nls| ###PROBLEM TODO### this pkg supposed to go entirely into upup/cairomm_DEV but not right. see also glibmm, gtkmm, pangomm ###TODO###
yes|caps||exe,dev,doc,nls|
yes|ccache|ccache|exe>dev,dev,doc>dev|
yes|cddetect||exe,dev>null,doc,nls
yes|cdparanoia|cdparanoia,libcdparanoia0,libcdparanoia-dev|exe,dev,doc,nls
no|cdrkit||exe,dev>null,doc,nls
yes|cdrkit|genisoimage,wodim,icedax|exe,dev,doc,nls
yes|cdrtools||exe,dev,doc,nls
yes|cgtkcalc||exe,dev>null,doc,nls
no|chmlib||exe,dev,doc,nls
no|chmsee||exe,dev>null,doc,nls
yes|chntpw|chntpw|exe,dev,doc,nls
yes|cifs-utils|cifs-utils|exe,dev,doc,nls
yes|clipit||exe|
yes|close||exe|
no|connectorgram||exe
yes|copy-fast||exe|
yes|coreutils|coreutils|exe,dev>null,doc,nls
no|coreutils||exe
no|cmake|cmake,cmake-data,cmake-curses-gui|exe>dev,dev,doc,nls
yes|colord|libcolord2,libcolord-dev|exe,dev,doc,nls| #needed by gtk+3.
no|connect-proxy|connect-proxy|exe,dev,doc,nls| #not sure, i think xmir needs this to talk to mir. XMIR
yes|cpio|cpio|exe,dev>null,doc,nls
yes|cryptsetup|cryptsetup,cryptsetup-bin,libcryptsetup4,libcryptsetup-dev|exe,dev,doc,nls
no|ctorrent|ctorrent|exe,dev>null,doc,nls
no|cups|cups-1.3.11*|exe,dev,doc,nls|pet:wary5| #stupid ubuntu cups is broken.
no|cups||exe,dev,doc>dev,nls|pet:xenial
no|cups|cups-bsd,cups,cups-common,cups-core-drivers,cups-server-common,cups-client,cups-ppdc,libcups2,libcups2-dev,libcupsimage2,libcupsimage2-dev,libcupsmime1,libcupsmime1-dev,libcupscgi1,libcupscgi1-dev,libcupsppdc1,libcupsppdc1-dev,cups-daemon|exe,dev,doc>exe,nls
no|cups-filters|cups-filters,cups-filters-core-drivers,libcupsfilters1,libcupsfilters-dev,libfontembed1,libfontembed-dev|exe,dev,doc,nls| #extra cups filters, especially pdftops.
no|cups_pdf||exe|
yes|curl|curl,libcurl3,libcurl4-gnutls-dev,libcurl3-nss,libcurl4-nss-dev,libcurl4-openssl-dev|exe,dev,doc,nls|
yes|cvs|cvs|exe>dev,dev,doc,nls
yes|cyrus-sasl2|libsasl2-2,libsasl2-dev,libsasl2-modules-db|exe,dev,doc,nls
yes|dash|dash|exe>dev,dev,doc,nls
no|dbus||exe,dev,doc,nls
yes|dbus|dbus,dbus-x11,libdbus-1-3,libdbus-1-dev|exe,dev,doc,nls|
yes|dbus-glib|libdbus-glib-1-2,libdbus-glib-1-dev|exe,dev,doc,nls|
no|dbus-bin||exe,dev,doc,nls
no|dbus-libs|libdbus-1-3,libdbus-1-dev|exe,dev,doc,nls| #reports that qt4 must have the official libs.
yes|d-conf|dconf-gsettings-backend,dconf-service,libdconf1,libdconf-dbus-1-0,libdconf-dbus-1-dev,libdconf-dev|exe,dev,doc,nls
yes|ddcprobe||exe,dev>null,doc,nls
no|deadbeef||exe,dev,doc,nls
yes|debianutils|debianutils|exe,dev,doc,nls
no|defaults-chooser||exe|
no|desk_background_tahr||exe|pet:tahr| #wallpapers for tahr puppy.
no|desk_background_precise3||exe| #wallpapers for precise puppy.
no|desk_background_quirkytahr||exe|pet:noarch
yes|desk_icon_theme_blue_moon||exe
no|desk_icon_theme_jq8flat||exe
yes|desk_icon_theme_ardis||exe
yes|desk_icon_theme_flattr||exe
yes|desk_icon_theme_irokami||exe
yes|desk_icon_theme_moblin_stark||exe
yes|desk_icon_theme_Moka||exe
yes|desk_icon_theme_oranchelo||exe
yes|desk_icon_theme_Sarai||exe
yes|desk_icon_theme_neon||exe
no|desk_icon_theme_original||exe
yes|desk_icon_theme_jq8raised||exe
no|desk_icon_theme_smooth_color||exe
no|desk_icon_theme_stardust||exe
yes|desktop-file-utils|desktop-file-utils|exe,dev,doc,nls
yes|devmapper|libdevmapper1.02.1,libdevmapper-dev,libdevmapper-event1.02.1|exe,dev,doc,nls
no|dhcpcd|dhcpcd|exe,dev>null,doc,nls
yes|dhcpcd||exe,dev,doc,nls|
yes|dialog|dialog|exe,dev>null,doc,nls
yes|dictd_client||exe
no|didiwiki||exe
yes|dietlibc|dietlibc-dev|exe>dev,dev,doc,nls
yes|diffstat|diffstat|exe,dev>null,doc,nls
no|diffutils|diff|exe,dev>null,doc,nls
yes|diffutils||exe
yes|directfb|libdirectfb-1.2-9,libdirectfb-dev,libdirectfb-extra|exe,dev,doc,nls|
no|disktype|disktype|exe,dev>null,doc,nls| #broken. need my pet.
yes|disktype||exe,dev,doc,nls|
yes|dmidecode|dmidecode|exe,dev>null,doc,nls
yes|dosfstools|dosfstools|exe,dev>null,doc,nls
yes|dpkg|dpkg,dpkg-dev,libdpkg-dev|exe,dev>null,doc,nls|
yes|dunst||exe,dev,doc,nls|
no|dvdauthor|dvdauthor|exe,dev,doc,nls| #shinobar reports this is broken. pet works...
yes|dvdauthor||exe,dev,doc,nls|
yes|dvd+rwtools|dvd+rw-tools,growisofs|exe,dev,doc,nls
yes|e2fsprogs|comerr-dev,e2fslibs,e2fslibs-dev,e2fsprogs,libblkid1,libblkid-dev,libcomerr2,libss2,libuuid1,ss-dev,uuid-dev|exe,dev,doc,nls
no|e3|e3|exe,dev>null,doc,nls| #the ubuntu e3 crashes.
no|e3||exe
yes|ed|ed|exe,dev>null,doc,nls
yes|edid|read-edid|exe,dev>null,doc,nls
yes|efibootmgr|efibootmgr|exe,dev,doc,nls| #access efi boot manager. needs libefivar0
yes|efivar|efivar,libefivar0,libefivar-dev|exe,dev>null,doc,nls|
yes|eject|eject|exe,dev>null,doc,nls
yes|elfutils|elfutils,libasm1,libasm-dev,libdw1,libdw-dev,libelf1,libelf-dev|exe,dev,doc,nls| #note, libelf is a different pkg.
yes|elspci||exe,dev>null,doc,nls
yes|embutils_cut||exe
yes|enchant|libenchant1c2a,libenchant-dev|exe,dev,doc,nls
no|epdfview|epdfview|exe,dev>null,doc,nls| #not in repo. now using evince, my pet.
yes|esound|esound-common,libesd0,libesd0-dev|exe,dev,nls,doc
yes|ethtool|ethtool|exe,dev>null,doc,nls
no|evince|evince,libevdocument3-4,libevview3-3,libsecret-1-0,evince-common|exe,dev,doc,nls| #gtk3 pdf viewer
no|evince||exe,dev,doc,nls| #needs gtk2, poppler.
yes|exiv2|exiv2,libexiv2-14,libexiv2-dev|exe,dev,doc,nls
no|exo|exo-utils,libexo-0.3-0,libexo-0.3-dev|exe,dev,doc,nls
yes|exfat|exfat-fuse,exfat-utils|exe,dev,doc,nls #requires fuse
yes|expat|libexpat1,libexpat1-dev|exe,dev,doc,nls
yes|f2fs-tools||exe,dev,doc,nls
yes|faac|libfaac0,libfaac-dev|exe,dev,doc,nls
yes|faad|faad,libfaad2,libfaad-dev|exe,dev,doc,nls
yes|ffconvert||exe
yes|ffmpeg|ffmpeg,libass5,libavc1394-0,libavcodec-ffmpeg56,libavcodec-ffmpeg-extra56,libavutil-ffmpeg54,libavdevice-ffmpeg56,libavresample-ffmpeg2,libavformat-ffmpeg56,libavfilter-ffmpeg5,libbs2b0,libcrystalhd3,libflite1,libgme0,libiec61883-0,libjack-jackd2-0,libmodplug1,libnuma1,libopenal1,libopenal-data,libopenjpeg5,libpostproc-ffmpeg53,libshine3,libsnappy1v5,libsodium18,libsoxr0,libssh-gcrypt-4,libswscale-ffmpeg3,libswresample-ffmpeg1,libtwolame0,libwavpack1,libzmq5,libzvbi0|exe,dev,doc,nls
yes|ffmpegdev|libass-dev,libavc1394-dev,libavcodec-dev,libavdevice-dev,libavresample-dev,libavutil-dev,libavdevice-dev,libavformat-dev,libavfilter-dev,libavutil-dev,libbs2b-dev,libcrystalhd-dev,libgme-dev,libiec61883-dev,libjack-jackd2-dev,libmodplug-dev,libnuma-dev,libopenal-dev,libopenjpeg-dev,libpostproc-dev,libshine-dev,libsnappy-dev,libsodium-dev,libsoxr-dev,libssh-gcrypt-dev,libswscale-dev,libswresample-dev,libtwolame-dev,libwavpack-dev,libzmq-dev,libzvbi-dev|exe,dev,doc,nls
no|ffmpeg-extra|libavcodec-extra-53,libavdevice-extra-53,libavfilter-extra-2,libavformat-extra-53,libavutil-extra-51,libdirac-encoder0,libopenjpeg2,libpostproc-extra-52,libswscale-extra-2,libvo-aacenc0,libvo-amrwbenc0|exe,dev,doc,nls| #shinobar composed this, refer forum t=76961&start=750
no|ffmpeg|libavcodec54,libavcodec-dev,libavdevice53,libavdevice-dev,libavfilter3,libavfilter-dev,libavformat54,libavformat-dev,libavutil52,libavutil-dev,libpostproc52,libpostproc-dev,libswscale2,libswscale-dev|exe,dev,doc,nls
no|ffmpeg-extra|libavcodec-extra,libavdevice-extra-53,libavfilter-extra-3,libavformat-extra-54,libavutil-extra-52,libdirac-encoder0,libopenjpeg2,libpostproc-extra-52,libswscale-extra-2,libvo-aacenc0,libvo-amrwbenc0|exe,dev,doc,nls| #shinobar composed this, refer forum t=76961&start=750
no|ffmpeg-extra|libavcodec-extra,libavdevice-extra-53,libavfilter-extra-3,libavformat-extra-54,libavutil-extra-52,libdirac-encoder0,libopenjpeg2,libswscale-extra-2,libvo-aacenc0,libvo-amrwbenc0|exe,dev,doc,nls| #shinobar composed this, refer forum t=76961&start=750
yes|file|file,libmagic1,libmagic-dev|exe,dev,doc,nls
no|file||exe,dev,doc,nls|pet:common
yes|file_sharing-curlftpfs-mpscan||exe
yes|findutils|findutils|exe,dev>null,doc,nls
no|firefox-flash|firefox|exe,dev,doc>null,nls>null
no|firewall-genie||exe,dev,doc,nls
yes|firewallstatus||exe
yes|flac|flac,libflac8,libflac-dev|exe,dev,doc,nls
yes|flex|flex|exe>dev,dev,doc,nls
yes|florence|florence,libflorence-1.0-1,at-spi2-core|exe,dev,doc,nls
yes|flsynclient||exe
yes|fontconfig|fontconfig-config,fonts-dejavu-core|exe,dev,doc,nls
yes|foomatic-db-engine|foomatic-db-engine|exe,dev,doc,nls
no|foomatic-db|foomatic-db|exe,dev,doc,nls
yes|foomatic-filters|foomatic-filters|exe,dev,doc,nls
no|foomatic-filters||exe
no|fossil||exe>dev,dev,doc>dev,nls
yes|fpm2||exe,dev,doc,nls
yes|freeglut|freeglut3,freeglut3-dev|exe,dev,doc,nls
yes|freememapplet||exe|
yes|freetype|libfreetype6,libfreetype6-dev|exe,dev,doc,nls
yes|fribidi|libfribidi0,libfribidi-dev|exe,dev,doc,nls
yes|frisbee||exe,dev,doc,nls| #created by jemimah, puppified by rerwin.
yes|fuse|fuse,libfuse2,libfuse-dev|exe,dev,doc,nls|
yes|gadmin-rsync|gadmin-rsync|exe,dev>null,doc,nls
no|gail||exe,dev,doc,nls
yes|gail|libgail18,libgail-common,libgail-dev|exe,dev,doc,nls
no|galculator||exe,dev,doc,nls
yes|gamin|gamin,libgamin0,libgamin-dev|exe,dev,doc,nls
yes|gawk|gawk|exe,dev,doc,nls
yes|gcc_dev|gcc-5-base,gcc,gcc-5,g++,g++-5,cpp,cpp-5|exe>dev,dev,doc,nls
yes|gcc_lib|libasan0,libatomic1,libcloog-isl4,libgcc1,libgcc-5-dev,libgomp1,libisl15,libitm1,libquadmath0,libtsan0|exe,dev,doc,nls
no|gccmakedep||exe>dev,dev,doc,nls
no|gcolor2|gcolor2|exe,dev>null,doc,nls
yes|gconf|gconf2,gconf2-common,gconf-service,gconf-service-backend,gir1.2-gconf-2.0,libgconf-2-4,libgconf2-4,libgconf2-dev|exe,dev,doc,nls|
yes|gdb|gdb,libdb5.3,libbabeltrace-ctf1,libbabeltrace1,libmpdec2,libpython3.5,libpython3.5-minimal,libpython3.5-stdlib,mime-support|exe>dev,dev,doc>dev,nls>dev
yes|gdbm|libgdbm3,libgdbm-dev|exe,dev,doc,nls
yes|gdk-pixbuf|gir1.2-gdkpixbuf-2.0,libgdk-pixbuf2.0-0,libgdk-pixbuf2.0-common,libgdk-pixbuf2.0-dev|exe,dev,doc,nls|
yes|gdmap|gdmap|exe,dev>null,doc,nls
no|geany|geany,geany-common,geany-plugins-common,geany-plugin-addons,geany-plugin-codenav,geany-plugin-extrasel,geany-plugin-numberedbookmarks,geany-plugin-prettyprinter,geany-plugin-spellcheck,geany-plugin-treebrowser,geany-plugin-xmlsnippets|exe,dev>null,doc,nls| #weird pink background, use my wary pet.
no|geany||exe,dev,doc,nls|
no|gecko-mediaplayer|gecko-mediaplayer|exe,dev,doc,nls| #does not  work, use my pet.
no|gecko-mediaplayer||exe,dev,doc,nls| #use with gnome-mplayer. 20141028 instead using vlc and browser-plugin-vlc.
no|gedit||exe
no|get_libreoffice||exe
yes|getcurpos||exe
no|getdir||exe,dev>null,doc,nls
no|getflash||exe,dev,doc,nls
yes|gettext_devxonly|gettext-base,gettext|exe>dev,dev,doc,nls
yes|gettext|gettext,gettext-base,libasprintf0v5,libasprintf-dev,libgettextpo-dev|exe,dev>null,doc>null,nls>null| #MERGED 20150717-08
yes|gexec|gexec|exe,dev>null,doc,nls
no|gfnrename||exe,dev>null,doc,nls
yes|gfontsel||exe,dev>null,doc,nls
yes|gftp|gftp-gtk,gftp-common|exe,dev>null,doc,nls
no|ghostscript|ghostscript,libgs9,ghostscript-cups,libgs-dev|exe,dev,doc,nls| #TODO needs more pkgs
no|ghostscript|ghostscript,ghostscript-x,libgs9,libgs9-common,libgs-dev|exe,dev,doc,nls|
yes|giflib|libgif7|exe,dev,doc,nls
yes|gifsicle|gifsicle|exe,dev>null,doc,nls
no|git|git,gitweb,git-doc,git-man|exe>dev,dev,doc>dev,nls>dev
no|glade3|glade,libgladeui-2-4,libgladeui-common,libgladeui-dev|exe>dev,dev,doc,nls| #needs gtk3. note, have libglade-2.so runtime that does not need gtk3.
yes|glade2|glade,libgladeui-2-6,libgladeui-common,libgladeui-dev|exe>dev,dev,doc,nls|
yes|glib|libglib2.0-bin,libglib2.0-0,libglib2.0-data,libglib2.0-dev|exe,dev,doc,nls
yes|glibc|libc-bin,libc6,libc6-dev,tzdata|exe,dev,doc,nls
yes|glibc32|libc6-i386|exe,dev,doc,nls
yes|glibc_locales|locales|exe,dev,doc,nls>exe
no|glibc_i18n_en||exe
yes|glibmm|libglibmm-2.4-1v5,libglibmm-2.4-dev|exe,dev,doc,nls
yes|glib-networking|glib-networking|exe,dev,doc,nls
yes|gmeasures||exe,dev>null,doc,nls
yes|gmp|libgmp10,libgmpxx4ldbl,libgmp-dev,libgmp3-dev|exe,dev,doc,nls| #in precise, this was only in devx, but abiword needs it.
no|gmtk|libgmlib1,libgmlib-dev,libgmtk1,libgmtk-dev|exe,dev,doc,nls| #needed by gnome-mplayer
yes|gnet||exe,dev,doc,nls
yes|gnome-doc-utils|gnome-doc-utils|exe>dev,dev,doc,nls|+python-libxml2
yes|gnome-keyring|libgnome-keyring0,libgnome-keyring-dev|exe,dev,doc,nls
no|gnome_menus|libgnome-menu2,libgnome-menu-dev|exe,dev,doc,nls| #must use older version for correct menu layout.
yes|gnome-menus||exe,dev,doc,nls| #use my pet, version 2.14.3, needed by xdg_puppy.
no|gnome-mplayer||exe,dev,doc,nls|pet:precise| #needs libgmlib1. needs gtk3.
yes|gnome-vfs|libgnomevfs2-0,libgnomevfs2-dev,libgnomevfs2-common|exe,dev,doc,nls
no|gnumeric|gnumeric,gnumeric-common|exe,dev>null,doc,nls
no|gnumeric-plugins-extra|gnumeric-plugins-extra|exe,dev>null,doc,nls
no|gnumeric||exe,dev,doc,nls| #gtk2
yes|gnutls|gnutls-bin,libgnutls30,libgnutls-dev,libgnutls28-dev,libopts25,libopts25-dev,libgnutls-openssl27,libgnutlsxx28|exe,dev,doc,nls
yes|gobject-introspection|gir1.2-freedesktop,libgirepository-1.0-1,libgirepository1.0-dev|exe,dev,doc,nls
no|goffice|libgoffice-0.10-10,libgoffice-0.10-10-common,libgoffice-0.10-dev|exe,dev,doc,nls
no|goffice||exe,dev,doc,nls| #gtk2
yes|gpart|gpart|exe,dev,doc,nls| #useful utility used by gparted.
no|gparted||exe,dev>null,doc,nls
yes|gparted|gparted|exe,dev>null,doc,nls| #/sbin/blkid is necessary for gparted to display information--it is in Lupu_Utilitiesw
yes|gperf|gperf|exe,dev,doc,nls|
no|gplanarity|gplanarity|exe
no|gphoto2|gphoto2|exe,dev,doc,nls
no|gphotofs|gphotofs|exe,dev,doc,nls
no|gpm|libgpm2|exe,dev>null,doc,nls| #needed by mplayer, gphoto2.
yes|gpptp||exe
yes|graphite2|libgraphite2-3,libgraphite2-dev|exe,dev,doc,nls| #needed by harfbuzz.
yes|grep|grep|exe,dev>null,doc,nls
yes|groff|groff,groff-base|exe>dev,dev,doc,nls
yes|grub|grub|exe,dev>null,doc,nls
yes|grub4dos||exe,dev,doc,nls
yes|gsettings-desktop-schemas|gsettings-desktop-schemas|exe,dev,doc,nls| #needs d-conf.
yes|gsm|libgsm1,libgsm1-dev|exe,dev,doc,nls
no|gstoraster_s533||exe
yes|gstreamer1|libgstreamer1.0-0,libgstreamer-plugins-bad1.0-0,libgstreamer-plugins-base1.0-0,libgstreamer-plugins-good1.0-0,libwayland-server0,libwayland-client0,libgbm1,libegl1-mesa|exe,dev,doc,nls 
yes|gstreamer1-dev|libgstreamer1.0-dev,libgstreamer-plugins-bad1.0-dev,libgstreamer-plugins-good1.0-dev|exe>dev,dev,doc,nls| # GSTREAMER1.0
no|gstreamer0|libgstreamer0.10-0,libgstreamer-plugins-base0.10-0,gstreamer0.10-fluendo-mp3,libgstreamer-plugins-bad0.10-0,gstreamer0.10-alsa|exe,dev,doc,nls| #qupzilla, seamonkey, etc need this
no|gstreamer0-dev|gir1.2-freedesktop,gir1.2-glib-2.0,gir1.2-gst-plugins-base-0.10,gir1.2-gstreamer-0.10,libgirepository-1.0-1,libgstreamer0.10-dev,libgstreamer-plugins-base0.10-dev,libgstreamer-plugins-bad0.10-dev|exe>dev,dev,doc,nls
yes|gtk+|gir1.2-gtk-2.0,libgtk2.0-0,libgtk2.0-dev|exe,dev,doc,nls
yes|gtk2-engines-pixbuf|gtk2-engines-pixbuf|exe,dev,doc,nls
yes|gtk+3|libgtk-3-0,libgtk-3-dev,libgtk-3-common|exe,dev,doc,nls| #have taken out all gtk3 apps. 140127 still have gnome-mplayer --no
no|gtkam|gtkam|exe,dev>null,doc,nls|
yes|gtk-chtheme|gtk-chtheme|exe,dev>null,doc,nls
yes|gtkdialog||exe,dev,doc>dev,nls| #modify all pets that need this to explicitly call 'gtkdialog' or 'gtkdialog4'.
no|gtkhash|gtkhash|exe,dev,doc,nls| #broken, use pet...
yes|gtkhash||exe,dev,doc,nls
no|gtkhash-rightclick||exe|pet:tahr
yes|gtklp|gtklp|exe,dev,doc,nls| #stupid deb has no .desktop file -- need a template.
no|gtklp||exe,dev,doc,nls| #maybe better to use this anyway, as using cups from wary.
yes|gtkmm|libgtkmm-2.4-1v5,libgtkmm-2.4-dev|exe,dev,doc,nls
yes|gtk_theme_stark||exe
yes|gtk_theme_flatbluecontrast||exe
no|gtk_theme_flat_grey||exe
yes|gtk_theme_flat_grey_rounded||exe
no|gtk_theme_gradient_brown||exe
no|gtk_theme_gradient_grey||exe
yes|gtk_theme_stardust_zigbert||exe
yes|gtk_theme_stark-blueish||exe
no|gtksourceview||exe,dev,doc,nls| #my pet with genie.lang added... no, now in template.
yes|gtksourceview|libgtksourceview2.0-0,libgtksourceview2.0-common,libgtksourceview2.0-dev|exe,dev,doc,nls
no|gtkspell|libgtkspell0,libgtkspell-dev|exe,dev,doc,nls
yes|guess_fstype||exe
no|gutenprint|ijsgutenprint,printer-driver-gutenprint,libgutenprint2,libgutenprint-dev,libgutenprintui2-1,libgutenprintui2-dev,printer-driver-gutenprint|exe,dev,doc,nls
no|gutenprint||exe,dev,doc>exe,nls>exe
yes|gview||exe
yes|gwhere|gwhere|exe
yes|gxmessage||exe,dev,doc,nls| #use my pet, as has xmessage symlink to gxmessage.
yes|gzip|gzip|exe,dev>null,doc,nls
yes|hal_flash||exe|
no|hardinfo|hardinfo|exe,dev,doc,nls
yes|hardinfo||exe,dev,doc,nls| #our pet is patched to recognise puppy linux distro.
yes|harfbuzz|libharfbuzz0b,libharfbuzz-gobject0,libharfbuzz-icu0|exe,dev,doc,nls|
yes|harfbuzz-dev|libharfbuzz-dev|exe>dev,dev,doc,nls| #need harfbuzz.pc, for pkg-config --cflags gtk+-2.0. broken, leaving out libharfbuzz-icu0, libharfbuzz-gobject0
yes|hdparm|hdparm|exe,dev>null,doc,nls
yes|heimdal|heimdal-dev,heimdal-multidev,libasn1-8-heimdal,libgssapi3-heimdal,libhcrypto4-heimdal,libhdb9-heimdal,libheimbase1-heimdal,libheimntlm0-heimdal,libhx509-5-heimdal,libkadm5clnt7-heimdal,libkadm5srv8-heimdal,libkafs0-heimdal,libkdc2-heimdal,libkrb5-26-heimdal,libotp0-heimdal,libroken18-heimdal,libsl0-heimdal,libwind0-heimdal|exe,dev,doc,nls|
yes|helpsurfer||exe| #simple html viewer, needs libgtkhtml.
no|hexalate||exe,dev,doc,nls
yes|hexchat||exe,dev,doc,nls
yes|hiawatha||exe
yes|hicolor-icon-theme|hicolor-icon-theme|exe,dev>null,doc,nls
no|homebank|homebank,homebank-data|exe,dev>null,doc,nls
no|homebank||exe,dev,doc,nls| #my own pet with less dependencies.
yes|hotplug2stdout||exe
yes|htop||exe
no|hunspell|hunspell,libhunspell-1.3-0,libhunspell-dev|exe,dev,doc,nls
no|hunspell-en-us|hunspell-en-us|exe,dev,doc,nls
yes|iconfinder||exe
yes|icu|icu-devtools,libicu55,libicu-dev|exe,dev,doc,nls|
yes|id3lib|libid3-3.8.3v5,libid3-3.8.3-dev|exe,dev,doc,nls
yes|ifplugd||exe
yes|ifplugd_old||exe
yes|ijs|libijs-0.35,libijs-dev|exe,dev,doc,nls
no|imake|xutils-dev|exe>dev,dev,doc,nls
yes|initscripts|initscripts|exe,dev,doc,nls
yes|init-system-helpers|init-system-helpers|exe,dev,doc,nls|
no|inkscapelite||exe
yes|inotail||exe,dev,doc,nls
yes|inotify-tools|inotify-tools,libinotifytools0,libinotifytools0-dev|exe,dev,doc,nls
yes|installwatch||exe
yes|intltool|intltool|exe,dev,doc,nls| #previously only in devx, but need in main f.s. to run momanager without devx.
yes|iptables|iptables,libxtables11,iptables-dev|exe,dev,doc,nls
no|iqpuzzle||exe|
yes|iso-codes|iso-codes|exe,dev,doc,nls| #needed by gstreamer. very big. GSTREAMER1.0 GSTREAMER0.10
yes|isomaster|isomaster|exe,dev,doc,nls|
yes|jasper|libjasper1,libjasper-dev,libjasper-runtime|exe,dev,doc,nls
no|jbig2dec|libjbig2dec0,libjbig2dec0-dev|exe,dev,doc,nls| #needed by ghostscript.
yes|jbigkit|libjbig0,libjbig-dev|exe,dev,doc,nls| #needed by libtiff5.
yes|jimtcl||exe
yes|json-c|libjson0,libjson-c2,libjson-c-dev,libjson0-dev|exe,dev,doc,nls| #needed by mplayer.
yes|jwm||exe,dev,doc,nls
yes|jwmconfig3||exe
yes|JWMDesk||exe,dev,doc,nls
no|jwmthememaker||exe
yes|jwm_theme_stark-blueish||exe|
no|kbd|kbd|exe,dev>exe,doc,nls
no|kbd||exe
yes|keyutils|libkeyutils1,libkeyutils-dev|exe,dev>null,doc,nls
yes|kmod|kmod,libkmod2,libkmod-dev,module-init-tools|exe,dev,doc,nls
no|kmod||exe,dev,doc,nls| #my pet compiled with gzip and xz support.
yes|krb5|krb5-multidev,libgssrpc4,libgssapi-krb5-2,libk5crypto3,libkadm5clnt-mit9,libkadm5srv-mit9,libkrad-dev,libkrb5-3,libkdb5-8,libkrb5support0|exe,dev,doc,nls
yes|lame|lame,libmp3lame0,libmp3lame-dev|exe,dev,doc,nls
yes|lcms|liblcms2-2,liblcms2-dev,liblcms2-utils|exe,dev,doc,nls
yes|lcms2|liblcms2-2,liblcms2-dev,liblcms2-utils|exe,dev,doc,nls
yes|leafpad|leafpad|exe,dev>null,doc,nls
yes|legacy_grub_2013||exe|
yes|less|less|exe,dev>null,doc,nls
yes|libaacs|libaacs0,libaacs-dev|exe,dev,doc,nls| #mplayer needs this.
yes|libao|libao4,libao-common,libao-dev|exe,dev,doc,nls
yes|libappindicator|libappindicator3-1,libappindicator3-dev,libindicator3-7,libindicator3-dev|exe,dev,doc,nls| #needs gtk3, needed by transmission. no, using my pet.
yes|libarchive|libarchive13|exe,dev,doc,nls| #needed by cmake.
yes|libart|libart-2.0-2,libart-2.0-dev|exe,dev,doc,nls
no|libasyncns|libasyncns0,libasyncns-dev|exe,dev,doc,nls| #needed by mplayer.
no|libav|libav-tools,libavcodec-ffmpeg56,libavcodec-ffmpeg-dev,libavcodec-dev,libavdevice-ffmpeg56,libavdevice-ffmpeg-dev,libavdevice-dev,libavfilter-ffmpeg5,libavfilter-ffmpeg-dev,libavfilter-dev,libavformat-ffmpeg56,libavformat-ffmpeg-dev,libavformat-dev,libavutil-ffmpeg54,libavutil-ffmpeg-dev,libavutil-dev,libpostproc-ffmpeg53,libpostproc-ffmpeg-dev,libpostproc-dev,libswscale-ffmpeg3,libswscale-ffmpeg-dev,libswscale-dev,libavresample-ffmpeg2,libavresample-ffmpeg-dev,libavresample-dev|exe,dev,doc,nls
no|libav-extra|libavcodec-extra,libavdevice-extra-53,libavfilter-extra-3,libavformat-extra-54,libavutil-extra-52,libdirac-encoder0,libopenjpeg5,libopenjpeg-dev,libswscale-extra-2,libvo-aacenc0,libvo-amrwbenc0|exe,dev,doc,nls| #shinobar composed this, refer forum t=76961&start=750
yes|libbluray|libbluray1,libbluray-dev|exe,dev,doc,nls| #needed by mplayer.
yes|libbonobo|libbonobo2-0,libbonobo2-common,libbonobo2-dev,libbonoboui2-0,libbonoboui2-dev|exe,dev,doc,nls
yes|libboost-filesystem|libboost-filesystem1.58.0,libboost-filesystem1.58-dev|exe,dev,doc,nls
yes|libboost-system|libboost-system1.58.0,libboost-system1.58-dev|exe,dev,doc,nls
yes|libbsd|libbsd0,libbsd-dev|exe,dev,doc,nls| #needed by libedit.
yes|libc6-i386|libc6-i386|exe,dev,dev,doc,nls| 
no|libc6-x32|libc6-x32,libc6-dev-x32|exe,dev,dev,doc,nls| 
yes|libcanberra|libcanberra0,libcanberra-dev|exe,dev,doc,nls| #libbonobui needs this.
yes|libcaca|libcaca0,libcaca-dev|exe,dev,doc,nls|
yes|libcap|libcap2,libcap-dev|exe,dev,doc,nls
yes|libcap-ng|libcap-ng0|exe,dev,doc,nls|
yes|libcddb|libcddb2,libcddb2-dev|exe,dev,doc,nls| #debian/ubuntu pkg missing 'cddb_query', also very old version (warning: .deb cddb package has nothing to do with libcddb pkg). 120907 yes.
no|libcddb||exe,dev,doc,nls|pet:wary5| #120907 gone back to deb.
yes|libcdio|libcdio13,libcdio-dev,libcdio-cdda1,libcdio-cdda-dev,libcdio-paranoia1,libcdio-paranoia-dev,libcdio-utils,libiso9660-8,libiso9660-dev,libudf0,libudf-dev|exe,dev,doc,nls| #not compatible with my libcddb pet, use my pet. 120907 yes.
no|libcdio||exe,dev,doc,nls|pet:wary5| #120907 precise needs a later version, use deb.
yes|libcdk5|libcdk5,libcdk5-dev|exe,dev,doc,nls
yes|libcgi-pm-perl|libcgi-pm-perl|exe,dev,doc,nls
yes|libcroco|libcroco3,libcroco3-dev|exe,dev,doc,nls
yes|libcurl3-gnutls|libcurl3-gnutls|exe,dev,doc>null,nls>null| #this is needed by git in the devx sfs file. update: conky needs it in the main f.s.
yes|libdaemon|libdaemon0,libdaemon-dev|exe,dev,doc,nls
yes|libdatrie|libdatrie1,libdatrie-dev|exe,dev,doc,nls
yes|libdb|libdb5.3,libdb5.3-dev|exe>dev,dev,doc,nls
yes|libdbusmenu|libdbusmenu-glib4,libdbusmenu-glib-dev,libdbusmenu-gtk3-4,libdbusmenu-gtk4,libdbusmenu-gtk-dev,libdbusmenu-jsonloader4,libdbusmenu-jsonloader-dev|exe,dev,doc,nls|
yes|libdc1394|libdc1394-22,libdc1394-22-dev|exe,dev,doc,nls| #ffmpeg3 compiled in luci needs this
yes|libdca|libdca0,libdca-dev|exe,dev,doc,nls| #mplayer needs this.
yes|libde265|libde265-0,libde265-dev|exe,dev,doc,nls| 
yes|libdjvulibre|libdjvulibre21,libdjvulibre-dev,libdjvulibre-text|exe,dev,doc,nls
yes|libdmx|libdmx1,libdmx-dev|exe,dev,doc,nls| #this is actaully part of xorg.
yes|libdrm|libdrm-radeon1,libdrm-nouveau2,libdrm-intel1,libdrm2,libdrm-amdgpu1|exe,dev,doc,nls| #ADDED 20150717-08
yes|libdv|libdv4,libdv4-dev|exe,dev,doc,nls| #ADDED 20151101
yes|libdvbpsi|libdvbpsi10,libdvbpsi-dev|exe,dev,doc,nls| #ADDED 20150717-08
yes|libdvdcss||exe,dev,doc,nls
no|libdvdnav|libdvdnav4,libdvdnav-dev|exe,dev,doc,nls| #needed by mplayer.
no|libdvdplay||exe,dev,doc,nls
yes|libdvdread|libdvdread4,libdvdread-dev|exe,dev,doc,nls
yes|libedit|libedit2,libedit-dev|exe,dev,doc,nls
no|libelf|libelfg1,libelfg-dev|exe,dev,doc,nls| #note, elfutils is a different pkg.
yes|libebml|libebml4v5,libebml-dev|exe,dev,doc,nls|
yes|libenca|libenca0,libenca-dev|exe,dev,doc,nls
yes|libepoxy|libepoxy0,libepoxy-dev|exe,dev,doc,nls| 
yes|liberror-perl|liberror-perl|exe>dev,dev,doc,nls| #needed by git.
yes|libevdev|libevdev2,libevdev-dev,libevdev-tools|exe,dev,doc,nls
yes|libevent|libevent-core-2.0-5,libevent-2.0-5,libevent-extra-2.0-5,libevent-openssl-2.0-5,libevent-pthreads-2.0-5,libevent-dev|exe,dev,doc,nls| #needed by transmission.
yes|libexif|libexif12,libexif-dev|exe,dev,doc,nls
yes|libexif-gtk|libexif-gtk5,libexif-gtk-dev|exe,dev,doc,nls
yes|libffi|libffi6,libffi-dev|exe,dev,doc,nls
yes|libfftw3|libfftw3-3,libfftw3-bin,libfftw3-double3,libfftw3-long3,libfftw3-single3,libfftw3-quad3,libfftw3-dev|exe,dev,doc,nls
yes|libfs|libfs6,libfs-dev|exe,dev,doc,nls| #120603 mavrothal reported need this for compiling xorg drivers.
yes|libgc|libgc1c2|exe,dev,doc,nls|
yes|libgcrypt|libgcrypt20,libgcrypt20-dev|exe,dev,doc,nls
yes|libgd2|libgd3,libgd-dev|exe,dev,doc,nls| #needed by libgphoto2.
yes|libgee|libgee-0.8-2,libgee-0.8-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|libgeoip|libgeoip1,libgeoip-dev|exe,dev,doc,nls
yes|libgif|libgif7,libgif-dev|exe,dev,doc,nls
no|libgio-fam|libgio-fam|exe,dev,doc,nls
yes|libglade2|libglade2-0,libglade2-dev|exe,dev,doc,nls
no|libglamor0|libglamor0,libglamor-dev|exe,dev,doc,nls
yes|libgles|libgles1-mesa,libgles1-mesa-dev,libgles2-mesa,libgles2-mesa-dev|exe,dev,doc,nls
yes|libgnome|libgnome-2-0,libgnome2-0,libgnome2-bin,libgnome2-common,libgnome2-dev|exe,dev,doc,nls| 
yes|libgnomecanvas|libgnomecanvas2-common,libgnomecanvas2-0,libgnomecanvas2-dev|exe,dev,doc,nls| 
yes|libgnome-keyring|libgnome-keyring-common,libgnome-keyring0,gir1.2-gnomekeyring-1.0|exe,dev,doc,nls|
yes|libgnomeui|libgnomeui-0,libgnomeui-common,libgnomeui-dev|exe,dev,doc,nls|
yes|libgpg-error|libgpg-error0,libgpg-error-dev|exe,dev,doc,nls
yes|libgphoto2|libgphoto2-6,libgphoto2-dev,libgphoto2-port12|exe,dev,doc,nls
yes|libgringotts|libgringotts2,libgringotts-dev|exe,dev,doc,nls
yes|libgsf|gir1.2-gsf-1,libgsf-1-114,libgsf-1-common,libgsf-1-dev|exe,dev,doc,nls
no|libgtkhtml||exe,dev,doc,nls| #needed by my osmo pet.
yes|libgudev|libgudev-1.0-0,libgudev-1.0-dev|exe,dev,doc,nls
yes|libhogweed|libhogweed4|exe,dev,doc,nls
yes|libical|libical1a,libical-dev|exe,dev,doc,nls
yes|libid3tag|libid3tag0,libid3tag0-dev|exe,dev,doc,nls
yes|libidl|libidl-2-0,libidl-dev|exe,dev,doc,nls
yes|libidn|libidn11,libidn11-dev|exe,dev,doc,nls
yes|libieee1284|libieee1284-3,libieee1284-3-dev|exe,dev,doc,nls
yes|libimlib|libimlib2,libimlib2-dev|exe,dev,doc,nls
yes|libindicator|libindicator7,libindicator-dev|exe,dev,doc,nls| #needed by libappindicator.
yes|libinput|libinput10,libinput-dev,libwacom2,libwacom-dev|exe,dev,doc,nls
no|libiptcdata|libiptcdata0,libptcdata0-dev,libiptcdata-bin|exe,dev,doc,nls
yes|libjack|libjack0,libjack-dev|exe,dev,doc,nls
yes|libjansson4|libjansson4,libjansson-dev|exe,dev,doc,nls
yes|libjpeg62|libjpeg62|exe,dev,doc,nls
no|libjpeg|libjpeg8,libjpeg-dev|exe,dev,doc,nls| #precise pangolin: peculiar, does not have libs in it.
yes|libjpeg8|libjpeg8,libjpeg-dev,libjpeg8-dev|exe,dev,doc,nls| #oh, i see, needed as some apps have libjpeg8 as a dependency. libjpeg-turbo8 is the main guy now.
yes|libjpeg|libjpeg-turbo8,libjpeg-turbo8-dev,libjpeg-turbo-progs|exe,dev,doc,nls
no|libjpeg_old7||exe,dev>null,doc,nls
yes|libjsoncpp1|libjsoncpp1,libjsoncpp-dev|exe,dev,doc,nls
yes|libjson-glib|libjson-glib-1.0-0,libjson-glib-1.0-common,libjson-glib-dev|exe,dev,doc,nls
yes|libloudmouth|libloudmouth1-0,libloudmouth1-dev|exe,dev,doc,nls
yes|libltdl|libltdl7,libltdl-dev|exe,dev,doc,nls| #note, this is really part of libtool pkg, but libs needed at runtime.
yes|libmad|libmad0,libmad0-dev|exe,dev,doc,nls
yes|libmcrypt|libmcrypt4,libmcrypt-dev|exe,dev,doc,nls
yes|libmirclient|libmirclient9,libmirclient-dev,libmircommon5,libmircommon-dev,libmirprotobuf3,libprotobuf-lite9v5,libwayland-egl1-mesa|exe,dev,doc,nls
yes|libmng|libmng2,libmng-dev|exe,dev,doc,nls
yes|libmnl|libmnl0,libmnl-dev|exe,dev,doc,nls
yes|libmpcdec|libmpcdec6,libmpcdec-dev|exe,dev,doc,nls
yes|libmpfr|libmpfr4|exe,dev,doc
yes|libmtp|,libmtp9,libmtp-runtime,libmtp-common|exe,dev,doc,nls
yes|libnatpmp|libnatpmp1,libnatpmp-dev|exe,dev,doc,nls| #needed by transmission.
yes|libnfnetlink|libnfnetlink0,libnfnetlink-dev|exe,dev,doc,nls
yes|libnetfilter-conntrack|libnetfilter-conntrack3,libnetfilter-conntrack-dev|exe,dev,doc,nls
yes|libnl|libnl-3-200,libnl-3-dev|exe,dev,doc,nls| #this was used in lucid, perhaps not needed now.
yes|libnl3|libnl-3-200,libnl-3-dev,libnl-cli-3-200,libnl-cli-3-dev,libnl-genl-3-200,libnl-genl-3-dev,libnl-nf-3-200,libnl-nf-3-dev,libnl-route-3-200,libnl-route-3-dev|exe,dev,doc,nls
yes|libnotify|gir1.2-notify-0.7,libnotify4,libnotify-dev|exe,dev,doc,nls|
no|libofx|libofx6,libofx-dev|exe,dev,doc,nls| #needed by homebank.
yes|libopencore|libopencore-amrnb0,libopencore-amrnb-dev,libopencore-amrwb0,libopencore-amrwb-dev|exe,dev,doc,nls| #was libopencore dep for ffmpeg3 or mplayer2--can delete if mplayer2
yes|libogg|libogg0,libogg-dev|exe,dev,doc,nls
no|liboil|liboil0.3,liboil0.3-dev|exe,dev,doc,nls
yes|libpaper|libpaper1,libpaper-dev,libpaper-utils|exe,dev,doc,nls
yes|libpcap|libpcap0.8,libpcap0.8-dev,libpcap-dev|exe,dev,doc,nls
yes|libpciaccess|libpciaccess0,libpciaccess-dev|exe,dev,doc,nls
yes|libpcsclite|libpcsclite1,libpcsclite-dev|exe,dev,doc,nls
yes|libperl|libperl5.22,libperl-dev|exe,dev,doc,nls
yes|libpipeline|libpipeline1,libpipeline-dev|exe>dev,dev,doc,nls| #needed by man pkg
yes|libpng|libpng12-0,libpng12-dev|exe,dev,doc,nls
yes|libpng14||exe,dev>null,doc,nls|
yes|libproxy|libproxy1v5,libproxy-dev|exe,dev,doc,nls
yes|libpthread-stubs|libpthread-stubs0-dev|exe>dev,dev,doc,nls
no|libpython|libpython2.7,libpython2.7-stdlib|exe>dev,dev,doc,nls| #needed by gdb in devx. move these into python.
yes|libraw1394|libraw1394-11,libraw1394-dev|exe,dev,doc,nls
yes|librest|librest-0.7-0,librest-dev|exe,dev,doc,nls
yes|librevenge|librevenge-0.0-0,librevenge-dev|exe,dev,doc,nls
yes|librsvg|librsvg2-bin,librsvg2-2,librsvg2-common,librsvg2-dev|exe,dev,doc,nls| #MERGED 20150717-08. 20151204 removed ,librsvg2-bin GTK3 --RESTORED 20160402. need rsvg-convert
yes|libsamplerate|libsamplerate0,libsamplerate0-dev|exe,dev,doc,nls
yes|libselinux|libselinux1|exe,dev>null,doc,nls
yes|libsepol|libsepol1,libsepol1-dev|exe,dev,doc,nls
yes|libsigc++|libsigc++-2.0-0v5,libsigc++-2.0-dev|exe,dev,doc,nls
yes|libsigsegv|libsigsegv2,libsigsegv-dev|exe,dev,doc,nls
yes|libslang|libslang2|exe,dev>null,doc,nls
yes|libsmartcols|libsmartcols1,libsmartcols-dev|exe,dev,doc,nls
yes|libsndfile|libsndfile1,libsndfile1-dev,sndfile-programs|exe,dev,doc,nls
yes|libsoup2.4|gir1.2-soup-2.4,libsoup2.4-1,libsoup2.4-dev,libsoup-gnome2.4-1,libsoup-gnome2.4-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|libspectre|libspectre1,libspectre-dev|exe,dev,doc,nls
no|libssl||exe,dev,doc,nls
yes|libstdc++5|libstdc++5,libstdc++-5-dev|exe,dev,doc,nls| #old libstdc++.so.5. some video codecs (/usr/lib/codecs) need it.
yes|libstdc++6|libstdc++6,libstdc++6-4.7-dev|exe,dev,doc,nls
yes|libsystem||exe,dev,doc,nls
yes|libsystemd|libsystemd0,libsystemd-dev|exe,dev,doc,nls
no|libtar|libtar0,libtar-dev|exe,dev,doc,nls| #needed by osmo.
yes|libtasn1|libtasn1-6,libtasn1-6-dev|exe,dev,doc,nls
yes|libthai|libthai0,libthai-data,libthai-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|libtheora|libtheora0,libtheora-dev|exe,dev,doc,nls
yes|libtiff|libtiff-tools,libtiffxx5,libtiff5,libtiff5-dev|exe,dev,doc,nls| #ADDED 20150717-08. MODIFIED 20160331.
yes|libtool|autotools-dev,libltdl7,libtool|exe>dev,dev,doc,nls| #MERGED 20150717-08
yes|libunistring|libunistring0,libunistring-dev|exe,dev,doc,nls
yes|libusb|libusb-0.1-4,libusb-dev|exe,dev,doc,nls
yes|libusb1|libusb-1.0-0,libusb-1.0-0-dev|exe,dev,doc,nls| #libusb1 necesssary for ffmpeg3
yes|libv4l|libv4l-0,libv4l-dev,libv4lconvert0,libv4l2rds0|exe,dev,doc,nls
yes|libva|libva1,libva-dev,libva-drm1,libva-egl1,libva-glx1,libva-tpi1,libva-wayland1,libva-x11-1|exe,dev,doc,nls| #MERGED 20150717-08
yes|libvdpau|libvdpau1,mesa-vdpau-drivers,vdpau-va-driver,libvdpau-dev|exe,dev,doc,nls| #needed by mplayer. no, this has another big dep: Failed to open VDPAU backend libvdpau_nvidia.so missing.
no|libvolume-id|libvolume-id1,libvolume-id-dev|exe,dev,doc,nls
yes|libvorbis|libvorbis0a,libvorbis-dev,libvorbisenc2,libvorbisfile3|exe,dev,doc,nls
yes|libvpx|libvpx3,libvpx-dev|exe,dev,doc,nls| #needed by mplayer.
yes|libvte|libvte9,libvte-common,libvte-dev|exe,dev,doc,nls|
yes|libwbclient|libwbclient0,libwbclient-dev|exe,dev,doc,nls
yes|libwmf|libwmf0.2-7,libwmf-dev|exe,dev,doc,nls
yes|libwpd|libwpd-0.10-10,libwpd-dev|exe,dev,doc,nls
yes|libwpg|libwpg-0.3-3|exe,dev>null,doc,nls
yes|libx86|libx86-1,libx86-dev|exe,dev,doc,nls
yes|libxatracker2|libxatracker2,libxatracker-dev|exe,dev,doc,nls
yes|libxcb|libxcb1,libxcb1-dev,libxcb-composite0,libxcb-composite0-dev,libxcb-cursor0,libxcb-cursor-dev,libxcb-damage0,libxcb-damage0-dev,libxcb-dpms0,libxcb-dpms0-dev,libxcb-dri2-0,libxcb-dri2-0-dev,libxcb-dri3-0,libxcb-dri3-dev,libxcb-glx0,libxcb-glx0-dev,libxcb-icccm4,libxcb-icccm4-dev,libxcb-image0,libxcb-image0-dev,libxcb-keysyms1,libxcb-keysyms1-dev,libxcb-present0,libxcb-present-dev,libxcb-randr0,libxcb-randr0-dev,libxcb-record0,libxcb-record0-dev,libxcb-render0,libxcb-render0-dev,libxcb-render-util0,libxcb-render-util0-dev,libxcb-res0,libxcb-res0-dev,libxcb-screensaver0,libxcb-screensaver0-dev,libxcb-shape0,libxcb-shape0-dev,libxcb-shm0,libxcb-shm0-dev,libxcb-sync1,libxcb-sync-dev,libxcb-util1,libxcb-util-dev,libxcb-xevie0,libxcb-xevie0-dev,libxcb-xf86dri0,libxcb-xf86dri0-dev,libxcb-xfixes0,libxcb-xfixes0-dev,libxcb-xinerama0,libxcb-xinerama0-dev,libxcb-xkb1,libxcb-xkb-dev,libxcb-xprint0,libxcb-xprint0-dev,libxcb-xtest0,libxcb-xtest0-dev,libxcb-xv0,libxcb-xv0-dev,libxcb-xvmc0,libxcb-xvmc0-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|libzip|libzip4,libzip-dev|exe,dev,doc,nls
yes|xcb-util|libxcb-util1,libxcb-util0-dev|exe,dev,doc,nls
yes|libxdg-basedir|libxdg-basedir1,libxdg-basedir-dev|exe,dev,doc,nls
no|libxfce4mcs|libxfce4mcs-client3,libxfce4mcs-manager3,libxfce4mcs-dev|exe,dev,doc,nls
no|libxfce4util|libxfce4util4,libxfce4util-dev|exe,dev,doc,nls
no|libxfcegui4|libxfcegui4-4,libxfcegui4-dev|exe,dev,doc,nls
yes|libxkbcommon|libxkbcommon0,libxkbcommon-dev,libxkbcommon-x11-0,libxkbcommon-x11-dev|exe,dev,doc,nls| #needed by gtk+3. have taken out gtk3
yes|libxml2|libxml2,libxml2-dev|exe,dev,doc,nls
yes|libxml2-utils|libxml2-utils|exe>dev,dev,doc,nls
yes|libxshmfence|libxshmfence1,libxshmfence-dev|exe,dev,doc,nls| #xorg needs this.
yes|libxslt|libxslt1.1,libxslt1-dev,xsltproc|exe,dev,doc,nls
yes|libxvmc|libxvmc1,libxvmc-dev|exe,dev,doc,nls| #this is actually part of xorg.
yes|linux_firmware_dvb||exe
yes|linux-header|linux-libc-dev|exe>dev,dev,doc,nls
no|linux_headers|linux_headers-3.12.2*|exe>dev,dev,doc,nls|
no|linux-ntfs|libntfs10,libntfs-dev|exe,dev,doc,nls| #this seems to be from the old ntfsprogs. not used anymore.
no|linux_module_dgcmodem||exe,dev,doc,nls| #needs firmware_linux_module_dgcmodem.
no|linux_module_ess||exe,dev,doc,nls| #needs firmware_linux_module_ess.
no|linux_module_hcfpcimodem||exe,dev,doc,nls| #needs firmware_linux_module_hcfpcimodem.
no|linux_module_hsfmodem||exe,dev,doc,nls| #needs firmware_linux_module_hsfmodem.
no|linux_module_wl||exe,dev,doc,nls
yes|lirc|liblircclient0,liblircclient-dev|exe,dev,doc,nls
yes|ListDD||exe,dev,doc,nls|
yes|llvm|libllvm3.8|exe,dev,doc,nls| #needed by libgl1-mesa-dri, but huge 7MB deb. i left out dev components. 120605 removed. 120902 back.
no|llvm|libclang1-3.8,liblldb-3.8,libllvm3.8,lldb-3.8,llvm-3.8-runtime,llvm-3.8|exe,dev,doc,nls
yes|lsb-base|lsb-base|exe,dev,doc,nls
yes|lvm2|dmsetup,liblvm2app2.2,liblvm2cmd2.02,liblvm2-dev|exe,dev,doc,nls|
no|lxpanel||exe,dev>null,doc,nls
yes|lxrandr|lxrandr|exe,dev,doc
yes|lxtask|lxtask|exe,dev,doc
yes|lzma|lzma,lzma-dev|exe,dev,doc,nls
yes|lzo2|liblzo2-2,liblzo2-dev|exe,dev,doc,nls
yes|m4|m4|exe>dev,dev,doc,nls
yes|madplay|madplay|exe,dev,doc,nls
no|make|make|exe>dev,dev,doc,nls
yes|makebootfat||exe| #must use my patched makebootfat.
yes|man|man-db|exe>dev,dev,doc,nls
yes|man_cut||exe,dev>null,doc>null,nls>null
no|mcrypt|mcrypt|exe,dev,doc,nls
yes|mesa|libgbm1,libgbm-dev,libegl1-mesa,libegl1-mesa-dev|exe,dev,doc,nls| #have most in xorg_base. these extra needed by gstreamer. GSTREAMER1.0
no|mesa-utils|mesa-utils|exe,dev,doc,nls
no|metamail|metamail|exe,dev>null,doc,nls
yes|metamail||exe
yes|mhash|libmhash2,libmhash-dev|exe,dev,doc,nls
no|mhwaveedit||exe|
yes|mingetty||exe,dev,doc,nls
yes|minidlna||exe,dev,doc,nls
yes|miniupnpc|libminiupnpc10,libminiupnpc-dev|exe,dev,doc,nls| #needed by transmission.
yes|minixcal||exe,dev,doc,nls
no|mir|libmirserver1,libboost-program-options1.53.0,libboost-system1.53.0,libegl1-mesa,libgflags2,libgles2-mesa,libgoogle-glog0,libmirclient2,libmirprotobuf0,libprotobuf7,libxkbcommon0,libmirplatform,libmirserver-dev,mircommon-dev,libglm-dev,libboost-program-options-dev|exe,dev,doc,nls| #ubuntu display server. see also xserver-xorg-xmir. XMIR
yes|mirdir||exe
no|mjpegtools|mjpegtools,mjpegtools-gtk,libmplex2-2.1-0,libmjpegutils-2.1-0,libmpeg2encpp-2.1-0,libmjpegtools-dev|exe,dev,doc,nls| #ADDED 20151101
no|mktemp|mktemp|exe,dev>null,doc,nls
yes|mktemp||exe
yes|modem-stats||exe
no|module-init-tools|module-init-tools|exe,dev,doc,nls| #haha, no, this is just a frontend for kmod.
no|module-init-tools||exe,dev,doc,nls|pet:wary5
yes|momanager||exe|
no|mountcifs||exe
no|mp|mped|exe,dev>null,doc,nls| #no, the gtk mode of this mp is awful, use my curses-only pkg.
yes|mp||exe
no|mpclib|libmpc2|exe>dev,dev,doc,nls
no|mpclib3|libmpc3,libmpc-dev|exe>dev,dev,doc,nls| #needed by gcc.
no|mpeg2dec|libmpeg2-4,libmpeg2-4-dev|exe,dev,doc,nls| #needed by mplayer.
yes|mpfr|libmpfr4,libmpfr-dev|exe>dev,dev,doc,nls
no|mplayerplug-in||exe,dev,doc,nls
no|mplayer|mplayer,libaa1,libaudio2,libavcodec53,libavformat53,libavutil51,libcaca0,libenca0,libesd0,libgpm2,libjack-jackd2-0,libmpcdec6,libopenal1,libpostproc52,libpulse0,libschroedinger-1.0-0,libsdl1.2debian,libsmbclient,libspeex1,libsvga1,libtalloc2,libwbclient0,libwrap0,libx86-1,libx264-123,libxvidcore4,libxvmc1,libxxf86dga1|exe,dev,doc,nls
no|mplayer_codecs_basic||exe
no|mpv|libguess1,libguess-dev,liblua5.2-0,liblua5.2-dev,librubberband2v5,librubberband-dev,libsdl2-2.0-0,libsdl2-dev,libsndio6.1,libsndio-dev,mpv|exe,dev,doc,nls
no|mscw||exe| #multiple sound card wizard.
yes|ms-sys||exe
yes|mtdev|libmtdev1,libmtdev-dev|exe,dev,doc,nls| #needed by synaptics_drv.so in xorg.
no|mtpaint|mtpaint|exe,dev,doc,nls| #no, very old version (3.34).
no|mtPaint||exe,dev,doc,nls|
no|mtpaint-help||exe
yes|mtp_phone_connect||exe,dev,doc,nls|
yes|mtr||exe
yes|multirename||exe
no|mut2||exe
yes|nas|libaudio2,libaudio-dev|exe,dev,doc,nls| #needed by mplayer, qupzilla
no|nasm|nasm|exe>dev,dev,doc,nls
no|nbtscan|nbtscan|exe| #120924 peebee, rcrsn51: pnethood slow with this, revert to old pet works...
yes|nbtscan||exe,dev,doc,nls|
yes|ncurses|ncurses-base,ncurses-bin,libncurses5,libncurses5-dev,libncursesw5,libncursesw5-dev,libtinfo5,libtinfo-dev|exe,dev,doc,nls
yes|ndiswrapper|ndiswrapper,ndiswrapper-utils-1.9|exe,dev>null,doc,nls
yes|nenscript||exe
no|netpbm|netpbm,libnetpbm10,libnetpbm10-dev|exe,dev,doc,nls
yes|netpbm||exe,dev,doc,nls
yes|net_setup||exe
no|net_setup_classic||exe
yes|net-tools|net-tools|exe,dev,doc,nls
yes|nettle|libnettle6,nettle-dev|exe,dev,doc,nls| #needed by libarchive.
yes|netmon_wce||exe,dev,doc,nls
yes|network_roxapp||exe
no|network_tray||exe|pet:tahr
no|nicoedit||exe
yes|normalize|normalize-audio|exe,dev,doc,nls
yes|notecase||exe,dev,doc,nls
yes|nrg2iso|nrg2iso|exe| #used by pburn.
yes|nspr|libnspr4,libnspr4-0d,libnspr4-dev|exe,dev,doc,nls| #using seamonkey pkg with these built-in. 120913 enabled.
yes|nss|libnss3,libnss3-1d,libnss3-dev|exe,dev,doc,nls| #using seamonkey pkg with these built-in. 120913 enabled.
yes|ntfs-3g|ntfs-3g,ntfs-3g-dev|exe,dev,doc,nls| #this seems to have taken over the full functionality of ntfsprogs.
no|ntfs-3g||exe,dev,doc,nls
no|ntfsprogs|ntfsprogs,libntfs10,libntfs-dev|exe,dev,doc,nls| #120901 this seems to now be replaced by linux-ntfs.
yes|ntpdate||exe| #used by psync to sync local time and date from the internet.
yes|numactl|libnuma1,libnuma-dev|exe,dev,doc,nls
yes|numlockx||exe| #needed by shinobars firstrun.
no|obconf||exe,dev>null,doc,nls|+openbox
no|openbox||exe,dev>null,doc,nls
yes|opencv|libopencv-core2.4v5,libopencv-imgproc2.4v5|exe,dev>null,doc,nls| #ffmpeg needs this. dep: libtbb2. have left off the dev deb.
yes|openldap|libldap-2.4-2,libldap2-dev|exe,dev,doc,nls
yes|openslp|libslp1,libslp-dev|exe,dev,doc,nls
yes|opensp-runtime|libosp5|exe,dev,doc,nls| #needed by libofx and homebank.
yes|opensp|opensp,libosp-dev|exe>dev,dev,doc,nls|+sgml-base,+sgml-data,+xml-core
yes|openssh_client|openssh-client|exe,dev,doc,nls
no|openssl0|libssl0.9.8|exe,dev>null,doc,nls| #old version.
yes|openssl|openssl,libssl1.0.0,libssl-dev|exe,dev,doc,nls
yes|optipng|optipng|exe>dev,dev,doc,nls
yes|opus|libopus0,libopus-dev,opus-tools|exe,dev,doc,nls| #needed by ffmpeg
yes|orbit2|liborbit2,liborbit-2-0,liborbit2-dev|exe,dev,doc,nls
yes|orc|liborc-0.4-0,liborc-0.4-dev|exe,dev,doc,nls| #needed by mplayer.
no|osmo|osmo|exe,dev,doc,nls| #aaargh, has changed from libgtkhtml dep to webkitgtk, huge size.
no|osmo||exe,dev,doc,nls| #needs libnotify, libgtkhtml, libtar, libgringotts, libical.
yes|ots|libots0,libots-dev|exe,dev,doc,nls
yes|p7zip-full|p7zip-full|exe,dev,doc,nls
yes|p11-kit|libp11-kit0,libp11-kit-dev|exe,dev,doc,nls| #needed by cupsd (ubuntu cups pkg). 121210 need dev pkg for gnutls, refer forum t=82092&start=135
yes|PackIt||exe,dev,doc,nls|
no|palemoon||exe,dev,doc,nls
yes|pam|libpam0g,libpam0g-dev,libpam-modules|exe,dev,doc,nls|
yes|pango|libpango-1.0-0,libpango1.0-0,libpango1.0-dev,libpangoft2-1.0-0,libpangocairo-1.0-0,libpangox-1.0-0,libpangoxft-1.0-0,gir1.2-pango-1.0|exe,dev,doc,nls
yes|pangomm|libpangomm-1.4-1v5,libpangomm-1.4-dev|exe,dev,doc,nls
no|parcellite||exe|
yes|parted|parted,libparted2,libparted-dev,libparted-fs-resize0|exe,dev,doc,nls|
no|parted||exe,dev,doc,nls|
yes|patch|patch|exe>dev,dev,doc,nls
yes|patchutils|patchutils|exe>dev,dev,doc,nls
no|pavrecord||exe|pet:tahr
yes|pbackup||exe
yes|pburn||exe
yes|pcd||exe
no|pcdripper||exe
yes|pciutils|pciutils,libpci3,libpci-dev|exe,dev,doc,nls
no|pclock||exe,dev,doc,nls|
yes|pcmciautils|pcmciautils|exe,dev,doc,nls
yes|pcre|libpcre16-3,libpcre3,libpcre32-3,libpcre3-dev,libpcrecpp0v5|exe,dev,doc,nls| #MERGED 20150717-08
no|pctorrent||exe
yes|pdiag||exe| #diagnostic tool created by rerwin.
yes|pdvdrsab||exe
no|peasydisc||exe
no|peasyglue||exe,dev,doc,nls|
no|peasypdf||exe,dev,doc,nls
no|peasyport||exe| #rcrsn51, alternative to superscan.
no|peasyprint||exe,dev,doc,nls
no|peasyscale||exe| #rcrsn51, jpg image resizer.
no|peasyscan_tahrpup||exe,dev,doc,nls
no|peasyscan_pdf_plugin||exe,dev,doc,nls
yes|pequalizer||exe| #audio equalizer, used by pmusic. note, deps are alsaequal, caps_eq.
yes|perl|perl,perl-base,perl-modules-5.22|exe>dev,dev,doc,nls
yes|perl_tiny|perl,perl-base,perl-modules-5.22|exe,dev>null,doc>null,nls>null
yes|perl-compress-zlib|libcompress-raw-zlib-perl|exe>dev,dev,doc,nls
yes|perl-digest-sha1_devxonly|libdigest-sha-perl|exe>dev,dev,doc,nls
yes|perl-digest-sha1|libdigest-sha-perl|exe,dev>null,doc>null,nls>null
yes|perl-extutils-depends|libextutils-depends-perl|exe>dev,dev,doc,nls
yes|perl-extutils-pkgconfig|libextutils-pkgconfig-perl|exe>dev,dev,doc,nls
yes|perl-html-parser_devxonly|libhtml-parser-perl|exe>dev,dev,doc,nls
yes|perl-html-parser|libhtml-parser-perl|exe,dev>null,doc>null,nls>null
yes|perl-intl-perl|libintl-perl|exe>dev,dev,doc,nls
yes|perl-text-unidecode|libtext-unidecode-perl|exe>dev,dev,doc,nls
yes|perl-uri|liburi-perl|exe>dev,dev,doc,nls
yes|perl-xml-parser|libxml-parser-perl|exe>dev,dev,doc,nls
yes|perl-xml-simple|libxml-simple-perl|exe>dev,dev,doc,nls
no|pfilesearch||exe
no|pfind||exe|
yes|picocom|picocom|exe,dev,doc,nls
no|picpuz||exe
yes|picscale||exe|
yes|pixman|libpixman-1-0,libpixman-1-dev|exe,dev,doc,nls
yes|pkgconfig|pkg-config|exe>dev,dev,doc,nls
no|planner|planner,planner-data|exe,dev,doc,nls|
yes|pmcputemp||exe,dev,doc,nls
no|pmetatagger||exe
yes|pmirror||exe
yes|pmirrorget||exe
yes|pnethood||exe| #using network_roxapp and YASSM instead. leave it in, some users want it.
yes|pnscan|pnscan|exe,dev,doc,nls| #needed by peasyport & yassm
no|policykit|libpolkit2|exe,dev,doc,nls
yes|poppler|gir1.2-poppler-0.18,libpoppler58,libpoppler-cpp0,libpoppler-cpp-dev,libpoppler-dev,libpoppler-glib8,libpoppler-glib-dev,libpoppler-private-dev,poppler-utils|exe,dev,doc,nls
yes|popt|libpopt0,libpopt-dev|exe,dev,doc,nls
yes|powerapplet_tray||exe|
no|pplog||exe
yes|ppp|ppp|exe,dev>null,doc,nls
no|pprocess||exe
yes|pptp|pptp-linux|exe,dev,doc,nls
no|precord-precise||exe
no|prename||exe| #broken in precise puppy.
yes|procps|procps,libprocps4,libprocps4-dev|exe,dev,doc,nls
yes|programchooser||exe
yes|pschedule||exe
yes|psmisc|psmisc|exe,dev>null,doc,nls
yes|psync||exe,dev,doc,nls
no|ptiming||exe,dev,doc,nls
yes|pulseaudio|libpulse-mainloop-glib0,libpulse0|exe,dev,doc,nls| #needed by mplayer, gnome-mplayer and gmtk
yes|PupClockset||exe|
yes|Pup-SysInfo||exe|
yes|puppyinputdetect||exe
yes|puppyphone||exe
yes|puppy_standard_icons||exe,dev,doc,nls
no|puppy-podcast-grabber||exe
yes|puppyserialdetect||exe
no|pupradio||exe,dev,doc,nls
no|puptv||exe
yes|pupx||exe
yes|pure-ftpd||exe
no|pwsget||exe
yes|python|python,python2.7-minimal,python2.7,libpython2.7,libpython2.7-stdlib,libpython2.7-minimal|exe,doc,nls| #121022 moved from devx to main f.s. /usr/include/python2.7 must also go into main f.s. so take out ,dev. see also libpython2.7 needed by gdb in devx. 130404 added libs.
yes|python-libxml2|python-libxml2|exe,doc,nls| #121022 moved from devx to main f.s.
yes|python_support||exe,dev,doc,nls
yes|pythondev|libpython-dev,libpython2.7-dev,python-dev,python2.7-dev|exe,dev,doc,nls
yes|qbat||exe,dev,doc,nls
no|qpdf|libqpdf17,libqpdf-dev|exe,dev,doc,nls| #needed by cups.
no|qpdfview|qpdfview,qpdfview-djvu-plugin,libdjvulibre21,libdjvulibre-dev,libdjvulibre-text|exe,dev,doc,nls
no|qpdfview||exe,dev,doc,nls
yes|qt4|libpoppler-qt4-4,libqt4-dbus,libqt4-opengl,qdbus,qtchooser,libqt4-sql-sqlite,libqt4-declarative,libqt4-network,libqt4-script,libqt4-sql,libqt4-svg,libqt4-xml,libqt4-xmlpatterns,libqtcore4,libqtdbus4,libqtgui4|exe,dev,doc,nls
yes|qt4-dev|libpoppler-qt4-dev,libqt4-designer,libqt4-dev,libqt4-dev-bin,libqt4-help,libqt4-opengl-dev,libqt4-qt3support,libqt4-scripttools,libqt4-test,qt4-default,qt4-dev-tools,qt4-qmake,qt4-qmlviewer,qt4-qtconfig|exe>dev,dev,doc,nls
no|qt5|libqt5concurrent5,libqt5printsupport5,libqt5sql5,libqt5sql5-sqlite,libqt5svg5,libqt5svg5-dev,libqt5test5,libqt5xml5|exe,dev,doc,nls
no|qt5-dev|qt5-qmake,qtbase5-dev,qtbase5-dev-tools,qtchooser,qt5-default,qttools5-dev-tools|exe,dev,doc,nls
no|quickpet_tahr||exe
no|qutim|qutim|exe,dev,doc,nls| #multiprotocol chat client, uses qt4. qupzilla has installed many needed deps.
yes|radeon_firmware||exe,dev,doc,nls
yes|raptor2|libraptor2-0,libraptor2-dev|exe,dev,doc,nls| #needed by redland.
yes|readline|libreadline6,libreadline6-dev,readline-common|exe,dev,doc,nls
yes|redland|librdf0,librasqal3|exe,dev,doc,nls| #needed by abiword. left out -dev libs.
yes|retrovol||exe|
yes|rman|rman|exe>dev,dev,doc,nls
yes|rox_filer||exe
yes|rp-pppoe||exe
yes|rpl|rpl|exe,dev,doc,nls
yes|rsync_devxonly|rsync|exe>dev,dev,doc,nls
yes|rsync|rsync|exe,dev>null,doc>null,nls>null
yes|rtmpdump|rtmpdump,librtmp1,librtmp-dev,flvstreamer|exe,dev,doc,nls
no|rubix||exe
no|rxvt|rxvt-unicode-256color|exe,dev>null,doc,nls
no|rxvt||exe,dev>null,doc,nls
yes|rxvt-unicode||exe,dev,doc,nls
no|samba_client|samba,samba-common,smbfs,smbclient|exe,dev>null,doc,nls
yes|samba||exe,dev,doc,nls
no|samba_client||exe
no|samba-tng-rcrsn||exe,dev,doc,nls|
yes|sane-backends|libsane,libsane-common,libsane-dev,sane-utils|exe,dev,doc,nls
yes|scale2x||exe
no|scanpci||exe| #needs library libpciaccesss (normally part of that pkg).
yes|schroedinger|libschroedinger-1.0-0,libschroedinger-dev|exe,dev,doc,nls| #needed by mplayer, ffmpeg, and other media apps.
no|screeny||exe,dev,doc,nls| #alternate screenshot app, created by 01micko.
yes|sdl|libsdl1.2debian,libsdl1.2-dev,libsdl-image1.2,libwebp5,libwpd-dev|exe,dev,doc,nls
yes|sed|sed|exe,dev>null,doc,nls
yes|serf|libserf-1-1|exe>dev,dev,doc,nls| #needed by svn.
yes|setserial|setserial|exe,dev>null,doc,nls
yes|setvol||exe
yes|sfs_load||exe
yes|sgml-base|sgml-base|exe>dev,dev,doc,nls
yes|sgml-data|sgml-data|exe>dev,dev,doc,nls
yes|shared-mime-info||exe,dev>exe|pet:tahr64
no|shred||exe|
no|simplescreenrecorder||exe,dev,doc,nls
no|smplayer||exe,dev,doc,nls
yes|speex|libspeex1,libspeex-dev,libspeexdsp1,libspeexdsp-dev|exe,dev,doc,nls| #needed by mplayer, vlc. note, some apps only need libspeex1, others need both.
yes|sqlite|sqlite3,libsqlite3-0,libsqlite3-dev|exe,dev,doc,nls
no|squashfs-tools|squashfs-tools|exe,dev>null,doc,nls
no|squashfs-tools||exe
yes|squashfs-tools4||exe|  #note, kernel-version sensitive
yes|ssh-gui||exe
yes|ssl-certificate-fix||exe,dev,doc,nls|pet:noarch| #qtweb needs this.
yes|startup-notification|libstartup-notification0,libstartup-notification0-dev|exe,dev,doc,nls
yes|strace|strace|exe>dev,dev,doc,nls
yes|streamripper||exe,dev,doc,nls
yes|subversion|subversion,libsvn1,libdb5.3,libneon27-gnutls,libaprutil1,libpq5,libmysqlclient20,libapr1|exe>dev,dev,doc,nls
yes|sudo||exe,dev,doc,nls
yes|sylpheed||exe
no|sylpheed|sylpheed,gnupg,gpgv,libassuan0,libbluetooth3,libcompfaceg1,libgpgme11,libonig2,libpisock9|exe,dev,doc,nls| #needs gtk2
no|synclient||exe
yes|sys-freedos||exe
yes|sysfsutils|libsysfs2,libsysfs-dev,sysfsutils|exe,dev,doc,nls
no|sys-info||exe,dev,doc,nls| #broken.
yes|syslinux|syslinux,syslinux-common,syslinux-utils,isolinux|exe,dev>null,doc,nls
no|syslinux||exe,dev,doc,nls| #must use pet syslinux pkg.
no|syslinux_isolinux|isolinux|exe,dev,doc,nls| #ADDED 20160418 messy. need isohdpfx.bin
no|syslinux6|syslinux-common|exe,dev,doc,nls| #ADDED 20160418 more messy. need ldlinux.c32
yes|sysprof|sysprof|exe>dev,dev,doc,nls
yes|sysvinit||exe
yes|taglib|libtag1v5,libtag1-dev,libtag1v5-vanilla|exe,dev,doc,nls| #needed by lots of media apps.
yes|tar|tar|exe,dev>null,doc,nls
yes|tbb|libtbb2,libtbb-dev|exe,dev>null,doc,nls| #needed by libopencv-core. have left off the dev.
yes|tcp-wrappers|libwrap0,libwrap0-dev|exe,dev,doc,nls| #needed by mplayer, skype
yes|tdb|libtdb1,libtdb-dev|exe,dev,doc,nls| #needed by mplayer and libcanberra.
no|telepathy-glib|libtelepathy-glib0|exe,dev,doc,nls| #needed by abiword. left out -dev lib.
yes|tevent|libtevent0,libtevent-dev|exe,dev,doc,nls|
yes|texinfo|texinfo|exe>dev,dev,doc,nls
no|tidy|libtidy-0.99-0,libtidy-dev|exe,dev,doc,nls| #needed by abiword.
no|tile||exe
yes|time|time|exe,dev>null,doc,nls
no|transmission||exe,dev,doc,nls| #gtk2
yes|transmission|transmission-common,transmission-gtk|exe,dev,doc,nls| #needs gtk3, libappindicator
yes|tree|tree|exe,dev,doc,nls
no|truncate||exe
no|tslib|libts-0.0-0,libts-bin,libts-dev|exe,dev,doc,nls
yes|ucf|ucf|exe,dev,doc,nls|
yes|udev|udev,libudev1,libudev-dev|exe>null,dev>null,doc>null,nls>null #fake install
yes|eudev||exe,dev,doc,nls| #note, requires kmod and a kernel with devtmpfs enabled.
yes|uget||exe
yes|unclutter|unclutter|exe,dev>null,doc,nls
no|unionfs_utils||exe
yes|unrar||exe,dev,doc,nls
yes|unzip|unzip|exe,dev>null,doc,nls
yes|UrxvtControl||exe,dev,doc,nls|
yes|usb-modeswitch||exe
yes|usb-modeswitch-data||exe
yes|usbutils|usbutils|exe,dev,doc,nls
yes|util-linux|util-linux,mount,uuid-runtime,bsdutils,libuuid1,libblkid1,libfdisk1,libmount1,libsmartcols1,libfdisk-dev,libmount-dev,libsmartcols-dev,uuid-dev,libblkid-dev,libmount-dev|exe,dev,doc,nls| #ADDED 20150717-08 20150730 20150808
yes|uextract||exe,dev,doc,nls|
yes|vala|valac,libvala-0.30-0|exe>dev,dev,doc>dev,nls
no|valide||exe>dev,dev,doc>dev,nls
yes|vamps|vamps|exe,dev,doc,nls
yes|vcdimager|libvcdinfo0,libvcdinfo-dev,vcdimager|exe,dev,doc,nls| #MERGED 20150717-08
no|vcdimager|vcdimager|exe,dev,doc,nls
yes|viewnior||exe,dev,doc,nls
no|vlc|libass5,libavc1394-0,libbasicusageenvironment1,libchromaprint0,libcrystalhd3,libdvbpsi10,libebml4v5,libgles1-mesa,libgles1-mesa-dev,libgles2-mesa,libgles2-mesa-dev,libgnutls30,libgroupsock8,libhogweed4,libkate1,liblivemedia50,liblua5.2-0,liblua5.2-dev,libmatroska6v5,libmodplug1,libmodplug-dev,libmtp9,libmtp-runtime,libmtp-common,libproxy1v5,libproxy-tools,libresid-builder0c2a,libqt5core5a,libqt5dbus5,libqt5gui5,libqt5network5,libqt5widgets5,libqt5x11extras5,libqt5x11extras5-dev,libshout3,libsidplay2v5,libssh2-1,libssh2-1-dev,libtasn1-6,libtwolame0,libupnp6,libusageenvironment3,libvcdinfo0,libvlc5,libvlccore8,libwebp5,libxcb-composite0,libxcb-keysyms1,libxcb-randr0,libxcb-xv0,libzvbi0,libzvbi-common,qtcore4-l10n,vlc-data,vlc-nox,vlc|exe,dev,doc,nls>null
no|vlc-browser-plugin|browser-plugin-vlc|exe,dev,doc,nls
yes|vo-aacenc|libvo-aacenc0,libvo-aacenc-dev|exe,dev,doc,nls| #ADDED 20150717-08
yes|vo-amrwbenc|libvo-amrwbenc0,libvo-amrwbenc-dev|exe,dev,doc,nls| #ADDED 20150717-08
yes|vobcopy|vobcopy|exe,dev,doc,nls
yes|vorbis-tools|vorbis-tools|exe,dev,doc,nls
yes|wag_profiles||exe| #taken out of net_setup pet, see forum t=82092&start=300
yes|waitmax||exe
no|wallpaper||exe
yes|wavplay||exe
yes|wayland|libwayland-client0,libwayland-cursor0,libwayland-dev,libwayland-server0|exe,dev,doc,nls| #needed by gtk+3. libwayland-server0 needed by gstreamer. GSTREAMER1.0 have taken out gtk3
yes|wcpufreq||exe,dev,doc,nls| #using this instead of cpu-scaling-ondemand.
yes|wget|wget|exe,dev>null,doc,nls
yes|wireless-tools|wireless-tools,libiw30,libiw-dev|exe,dev,doc,nls
yes|wmctrl|wmctrl|exe,dev,doc,nls
yes|wpa_supplicant|wpasupplicant|exe,dev>null,doc,nls
yes|wv|wv,libwv-1.2-4,libwv-dev|exe,dev,doc,nls
yes|wvdial||exe
yes|wvstreams|wvstreams-4.6.1*,wvstreams_DEV-4.6.1*|exe,dev,doc,nls|pet:tahr64
yes|x11proto|x11proto-*-dev|exe>dev,dev,doc,nls
yes|x264|libx264-148,libx264-dev|exe,dev,doc,nls
yes|x265|libx265-79,libx265-dev|exe,dev,doc,nls
yes|xarchive||exe
yes|xauth|xauth|exe,dev,doc,nls| #ADDED 20150717-08
yes|xaw3d|xaw3dg|exe,dev,doc,nls| #ADDED 20151025. xvkbd uses this. leave out xaw3dg-dev
no|Xbatalarm||exe
no|xchat||exe,dev,doc,nls|
yes|xclip|xclip|exe,dev,doc,nls|
yes|xcur2png||exe
yes|xdelta||exe
yes|xdg_puppy||exe|
yes|Xdialog||exe,dev,doc,nls
no|xdriinfo||exe,dev,doc,nls| #needed by sys-info. no more.
no|xemeraldia||exe
yes|xf86-input-keyboard||exe,dev,doc,nls
yes|xf86-input-mouse||exe,dev,doc,nls
no|xfce4-battery-plugin|xfce4-battery-plugin|exe,dev,doc,nls
no|xfce4-clipman-plugin|xfce4-clipman-plugin|exe,dev,doc,nls
no|xfce4-cpugraph-plugin|xfce4-cpugraph-plugin|exe,dev,doc,nls
no|xfce4-fsguard-plugin|xfce4-fsguard-plugin|exe,dev,doc,nls
no|xfce4-genmon-plugin|xfce4-genmon-plugin|exe,dev,doc,nls
no|xfce4-mcs-manager|xfce4-mcs-manager,xfce4-mcs-manager-dev|exe,dev,doc,nls|+libxfce4mcs,+libxfce4util,+libxfcegui4
no|xfce4-mixer|xfce4-mixer|exe,dev,doc,nls
no|xfce4-mixer-alsa|xfce4-mixer-alsa|exe,dev,doc,nls
no|xfce4-mount-plugin|xfce4-mount-plugin|exe,dev,doc,nls
no|xfce4-netload-plugin|xfce4-netload-plugin|exe,dev,doc,nls
no|xfce4-notes-plugin|xfce4-notes-plugin|exe,dev,doc,nls
no|xfce4-panel|xfce4-panel|exe,dev>null,doc,nls|+xfce4-mcs-manager,+exo
no|xfce4-systemload-plugin|xfce4-systemload-plugin|exe,dev,doc,nls
no|xfdesktop4|xfdesktop4,xfdesktop4-data|exe,dev,doc,nls
yes|xfdiff-cut||exe
yes|xfonts-encodings|xfonts-encodings|exe,dev,doc,nls|
no|xfprot||exe
no|xfwm4|xfwm4|exe,dev>null,doc,nls|+libxfce4mcs,+libxfce4util,+libxfcegui4,+exo
no|xine-lib|libxine1,libxine1-bin,libxine1-misc-plugins,libxine1-x,libxine1-console,libxine1-ffmpeg,libxine-dev|exe,dev,doc,nls
no|xine-lib||exe,dev,doc,nls
no|xinvaders||exe
yes|xkbconfigmanager||exe
no|xlock_gui||exe
no|xlockmore||exe
yes|xml-core|xml-core|exe>dev,dev,doc,nls
yes|xorg_base_new|libglapi-mesa,libx11-xcb1,libx11-xcb-dev,xfonts-utils,libxmu-headers,mesa-common-dev,libgl1-mesa-dri,xinit,x11-xkb-utils,x11-xserver-utils,x11-utils,x11-apps,fontconfig,libdrm2,libdrm-dev,libdrm-amdgpu1,libdrm-intel1,libdrm-nouveau2,libdrm-radeon1,libepoxy0,libepoxy-dev,libfontconfig1,libfontconfig1-dev,libfontenc1,libfontenc-dev,libgl1-mesa-glx,libgl1-mesa-dev,libglu1-mesa,libglu1-mesa-dev,libice6,libice-dev,libsm6,libsm-dev,libx11-6,libx11-dev,libx11-data,libxau6,libxau-dev,libxaw7,libxaw7-dev,libxcomposite1,libxcomposite-dev,libxcursor1,libxcursor-dev,libxdamage1,libxdamage-dev,libxdmcp6,libxdmcp-dev,libxext6,libxext-dev,libxfixes3,libxfixes-dev,libxfont1,libxfont-dev,libxft2,libxft-dev,libxi6,libxi-dev,libxinerama1,libxinerama-dev,libxkbfile1,libxkbfile-dev,libxmu6,libxmu-dev,libxmuu1,libxmuu-dev,libxpm4,libxpm-dev,libxrandr2,libxrandr-dev,libxrender1,libxrender-dev,libxres1,libxres-dev,libxss1,libxss-dev,libxt6,libxt-dev,libxtst6,libxtst-dev,libxv1,libxv-dev,libxxf86dga1,libxxf86dga-dev,libxxf86vm1,libxxf86vm-dev,xkb-data,xinput|exe,dev,doc,nls|
yes|xorg_dri|libgl1-mesa-dri,mesa-utils|exe,dev,doc,nls|
no|xsane|xsane,xsane-common|exe,dev>null,doc,nls| #this needs 'libgimp', compiled my own pet pkg without this dep.
yes|xsane||exe
yes|xserver_xorg|xserver-xorg-dev,xserver-common,xserver-xorg,xserver-xorg-core,xserver-xorg-input-acecad,xserver-xorg-input-aiptek,xserver-xorg-input-all,xserver-xorg-input-elographics,xserver-xorg-input-evdev,xserver-xorg-input-evdev-dev,xserver-xorg-input-joystick,xserver-xorg-input-joystick-dev,xserver-xorg-input-libinput,xserver-xorg-input-libinput-dev,xserver-xorg-input-mtrack,xserver-xorg-input-mutouch,xserver-xorg-input-synaptics,xserver-xorg-input-synaptics-dev,xserver-xorg-input-vmmouse,xserver-xorg-input-void,xserver-xorg-input-wacom,xserver-xorg-input-xwiimote,xserver-xorg-video-all,xserver-xorg-video-amdgpu,xserver-xorg-video-ast,xserver-xorg-video-ati,xserver-xorg-video-cirrus,xserver-xorg-video-dummy,xserver-xorg-video-fbdev,xserver-xorg-video-intel,xserver-xorg-video-mach64,xserver-xorg-video-mga,xserver-xorg-video-neomagic,xserver-xorg-video-nouveau,xserver-xorg-video-openchrome,xserver-xorg-video-qxl,xserver-xorg-video-r128,xserver-xorg-video-radeon,xserver-xorg-video-savage,xserver-xorg-video-siliconmotion,xserver-xorg-video-sisusb,xserver-xorg-video-tdfx,xserver-xorg-video-trident,xserver-xorg-video-vesa,xserver-xorg-video-vmware|exe,dev,doc,nls|
no|xsoldier||exe
yes|xtrans|xtrans-dev|exe>dev,dev,doc,nls
yes|xvidcore|libxvidcore4,libxvidcore-dev|exe,dev,doc,nls
yes|xz|xz-utils,liblzma5,liblzma-dev|exe,dev,doc,nls
yes|yad||exe,dev,doc,nls|
yes|yaf-splash||exe
yes|yajl|libyajl2,libyajl-dev|exe,dev,doc,nls| #needed by raptor2.
no|yasm|yasm|exe>dev,dev,doc,nls|
no|YASSM||exe|
no|ycalc||exe
no|zfind||exe
yes|z_geany_bacon_hack||exe|pet:noarch
yes|zip|zip|exe,dev>null,doc,nls
yes|zlib|zlib1g,zlib1g-dev|exe,dev,doc,nls
yes|z_xenialfix64||exe
'