debian/0000755000000000000000000000000011330035162007160 5ustar debian/slimrat-nox.install0000644000000000000000000000052011330025224013020 0ustar src/Common.pm usr/lib/slimrat src/Configuration.pm usr/lib/slimrat src/Log.pm usr/lib/slimrat src/Plugin.pm usr/lib/slimrat src/plugins usr/lib/slimrat src/Proxy.pm usr/lib/slimrat src/Queue.pm usr/lib/slimrat src/Semaphore.pm usr/lib/slimrat src/Toolbox.pm usr/lib/slimrat src/slimrat usr/lib/slimrat slimrat.conf etc/slimrat debian/control0000644000000000000000000000445211330025224010566 0ustar Source: slimrat Section: net Priority: extra Maintainer: Paul McEnery Build-Depends: debhelper (>= 7.4.2~) Build-Depends-Indep: perl Standards-Version: 3.8.3 Homepage: http://code.google.com/p/slimrat/ Vcs-Git: http://github.com/pmcenery/slimrat-debian.git Vcs-Browser: http://github.com/pmcenery/slimrat-debian Package: slimrat-nox Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, libwww-mechanize-perl, libcrypt-ssleay-perl, aview, imagemagick, tesseract-ocr Description: CLI application for automated downloading from file hosters Provides a command-line interface for automatically downloading files from hosting providers. Slimrat is also capable of captcha solving using tesseract for optical character recognition. Support includes, but is not limited to the following file hosters: . * data.hu * www.depositfiles.com * www.easy-share.com * www.fast-load.net * www.fast-share.com * www.hotfile.com * leteckaposta.cz * www.mediafire.com * www.megaupload.com * odsiebie.najlepsze.net * www.rapidshare.com * sharebase.to * uploaded.to * www.youtube.com . This package provides the command-line user interface Package: slimrat Architecture: all Depends: slimrat-nox (= ${source:Version}), ${misc:Depends}, ${perl:Depends}, libwww-perl, libwww-mechanize-perl, libgtk2-gladexml-perl, libspiffy-perl, libcrypt-ssleay-perl, aview, imagemagick, tesseract-ocr, xclip Description: GUI application for automated downloading from file hosters Provides a graphical interface for automatically downloading files from hosting providers. Slimrat is also capable of captcha solving using tesseract for optical character recognition. Support includes, but is not limited to the following file hosters: . * data.hu * www.depositfiles.com * www.easy-share.com * www.fast-load.net * www.fast-share.com * www.hotfile.com * leteckaposta.cz * www.mediafire.com * www.megaupload.com * odsiebie.najlepsze.net * www.rapidshare.com * sharebase.to * uploaded.to * www.youtube.com . This package provides the graphical user interface debian/slimrat.desktop0000644000000000000000000000040011330025224012216 0ustar [Desktop Entry] Name=Slimrat Comment=Download files from various hosters GenericName=File Downloader X-GNOME-FullName=Slimrat File Downloader Categories=GNOME;GTK;Network; Exec=slimrat-gui %U Icon=slimrat Terminal=false Type=Application StartupNotify=true debian/slimrat.links0000644000000000000000000000006011330025224011667 0ustar usr/lib/slimrat/slimrat-gui usr/bin/slimrat-gui debian/patches/0000755000000000000000000000000011330025224010605 5ustar debian/patches/002_manpages.patch0000644000000000000000000000125311330025224014003 0ustar From: Paul McEnery Subject: Add short description to POD (slimrat and slimrat-gui) The following patch changes the name slimrat-cli to slimrat (to match the executable), and adds a short description of the page. It also adds a short description to slimrat-gui, making it "apropos" and "whatis" compliant for mandb on Unix systems. --- a/src/slimrat +++ b/src/slimrat @@ -519,7 +519,7 @@ =head1 NAME -slimrat-cli +slimrat - Command-line utility for downloading files =head1 VERSION --- a/src/slimrat-gui +++ b/src/slimrat-gui @@ -629,7 +629,7 @@ =head1 NAME -slimrat-gui +slimrat-gui - Graphical utility for downloading files =head1 VERSION debian/patches/series0000644000000000000000000000005011330025224012015 0ustar 001_sysconfdir.patch 002_manpages.patch debian/patches/001_sysconfdir.patch0000644000000000000000000000150011330025224014365 0ustar From: Paul McEnery Subject: Moves configuration file to /etc/slimrat/ directory --- a/slimrat.conf +++ b/slimrat.conf @@ -1,6 +1,6 @@ # Sample configuration file for slimrat # -# Should reside in /etc/slimrat.conf, or ~/.slimrat/config when relying on automatic loading. +# Should reside in /etc/slimrat/slimrat.conf, or ~/.slimrat/config when relying on automatic loading. # # Keys can be forced with "==", making them immutable # --- a/src/Common.pm +++ b/src/Common.pm @@ -126,7 +126,7 @@ } my $config = new Configuration; - foreach my $file ("/etc/slimrat.conf", $ENV{HOME}."/.slimrat/config", shift) { + foreach my $file ("/etc/slimrat/slimrat.conf", $ENV{HOME}."/.slimrat/config", shift) { if ($file && -r $file) { debug("reading config file '$file'"); $config->file_read($file); debian/changelog0000644000000000000000000000022511330025224011027 0ustar slimrat (1.0-1) unstable; urgency=low * Initial release (Closes: #565904) -- Paul McEnery Mon, 18 Jan 2010 16:18:50 +0000 debian/copyright0000644000000000000000000000323211330025224011111 0ustar This package was debianized by: Paul McEnery on Mon, 18 Jan 2010 16:18:50 +0000 It was downloaded from: http://code.google.com/p/slimrat/downloads/list ---------------------------------------- Upstream Author: Přemek Vyhnal Tim Besard Copyright: Copyright © 2008-2009 Přemek Vyhnal Copyright © 2009 Tim Besard License: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ---------------------------------------- The Debian packaging is: Copyright © 2010 Paul McEnery and is licensed under the above license. debian/slimrat.install0000644000000000000000000000026611330025224012225 0ustar src/Clipboard* usr/lib/slimrat src/slimrat.glade usr/lib/slimrat src/slimrat-gui usr/lib/slimrat debian/slimrat.desktop usr/share/applications debian/slimrat.xpm usr/share/pixmaps debian/source/0000755000000000000000000000000011330025224010456 5ustar debian/source/format0000644000000000000000000000001411330035157011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000016511330025224010211 0ustar version=3 http://code.google.com/p/slimrat/downloads/list \ http://slimrat.googlecode.com/files/slimrat-(.*).tar.bz2 debian/clean0000644000000000000000000000003711330025224010163 0ustar debian/manpages debian/pod2man debian/rules0000755000000000000000000000132011330025224010232 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2009 Paul McEnery %: dh $@ # Remove the dh_auto_build and dh_auto_install step override_dh_auto_build: override_dh_auto_install: # Hook to create manpages from the perl files override_dh_installman: rm -f debian/manpages test -d debian/pod2man || mkdir debian/pod2man for i in slimrat slimrat-gui; do \ pod2man --section=8 src/$$i > debian/pod2man/$$i.8; \ done dh_installman -pslimrat-nox debian/pod2man/slimrat.8 dh_installman -pslimrat debian/pod2man/slimrat-gui.8 # Symlink slimrat docdir to slimrat-nox override_dh_installdocs: dh_installdocs -pslimrat-nox dh_installdocs -pslimrat --link-doc=slimrat-nox debian/compat0000644000000000000000000000000211330025224010354 0ustar 7 debian/slimrat.xpm0000644000000000000000000001173211330025224011363 0ustar /* XPM */ static char *slimrat[] = { /* columns rows colors chars-per-pixel */ "32 32 175 2", " c #2B3137", ". c #3B523F", "X c #385C3C", "o c #376E36", "O c #39663A", "+ c #397B36", "@ c #427E3F", "# c #393F45", "$ c #3E434B", "% c #3B5341", "& c #434847", "* c #42464C", "= c #4B474B", "- c #44484E", "; c #4B4D4C", ": c #504F4C", "> c #54514F", ", c #424750", "< c #464B53", "1 c #494E55", "2 c #4C4F59", "3 c #4D5054", "4 c #495A52", "5 c #4D525A", "6 c #545553", "7 c #585651", "8 c #5D5A55", "9 c #52565E", "0 c #53595E", "q c #5F5E59", "w c #416944", "e c #46634C", "r c #4C7E4B", "t c #4E6D54", "y c #55645E", "u c #556C5B", "i c #5A6D5F", "p c #4F7B50", "a c #517455", "s c #577E56", "d c #56705B", "f c #5B745D", "g c #65625A", "h c #6A665E", "j c #565764", "k c #575B63", "l c #585C64", "z c #576160", "x c #5A6263", "c c #5D6D61", "v c #5E6269", "b c #666661", "n c #636E67", "m c #6E6A61", "M c #61666C", "N c #726E63", "B c #637264", "V c #647C61", "C c #6C7D68", "Z c #7A7365", "A c #7D776A", "S c #7F7869", "D c #666971", "F c #6B6F74", "G c #6B7075", "H c #6F737A", "J c #7E7A71", "K c #72767C", "L c #767B7C", "P c #817A6D", "I c #3B8C36", "U c #3D9336", "Y c #4D874A", "T c #4C8949", "R c #52854F", "E c #558A4F", "W c #479141", "Q c #4C9445", "! c #509149", "~ c #548351", "^ c #588254", "/ c #578A51", "( c #5C8C54", ") c #5B9152", "_ c #63835D", "` c #658B5B", "' c #659956", "] c #669259", "[ c #70985F", "{ c #678460", "} c #6D8266", "| c #6C8C61", " . c #708E63", ".. c #708468", "X. c #758B68", "o. c #769366", "O. c #799169", "+. c #748371", "@. c #809D6B", "#. c #8C8577", "$. c #918772", "%. c #928976", "&. c #948C7A", "*. c #988F7C", "=. c #839579", "-. c #99907F", ";. c #83A06C", ":. c #777A81", ">. c #7A7D83", ",. c #7D8085", "<. c #7E8388", "1. c #868887", "2. c #868B8B", "3. c #888B8F", "4. c #9D9483", "5. c #919F8A", "6. c #898D91", "7. c #8E9196", "8. c #9D9F9F", "9. c #A09786", "0. c #A19887", "q. c #A59C8C", "w. c #A89F8E", "e. c #A79F90", "r. c #A89F90", "t. c #A9A08E", "y. c #ACA494", "u. c #A6A399", "i. c #AEA798", "p. c #AFA898", "a. c #B0A897", "s. c #B2AB9C", "d. c #9B9EA2", "f. c #A1A4A7", "g. c #A8ABAD", "h. c #B4AEA0", "j. c #B7B0A2", "k. c #B9B2A4", "l. c #BDB6A9", "z. c #BEB8AD", "x. c #B2B3B1", "c. c #B7B9BB", "v. c #BBBCBB", "b. c #C3BDAE", "n. c #C3BDB2", "m. c #C6C1B5", "M. c #C9C2B6", "N. c #C4C2BE", "B. c #CBC5BA", "V. c #CEC9BF", "C. c #D0CBBF", "Z. c #CECAC2", "A. c #C5C6C9", "S. c #D2CDC2", "D. c #D7D1C7", "F. c #D6D3CA", "G. c #D9D5CC", "H. c #DED9CE", "J. c #CED0D2", "K. c #D3D4D6", "L. c #DAD7D1", "P. c #DDD9D1", "I. c #D7D8D8", "U. c #DCDCDD", "Y. c #E2DED4", "T. c #E2DFDA", "R. c #E6E1D7", "E. c #E4E1DB", "W. c #EAE6DC", "Q. c #EDE9DF", "!. c #E6E5E2", "~. c #EDE9E1", "^. c #EBEBEA", "/. c #F5F5F3", "(. c None", /* pixels */ "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.j.B.k.a.t.t.w.s.D.(.(.(.(.(.", "(.(.(.(.(.(.(.(.(.(.L.B.s.4.4.i.a.s.s.l.b.b.M.M.b.s.w.z.(.(.(.(.", "(.(.(.(.(.(.z.k.i.w.p.l.m.Z.G.!.E.G.Z.A.x.d.2.L F 1.u.4.(.(.(.(.", "(.(.(.(.w.a.Z.P.T.!.^.!.J.c.f.6.:.G l < $ * - 1 1 = S i.h.(.(.(.", "(.(.m.4.Z.^.K.v.d.<.M k 5 < , $ - < 5 0 0 x 0 l l 5 8 y.-.(.(.(.", "(.(.k.l./.g.5 , < 9 k x M D F F B ..X.O.X.B k k l 5 6 e.*.(.(.(.", "(.(.h.F.U.l 5 H K :.,.<.<.2.5.=.X.;.;.o.n l l l l k 6 4.k.(.(.(.", "(.(.p.F.A.$ D >.,.:.:.:.L =.+.x l v } o.V l l l k j 3 #.l.(.(.(.", "(.(.i.S.A.$ M K K H D v C X.c l l l B | | x l k k k ; S l.(.(.(.", "(.(.l.Z.J.1 v G G v l x } | c l l j c | { z k k k k 3 Z k.(.(.(.", "(.(.n.n.K.k l D v l l x | [ V x j k V { z l k k k 0 < N s.(.(.(.", "(.(.n.l.I.v 9 v v l j l c ` ] _ c f ^ c j j l k k k < m y.(.(.(.", "(.(.(.h.U.G 2 l l l k l k i i c ^ ' ` i l l l k l l 3 b t.w.(.(.", "(.(.(.p.E.K 2 l l l k k l l l l f ) ) / / u j k l l < g w.n.(.(.", "(.(.(.s.!.>.< l l k k l l k d ~ / ~ ^ / / / y j l l 2 q w.B.(.(.", "(.(.(.y.W.2., l j l k k k d ~ f x z k z Y Q d l l l 2 8 0.n.(.(.", "(.(.(.p.W.7.$ k l k l z ^ R z j l l l j a Y z k l k 1 7 4.k.(.(.", "(.(.(.y.R.d.* 9 k k l u ! ~ l l l l l k p a k 0 5 5 $ ; w.k.(.(.", "(.(.(.i.H.g.< 9 l k l a W T u y z t r + e 1 < * & - ; m y.n.(.(.", "(.(.(.a.S.x.< 5 l k l y p W U I I + o % & - : g A &.e.i.i.Z.(.(.", "(.(.(.%.b.v.3 1 k k 9 5 4 w O X % & : 8 m #.0.e.i.k.k.y.(.(.(.(.", "(.(.(.-.k.B.3 $ < < , & # * = > h P &.t.s.y.s.n.m.(.(.(.(.(.(.(.", "(.(.(.z.w.C.l # * ; 7 g A 4.q.y.s.k.a.y.q.b.b.h.n.(.(.(.(.(.(.", "(.(.(.(.t.y.u.b h A #.0.y.w.q.h.j.j.b.B.V.y.a.k.b.a.j.(.(.(.(.(.", "(.(.(.(.G.0.0.j.y.i.a.r.*.%.y.M.S.G.R.Q.W.M.n.M.B.M.y.a.E.(.(.(.", "(.(.(.(.(.(.h.l.y.w.w.s.k.h.M.R.Q.Q.Q.R.Y.B.n.S.H.R.G.w.h.(.(.(.", "(.(.(.(.(.(.(.h.n.M.M.M.B.n.C.W.W.H.D.D.F.Y.W.Q.W.Y.B.i.r.(.(.(.", "(.(.(.(.(.(.(.p.Z.P.Z.B.B.M.C.H.D.G.Y.W.~.Q.P.M.y.0.4.r.Z.(.(.(.", "(.(.(.(.(.(.(.h.y.B.L.S.D.F.H.R.Q.W.W.G.n.y.*.9.y.k.(.(.(.(.(.(.", "(.(.(.(.(.(.(.(.s.w.m.T.Q.~.~.R.D.b.q.4.*.y.n.(.(.(.(.(.(.(.(.(.", "(.(.(.(.(.(.(.(.(.n.w.z.F.V.j.q.&.q.a.m.(.(.(.(.(.(.(.(.(.(.(.(.", "(.(.(.(.(.(.(.(.(.(.a.0.4.$.*.j.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(." }; debian/slimrat.menu0000644000000000000000000000020311330025224011512 0ustar ?package(slimrat):needs="X11" \ section="Applications/Network/File Transfer" \ title="Slimrat" \ command="/usr/bin/slimrat-gui" debian/slimrat-nox.links0000644000000000000000000000005011330025224012470 0ustar usr/lib/slimrat/slimrat usr/bin/slimrat debian/docs0000644000000000000000000000000711330025224010026 0ustar README