---
name: autojump
version: 13
origin: sysutils/autojump
comment: Autojump is a tool that acts as a complement to cd
arch: freebsd:9:x86:64
www: http://github.com/joelthelion/autojump/wiki
maintainer: neeraj.verma.ports@vermatech.com
prefix: /usr/local
licenselogic: single
flatsize: 23659
desc: |
  Autojump is a tool that acts as a complement to cd: it makes navigating your
  filesystem a lot faster. It works by automagically maintaining a database of
  the directories you use the most from the command line, and allows you to jump
  back and forth between them, by typing just a few letters of the name of the
  directory you want to jump to.

  WWW: http://github.com/joelthelion/autojump/wiki
deps:
  zsh: {origin: shells/zsh, version: 5.0.2}
  bash: {origin: shells/bash, version: 4.2.45}
  python27: {origin: lang/python27, version: 2.7.5_2}
  python2: {origin: lang/python2, version: 2}
  python: {origin: lang/python, version: '2.7,2'}
  gettext: {origin: devel/gettext, version: 0.18.3}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- sysutils
options: {ZSH: on}
files:
  /usr/local/bin/autojump: b9d127873aa99fa98475c9823c55d04e3f952ad01455eb42b5a0d8600a1eeb29
  /usr/local/bin/jumpapplet: fd25c0ba28cc2a7a3b7e439bdb8a85d0ecb72b520f4fc9b111083df5232cb2e0
  /usr/local/man/man1/autojump.1.gz: 23de50e3b2398926f55d4d4f6d690632ae82bc05255d2e40e212516d13e9e21e
  /usr/local/share/autojump/autojump.bash: 20cc5e9875def9e41fde709da79a88682a6e1e4b61dd2ba57d4fa7ba016b3dd4
  /usr/local/share/autojump/autojump.zsh: c9815b9482fc69fb820fea67538a95cd817c2351d2a83cea75fdb2bb1043aa08
  /usr/local/share/autojump/icon.png: c52c813a8715780b6cd90fe93058f54707863c641f4d544d6f852bd71bb58b5b
  /usr/local/share/zsh/site-functions/_j: ed853b3f5f823741a02660baf0041223df0b2e6abfb4f8802a1d6b12d5483a6a
directories:
  /usr/local/share/autojump/: n
scripts:
  install: "#!/bin/sh\n\ncase $2 in\nPOST-INSTALL)\n\tif [ -e /etc/profile ]; then
    \\\n\t\tcp /usr/local/share/autojump/autojump.bash /etc/profile.autojump\n\t\techo
    \". /etc/profile.autojump\" >> /etc/profile\n\tfi\n\tif [ -e /etc/zshrc ]; then
    \\\n\t\tcp  /usr/local/share/autojump/autojump.zsh /etc/zshrc.autojump\n\t\techo
    \". /etc/zshrc.autojump\" >> /etc/zshrc\n\tfi\n\t;;\nesac\n"
  deinstall: "#!/bin/sh\n\ncase $2 in\nPOST-DEINSTALL)\n\trm -f /etc/profile.autojump\n\trm
    -f /etc/zshrc.autojump\n\t# delete the source (.) line from the /etc/profile and
    /etc/zshrc\n\tif [ -f /etc/profile ] ; then \n            sed -i '' -e '/profile.autojump/d'
    /etc/profile\n        fi\n        if [ -f /etc/zshrc ] ; then\n\t    sed -i ''
    -e '/zshrc.autojump/d' /etc/zshrc\n        fi\n\t;;\nesac\n"
message: "**************************************************************\n* AutoJump
  installed\n**************************************************************\n* Note:
  Your /etc/profile was changed for this installation.\n* changes will be reverted
  when you un-install the package. \n**************************************************************\n"
