Comment:
simple, pythonic tool for remote execution and deployment
Description:
Fabric is a Python library and command-line tool for streamlining the
use of SSH for application deployment or systems administration tasks.
It provides a basic suite of operations for executing local or remote shell
commands (normally or via sudo) and uploading/downloading files, as well as
auxiliary functionality such as prompting the running user for input, or
aborting execution.
Maintainer: Pablo Mendez Hernandez <pablomh@gmail.com>
WWW: http://www.fabfile.org/
GNU Units converts quantities expressed in various systems of
measurement to their equivalents in other systems of measurement. Like
many similar programs, it can handle multiplicative scale changes. It
can also handle nonlinear conversions such as Fahrenheit to Celsius
or wire gauge, and it can convert from and to sums of units, such as
converting between meters and feet plus inches.
Thanks Andre Smagin for hints
"Almost all the armv7 systems are multicore but we don't run
multiprocessor on them. So the -DEV_NO_SMP approach sounds reasonable
for now" jsg@
In addition to the update, I'm removing the shared libs. The term
"shared" is misleading here, gambit will continue generating
dynamically linked binaries by default and the only static libraries
linked will be its own libraries. Nothing uses the non-versioned
gambit shared libraries in the ports tree.
OK jasper@.
* See https://www.mozilla.org/en-US/firefox/44.0/releasenotes/
* Fixes MFSA 2016-01 -> 12
* Fix CONFIGURE_STYLE, no need for autohell?
* Use bundled libevent
* Remove useless MOZILLA_AUTOCONF_DIRS
Note that starting with fx 45, gstreamer will be deprecated in favor of
ffmpeg. If it works, haven't tested it yet...
Tested by/discussed with naddy@
* Move the nss/libevent/sqlite dependencies to separate blocks, allowing
to disable them by defining MOZILLA_USE_BUNDLED_NSS|SQLITE|LIBEVENT.
Gecko 44 doesn't build against our base libevent1, and it's simpler to
use the bundled/patched libevent instead of ports libevent2. This should
also help tbb which insists on using its own (heavily patched) nss
* Bump sqlite dependency, gecko 44 requires sqlite 3.9.1
* Fix debug FLAVOR, use only --enable-debug-symbols=yes
--disable-install-strip. The resulting pkg is only around 280Mb, and
unstripped libxul is 800Mb. Adventurous users can show it to gdb.
* Rework the way default value is set for WRKDIST, soon (with esr45)
xulrunner will be the only exception left
* Remove unused _MOZDIR definition