libfixbuf provides an implementation of the IPFIX Protocol as a C
library, for building IPFIX Collecting and Exporting Processes.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The POCO C++ Libraries (POCO stands for POrtable COmponents) are open
source C++ class libraries that simplify and accelerate the
development of network-centric, portable applications in C++. The
libraries integrate perfectly with the C++ Standard Library and fill
many of the functional gaps left open by it. Their modular and
efficient design and implementation makes the POCO C++ Libraries
extremely well suited for embedded development, an area where the C++
programming language is becoming increasingly popular, due to its
suitability for both low-level (device I/O, interrupt handlers, etc.)
and high-level object-oriented development. Of course, the POCO C++
Libraries are also ready for enterprise-level challenges.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The ccache formula now installs ccache symlinks for a number of
compilers into the #{libexec} directory. By adding this
directory to your PATH, ccache will automatically be used for most
compilations. The list of compilers matches that in the current
MacPorts ccache portfile.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Added caveats
* libexec isn't linked in to HOMEBREW_PREFIX, so it is private enough
without a subfolder
Fortran support has been explicitly disabled in the NetCDF brew pending
the resolution of Issue 72. It is perfectly possible to use the brew to
build a working Fortran NetCDF library if a Fortran compiler is present.
However, configure may fail on 64 bit architectures as Homebrew does not
set the FCFLAGS and FFLAGS environment variables to be compatiable with
those set for CFLAGS.
The best resolution of this issue is formal support for a Fortran
compiler.
A non-existant configure argument related to Szip was removed. This
dependency is satisfied by specifying the location of HDF5.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
A formula using svn can now provide a spec:
:revisions => {...revision numbers...}
that contains a mapping of revision numbers to use
for externals.
The name of the external is keyed to the revision to
use for that external.
The symbol :trunk should be used to specify the reivsion
of the main repo.
An example from the Ffmpeg formula:
head 'svn://svn.ffmpeg.org/ffmpeg/trunk',
:revisions => { :trunk => 22916, 'libswscale' => 31045 }
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Add patch from https://trac.xiph.org/ticket/1667 to make libao build on
OS X 10.4 and 10.5. Patch will be included in libao 1.0.1 when it is
released.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>