16 Commits

Author SHA1 Message Date
bcallah
60a5a12cc2 Update to featherpad-0.14.2
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.14.2
2020-06-13 01:42:35 +00:00
bcallah
29d7eceec5 Update to featherpad-0.14.1
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.14.0
(Then a small bugfix to move from 0.14.0 to 0.14.1)
2020-05-20 14:16:57 +00:00
bcallah
7e27910cf8 Fix the distfile name; noticed by aja@ 2020-03-17 13:03:29 +00:00
bcallah
056479bee3 Update featherpad to 0.13.1
The important changelog bits are here:
https://github.com/tsujan/FeatherPad/releases/tag/V0.13.0
2020-03-16 23:22:17 +00:00
sthen
f69d1135ed be smarter about GH_TAGNAME; when generating the default DISTNAME, only
strip a leading "v" when it's followed by what looks like a version number,
also have it handle a few other common names seen in ports. likewise when
stripping 'v' from the default WRKDIST, also allow 'V', but only if
followed by digits (which seems a better match to what github are doing).

update the few ports which _require_ updates to match this change.

been through a bulk on i386 (plus I've diffed "make dump-vars" run in
in all ports having GH_TAGNAME before+after applying the patch), ok jca
2020-02-13 22:19:35 +00:00
bcallah
0e882d6b38 Update to featherpad-0.12.1
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.12.1
2020-01-13 19:31:41 +00:00
bcallah
8ac4bc23a1 Update to featherpad-0.12.0
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.12.0
2019-12-28 16:13:41 +00:00
bcallah
28e8f57785 Update to featherpad-0.11.1
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.11.1
2019-08-20 22:54:57 +00:00
bcallah
6dabe435e7 Update to featherpad-0.11.0
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.11.0
2019-08-10 23:19:08 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
bcallah
65f6b6bcd0 Update to featherpad-0.10.0 2019-05-15 17:22:15 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
bcallah
48c86ee071 Update to featherpad-0.9.4
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.9.4
2019-02-26 15:34:50 +00:00
bcallah
2e70d005b4 Update to featherpad-0.9.3
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.9.3
2019-02-06 02:32:01 +00:00
bcallah
fdb474820c Update to featherpad-0.9.2
Changelog: https://github.com/tsujan/FeatherPad/blob/master/ChangeLog
2018-12-11 15:47:13 +00:00
bcallah
45d2a91e20 Import editors/featherpad, a lightweight Qt5 plain-text editor.
ok kn@

FeatherPad is a lightweight Qt5 plain-text editor. It is independent of
any desktop environment and has:
  * Drag-and-drop support, including tab detachment and attachment
  * X11 virtual desktop awareness
  * Instant highlighting of found matches when searching
  * A docked window for text replacement
  * Support for showing line numbers and jumping to a specific line
  * Automatic detection of text encoding as far as possible and optional
    saving with encoding
  * Syntax highlighting for common programming languages
  * Ability to open URLs with appropriate applications
  * Session management
  * Side-pane mode
  * Auto-saving
  * Printing
  * Text zooming
2018-11-06 23:55:20 +00:00