The author of 'trash' has changed his name on GitHub, so the download
URL needed to be updated.
ClosesHomebrew/homebrew#26220.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
pdf2svg has:
depends_on 'poppler' => 'with-glib'
poppler has:
depends_on 'glib' => :optional
depends_on 'cairo' if build.with? 'glib'
A clean "brew install pdf2svg" will fail due to the language-level
conditional used to define the cairo dependency.
Since we don't yet have a way to express this in the DSL, this patch
will have to do for now.
FixesHomebrew/homebrew#26205, kinda.
* Reduce number of attempts to re-open files to 1 second (10 attempts)
* Wait for processes to terminate in restart mode
* Prevent interactive utilities from paging output by setting PAGER to `/bin/cat`
* First match of `/_` provides a shortcut for specifying the first file under watch
* New `-c` option invokes `clear` before running the utility
* Support Vim's `backup` option by responding to `NOTE_RENAME`
ClosesHomebrew/homebrew#26204.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
bittwist can be used to:
- Send multiple packet traces at a time
- Send packets at a specific speed or line rate in Mbps
- Edit fields in Ethernet, ARP, IP, ICMP, TCP, and UDP headers
- Automatic header checksum correction
- Append user payload to existing packets after a specific header
- Select a specific range of packets and save them in another trace file
ClosesHomebrew/homebrew#26169.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
* Support environment variables of `EZ_SETUP` and `GET_PIP`.
* Support a short option `-p` of `virtualenv`.
* Fix install script
ClosesHomebrew/homebrew#25784.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Changes:
* pyenv: Reliably detect parent shell in `pyenv init` (yyuu/pyenv#93)
* pyenv: Import recent changes from rbenv 0.4.0
* pyenv: Import `bats` tests from rbenv 0.4.0
* python-build: Add new CPython releases candidates; 3.4.0b2
* python-build: Add ruby-build style patching feature (yyuu/pyenv#91)
* python-build: Set `RPATH` if `--enable-shared` was given
(yyuu/pyenv#65, yyuu/pyenv#66, yyuu/pyenv#82)
* python-build: Update default setuptools version (2.0 -> 2.1)
* python-build: Update default pip version (1.4.1 -> 1.5)
* python-build: Activate friendly CPython during build if the one is not
activated
* python-build: Fix broken install.sh
* python-build: Import recent changes from ruby-build v20131225.1
* python-build: Fix build error of CPython 2.x on the platform where the
`gcc` is llvm-gcc.
* version-ext-compat: Removed from default plugin. Please use
[pyenv-version-ext](https://github.com/yyuu/pyenv-version-ext)
instead.
ClosesHomebrew/homebrew#25783.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>