DISTRO_PKGS_SPECS-t2-quirky6 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. #w469 fallbacks when looking for pet pkgs (space-separated list)...
  2. FALLBACKS_COMPAT_VERSIONS=''
  3. #PKGS_SPECS_TABLE table format:
  4. #will pkg be in puppy-build.
  5. # Generic name for pkg. Note: PET packages, if exist, use this name.
  6. # Comma-separated list of compatible-distro pkg(s). '-' prefix, exclude.
  7. # Must be exact name-only of pkg, else '*' on end is wildcard to search full name.
  8. # Empty field, then use PET pkg.
  9. # How the package will get split up in woof (optional redirection '>' operator).
  10. # Missing field, it goes into exe. Can also redirect >null, means dump it.
  11. #yes|abiword|iceword,iceword-plugins|exe,dev,doc,nls
  12. #example showing wildcard. finds all full pkg names with 'gcc-4.3*',
  13. #but, exclude any 'gcc-4.3-doc*' matches...
  14. # yes|gcc|gcc,gcc-4.3*,-gcc-4.3-doc*|exe,dev,doc,nls
  15. #110817 Comments preferred to be on end of line, ex:
  16. # yes|abiword|iceword,iceword-plugins|exe,dev,doc,nls| #this is a comment.
  17. #110829 enhancements:
  18. # Force pkg is from compat-distro repo, specifically 'salix' repo.
  19. # yes|abiword|iceword,iceword-plugins|exe,dev,doc,nls|compat:salix
  20. #Generic format:
  21. # yes|genericpkgname|[pkgnames]|[splitup]|[pet:[repo]]
  22. # yes|genericpkgname|[pkgnames]|[splitup]|[compat:[repo]]
  23. #for a fuller explanation of the entries in PKGS_SPECS_TABLE, please see:
  24. # http://bkhome.org/blog/?viewDetailed=02414
  25. PKGS_SPECS_TABLE='
  26. yes|915resolution||exe,dev,doc,nls
  27. yes|a52dec|a52dec|exe,dev,doc,nls|compat:quirky6
  28. no|abiword||exe,dev>null,doc,nls
  29. yes|align||exe
  30. yes|alsa-lib|alsa-lib|exe,dev,doc,nls|compat:quirky6
  31. yes|alsa-utils|alsa-utils|exe,dev,doc,nls|compat:quirky6
  32. no|apr||exe>dev,dev,doc,nls
  33. no|apr-util||exe>dev,dev,doc,nls
  34. yes|asunder|asunder|exe,dev,doc,nls|compat:quirky6
  35. yes|atk|atk|exe,dev,doc,nls|compat:quirky6
  36. yes|audiofile|audiofile|exe,dev,doc,nls|compat:quirky6
  37. yes|aufs2-util||exe,dev,doc,nls| #note, kernel-version dependent.
  38. yes|autoconf|autoconf|exe>dev,dev,doc,nls|compat:quirky6
  39. yes|automake|automake|exe>dev,dev,doc,nls|compat:quirky6
  40. yes|axel||exe,dev>null,doc,nls
  41. yes|ayttm||exe,dev,doc,nls
  42. yes|bacon||exe,dev,doc>dev,nls
  43. no|bacongui||exe,dev,doc,nls| #needs gtksourceview.
  44. yes|bash|bash|exe,dev>null,doc,nls|compat:quirky6
  45. yes|bbc_provided||exe
  46. yes|bc|bc|exe,dev>null,doc,nls|compat:quirky6
  47. yes|bcrypt||exe
  48. no|bdb||exe>dev,dev,doc,nls| #needed by subversion. put into devx. dump dev pkg.
  49. no|bin86||exe>dev,dev,doc,nls
  50. yes|binutils|binutils|exe>dev,dev,doc,nls|compat:quirky6
  51. yes|bison|bison|exe>dev,dev,doc,nls|compat:quirky6
  52. yes|boehm-gc|boehm-gc|exe,dev,doc,nls|compat:quirky6
  53. yes|bones||exe
  54. yes|busybox||exe,dev,doc,nls|pet:common| #use our pet with f2fs patch.
  55. yes|bzip2|bzip2|exe,dev,doc,nls|compat:quirky6
  56. yes|cairo|cairo|exe,dev,doc,nls|compat:quirky6
  57. yes|cddetect||exe,dev>null,doc,nls
  58. yes|cdparanoia-III|cdparanoia|exe,dev,doc,nls|compat:quirky6
  59. yes|cdrkit|cdrkit|exe,dev>null,doc,nls|compat:quirky6
  60. yes|cf|cf|exe>dev,dev,doc,nls|compat:quirky6
  61. yes|cgtkcalc||exe,dev>null,doc,nls
  62. yes|chmlib|chmlib|exe,dev,doc,nls|compat:quirky6
  63. yes|cloog-ppl|cloog-ppl|exe>dev,dev,doc,nls|compat:quirky6
  64. yes|close-dvd+rwtools||exe
  65. yes|cmake|cmake|exe>dev,dev,doc,nls|compat:quirky6
  66. yes|coreutils|coreutils|exe,dev>null,doc,nls|compat:quirky6
  67. yes|cpio|cpio|exe,dev>null,doc,nls|compat:quirky6
  68. yes|cups|cups|exe,dev,doc,nls|compat:quirky6
  69. yes|cups_pdf||exe
  70. yes|curl|curl|exe,dev,doc,nls|compat:quirky6
  71. yes|cvs|cvs|exe>dev,dev,doc,nls|compat:quirky6
  72. yes|ddcprobe||exe,dev>null,doc,nls
  73. yes|defaults-chooser||exe
  74. yes|desk_background_quirky1||exe
  75. yes|desk_icon_theme_lagabluenight||exe
  76. yes|desk_icon_theme_smooth_color||exe
  77. yes|desk_icon_theme_stark042||exe
  78. no|dhcpcd|dhcpcd|exe,dev>null,doc,nls|compat:quirky6
  79. yes|dhcpcd||exe,dev,doc,nls|pet:common| #has dropwait patch.
  80. no|dialog|dialog|exe,dev>null,doc,nls|compat:quirky6| #no wide-char support.
  81. yes|dialog||exe,dev>null,doc,nls|
  82. yes|dictd_client||exe
  83. yes|didiwiki||exe
  84. yes|dietlibc|dietlibc|exe>dev,dev,doc,nls|compat:quirky6
  85. yes|diffstat|diffstat|exe,dev>null,doc,nls|compat:quirky6
  86. yes|diffutils|diffutils|exe,dev>null,doc,nls|compat:quirky6
  87. yes|disktype||exe,dev,doc,nls
  88. yes|dmidecode|dmidecode|exe,dev>null,doc,nls|compat:quirky6
  89. yes|docbookx|docbookx|exe>dev,dev,doc>dev,nls>dev|compat:quirky6
  90. yes|dosfstools|dosfstools|exe,dev>null,doc,nls|compat:quirky6
  91. yes|dpkg-deb||exe,dev>null,doc,nls
  92. yes|dvdauthor|dvdauthor|exe,dev,doc,nls|compat:quirky6
  93. yes|dvd+rwtools|dvd+rwtools|exe,dev,doc,nls|compat:quirky6
  94. yes|e2fsprogs||exe,dev,doc,nls
  95. yes|e3_utf8||exe,dev>null,doc,nls
  96. yes|edid||exe,dev>null,doc,nls
  97. yes|eject|eject|exe,dev>null,doc,nls|compat:quirky6
  98. yes|elspci||exe,dev>null,doc,nls
  99. yes|embutils_cut||exe
  100. yes|enchant|enchant|exe,dev,doc,nls|compat:quirky6
  101. yes|epdfview|epdfview|exe,dev>null,doc,nls|compat:quirky6
  102. yes|ethtool|ethtool|exe,dev>null,doc,nls|compat:quirky6
  103. yes|exiv2|exiv2|exe,dev,doc,nls|compat:quirky6
  104. yes|expat|expat|exe,dev,doc,nls|compat:quirky6
  105. yes|faac|faac|exe,dev,doc,nls|compat:quirky6
  106. yes|faad2|faad|exe,dev,doc,nls|compat:quirky6
  107. yes|ffconvert||exe
  108. yes|ffmpeg|ffmpeg|exe,dev,doc,nls|compat:quirky6
  109. yes|file|file|exe,dev,doc,nls|compat:quirky6
  110. yes|file_sharing-curlftpfs-mpscan||exe
  111. yes|findutils|findutils|exe,dev>null,doc,nls|compat:quirky6
  112. no|firmware_linux_module_agrmodem||exe
  113. yes|firmware_linux_module_ar5523||exe
  114. yes|firmware_linux_module_b43||exe| #120919 have taken these out of woof, now pets.
  115. yes|firmware_linux_module_b43legacy||exe
  116. yes|firmware_linux_module_brcm||exe
  117. no|firmware_linux_module_dgcmodem||exe
  118. no|firmware_linux_module_ess||exe
  119. no|firmware_linux_module_hcfpcimodem||exe
  120. no|firmware_linux_module_hsfmodem||exe
  121. no|firmware_linux_module_intel536||exe
  122. no|firmware_linux_module_intel537||exe
  123. no|firmware_linux_module_ltmodem||exe
  124. no|firmware_linux_module_martian||exe
  125. yes|firmware_linux_module_mwave||exe
  126. no|firmware_linux_module_pctel||exe
  127. no|firmware_linux_module_slmodem||exe
  128. yes|firmware_linux_module_wl||exe
  129. yes|flac|flac|exe,dev,doc,nls|compat:quirky6
  130. yes|flashplayer||exe
  131. yes|flex|flex|exe>dev,dev,doc,nls|compat:quirky6
  132. yes|floppy_format||exe
  133. no|flsynclient||exe
  134. yes|fontwizard||exe,dev,doc,nls| #created by 01micko.
  135. yes|foomatic-filters|foomatic-filters|exe,dev,doc,nls|compat:quirky6
  136. yes|fossil||exe>dev,dev,doc>dev,nls
  137. yes|fpm2||exe
  138. no|freeglut||exe,dev,doc,nls
  139. yes|freememapplet_tray||exe
  140. yes|freetype|freetype|exe,dev,doc,nls|compat:quirky6
  141. yes|fribidi|fribidi|exe,dev,doc,nls|compat:quirky6
  142. yes|fuse|fuse|exe,dev,doc,nls|compat:quirky6
  143. yes|galculator||exe,dev,doc,nls
  144. yes|gawk|gawk|exe,dev,doc,nls|compat:quirky6
  145. yes|gcc_dev|gcc|exe>dev,dev,doc,nls|compat:quirky6
  146. yes|gcc_lib|gcc|exe,dev>null,doc>null,nls>null|compat:quirky6
  147. yes|gccmakedep|gccmakedep|exe>dev,dev,doc,nls|compat:quirky6
  148. yes|gcolor2||exe
  149. yes|gdb|gdb|exe>dev,dev,doc,nls|compat:quirky6
  150. yes|gdbm|gdbm|exe,dev,doc,nls|compat:quirky6
  151. no|gdk-pixbuf||exe,dev,doc,nls| #quirky6, using gtk 2.20.1 which has this inside.
  152. yes|gdmap||exe,dev>null,doc,nls
  153. yes|geany|geany|exe,dev>null,doc,nls|compat:quirky6
  154. yes|getcurpos||exe
  155. yes|getflash||exe,dev,doc,nls
  156. yes|gettext|gettext|exe,dev>null,doc>null,nls>null|compat:quirky6
  157. yes|gettext-tools||exe>dev,dev,doc,nls
  158. yes|gexec||exe,dev>null,doc,nls
  159. yes|gfnrename||exe,dev>null,doc,nls
  160. yes|gfontsel||exe,dev>null,doc,nls
  161. yes|gftp|gftp|exe,dev>null,doc,nls|compat:quirky6
  162. yes|ghasher||exe,dev,doc,nls
  163. yes|ghostscript|ghostscript|exe,dev,doc,nls|compat:quirky6
  164. yes|gifsicle||exe
  165. yes|git|git|exe>dev,dev,doc>dev,nls>dev|compat:quirky6
  166. yes|glade3|glade3|exe>dev,dev,doc,nls|compat:quirky6
  167. yes|glibc_dev|glibc|exe>dev,dev,doc,nls|compat:quirky6
  168. yes|glibc|glibc|exe,dev,doc,nls|compat:quirky6
  169. yes|glibc_locales|glibc|exe,dev,doc,nls>exe|compat:quirky6
  170. yes|glib|glib|exe,dev,doc,nls|compat:quirky6
  171. yes|glipper||exe,dev>null,doc,nls
  172. yes|gmeasures||exe,dev>null,doc,nls
  173. yes|gmp|gmp|exe>dev,dev,doc,nls|compat:quirky6
  174. yes|gnome-menus||exe,dev,doc,nls
  175. no|gnumeric||exe,dev>null,doc,nls
  176. no|goffice||exe,dev,doc,nls
  177. no|gparted||exe,dev>null,doc,nls
  178. yes|gpart||exe,dev,doc,nls| #utility used by gparted.
  179. yes|gperf|gperf|exe>dev,dev,doc,nls|compat:quirky6
  180. yes|gphoto2|gphoto|exe,dev,doc,nls|compat:quirky6
  181. yes|gphotofs|gphotofs|exe,dev,doc,nls|compat:quirky6
  182. yes|gpptp||exe
  183. yes|grep|grep|exe,dev>null,doc,nls|compat:quirky6
  184. yes|groff|groff|exe>dev,dev,doc,nls|compat:quirky6
  185. yes|grub4dos||exe
  186. yes|grub|grub|exe,dev,doc,nls|compat:quirky6
  187. yes|gtk-chtheme||exe,dev>null,doc,nls
  188. yes|gtkdialog3||exe,dev,doc>dev,nls
  189. yes|gtkdialog4||exe,dev,doc>dev,nls| #modify all pets that need this to explicitly call 'gtkdialog' or 'gtkdialog4'.
  190. yes|gtk+|gtk+|exe,dev,doc,nls|compat:quirky6
  191. yes|gtklp||exe,dev,doc,nls
  192. yes|gtk_theme_citrus_cut||exe
  193. yes|gtk_theme_flatbluecontrast||exe
  194. yes|gtk_theme_gradient_grey||exe
  195. yes|guess_fs||exe
  196. yes|gutenprint|gutenprint|exe,dev,doc,nls|compat:quirky6
  197. yes|gview||exe
  198. yes|gwhere||exe
  199. yes|gxmessage||exe,dev,doc,nls| #use my pet, as has xmessage symlink to gxmessage.
  200. yes|gzip|gzip|exe,dev>null,doc,nls|compat:quirky6
  201. yes|hardinfo||exe,dev,doc,nls
  202. yes|helpsurfer||exe
  203. yes|hiawatha||exe
  204. yes|hicolor-icon-theme||exe,dev>null,doc,nls
  205. yes|homebank||exe,dev>null,doc,nls
  206. yes|hotplug2stdout||exe
  207. yes|hunspell-en-us||exe
  208. yes|hunspell|hunspell|exe,dev,doc,nls|compat:quirky6
  209. yes|iconfinder||exe
  210. yes|id3lib|id3lib|exe,dev,doc,nls|compat:quirky6
  211. yes|ifplugd||exe
  212. yes|ifplugd_old||exe
  213. yes|imake|imake|exe>dev,dev,doc,nls|compat:quirky6
  214. yes|inkscapelite||exe,dev,doc,nls| #compiled without gnome-print as it crashes.
  215. yes|inotail||exe,dev,doc,nls
  216. yes|inotify-tools|inotify-tools|exe,dev,doc,nls|compat:quirky6
  217. yes|installwatch||exe
  218. yes|intltool|intltool|exe>dev,dev,doc,nls|compat:quirky6
  219. yes|iptables|iptables|exe,dev,doc,nls|compat:quirky6
  220. yes|isomaster||exe,dev,doc,nls
  221. yes|jasper|jasper|exe,dev,doc,nls|compat:quirky6
  222. yes|jimtcl||exe
  223. no|jwm2||exe
  224. yes|jwm||exe,dev,doc,nls
  225. yes|jwmconfig2||exe
  226. yes|jwm_theme_deepbluebold||exe
  227. yes|jwm_tools||exe,dev,doc,nls
  228. yes|ktsuss||exe
  229. yes|lame|lame|exe,dev,doc,nls|compat:quirky6
  230. yes|lcms|lcms|exe,dev,doc,nls|compat:quirky6
  231. yes|leafpad|leafpad|exe,dev>null,doc,nls|compat:quirky6
  232. yes|libao|libao|exe,dev,doc,nls|compat:quirky6
  233. yes|libart|libart|exe,dev,doc,nls|compat:quirky6
  234. yes|libcap|libcap|exe,dev,doc,nls|compat:quirky6
  235. yes|libcddb|libcddb|exe,dev,doc,nls|compat:quirky6
  236. yes|libcdio|libcdio|exe,dev,doc,nls|compat:quirky6
  237. yes|libdaemon|libdaemon|exe,dev,doc,nls|compat:quirky6
  238. yes|libdc1394|libdc1394|exe,dev,doc,nls|compat:quirky6
  239. yes|libdvdcss|libdvdcss|exe,dev,doc,nls|compat:quirky6
  240. yes|libdvdnav|libdvdnav|exe,dev,doc,nls|compat:quirky6
  241. yes|libdvdplay|libdvdplay|exe,dev,doc,nls|compat:quirky6
  242. yes|libdvdread|libdvdread|exe,dev,doc,nls|compat:quirky6
  243. yes|libdv|libdv|exe,dev,doc,nls|compat:quirky6
  244. yes|libexif-gtk|libexif-gtk|exe,dev,doc,nls|compat:quirky6
  245. yes|libexif|libexif|exe,dev,doc,nls|compat:quirky6
  246. yes|libgif|giflib|exe,dev,doc,nls|compat:quirky6
  247. yes|libglade2|libglade|exe,dev,doc,nls|compat:quirky6
  248. yes|libgnomecanvas|libgnomecanvas|exe,dev,doc,nls|compat:quirky6
  249. yes|libgnomecups|libgnomecups|exe,dev,doc,nls|compat:quirky6
  250. no|libgnomeprint||exe,dev,doc,nls
  251. no|libgnomeprintui||exe,dev,doc,nls
  252. no|libgphoto2|libgphoto|exe,dev,doc,nls|compat:quirky6
  253. yes|libgsf|libgsf|exe,dev,doc,nls|compat:quirky6
  254. yes|libgtkhtml||exe,dev,doc,nls
  255. yes|libical||exe>null,dev,doc,nls
  256. yes|libid3tag|libid3tag|exe,dev,doc,nls|compat:quirky6
  257. yes|libidl|libidl|exe,dev,doc,nls|compat:quirky6
  258. yes|libidn|libidn|exe,dev,doc,nls|compat:quirky6
  259. yes|libieee1284|libieee1284|exe,dev,doc,nls|compat:quirky6
  260. yes|libjpeg|libjpeg|exe,dev,doc,nls|compat:quirky6
  261. yes|libjpeg_old||exe
  262. no|libltdl||exe,dev>null,doc>null,nls>null
  263. yes|libmad|libmad|exe,dev,doc,nls|compat:quirky6
  264. yes|libmng|libmng|exe,dev,doc,nls|compat:quirky6
  265. no|libofx||exe,dev,doc,nls
  266. yes|libogg|libogg|exe,dev,doc,nls|compat:quirky6
  267. yes|libpcap|libpcap|exe,dev,doc,nls|compat:quirky6
  268. yes|libpciaccess|libpciaccess|exe,dev,doc,nls|compat:quirky6
  269. yes|libpng|libpng|exe,dev,doc,nls|compat:quirky6
  270. yes|libpthread-stubs|libpthread-stubs|exe>dev,dev,doc,nls|compat:quirky6
  271. yes|libraw1394|libraw1394|exe,dev,doc,nls|compat:quirky6
  272. yes|librsvg|librsvg|exe,dev,doc,nls|compat:quirky6
  273. yes|libsigc++|libsigc++|exe,dev,doc,nls|compat:quirky6
  274. yes|libsndfile|libsndfile|exe,dev,doc,nls|compat:quirky6
  275. yes|libstdc++||exe,dev>null,doc>null,nls>null| #old libstdc++.so.5. some video codecs (/usr/lib/codecs) need it.
  276. yes|libtheora|libtheora|exe,dev,doc,nls|compat:quirky6
  277. yes|libtiff|libtiff|exe,dev,doc,nls|compat:quirky6
  278. yes|libtool|libtool|exe>dev,dev,doc,nls|compat:quirky6
  279. yes|libusb-compat|libusb-compat|exe,dev,doc,nls|compat:quirky6
  280. yes|libusb|libusb|exe,dev,doc,nls|compat:quirky6
  281. yes|libvorbis|libvorbis|exe,dev,doc,nls|compat:quirky6
  282. no|libvpx0||exe,dev>null,doc,nls| #used up to wary 5.3.3. keep for some older apps.
  283. yes|libvpx|libvpx|exe,dev,doc,nls|compat:quirky6
  284. no|libx86|libx86|exe,dev,doc,nls|compat:quirky6| #v86d needs this. no, v86d i compiled does not.
  285. yes|libxml2|libxml|exe,dev,doc,nls|compat:quirky6
  286. yes|libxslt|libxslt|exe,dev,doc,nls|compat:quirky6
  287. yes|libyahoo2||exe,dev,doc,nls
  288. yes|linux_firewall||exe
  289. yes|linux_firmware_dvb||exe
  290. no|linux_headers||exe>dev,dev,doc,nls| #2.6.32 headers, created in t2.
  291. yes|linux_headers|linux-header|exe>dev,dev,doc,nls|compat:quirky6| #3.0.57 headers, created in t2.
  292. no|linuxwacom||exe,dev,doc,nls
  293. yes|m4|m4|exe>dev,dev,doc,nls|compat:quirky6
  294. yes|madplay|madplay|exe,dev,doc,nls|compat:quirky6
  295. yes|makebootfat||exe
  296. yes|make|make|exe>dev,dev,doc,nls|compat:quirky6
  297. yes|man_cut||exe,dev>null,doc>null,nls>null
  298. yes|man|man|exe>dev,dev,doc,nls|compat:quirky6
  299. no|mesa|mesa|exe,dev,doc,nls|compat:quirky6
  300. yes|metamail||exe
  301. yes|mhwaveedit||exe,dev,doc,nls
  302. yes|mingetty||exe,dev,doc,nls
  303. yes|minixcal||exe
  304. yes|mirdir||exe
  305. yes|mktemp|mktemp|exe,dev>null,doc,nls|compat:quirky6
  306. yes|modem_stats||exe
  307. yes|module-init-tools|module-init-tools|exe,dev,doc,nls|compat:quirky6
  308. yes|mp||exe,dev>null,doc,nls
  309. yes|mpfr|mpfr|exe>dev,dev,doc,nls|compat:quirky6
  310. yes|mplayer_codecs_basic||exe
  311. no|mplayer_gui||exe,dev,doc,nls
  312. yes|mplayer|mplayer|exe,dev,doc,nls|compat:quirky6
  313. yes|mplayerplug-in||exe
  314. yes|mscw||exe
  315. no|ms-sys||exe
  316. yes|mtpaint||exe,dev,doc,nls
  317. yes|mtr|mtr|exe,dev,doc,nls|compat:quirky6
  318. yes|nasm|nasm|exe>dev,dev,doc,nls|compat:quirky6
  319. yes|nbtscan||exe
  320. yes|ncurses|ncurses|exe,dev,doc,nls|compat:quirky6
  321. yes|ndiswrapper||exe,dev>null,doc,nls
  322. yes|nenscript||exe
  323. no|neon||exe>dev,dev,doc,nls
  324. yes|netpbm||exe,dev,doc,nls
  325. yes|net_setup||exe
  326. yes|net-tools|net-tools|exe,dev,doc,nls|compat:quirky6
  327. yes|network_roxapp||exe
  328. yes|network_tray||exe,dev,doc,nls
  329. yes|normalize|normalize|exe,dev,doc,nls|compat:quirky6
  330. yes|notecase||exe,dev,doc,nls
  331. yes|ntfs-3g|ntfs-3g|exe,dev,doc,nls|compat:quirky6
  332. yes|ntfsprogs|ntfsprogs|exe,dev,doc,nls|compat:quirky6
  333. yes|ntpdate||exe| #used by psync to sync local time and date from the internet.
  334. yes|numlockx||exe| #needed by shinobars firstrun.
  335. yes|ogle_gui||exe,dev,doc,nls
  336. yes|ogle||exe,dev,doc,nls
  337. yes|opencore-amr|opencore-amr|exe,dev,doc,nls|compat:quirky6
  338. no|OpenSP||exe,dev,doc,nls
  339. yes|openssh_client|openssh|exe,dev,doc,nls|compat:quirky6
  340. yes|openssl|openssl|exe,dev,doc,nls|compat:quirky6
  341. yes|orc|orc|exe,dev,doc,nls|compat:quirky6
  342. yes|osmo||exe,dev,doc,nls
  343. yes|pango|pango|exe,dev,doc,nls|compat:quirky6
  344. no|panoramixproto||exe>dev,dev,doc,nls
  345. yes|parted|parted|exe,dev,doc,nls|compat:quirky6
  346. yes|patch|patch|exe>dev,dev,doc,nls|compat:quirky6
  347. yes|patchutils|patchutils|exe>dev,dev,doc,nls|compat:quirky6
  348. yes|pbackup||exe
  349. yes|pburn||exe
  350. yes|pcd||exe
  351. yes|pcdripper||exe
  352. yes|pciutils|pciutils|exe,dev,doc,nls|compat:quirky6
  353. yes|pcmciautils|pcmciautils|exe,dev,doc,nls|compat:quirky6
  354. yes|pcre|pcre|exe,dev,doc,nls|compat:quirky6
  355. yes|pctorrent||exe
  356. yes|pdvdrsab||exe
  357. yes|peasypdf||exe
  358. yes|peasyport||exe| #rcrsn51, alternative to superscan.
  359. yes|peasyprint||exe| #print graphics files png/jpg.
  360. yes|peasyscale||exe| #rcrsn51, jpg image resizer.
  361. yes|peasyscan||exe
  362. yes|perl-digest-sha1_devxonly|perl-digest-sha1|exe>dev,dev,doc,nls|compat:quirky6
  363. yes|perl-digest-sha1|perl-digest-sha1|exe,dev>exe,doc>null,nls>null|compat:quirky6
  364. yes|perl-extutils-depends|perl-extutils-depends|exe>dev,dev,doc,nls|compat:quirky6
  365. yes|perl-extutils-pkgconfig|perl-extutils-pkgconfig|exe>dev,dev,doc,nls|compat:quirky6
  366. yes|perl-html-parser_devxonly|perl-html-parser|exe>dev,dev,doc,nls|compat:quirky6
  367. yes|perl-html-parser|perl-html-parser|exe,dev>exe,doc>null,nls>null|compat:quirky6
  368. yes|perl|perl|exe>dev,dev,doc,nls|compat:quirky6
  369. yes|perl_tiny|perl|exe,dev>null,doc>null,nls>null|compat:quirky6
  370. yes|perl-uri|perl-uri|exe>dev,dev,doc,nls|compat:quirky6
  371. yes|perl-xml-parser|perl-xml-parser|exe>dev,dev,doc,nls|compat:quirky6
  372. yes|perl-xml-simple|perl-xml-simple|exe>dev,dev,doc,nls|compat:quirky6
  373. yes|pfilesearch||exe
  374. yes|pfind||exe
  375. yes|phash||exe
  376. yes|picocom||exe,dev,doc,nls
  377. yes|picpuz||exe
  378. yes|picscale||exe
  379. yes|pixman|pixman|exe,dev,doc,nls|compat:quirky6
  380. yes|pkgconfig|pkgconfig|exe>dev,dev,doc,nls|compat:quirky6
  381. yes|planner||exe
  382. yes|pmetatagger||exe
  383. yes|pmirror||exe
  384. yes|pmirrorget||exe
  385. yes|pmusic||exe
  386. yes|pmusic_tray||exe
  387. yes|pnethood||exe
  388. yes|poppler|poppler|exe,dev,doc,nls|compat:quirky6
  389. yes|popt|popt|exe,dev,doc,nls|compat:quirky6
  390. yes|powerapplet_tray||exe
  391. yes|ppl|ppl|exe>dev,dev,doc,nls|compat:quirky6
  392. yes|pplog||exe
  393. yes|ppp|ppp|exe,dev>null,doc,nls|compat:quirky6
  394. yes|pprocess||exe
  395. yes|pptp||exe,dev,doc,nls
  396. yes|precord||exe
  397. yes|prename||exe
  398. yes|procps|procps|exe|compat:quirky6
  399. yes|programchooser||exe
  400. yes|pschedule||exe
  401. yes|psmisc|psmisc|exe,dev>null,doc,nls|compat:quirky6
  402. yes|pstopwatch||exe
  403. yes|psync||exe
  404. yes|ptimer||exe
  405. yes|ptooltips||exe
  406. yes|puppyinputdetect||exe
  407. yes|puppyphone||exe
  408. yes|puppy-podcast-grabber||exe
  409. yes|puppyserialdetect||exe
  410. yes|pupradio||exe,dev,doc,nls
  411. yes|pupx||exe
  412. yes|pure_ftpd||exe
  413. yes|pwallpaper||exe| #alternative is nathans wallpaper setter
  414. yes|pwsget||exe
  415. yes|python|python|exe>dev,dev,doc,nls|compat:quirky6
  416. yes|pzchmview||exe
  417. no|radeon_firmware||exe,dev,doc,nls
  418. yes|readline|readline|exe,dev,doc,nls|compat:quirky6
  419. yes|retrovol||exe
  420. yes|rman|rman|exe>dev,dev,doc,nls|compat:quirky6
  421. yes|rox_filer||exe
  422. yes|rpl||exe
  423. yes|rp_pppoe_cli||exe
  424. yes|rsync|rsync|exe,dev>null,doc>null,nls>null|compat:quirky6
  425. yes|rubix||exe
  426. yes|rxvt-unicode||exe,dev>null,doc,nls| #the urxvt compiled in T2 is enormous... replace with an older one.
  427. yes|samba_client|samba|exe,dev,doc,nls|compat:quirky6
  428. yes|samba_mount_cifs||exe
  429. yes|sane-backends|sane-backends|exe,dev,doc,nls|compat:quirky6
  430. yes|scale2x||exe
  431. yes|schroedinger|schroedinger|exe,dev,doc,nls|compat:quirky6
  432. yes|screeny||exe,dev,doc,nls| #alternate screenshot app, created by 01micko.
  433. yes|scrollkeeper|scrollkeeper|exe>dev,dev,doc>dev,nls>dev|compat:quirky6
  434. yes|seamonkey1||exe,dev,doc>null,nls>null| #use 1.1.18 in common repo, small.
  435. yes|seamonkey1_addon_adblock||exe
  436. yes|seamonkey1_addon_copyplaintext||exe
  437. yes|seamonkey1_addon_flashblock||exe
  438. yes|seamonkey1_addon_fullerscreen||exe
  439. yes|seamonkey1_addon_user_agent_switcher||exe
  440. yes|seamonkey1_addon_video_downloadhelper||exe
  441. yes|seamonkey1_addon_zombiekeys||exe
  442. yes|sed|sed|exe,dev>null,doc,nls|compat:quirky6
  443. yes|setserial|setserial|exe,dev>null,doc,nls|compat:quirky6
  444. yes|setvol||exe
  445. yes|sfs-converter||exe
  446. yes|sfs_load||exe,dev,doc,nls
  447. yes|shared-mime-info||exe,dev
  448. yes|snap2||exe
  449. yes|speex|speex|exe,dev,doc,nls|compat:quirky6
  450. yes|sqlite|sqlite|exe,dev,doc,nls|compat:quirky6
  451. yes|squashfs-tools4||exe
  452. yes|squashfs-tools||exe,dev>null,doc,nls
  453. yes|ssh_gui||exe
  454. yes|startup-notification||exe,dev,doc,nls
  455. no|strace|strace|exe>dev,dev,doc,nls|compat:quirky6
  456. yes|streamripper||exe,dev,doc,nls
  457. no|subversion||exe>dev,dev,doc,nls| #needs bdb, neon
  458. yes|sudo||exe,dev,doc,nls
  459. yes|sys-freedos||exe
  460. yes|sysfsutils|sysfsutils|exe,dev,doc,nls|compat:quirky6
  461. yes|syslinux||exe
  462. yes|sysprof|sysprof|exe>dev,dev,doc,nls|compat:quirky6
  463. yes|sysvinit||exe
  464. yes|tar|tar|exe,dev>null,doc,nls|compat:quirky6
  465. yes|texinfo|texinfo|exe>dev,dev,doc,nls|compat:quirky6
  466. yes|transmission||exe,dev,doc,nls
  467. yes|truncate||exe
  468. yes|tslib|tslib|exe,dev,doc,nls|compat:quirky6| #needed by Xfbdev framebuffer server.
  469. yes|udev_167p||exe,dev,doc,nls
  470. no|udev|udev|exe,dev,doc,nls|compat:quirky6| #t2 quirky6, this also v167
  471. yes|uget||exe
  472. yes|unclutter||exe,dev>null,doc,nls
  473. no|unionfs_utils||exe
  474. yes|unrar||exe,dev,doc,nls
  475. yes|unzip|unzip|exe,dev,doc,nls|compat:quirky6
  476. yes|urxvtset||exe| #needs urxvt, yad
  477. yes|usb-modeswitch-data||exe
  478. yes|usb-modeswitch||exe
  479. yes|usbutils|usbutils|exe,dev,doc,nls|compat:quirky6
  480. no|util-linux|util-linux|exe,dev,doc,nls|compat:quirky6
  481. yes|util-linux||exe,dev,doc,nls|pet:common| #has f2fs patch.
  482. no|util-macros||exe>dev,dev,doc,nls| #this pet is in the old quirky repo.
  483. no|v86d||exe,dev,doc,nls| #needed by uvesafb framebuffer kernel driver.
  484. yes|vala|vala|exe>dev,dev,doc>dev,nls|compat:quirky6
  485. yes|vamps|vamps|exe,dev,doc,nls|compat:quirky6
  486. yes|vbetool|vbetool|exe,dev,doc,nls|compat:quirky6
  487. yes|vcdimager|vcdimager|exe,dev,doc,nls|compat:quirky6
  488. yes|viewnior||exe,dev,doc,nls
  489. yes|vobcopy||exe,dev,doc,nls
  490. yes|vorbis-tools|vorbis-tools|exe,dev,doc,nls|compat:quirky6
  491. yes|wag_profiles||exe| #taken out of net_setup pet, see forum t=82092&start=300
  492. yes|waitmax||exe
  493. yes|wavplay||exe
  494. yes|wcpufreq||exe
  495. yes|wget|wget|exe,dev>null,doc,nls|compat:quirky6
  496. yes|wireless-tools|wireless-tools|exe,dev,doc,nls|compat:quirky6
  497. yes|wpa_supplicant|wpa_supplicant|exe,dev>null,doc,nls|compat:quirky6
  498. yes|wvdial||exe
  499. no|wv|wv|exe,dev,doc,nls|compat:quirky6
  500. yes|x11proto|bigreqsproto,compositeproto,damageproto,fixesproto,fontcacheproto,fontsproto,inputproto,kbproto,randrproto,recordproto,renderproto,resourceproto,scrnsaverproto,trapproto,videoproto,xcb-proto,xcmiscproto,xextproto,xf86bigfontproto,xf86dgaproto,xf86miscproto,xf86vidmodeproto,xineramaproto,xproto|exe>dev,dev,doc,nls|compat:quirky6
  501. yes|x264|x264|exe,dev,doc,nls|compat:quirky6
  502. yes|xarchive||exe,dev>null,doc,nls
  503. yes|xclip|xclip|exe|compat:quirky6
  504. no|xcompmgr||exe,dev,doc,nls
  505. yes|xcur2png||exe
  506. yes|xdelta|xdelta|exe,dev,doc,nls|compat:quirky6
  507. yes|xdg_puppy||exe
  508. yes|xdialog|xdialog|exe,dev,doc,nls|compat:quirky6| #see forum t=64795
  509. yes|xfdiff-cut||exe
  510. yes|xkbconfigmanager||exe
  511. yes|xload|xload|exe|compat:quirky6
  512. yes|xlock_gui||exe
  513. yes|xlockmore|xlockmore|exe,dev,doc,nls|compat:quirky6
  514. yes|xorg_base_t2quirky6|bdftopcf,evieext,fontconfig,iceauth,makedepend,mkfontdir,mkfontscale,rgb,xauth,xcalc,xclipboard,xcursorgen,xdpyinfo,xev,xgamma,xhost,xinit,xkbcomp,xmessage,xmodmap,xprop,xrandr,xrdb,xset,xsetroot,xvidtune,xwininfo,libfontenc,libice,libsm,libx11,libxau,libxaw,libxcb,libxcursor,libxdmcp,libxext,libxfixes,libxfont,libxft,libxi,libxkbfile,libxkbui,libxmu,libxpm,libxrandr,libxrender,libxres,libxscrnsaver,libxt,libxtst,libxv,libxxf86misc,libxxf86vm|exe,dev,doc,nls|compat:quirky6
  515. yes|xorg-server|xorg-server|exe,dev,doc,nls|compat:quirky6
  516. yes|xsane|xsane|exe,dev>null,doc,nls|compat:quirky6
  517. yes|xsoldier||exe
  518. yes|xtrans|xtrans|exe>dev,dev,doc,nls|compat:quirky6
  519. yes|xvidcore|xvid|exe,dev,doc,nls|compat:quirky6
  520. yes|xwd||exe,dev,doc,nls| #needed by 01mickos screeny.
  521. yes|xz|xz|exe,dev,doc,nls|compat:quirky6
  522. yes|yad||exe,dev,doc,nls
  523. yes|yaf_splash||exe
  524. yes|yasm|yasm|exe>dev,dev,doc,nls|compat:quirky6
  525. yes|YASSM||exe| #alternative to pnethood.
  526. yes|ycalc||exe
  527. yes|z_geany_bacon_hack||exe| #temp hack for geany. will probably have to remove soon. use in absence of nicoedit.
  528. yes|zip|zip|exe,dev>null,doc,nls|compat:quirky6
  529. yes|zlib|zlib|exe,dev,doc,nls|compat:quirky6
  530. yes|zz_t2_fixup||exe| #workarounds for xorg in /usr/X11R7
  531. '