summaryrefslogtreecommitdiffstats
path: root/devel/bcpp/DETAILS
blob: 773a504ca20b6fc522c5b08c72e10b5995ade938 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
           SPELL=bcpp
         VERSION=20050725
          SOURCE="$SPELL.tar.gz"
   SOURCE_URL[0]=ftp://invisible-island.net/$SPELL/$SOURCE
   SOURCE_IGNORE=unversioned
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
        WEB_SITE=http://dickey.his.com/bcpp/bcpp.html
      LICENSE[0]=GPL
         ENTERED=20061105
           SHORT="an indenter for C++"
cat << EOF
bcpp indents C/C++ source programs, replacing tabs with spaces or the
reverse. Unlike indent, it does (by design) not attempt to wrap long
statements.
EOF