| Age | Commit message (Collapse) | Author |
|
Closes #19582.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #19589.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
fIcy is a command line MPEG stream ripper which does not re-encode the stream
like many other tools but instead dumps the MPEG frames. Very useful for
professional archiving.
Closes #19290.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20587.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
For example python and python3 both provide a
`Python.framework` and OS X Frameworks are made to
deal with this by putting them into `Versions` and
linking the default one as `Current`. However, brew
did not respect this and cleaned out stuff making
neither of the two versions work because `Current`
is replaced by an empty directory.
This commit fixes that. However, still one of the
two `Python.frameworks` has to remove it's
`Current` and `Headers` links, because brew cannot
decide alone which one is the "default" and allowed
to set the `Current` link.
A similar situation might apply to Qt 4 vs. 5..
|
|
|
|
Closes #20560.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20582.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #19925.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20128.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20333.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20459.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
|
|
There are unreleased fixes for building on newer SDKs than 10.6.
Closes #20543.
|
|
|
|
|
|
Closes #20538.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Newt (Whiptail) is a programming library for text-based user interfaces.
It includes python bindings named snack module.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20578.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20537.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Style fix in PythonInstalled req. that is :recommended.
|
|
Closes #20540.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
hgk is an [unloved][1] feature. The extension (hgk.py)
is still installed but not the binray (hgk).
[1]: http://mercurial.selenic.com/wiki/UnlovedFeatures)
|
|
* Fixes #20572 by tweaking the logic that decides
which python is used by the `python` object
inside a formula. There was a bug when on 10.6
there is no Python 2.7 but a :recommended
Python was still treated as being available.
* Use the user's PATH when looking for an external
Python. Until now only brewed or OS X system's
python have been found by `depends_on :python`.
But now we support any Python in PATH (e.g.
pyenv's python).
* Further, instead of handling python modules
and import tests in LanguageModuleDependency,
these are now handled by:
depends_on :python => 'numpy' # for example
The old style
depends_on 'numpy' => :python
is still supported and is only an alias
for the newer style (only for :python, the
other languages are not altered by this commit).
The reasoning is that if a formula requires
a python module, it basically also needs
python itself - and further that specific
version of python has to provide the module.
So the `PythonInstalled` is the natural place
to check for the availability of a python
module.
Using a python module and other tags like
:optional or :recommended is done like so:
depends_on :python => [:optional, 'numpy']
Specifying another PyPi (Python Package index)
name than the module import name is seldom used
but supported, too:
depends_on :python => ['enchant'=>'pyenchant']
A last note: For clarity, you can define
multiple depends_on statements with different
modules to be importable.`
|
|
Closes #20549.
|
|
Building with Java support does not work in parallel.
Closes #20415.
|
|
pgBadger is a PostgreSQL log analyzer built for speed
with fully detailed reports from your PostgreSQL log file.
It's a single and small Perl script that aims to replace
and outperform the old php script pgFouine.
Closes #18004.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20455.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Mirrors what is done for coreutils.
Closes #20536.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
A script to convert MATLAB/Octave into TikZ figures for easy and consistent
inclusion into LaTeX.
Closes #18428.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #18982.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20567.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20569.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20562.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20558.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20552.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
CLT-only builds are still broken and need to be fixed at some point.
Closes #20524.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Wireshark accepts gnutls3, so nothing else in core needs version 2.
|
|
Closes #20547.
|
|
|
|
Closes #19998.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Fixes #20528.
|
|
Closes #20541.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #20539.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20531.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|