# Created by: Gerrit Beine # $FreeBSD$ PORTNAME= vym PORTVERSION= 2.2.4 PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= SF/vym/${PORTVERSION} MAINTAINER= lichray@gmail.com COMMENT= VYM is a tool to generate and manipulate mind maps USES= qmake USE_BZIP2= yes USE_QT4= uic_build moc_build qt3support_build \ network xml dbus svg QMAKE_ARGS= DATADIR=${DATADIR:C,/vym$,,} \ DOCDIR=${DOCSDIR} STRIP_FILES= bin/vym DESKTOP_ENTRIES= "VYM" \ "Put the things you have got in your mind into a map" \ "${DATADIR}/icons/vym.png" \ "vym" \ "" \ true OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes NLS_USE= QT4=linguist_build .include post-patch: .if !${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e '/INSTALLS += doc/d' ${WRKSRC}/vym.pro .endif pre-configure: .if ${PORT_OPTIONS:MNLS} ${LRELEASE} ${WRKSRC}/vym.pro .endif post-install: ${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,} .if ${PORT_OPTIONS:MNLS} ${MKDIR} ${STAGEDIR}${DATADIR}/lang ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${STAGEDIR}${DATADIR}/lang/ .endif .include it.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Depend on devel/xdg-utils instead of devel/py-qt4-assistant.rakuco2014-06-161-1/+2
| | | | | | | | | | | | This version of Eficas has dropped the dependency on py-qt4-assistant, which has been deprecated in PyQt4 since 2010, and replaced it with a call to xdg-open. Follow suit and replace the runtime dependencies, paving the way for us to get rid of py-qt4-assistant ourselves. CR D226 Approved by: thierry (maintainer)
* Unbreak with the work-around given by Vladimir Chukharev in PR ports/188114thierry2014-04-182-8/+11
| | | | untill math/py-numpy is fixed.
* Upgrade Code_Aster to 11.5.0-4.thierry2014-03-193-1581/+1537
| | | | | | | N.B.: french/aster is still marked BROKEN, but this allows to unbreak other ports sharing the same dependencies. Patch for french/med provided by tijl.
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | french)
* Upgrade to 6.6.0-2.thierry2013-03-204-224/+177
|
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.makc2013-02-041-0/+1
| | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip
* Upgrade Code_Aster to 10.6.0-3.thierry2012-07-074-526/+301
|
* Chase PyQT updatemakc2012-05-251-1/+1
|
* Fix qtEficas, and re-enable it by default, by replacing QListBoxItem bythierry2011-01-031-3/+4
| | | | | | QListWidgetItem. Obtained from: Code_Aster forums (bjng)
* Upgrade to 2.1.1-1.thierry2010-12-302-14/+103
| | | | Note: qtEficas does not run at the moment, it's disabled.
* Chase Code_Aster's upgrade.thierry2010-09-172-15/+4
|
* Upgrade to 2.0.3-1.thierry2010-08-203-146/+75
|
* - update to 1.4.1dinoex2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Upgrade eficas and eficas_doc to 1.17.0-1.thierry2010-03-274-429/+1181
|
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* The KDE FreeBSD team is proud to announce the release of SIP-4.10 andfluffy2010-01-301-0/+1
| | | | | | | PyQt-4.7 for FreeBSD. The official update notes can be found at http://www.riverbankcomputing.com We'd like to say thanks to all helpers, testers and submitters.
* Upgrade to 1.16.0.thierry2009-06-224-321/+19
|
* The tarball has been silently rerolled. Full diff atthierry2009-01-212-4/+5
| | | | | | http://people.freebsd.org/~thierry/ports/eficas-1.15.0_1.15.0.1.diff Reported by: pointyhat via Pav
* - Upgrade to 1.15.0-1;thierry2009-01-154-24/+100
| | | | - Install qtEficas.
* The main tarball has been rerolled, but the included components have notthierry2008-10-222-4/+4
| | | | | | been touched. Reported by: portscout