All versions of FreeBSD we support are shipped with at least GCC 4.2.1
or Clang. The code seems to build fine with Clang. In fact, on platforms
where we no longer ship libstdc++, this port seems to only build using
Clang.
Pupynere is a Python module for reading and writing NetCDF files, using the same
API as Scientific.IO.NetCDF and pynetcdf. It depends only on Numpy, so you don't
need to have the NetCDF library installed.
WWW: https://pypi.python.org/pypi/pupynere/
PR: ports/179744
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES
and require manual fetching, others are already marked RESTRICTED.
- Trim headers
- Convert some pre-fetch errors into IGNORE
- Remove needless quoting in java/jdk7-doc IGNORE
With hat: portmgr
The license was defined as "AS-IS" but this license has no definition in
bsd.license*.mk. As a result, this port would not build in bulk because
there was no implied acceptance of the "AS-IS" license. Upon
re-examination, the maintainer believes it is close enough in spirit to
BSD license to be classified as BSD.
Copyright 1993-2000 Peter Neelin and David MacDonald, McConnell Brain
Imaging Centre, Montreal Neurological Institute, McGill University.
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies. The
author and McGill University make no representations about the
suitability of this software for any purpose. It is provided "as is"
without express or implied warranty.
The PORTREVISION was bumped because when a license is specified, it
modifies the pkg-plist.
PR: 181350
Approved by: bapt/culot (mentors, implicit), jwbacon (maintainer)
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)