summaryrefslogtreecommitdiffstats
path: root/devel/runawk/DETAILS
blob: c2d8cfffd6e67b1ff74adb4545e6583314160894 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
           SPELL=runawk
         VERSION=1.5.1
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]="http://sourceforge.net/projects/$SPELL/files/$SPELL/$SPELL-$VERSION/$SOURCE"
     SOURCE_HASH=sha512:dc8f156836c682fd00317a3c7202f57a9b04403e2fc9a45f1fe6aa7c99af2b9b4d72f6f16d73cd133168596ea002773bcbcce301a9090478b68a6503c30b22cb
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://sourceforge.net/projects/$SPELL/"
      LICENSE[0]="MIT"
         ENTERED=20140909
        KEYWORDS=""
           SHORT="Wrapper for AWK providing modules"
cat << EOF
RunAWK is a small wrapper for AWK interpreter that helps write standalone
programs in AWK. It provides support for modules and other powerful
features. It comes with dozens of modules which provide efficient means for
handling command line options, powerful functions for manipulating strings
and arrays as well as sorting, mathematical, tmpfile, braceexpand functions
and a lot of others.
EOF