- 19 Jun, 2017 3 commits
-
-
Damian Montero authored
Add cron package
-
Ed Reel authored
-
Ed Reel authored
-
- 17 Jun, 2017 13 commits
-
-
lyxell authored
Add readline dependency to gdbm
-
Jan Baudisch authored
Building gdm failed because of missing readline
-
Damian Montero authored
Add sysstat package
-
Damian Montero authored
Add missing readline dependency
-
Damian Montero authored
Update valgrind from 3.12.0 -> 3.13.0
-
Damian Montero authored
Update gdb from 7.31.0 to 8.0
-
Damian Montero authored
Add termcap package
-
Damian Montero authored
Add diskscan package
-
Damian Montero authored
Add ctorrent package
-
Ed Reel authored
-
Ed Reel authored
-
Ed Reel authored
-
Ed Reel authored
-
- 16 Jun, 2017 8 commits
-
-
Casey Strouse authored
This is a general maintenance and bugfix release.
-
Casey Strouse authored
This is a general maintenance and bugfix release.
-
Casey Strouse authored
- add missing readline dependency - alphabetize dependency list - add missing homepage url
-
lyxell authored
Update nmap from 7.31 to 7.50
-
lyxell authored
Update curl from 7.54.0 to 7.54.1
-
Casey Strouse authored
This is a security and general bugfix release. CVE-2017-9502 is addressed.
-
Ed Reel authored
-
Casey Strouse authored
This updates nmap from 7.31 to 7.50. The 7.50 release contains mostly improvements to the signature database and nse scripts.
-
- 15 Jun, 2017 10 commits
-
-
Damian Montero authored
Update wine package from 2.8 to 2.10
-
Damian Montero authored
Add dropbox package
-
Damian Montero authored
Fix crew command to include hidden files in the archive
-
Damian Montero authored
Add mywanip package
-
Damian Montero authored
Add composer package
-
Damian Montero authored
Update php7 from 7.1.5 to 7.1.6
-
lyxell authored
Refactor search logic to support regex
-
Ed Reel authored
-
Ed Reel authored
-
Ed Reel authored
-
- 14 Jun, 2017 2 commits
- 13 Jun, 2017 4 commits
-
-
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 ```
-
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
-
Ed Reel authored
- Simplify architecture logic
-
Ed Reel authored
-