summaryrefslogtreecommitdiffstats
path: root/science/gpsbabel/DETAILS
blob: a0de22a03789b531710736b5663c1ec407eaa7b9 (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
32
33
34
35
36
37
38
39
40
. "$GRIMOIRE/FUNCTIONS"
           SPELL=gpsbabel
if [[ $GPSBABEL_BRANCH == "scm" ]]; then
         VERSION=$(get_scm_version)
          SOURCE="$SPELL-scm.tar.bz2"
   SOURCE_URL[0]="svn_http://${SPELL}.googlecode.com/svn/trunk/gpsbabel:$SPELL-scm"
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
         VERSION=1.4.4
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://gentoo.osuosl.org/distfiles/${SOURCE}
     SOURCE_HASH=sha512:07b12dfe2127a399d973fa793fe3437cbda8f3425f3317100767b7fda549d9ea6bdda1429822ade671e219c99d95bc7feb16a8d177779b457aafb373141c515a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
if is_depends_enabled $SPELL perl; then
         SOURCE2=gpsbabel.org-style3.css
  SOURCE2_URL[0]=http://www.gpsbabel.org/style3.css
  SOURCE2_IGNORE=unversioned
fi
        WEB_SITE="http://www.gpsbabel.org/"
      LICENSE[0]=GPL
         ENTERED=20120513
           SHORT="a tool for converting waypoints, tracks, and routes between popular GPS receivers and mapping programs"
cat << EOF
GPSBabel converts waypoints, tracks, and routes between popular GPS receivers
and mapping programs. It also has powerful manipulation tools for such data.

By flattening the Tower of Babel that the authors of various programs for
manipulating GPS data have imposed upon us, it returns to us the ability
to freely move our own waypoint data between the programs and hardware we
choose to use.

It contains extensive data manipulation abilities making it a convenient
for server-side processing or as the backend for other tools.

It does not convert, transfer, send, or manipulate maps. We process data that
may (or may not be) placed on a map, such as waypoints, tracks, and routes.
EOF