summaryrefslogtreecommitdiffstats
path: root/ftp/fatrat/DETAILS
blob: eed0a4d14c1f1fa20899d9f88a87acc2fa0cdf40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
           SPELL=fatrat

if [[ $FATRAT_BRANCH == scm ]]; then

  if [[ $FATRAT_AUTOUPDATE == y ]]; then
    VERSION=$(date +%Y%m%d)
  else
    VERSION=git
  fi

          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git://git.dolezel.info/fatrat.git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
  FORCE_DOWNLOAD=1

else

         VERSION=1.1
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.dolezel.info/download/data/fatrat/$SOURCE
     SOURCE_HASH=sha512:b8231c5e2490b451217ff19e0d29b8fa28e4fd912785c64ff0957d5fd40476af5d0769ad0b1df48fab3c48fab209b2a1dc72935b3514b4a250a7c16b62c42c53
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

fi

        WEB_SITE=http://fatrat.dolezel.info/
         ENTERED=20080504
      LICENSE[0]=GPL
        KEYWORDS="ftp"
           SHORT="download manager"
cat << EOF
FatRat is an open source download manager for Linux/Unix systems written in C++
with the help of the Trolltech Qt 4 library. It is rich in features and is
continuously developed.

The current version supports HTTP, FTP, SFTP and BitTorrent downloads/uploads,
HTTP/FTP including the proxy support. The transfer speed can be limited. FatRat
can perform torrent searches using various search engines, create torrents,
compute MD4/MD5/SHA1 hashes, verify RapidShare.com links, download whole
RapidShare.com folders, decode RapidSafe links, upload files to RapidShare.com
etc. One of the newest things are remote control via Jabber and a RSS reader
(with TV shows support). Planned features include Java-applet based web
interface, (S)FTP browser and more.
EOF