summaryrefslogtreecommitdiffstats
path: root/mail/libetpan/DETAILS
blob: a094b0913db8bfdd6f0842d580a679b5e4a2dbc7 (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
           SPELL=libetpan
if [ "$CVS" = "y" ]; then
         VERSION=cvs
          SOURCE=$SPELL-sfcvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@libetpan.cvs.sourceforge.net:/cvsroot/libetpan:libetpan
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-sfcvs
else
         VERSION=1.5
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_URL=https://github.com/dinhviethoa/$SPELL/archive/$VERSION.tar.gz
     SOURCE_HASH=sha512:7b0a3adff7d7b3a7e3ea1d1a330ef6fea5ed86077a9ccf3fb5e51548d337c6c1f1fbb9ca81560b478335a9acf34e08bfef1895a05c5a69c37e3b87651c255fd5
fi
        WEB_SITE=http://libetpan.sf.net
         ENTERED=20040828
         LICENSE=BSD
        KEYWORDS="email mail library"
           SHORT="a common backend library for email protocols"
cat << EOF
The purpose of this mail library is to provide a portable, efficient
middleware for different kinds of mail access (IMAPrev4, POP3, NNTP,
mbox, MH, Maildir).

You have two kinds of mailbox access, either using low-level functions
with a different interface for each kind of access or using
higher-level functions, using a driver to wrap the higher-level API.
The API will be the same for each kind of mail access using the
higher-level API.
EOF