with both Smitch charts and SWR/PWR curves. Does drag-and-drop schematic entry
with direct entry of component values as well as "drag tuning". Can import
load parameters directly from the following:
- EZNEC (and EZNEC GAM files)
- miniVNA and miniVNApro
- AIM4170
- CocoaNEC
- Rig Expert ".aaplot" files
- Touchstone S1P ".s1p" files (shunt and series)
Reviewed by: db, skreuzer
Approved by: db, skreuzer (mentors)
Differential Revision: https://phabric.freebsd.org/D311
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
- Stage support
- Unexpire
- Add license (GPLv2)
- Use modern LIB_DEPENDS
- Explicitly mention dependencies
- Add CONFLICTS with im-*, nifticlib-* and open-usp-tukubai-*
- Use perl5 and GCC
- Tidy pkg-descr
- Clean up pkg-plist
- Bump PORTREVISION
While here:
- Use BROKEN_arch to avoid including bsd.port.pre.mk
- Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
- Remove obsolete post-install target
PR: 186988
Submitted by: maintainer (jwbacon@tds.net)
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit)
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -DH5_USE_16_API -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/wrkdirs/usr/ports/science/py-h5py/work/h5py-2.2.1/lzf -I/usr/local/include -I/usr/local/include/python2.7 -c h5py/h5fd.c -o build/temp.freebsd-10.0-RELEASE-p3-amd64-2.7/h5py/h5fd.o
In file included from h5py/h5fd.c:259:
In file included from h5py/api_compat.h:21:
In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1761:
/usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
h5py/h5fd.c:857:39: error: use of undeclared identifier 'H5FD_MPIPOSIX'
__pyx_t_1 = __Pyx_PyInt_to_py_hid_t(H5FD_MPIPOSIX); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 34; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
^
1 warning and 1 error generated.
error: command 'cc' failed with exit status 1
*** Error code 1
Reported by: pkg-fallout