summaryrefslogtreecommitdiffstats
path: root/gnome2-apps/pan/DETAILS
blob: a9333189856323c19ec53ab9d5ed394d8d39f037 (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
           SPELL=pan
if [ "$REL" == "cvs" ]; then
  if [ "$PAN_CVS_AUTOUPDATE" == "y" ]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=svn://svn.gnome.org/svn/pan2/trunk:pan2
  FORCE_DOWNLOAD=ON
   SOURCE_IGNORE=volatile 
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
elif [ "$REL" == "devel" ]; then
         VERSION=0.133
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://pan.rebelbase.com/download/releases/$VERSION/source/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
     SOURCE_HASH=sha512:154ce76e512db298f1e5020dc5b98df41c1e10bd934f218170db2024b518a234644f7c1e2378af6296e0fc6aec51338e51edeeea62b7b222873f7fdeee438c7b
else
         VERSION=0.133
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://pan.rebelbase.com/download/releases/$VERSION/source/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
     SOURCE_HASH=sha512:154ce76e512db298f1e5020dc5b98df41c1e10bd934f218170db2024b518a234644f7c1e2378af6296e0fc6aec51338e51edeeea62b7b222873f7fdeee438c7b
fi
      LICENSE[0]=GPL
        WEB_SITE=http://pan.rebelbase.com
         ENTERED=20020509
        KEYWORDS="client news gnome2"
           SHORT="Pan is a newsreader, loosely based on Agent and Gravity."
cat << EOF
Pan is a newsreader, loosely based on Agent and Gravity, which attempts
to be pleasant to use for new and advanced users alike. It has all the
typical features found in newsreaders, and also supports offline
reading, multiple connections, and a number of features for power users
and alt.binaries fans.
EOF