gitinspector is a statistical analysis tool for git repositories. The
defaut analysis shows general statistics per author, which can be
complemented with a timeline analysis that shows the workload and
activity of each author. Under normal operation, it filters the
results to only show statistics about a number of given extensions and
by default only includes source files in the statistical analysis.
Differential Revision: https://reviews.freebsd.org/D1529
Reviewed by: bapt
Approved by: bapt
The Vowpal Wabbit (VW) project is a fast out-of-core learning system
sponsored by Microsoft Research and (previously) Yahoo! Research.
There are two ways to have a fast learning algorithm: (a) start with a slow
algorithm and speed it up, or (b) build an intrinsically fast learning
algorithm. This project is about approach (b), and it's reached a state
where it may be useful to others as a platform for research and experimentation.
There are several optimization algorithms available with the baseline
being sparse gradient descent (GD) on a loss function (several are available).
WWW: https://github.com/JohnLangford/vowpal_wabbit/wiki
shim is a trivial EFI application that, when run, attempts to open and
execute another application. It will initially attempt to do this via the
standard EFI LoadImage() and StartImage() calls. If these fail (because secure
boot is enabled and the binary is not signed with an appropriate key, for
instance) it will then validate the binary against a built-in certificate. If
this succeeds and if the binary or signing key are not blacklisted then shim
will relocate and execute the binary.
Sponsored by: The FreeBSD Foundation
SDK for developing EFI applications for ARM-64, ARM-32, x86_64,
IA-64 (IPF), and IA-32 (x86) platforms using the GNU toolchain
and the EFI development environment.
Sponsored by: The FreeBSD Foundation
- Move DATABASE Backend options to OPTIONS_RADIO as only one backend is
supported at a time. MYSQL and MYSQL_SSL will create conflict in
previous state
- Update pkg-plist to make proper use of @sample
- Pass Maintainership [1]
PR: 196552 [1]
Differential Revision: https://reviews.freebsd.org/D1514
Submitted by: pauls@utdallas.edu [1]
Approved by: bapt(mentor)
Change maintainer
Other Changes: See section "New Features" and "Backward Compatibility" at
http://www.slac.stanford.edu/~abh/bbcp/#_Toc392015164
- The new -ptime option forces bbcp to preserve only source file's
access and modification time at the destination; leaving the group
and mode unchanged.
- The new -gross option forces bbcp to copy empty directory structures
in recursive mode.
- The new -mkdir option creates the destination directory for a
recursive copy should it not exist.
- The new -symlinks option specifies how symbolic links are to be
handled during a recursive copy.
- Dual stack IPv6 mode is fully functional and is the default mode
of operation. The new -ipv4 option forces bbcp to use the IPv4 TCP
stack.
- The new -license option prints the license under which bbcp is
distributed.
- The new -version option displays bbcp's version number installed
on the current host.
- The BBCP_ALLOWPP environmental variable may be used to restrict
program pipes to a specified set of programs or disable the feature
altogether.
- The new -Z option allows you to specify the port range to be used
for incoming connections on the command line instead of relying on
/etc/services to contain those values.
Notes:
- Older version will fail if any of the new option: -ptime is specified.
- Older version will fail if any of the new options: -gross, --mkdir, or
--symlinks is specified.
- Older version will fail if the new -ipv4 option is specified.
Older versions always use the IPv4 TCP stack, making the option
generally unnecessary.
- Older versions will fail if the new -Z option is specified.
PR: 196746
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Approved by: John Hein <jhein@symmetricom.com> (maintainer)
Requested from: Freddie Cash <fjwcash@gmail.com>
directory does not yet exist. While it might deem a minor issue, bump
port revision; the port is fast to build even on relatively slow hardware.
Launchpad bug #: 1410263
Bazaar revision: 0.12/5816
A lot of patches can be removed, and the only ones left are backported from
upstream. The port now uses Qt5 instead of Qt4, and should finally be
MAKE_JOBS_SAFE.
Other smaller changes:
* The paths for gnuplot and ant in the sed calls in the Makefile were wrong,
and have been fixed.
* There was no explanation for why "CONFIG+=configure" was required in
QMAKE_ARGS, so it has been removed.
Huge thanks to Tobias Berner for working on this and following my picky
suggestions!
PR: 196167
Submitted by: Tobias C. Berner <tcberner@gmail.com>