summaryrefslogtreecommitdiffstats
path: root/devel/swig/DETAILS
blob: a02d91b73cd46cedfc73f691ab464ffeabedf232 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
           SPELL=swig
         VERSION=2.0.11
     SOURCE_HASH=sha512:6ebe40acebd779dc7d647595d4bd5db700615d333b53024fd8e36c7541a2c32677a77655bac475a5cb3add9742cef6d9c7e8e12d8c1105f7e76a3d10e2fea95e
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
      LICENSE[0]=http://www.swig.org/copyright.html
        WEB_SITE=http://www.swig.org/
         ENTERED=20011207
           SHORT="swig creates wrapper code"
cat << EOF
SWIG is a compiler that makes it easy to integrate C and C++ code
with scripting languages including Perl, Tcl, Python, Guile, Ruby,
MzScheme, and Java. Swig takes a set of ANSI C/C++ declarations (with 
optional annotations) and generates an interface for them to your
favorite scripting language.
EOF