summaryrefslogtreecommitdiffstats
path: root/net/ferm/DETAILS
blob: c141cb78b4ae362343cf65e2e1c55334377b3774 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
           SPELL=ferm
         VERSION=2.4.1
          BRANCH=`echo ${VERSION}|cut -d. -f 1,2`
          SOURCE=${SPELL}-${VERSION}.tar.xz
         SOURCE2=${SOURCE}.sig
   SOURCE_URL[0]=http://ferm.foo-projects.org/download/${BRANCH}/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL}.sig
      SOURCE_GPG=maxk.gpg:${SOURCE2}:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=http://ferm.foo-projects.org/
      LICENSE[0]=GPL
         ENTERED=20071220
           SHORT="tool to maintain complex firewalls"
cat << EOF
ferm is a tool to maintain complex firewalls, without having the trouble to
rewrite the complex rules over and over again. ferm allows the entire firewall
rule set to be stored in a separate file, and to be loaded with one command.
The firewall configuration resembles structured programming-like language,
which can contain levels and lists.
EOF