1. 17 Jun, 2017 2 commits
  2. 16 Jun, 2017 4 commits
  3. 15 Jun, 2017 10 commits
  4. 14 Jun, 2017 2 commits
  5. 13 Jun, 2017 9 commits
    • Kazushi (Jam) Marukawa's avatar
      Modified little bit to allow users to choose extra information. · e33561ba
      Kazushi (Jam) Marukawa authored
      Usage is like below.
      
      ```
      $ crew search vi
      (i) vim: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
      (i) vidstab: Transcode video stabilization plugin.
      vifm: Vifm is an ncurses based file manager with vi like keybindings/modes/options/commands/configuration, which also borrows some useful ideas from mutt.
      (i) libxvid: The free video codec that is strong in compression and quality.
      neovim: Neovim is a refactor, and sometimes redactor, in the tradition of Vim (which itself derives from Stevie).
      $ crew search vi extra
      (i) vim: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
      http://www.vim.org/
      version 8.0-1
      (i) vidstab: Transcode video stabilization plugin.
      http://public.hronopik.de/vid.stab/
      version 0.98b
      vifm: Vifm is an ncurses based file manager with vi like keybindings/modes/options/commands/configuration, which also borrows some useful ideas from mutt.
      https://vifm.info/
      version 0.8.2
      (i) libxvid: The free video codec that is strong in compression and quality.
      https://www.xvid.com/
      version 1.3.4
      neovim: Neovim is a refactor, and sometimes redactor, in the tradition of Vim (which itself derives from Stevie).
      https://neovim.io/
      version 0.1.7
      $ crew search ^vim$ extra
      (i) vim: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
      http://www.vim.org/
      version 8.0-1
      ```
      e33561ba
    • Casey Strouse's avatar
      Refactor search logic to support regex · 6918a2c4
      Casey Strouse authored
      `crew search` use to only return a single result if your query string
      matched a package name exactly.
      
      `crew search` now supports regex.
      
      chronos@localhost / $ crew search ^lib
      Found libpcap, version 1.8.1
      Found libjpeg, version 9.1
      Found libunwind, version 1.1
      Found libxslt, version 1.1.28
      Found libffi, version 3.0.13-1
      Found libssh2, version 1.4.3
      Found libtool, version 2.4.6
      Found libpipeline, version 1.4.1
      Found libevent, version 2.0.22
      Found libxml2, version 2.9.2
      Found libgd, version 2.0.33
      Found libtiff, version 4.0.7
      Found libpng, version 1.6.26
      Found libsigsegv, version 2.10
      6918a2c4
    • Ed Reel's avatar
      Add symlink from wine64 to wine · 055b3c84
      Ed Reel authored
        - Simplify architecture logic
      055b3c84
    • Ed Reel's avatar
      Update wine package · 0fa9f1be
      Ed Reel authored
      0fa9f1be
    • Damian Montero's avatar
      Merge pull request #720 from uberhacker/enhance-search-command · d4d5a7d7
      Damian Montero authored
      Enhance crew search command
      d4d5a7d7
    • Damian Montero's avatar
      Merge pull request #731 from uberhacker/add-bcif-package · e66947f7
      Damian Montero authored
      Add bcif package
      e66947f7
    • Damian Montero's avatar
      Merge pull request #732 from uberhacker/add-cadaver-package · 0fb979a9
      Damian Montero authored
      Add cadaver package
      0fb979a9
    • Ed Reel's avatar
      Add cadaver package · 145dc051
      Ed Reel authored
      145dc051
    • Ed Reel's avatar
      Add bcif package · fda25ebf
      Ed Reel authored
      fda25ebf
  6. 12 Jun, 2017 13 commits