aboutsummaryrefslogtreecommitdiffstats
path: root/comms/xnec2c
Commit message (Collapse)AuthorAgeFilesLines
* Mark as broken on various tier-2 archs.linimon2016-11-141-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Drop 8.x supportamdmi32015-09-183-63/+2
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* Update to 3.4shurd2015-08-154-8/+7
| | | | Use makepatch for files/*
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-031-1/+1
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* Create at least a bit more proper libraries:bapt2015-05-301-0/+1
| | | | | | | | | - run ranlib on the static library - give a soname to the shared library - make the real file the the library with a version in the name - make the .so the symlink Bump portrevision for the ports using the library
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Update to latest release.shurd2015-05-032-3/+3
|
* Update to 3.2shurd2015-01-062-3/+3
| | | | Minor internal string handling updates.
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)
* Update to latest (3.1)shurd2014-11-092-4/+4
| | | | | | | | | | | | | Change maintainership to hamradio@ From the changelog: - Support both . and , as the decimal point in NEC2 files - Fix memory leak - Faster animation on some projections - Faster drag performance on some models - Lower minimum window size for small displays Submitted by: shurd
* Cleanup plistbapt2014-10-201-2/+0
|
* Update to 2.9.shurd2014-06-243-4/+28
| | | | | | | | This release only adds a useless manpage (not installed). Added a DOCS option to install the documentation (previously not installed) Reviewed by: skreuzer Approved by: db, skreuzer (mentors)
* xnec2c is a GTK+ graphical interactive version of nec2c. It incorporates theshurd2014-06-188-0/+168
nec2c core which it uses for reading input files and calculating output data, but it does not need and indeed does not produce an output file by default. Graphs of frequency-related data and the current or charge distribution evolve as the frequency loop progresses, and radiation patterns (far and near field) are sequentially drawn for each frequency step. PR: ports/190815 Submitted by: shurd@FreeBSD.org Approved by: db, skreuzer (mentors)