Version: 1.26.0, Package name: pluma-1.26.0 |
Maintained by: Robert Nagy |
Master sites: |
Description pluma is a small and lightweight UTF-8 text editor for the MATE environment. Based on gedit, the text editor for the GNOME2 environment. Complete MATE integration is featured, with support for Drag and Drop (DnD) from Caja (the MATE file manager), the use of the MATE help system, the MATE Virtual File System and the MATE print framework. |
Filesize: 3676.813 KB |
Version History (View Complete History) |
|
2021-11-01 18:03:00 by Stuart Henderson | Files touched by this commit (131) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-12-03 12:29:06 by Robert Nagy | Files touched by this commit (2) |
Log message: update to 1.24.1 and unbreak plugins by using GNU libtool |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-07-02 06:44:20 by Stuart Henderson | Files touched by this commit (1) |
Log message: x11/mate/pluma: regen plist, no change to the built plist just substituting hardcoded python-related values for the same values via variables. |
2020-03-21 10:14:58 by Robert Nagy | Files touched by this commit (85) |
Log message: update to MATE 1.24 |
2019-10-03 08:36:53 by Robert Nagy | Files touched by this commit (3) |
Log message: update to 1.22.2 |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-17 10:45:30 by Stuart Henderson | Files touched by this commit (94) |
Log message: set png16 WANTLIB entries back to png following the change in soname part done by portbump, part by hand (it is easily confused) |
2019-04-24 03:31:51 by Robert Nagy | Files touched by this commit (3) |
Log message: update to 1.22.1 |
2019-04-02 12:59:44 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Sync WANTLIB. |
2019-04-02 00:44:01 by Robert Nagy | Files touched by this commit (1) |
Log message: add back dependency on enchant2 |
2019-03-27 12:13:39 by Robert Nagy | Files touched by this commit (82) |
Log message: update the MATE Desktop to 1.22.0 |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-09-20 05:16:33 by Robert Nagy | Files touched by this commit (3) |
Log message: update to 1.20.2 |
2018-07-06 00:04:48 by Marc Espie | Files touched by this commit (231) |
Log message: tag glib-compile-schemas |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2018-04-27 06:09:02 by Robert Nagy | Files touched by this commit (2) |
Log message: update to 1.20.1 |
2018-02-10 08:07:17 by Robert Nagy | Files touched by this commit (77) |
Log message: update to MATE Desktop 1.20.0 for further information visit: http://mate-desktop.org/blog/2018-02-07-mate-1-20-released/ |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-06-14 14:21:32 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Missing BDEP+RDEP on devel/iso-codes. |
2017-06-03 03:57:19 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: stdc++, estdc++ -> ${LIBCXX}, ${LIBECXX} |
2017-06-01 00:08:09 by Antoine Jacoutot | Files touched by this commit (11) |
Log message: Missing yelp in MODGNOME_TOOLS. Reported by Leo Unglaub for mata-terminal (missing bdep on itstool). |
2017-05-30 15:59:34 by Antoine Jacoutot | Files touched by this commit (22) |
Log message: Explicitely pass CONFIGURE_STYLE in all ports; too much magic otherwise coupled with the mate MODULE. Matches the x11/gnome subdir. |
2017-05-30 15:52:18 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: Consistent indentation. |
2017-05-30 15:44:58 by Antoine Jacoutot | Files touched by this commit (39) |
Log message: fmt(1) DESCR. |
2017-05-30 15:35:01 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Move USE_WXNEEDED to the top of Makefile. |
2017-05-30 15:32:08 by Antoine Jacoutot | Files touched by this commit (18) |
Log message: Comment libtool files for modules. |
2017-05-30 13:23:15 by Robert Nagy | Files touched by this commit (2) |
Log message: update to pluma-1.18.2 |