Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Nov 2019 15:48:41
1.99.4_4

|
zeising  |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'. |
16 Mar 2019 15:52:46
1.99.4_4

|
tcberner  |
editors/texmacs: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit) |
02 Dec 2018 15:41:48
1.99.4_3

|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
28 Jun 2018 17:39:55
1.99.4_2

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
30 Nov 2017 06:13:35
1.99.4_2

|
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
26 May 2017 20:02:44
1.99.4_2

|
linimon  |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
21 Apr 2017 14:13:56
1.99.4_2

|
amdmi3  |
- Fix shebangs |
18 Dec 2016 22:06:50
1.99.4_1

|
tcberner  |
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825 |
30 Sep 2016 19:24:30
1.99.4_1

|
tijl  |
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine) |
23 Aug 2016 20:31:07
1.99.4_1

|
pawel  |
- Fix build after databases/sqlite update
- Convert to USES=localbase
- Register proxy dependencies found by stage-qa |
01 Apr 2016 14:00:57
1.99.4_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
24 Mar 2016 15:47:50
1.99.4_1

|
tijl  |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine) |
23 Mar 2016 14:06:01
1.99.4

|
mat  |
Update to 1.99.4.
PR: 208208
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
22 Aug 2015 17:48:36
1.0.7.21_6

|
hrs  |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above ) |
16 Jul 2015 20:53:29
1.0.7.21_5

|
kwm  |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938 |
04 Jun 2015 12:45:58
1.0.7.21_5

|
amdmi3  |
- Strip binaries |
08 Apr 2015 19:43:41
1.0.7.21_4

|
amdmi3  |
- Add LICENSE_FILE
- Add CPE info |
27 Dec 2014 00:09:03
1.0.7.21_4

|
gblach  |
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr |
27 Oct 2014 12:19:13
1.0.7.21_3

|
bapt  |
Cleanup plist |
31 Aug 2014 15:17:50
1.0.7.21_3

|
tijl  |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port) |
28 Aug 2014 18:20:28
1.0.7.21_2

|
adamw  |
- Fix build on -current
- Use OPTIONS helpers
- shebangfix some perl scripts
- Add missing file to plist
- Don't try to remove directories installed by dependencies |
05 May 2014 09:45:37
1.0.7.21_1

|
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
16 Apr 2014 18:28:50
1.0.7.21_1

|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
13 Feb 2014 08:56:54
1.0.7.21

|
rm  |
- update to 1.0.7.21
- fix build with clang
- use new LIB_DEPENDS syntax
- add LICENSE (GPLv3)
- USE_GMAKE -> USES=gmake
- use stage
- removed post-install chown
- workaround linking with clang (LLVM bug 13992)
- replace share/TeXmacs with %%DATADIR%% in pkg-plist
PR: 186679
Submitted by: Henry Hu <henry.hu.sh@gmail.com> |
20 Sep 2013 16:36:24
1.0.7.14_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
04 Sep 2013 18:06:08
1.0.7.14_2

|
madpilot  |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
14 Aug 2013 22:35:54
1.0.7.14_2

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
11 May 2013 17:58:56
1.0.7.14_2

|
hrs  |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
06 May 2013 02:00:41
1.0.7.14_2

|
hrs  |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
27 Apr 2013 08:50:47
1.0.7.14_2

|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
23 Jan 2013 15:00:19
1.0.7.14_2

|
makc  |
Bump PORTREVISION after DESKTOP_ENTRIES update |
07 Jan 2013 02:07:27
1.0.7.14_1

|
makc  |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes |
13 Dec 2012 08:31:08
1.0.7.14_1

|
bapt  |
Use now global ghostscript description
Fix a typo in option checking (ouch!)
Reported by: danfe |
13 Dec 2012 07:47:29
1.0.7.14_1

|
bapt  |
Convert to new options framework |
04 Dec 2012 20:39:22
1.0.7.14_1

|
zi  |
- Reset MAINTAINER due to unrecoverable bounce
Reported by: portscout
Feature safe: yes |
06 Jun 2012 06:44:38
1.0.7.14_1
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
1.0.7.14_1
|
dinoex  |
- update png to 1.5.10 |
08 Feb 2012 14:01:32
1.0.7.14
|
eadler  |
Remove whitespace after b.p.m to help reduce false postives when searching for
other junk after b.p.m
Trivial non-functional change so maintainer not contacted
Submitted by: Alex Kozlov |
25 Dec 2011 07:51:16
1.0.7.14
|
eadler  |
Update to 1.0.7.14
Changes:
See changelog at http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/163598
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature safe: yes |
22 Oct 2011 19:28:04
1.0.7.13
|
pawel  |
- Update to 1.0.7.13 [1]
- Qt GUI is now default, not experimental [1]
- Add OPTIONS [1]
- Add fix for namespace clash with Qt3 [2]
Changes: http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/161697
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) [1]
myself [2] |
23 Sep 2011 22:26:39
1.0.7.10_1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
31 Jul 2011 15:07:08
1.0.7.10_1
|
jlaffaye  |
- Chase guile shared lib bump
- Add an entry to UPDATING |
26 Apr 2011 18:21:29
1.0.7.10
|
culot  |
- Update to 1.0.7.10
Changes: http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/156622
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
07 Mar 2011 13:40:14
1.0.7.9
|
dhn  |
- Update to 1.0.7.9
- Add OPTIONS
PR: ports/155343
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
15 Dec 2010 07:06:23
1.0.7.8
|
wen  |
-Update to 1.0.7.8
-Remove checks for old FreeBSD versions
-Prevent original versions of patched files from being installed
-Install .desktop file in the right place
Changelog: http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/153116
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
04 Nov 2010 00:46:00
1.0.7.6
|
wen  |
- Update to 1.0.7.6
Changelog: http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/151012
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
28 Mar 2010 06:47:48
1.0.7.3_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.0.7.3_1
|
dinoex  |
- update to jpeg-8 |
03 Feb 2010 23:18:16
1.0.7.3
|
amdmi3  |
- Mark MAKE_JOBS_SAFE
PR: 143488
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
31 Jan 2010 16:21:53
1.0.7.3
|
nemoliu  |
- Remove include of utmp.h as it doesn't seem to be used by anything.
PR: ports/143063
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
07 Jan 2010 04:52:28
1.0.7.3
|
pgollucci  |
- Update to 1.0.7.3
- Submitter is now maintainer
PR: ports/142396
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> |
25 Sep 2009 19:04:19
1.0.7.2
|
miwi  |
- Update to 1.0.7.2
- Changed pkg-plist
- Added more MASTER_SITES
PR: 139041
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Feature safe: yes |
28 Aug 2009 17:37:26
1.0.7.1_2
|
linimon  |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
31 Jul 2009 13:57:52
1.0.7.1_2
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
24 Jan 2009 09:58:07
1.0.7.1_1
|
pav  |
- Mark BROKEN on FreeBSD 6.x: does not compile
Reported by: pointyhat |
22 Jan 2009 16:04:11
1.0.7.1_1
|
miwi  |
- Chase lang/guile shlib bump |
05 Jan 2009 19:44:02
1.0.7.1
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
03 Jan 2009 04:23:19
1.0.7.1
|
chinsan  |
- Update to 1.0.7.1 |
21 Oct 2008 05:29:52
1.0.7
|
chinsan  |
- Update to 1.0.7 |
02 Sep 2008 23:50:54
1.0.6.15
|
chinsan  |
- Update to 1.0.6.15 |
21 Aug 2008 06:18:49
1.0.6.14_2
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
21 Jul 2008 04:49:09
1.0.6.14_2
|
rafan  |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435 |
06 Jun 2008 13:25:59
1.0.6.14_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
01 May 2008 10:40:02
1.0.6.14
|
chinsan  |
- Update to 1.0.6.14. |
23 Mar 2008 16:44:09
1.0.6.11_2
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
11 Mar 2008 21:13:53
1.0.6.11_1
|
stas  |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az |
01 Mar 2008 06:22:42
1.0.6.11_1
|
marcus  |
Chase libguile shared lib version. |
20 Sep 2007 02:53:54
1.0.6.11
|
chinsan  |
- Update to 1.0.6.11. |
26 May 2007 12:58:49
1.0.6.10
|
rafan  |
- Update to 1.0.6.10
PR: ports/112719
Submitted by: chinsan (maintainer) |
19 May 2007 20:32:57
1.0.6.9_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
11 Mar 2007 08:51:14
1.0.6.9_1
|
stas  |
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2] |
22 Feb 2007 09:56:33
1.0.6.9
|
rafan  |
- Update to 1.0.6.9
- Pass maintainership to submitter
PR: ports/109396
Submitted by: chinsan |
20 Dec 2006 15:57:59
1.0.6.7
|
rafan  |
- Update to 1.0.6.7
PR: ports/106963
Submitted by: chinsan |
08 Oct 2006 14:59:46
1.0.6.6
|
pav  |
- Remove symlinks created by mtree target from plists
Pointy hats to: rafan 6x, droso 2x, pav 2x, alepulve, clsung, glewis, itetcu,
miwi |
22 Aug 2006 13:42:51
1.0.6.6
|
clsung  |
- Update to 1.0.6.6
PR: ports/102383
Submitted by: chinsan <chinsan dot tw_AT_gmail dot com> |
18 Jul 2006 21:31:46
1.0.6.3
|
rafan  |
- Update to 1.0.6.3
PR: ports/100464
Submitted by: chinsan <chinsan.tw at gmail.com> |
01 Jun 2006 00:39:34
1.0.6.2
|
clsung  |
- Update to 1.0.6.2
PR: ports/98146
Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de> |
07 May 2006 10:55:47
1.0.6
|
edwin  |
Remove USE_REINPLACE from all categories starting with E |
19 Jan 2006 18:42:30
1.0.6
|
anray  |
Update MASTER_SITES.
PR: ports/92005
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
10 Jan 2006 14:18:14
1.0.6
|
pav  |
- Don't disable fastalloc on 6.X; fixes runtime crash
PR: ports/91545
Submitted by: Gregory Wright <gwright@antiope.com> |
12 Dec 2005 12:03:26
1.0.6
|
barner  |
- Update to 1.0.6
Submitted by: Ports Fury
PR: ports/90192 |
26 Nov 2005 01:48:16
1.0.5
|
pav  |
- Add SHA256 |
30 Aug 2005 02:56:28
1.0.5
|
ijliao  |
upgrade to 1.0.5
PR: 85377
Submitted by: Ports Fury |
23 Oct 2004 21:30:55
1.0.4.3
|
markm  |
Update to version 1.0.4.3, and do a fair bit of repair so that
Maxima and Axiom both work with this. The repairs likely fix
other maths packages also. The maintainer is also retiring,
so reset MAINTAINER to ports@ to give him a break.
OK'ed by: MAINTAINER |
29 Sep 2004 05:28:33
1.0.3
|
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
02 May 2004 17:05:12
1.0.3
|
pav  |
- Update to 1.0.3
PR: ports/66068
Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer) |
31 Mar 2004 03:12:58
1.0.2.5_1
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:21:48
1.0.2.5_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
20 Nov 2003 09:46:18
1.0.2.5
|
pav  |
- Unbreak fetch by updating to 1.0.2.5
PR: ports/58889
Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
Approved by: adamw (mentor) |
03 Nov 2003 03:56:42
1.0.1.21
|
kris  |
Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR. |
15 Oct 2003 01:44:17
1.0.1.21
|
kris  |
BROKEN: Does not fetch |
27 Aug 2003 18:59:49
1.0.1.21
|
olgeni  |
Unbreak for -CURRENT. |
26 Aug 2003 10:30:30
1.0.1.21
|
olgeni  |
Upgrade to 1.0.1.21
PR: 55166
Submitted by: Geoffrey Mainland <mainland@apeiron.net> |
07 Aug 2003 09:30:09
1.0
|
kris  |
BROKEN: Does not compile |
21 Feb 2003 11:38:28
1.0
|
knu  |
De-pkg-comment. |
24 Nov 2002 13:45:51
1.0
|
sada  |
Unbreak for -current.
PR: ports/35549
Submitter: Michael J Estes <estesm@bw.2y.net> |
21 May 2002 06:57:59
1.0
|
sada  |
Upgrade to version 1.0 and unbreak.
- add `@exec mkdir' lines to stop deinstall-time warnings.
PR: ports/36496
Submitted by: maintainer |
18 May 2002 02:59:36
0.3.5.8
|
kris  |
BROKEN: Does not fetch |
03 Mar 2002 03:39:37

|
petef  |
Add texmacs 0.3.5.8, a free WYSIWYG scientific text editor. |