Commit graph

4201 commits

Author SHA1 Message Date
gutteridge
6e91fae97b feathernotes: import new package, version 0.5.1
FeatherNotes is a lightweight Qt5 hierarchical notes-manager.
It is independent of any desktop environment and has:

  * Support for rich text formatting, image embedding and inserting
    editable tables;
  * Drag-and-drop capability for moving nodes and also for embedding images;
  * A tray icon for quick access on any desktop;
  * Correct position/size saving and restoring with most window managers;
  * Compact but complete search and replacement widgets;
  * The ability to include searchable tags (hidden info on each node);
  * Support for optional node icons;
  * Support for local and remote hyperlinks (bookmarks);
  * Text zooming;
  * Printing and exporting to HTML and PDF;
  * Password protection;
  * Auto-saving;
  * macOS support and other features that can be found in its settings,
    on its menus or when it is actually used.

Packaged in pkgsrc-wip by pin, as part of a broader effort toward
providing all of LXQt and associated utility applications. General
reviews, feedback, and testing of such by gdt@, ng0@, and myself.
2020-02-13 03:21:54 +00:00
gutteridge
512f2bc800 featherpad: import new package, version 0.12.0
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;
  * An optionally permanent search-bar;
  * Instant highlighting of found matches when searching;
  * A docked window for text replacement;
  * Support for line numbers and jumping to a specific line;
  * Automatic detection of text encoding;
  * Syntax highlighting for common programming languages;
  * Ability to open URLs with appropriate applications;
  * Session management;
  * Side-pane mode;
  * Auto-saving;
  * Spell checking with Hunspell;
  * Printing;
  * Text zooming;
  * Haiku OS and macOS support.

Packaged in pkgsrc-wip by pin, as part of a broader effort toward
providing all of LXQt and associated utility applications. General
reviews, feedback, and testing of such by gdt@, ng0@, and myself.
2020-02-13 03:12:18 +00:00
wiedi
63f808922c nano: update to 4.8
2020.02.07 - GNU nano 4.8 "Jaška"
• When something is pasted into nano, auto-indentation is suppressed,
  and the paste can be undone as a whole with a single M-U.
• When a lock file is encountered during startup, pressing ^C/Cancel
  quits nano.  (Pressing 'No' just skips the file and continues.)
• Shift+Meta+letter key combos can be bound with 'bind Sh-M-letter'.
  Making any such binding dismisses the default behavior of ignoring
  Shift for all Meta+letter keystrokes.
• The configuration option --with-slang (to be avoided when possible)
  can now be used only together with --enable-tiny.
• A custom nanorc file can be specified on the command line, with
  -f filename or --rcfile=filename.

2019.12.23 - GNU nano 4.7 "Havikskruid"
• A <Tab> will indent a marked region only when mark and cursor are
  on different lines.
• Two indentations (any mix of tabs and spaces) are considered the
  same when they look the same (that is: indent to the same level).
• When using --breaklonglines or ^J, a line will never be broken in
  its leading whitespace or quoting.
• The keywords in nanorc files must be in lowercase.

2019.11.29 - GNU nano 4.6 "And don't you eat that yellow snow"
• The 'formatter' command has returned, bound by default to M-F.
  It allows running a syntax-specific command on the contents of
  the buffer.
• ^T will try to run 'hunspell' before 'spell', because it checks
  spellling for the locale's language and understands UTF-8.
• Multiple errors or warnings on startup will no longer slow nano
  down but will be indicated on the status bar with trailing dots.

2019.10.04 - GNU nano 4.5 "Košice"
• The new 'tabgives' command allows you to specify per syntax what
  the <Tab> key should produce: some spaces, a hard TAB, ...
• The output of --help is properly aligned again for all languages.
• <Tab> will indent a marked region also when M-} has been rebound.
2020-02-08 20:19:01 +00:00
nia
95b88e6de8 vim-share: Add "OR gnu-gpl-v2" to LICENSE.
The vim distribution terms indicate that modified versions of Vim can be
distributed "under the GNU GPL version 2 or any later version".
2020-02-06 21:52:58 +00:00
fcambus
ddea937d4d hexedit: update to 1.4.2.
ChangeLog:

september 2017
	- 1.4.2
	- fix spelling errors in manpage
	- fix build

september 2017
	- 1.4
	- terminal resizing support
	- fix build

november 2016:
	- mark cursor position in both HEX and ASCII
	- skip whitespace when parsing hex-strings

march 2014:
	- fix small but in DIE() which was leaving the terminal in a bad state
	- added --linelength <n> / -l<n> command line option
2020-02-05 15:30:25 +00:00
markd
77a05ce067 kate: update kde release service to 19.12.1
builds with qt 5.14, other changes unknown.
2020-02-02 02:39:12 +00:00
fcambus
5787ef63de tweak: update to 3.02.
ChangeLog:

- Build the HTML man page in the build script.
- Avoid buffer overflow with really long filenames.
- Fix missing argument to 'bad option' message.
- Remove the version number from the Tweak status bar.
- Increase the size of the 'message' buffer, which is currently
  overflowing on really big files.
- Prevent obvious NULL dereference if you paste before cutting or copying.
- Fix memory overwrite when increasing display width in mid-editing.
2020-01-28 13:23:32 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
rillig
84f2203288 all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
2020-01-26 05:26:08 +00:00
nia
90df1146bd ghex: Needs msgfmt with --xml and --desktop 2020-01-23 16:06:01 +00:00
nia
18bb75498c *: Use the 'gnome' virtual category some more. 2020-01-21 15:09:03 +00:00
nia
3a2265053f editors: Remove mlview.
Ancient GNOME 2 component, no release since 2005.
This is no longer part of GNOME.

PKGREVISION=	52
2020-01-19 00:50:30 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
nia
9cb50223f6 neatvi: Update to 07
No changelog available.
2020-01-18 21:53:58 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
jperkin
13943f3046 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
nia
fff2342f72 editors: remove tomboy
old GNOME 2 version, no longer builds with current mono. according to
its github this has been replaced by tomboy-ng, written in pascal, and is
no longer actively developed.
2020-01-18 12:18:13 +00:00
nia
9fd58e87bf ghex: Update to 3.18.4
Updated to GNOME 3 / gtk3 version.
2020-01-17 14:44:43 +00:00
ryoon
eedd1e806f *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
mef
8e0ae875e3 (editors/emacs-snapshot) PR pkg/54848 Fix again, logic moved down outside of if x11 .. endif clause 2020-01-11 12:15:15 +00:00
mef
170b9a6fcf PR pkg/54848 jansson option should not be related to (should not depend on) x11 option.
Thanks  dasricht@gmail.com for the report. (Now always enabled by the way)
So PKGREVISION++
2020-01-11 11:43:04 +00:00
khorben
154d6108f8 deforaos-editor: update to 0.4.1
Changes since 0.4.0:
- Defaults to Gtk+ 3 (like libDesktop)
- Updated translations
2020-01-11 07:45:55 +00:00
gutteridge
1a884fa7f9 abiword-plugins: a package can't conflict with itself 2020-01-06 22:53:38 +00:00
fcambus
2a40b1f534 le: update to 1.16.7.
Version 1.16.7 - 2019-12-19

* fixed syntax highlighting initialization on loading of another file.
* minor python syntax additions.
2020-01-01 22:12:08 +00:00
mef
ea8baa708c (editors/emacs-snapshot) Updated 27.0.50_2019-11-11 to 27.0.60_2019-12-29
ChangeLog has too many lines, sorry to omit them.
2019-12-31 17:32:41 +00:00
gutteridge
bc37cad850 pluma: update to 1.22.2
While here, also remove PLIST vars that have never actually been used
since the package was imported.

Change log:

pluma 1.22.2

  * Translations update
  * smart-converter: Fix memory leaks
  * spell-checker plugin: add missing translation (i18n)
2019-12-30 23:38:57 +00:00
ryoon
8b04ef5d85 Update to 5.1.0
Changelog:
OmegaT 5.1.0 brings the Mac and Windows packaging fixes from 4.3.1, plus 2 enhancements.

You can now specify the server to connect to in the Apertium MT connector.

In the Glossary pane, tooltips on glossary entries reveal the files they originated from.

The Belarusian, Czech, Dutch, Italian, Russian, Turkish, and Ukranian localisations were updated.

The OmegaT Project always welcomes developers, localisers and users to contribute their experience, knowledge and insights to the software we release.
2019-12-28 23:22:19 +00:00
joerg
0622263065 Don't use -pedenatic(-errors), they don't do what people think they do. 2019-12-21 23:38:52 +00:00
mef
78317e62ec (editors/emacs-snapshot) Makefile.common is not used for now 2019-12-18 12:44:54 +00:00
mef
4638b440b7 (editors/emacs-snapshot) Updated 25.0.x to 27.0.50
- currently almost the same as wip/emacs-git
2019-12-18 12:38:48 +00:00
gutteridge
5514fa17db abiword-plugins: remove redundant configure setting 2019-12-17 01:59:31 +00:00
gutteridge
8751aca6a4 abiword & abiword-plugins: fix builds
As of 3.0.3, Abiword's configure.ac now depends on macros provided by
GNU's autoconf-archive collection. Since we're using autoconf, we need
these available as a build dependency.

(TBD: there's a lot of duplication between these two files that could
probably be unified.)
2019-12-04 05:40:47 +00:00
nia
7e534f1469 abiword: Update to 3.0.4
AbiWord 3.0.4 mostly address an issue with the tarball for 3.0.3 that was
not properly generated.
2019-11-27 16:01:09 +00:00
hauke
189a55e704 Un-lose the patch comment -- sigh. 2019-11-27 15:11:45 +00:00
hauke
67c8efdc2a I didn't mean to drop _XOPEN_SOURCE_EXTENDED definition, sorry. 2019-11-27 14:48:36 +00:00
hauke
91d9d21384 For Solarish, select _XOPEN_SOURCE version depending on __STDC_VERSION__,
see <https://gist.github.com/jperkin/b08f9108daf8d0ac695067d71f882a9d>
2019-11-27 14:35:16 +00:00
nia
5cf92a4eed abiword: Update to 3.0.3
Changes:

    Bug 13827 - Fix overflow read in PNG
    Bug 13826 - Fix out of bounds access
    Bug 13834 - Do not delete[] strings allocated with g_malloc()
    Bug 13815 - Fix the black drawing regression with Gtk3.22
    Bug 13791 - Fix flicker and caret problems
    Bug 13791 - Reduce flickering
    Fix Gtk criticals in dialog stylist
    Fix stylist styles population
    Fix a bad static_cast
    Fix a runtime error (integer overflow)
    Update sq-AL.po
    Bug 13904 - Fix touch pad scrolling
2019-11-26 16:54:13 +00:00
gdt
dd71c537b8 editors/codeblocks: Fix empty/M pattern 2019-11-24 14:04:16 +00:00
gdt
1a89e0f086 editors/codeblocks: Check for compiling with gcc correctly 2019-11-23 19:39:30 +00:00
mef
8aaa778716 (editors/emacs-snapshot) Correction of path, but still fails to package 2019-11-22 14:05:23 +00:00
markd
325b7d88bb kate: update to 19.08.3 qt5/kf5 version 2019-11-17 04:22:55 +00:00
nia
d1d8cd8244 xournalpp: Make x11 library dependencies explicit on all platforms. 2019-11-10 21:42:15 +00:00
wiz
d01cc93548 *: recursive bump for poppler update to 0.82.0 2019-11-07 12:38:03 +00:00
tnn
371d7f9c0c vim: fix python option 2019-11-02 19:57:01 +00:00
nia
b6569ae460 xournalpp: Add smooth curves and device manager patches, from wip/xournalpp-git 2019-11-02 14:44:15 +00:00
jnemeth
d23ab514ae sort 2019-10-31 03:05:26 +00:00
kamil
fcb4f50610 TeXmacs: Upgrade to 1.99.11
Switch from qt4 to qt5.
Switch to CMake.

Add hacks to build with guile1.8.

CHANGELOG
=========

Several bug fixes (1.99.11).

Repositories for Debian and Ubuntu (1.99.11).

Many bug fixes (1.99.10).

Redesigned web site (1.99.10).

Extended Css stylability when exporting to Html (1.99.10).

New TeXmacs videos on web site (1.99.10).

Drag and drop for images (1.99.10).

Unification of beamer and poster styles, work in progress (1.99.10).

Automatic retrieval of artwork from texmacs.org (1.99.10).

New background patterns and pictures (1.99.10).

Experimental pattern effects (1.99.10).

Experimental Sparkle support under MacOS (1.99.10).

Experimental and partial support for Git as a versioning tool (1.99.10).

Experimantal Graph plug-in for graphs drawn by various external tools (1.99.10).

User interface for new features in educational styles (1.99.10).

Many bug fixes (1.99.9).

Similar spell checking widgets as for search and replace (1.99.9).

Improved educational styles (1.99.9).

Multiple choice lists (1.99.9).

A unified Graph plugin for Graphviz, Asymptote (1.99.9).

Import improvements from the FriCAS project (1.99.9).

Fixes and documentation for the Sage plugin (1.99.9).

Several bug fixes (1.99.8).

Support of binary packages for various GNU/Linux distributions, constructed using Suse OpenBuild services (1.99.8).

Several new algorithms for micro typography: roots, mathematical accents, etc. (1.99.7).

New style for posters (1.99.7).

Support for new ACM styles (1.99.7).

Various bug fixes (1.99.7).

New page breaker with better support for floating objects and footnotes (1.99.6).

Improved native Pdf generation based on Hummus (1.99.6).

Several new algorithms for micro typography: subscripts, superscripts, etc. (1.99.6).

Improved support for TeX Gyre fonts (1.99.6).

Various bug fixes (1.99.6).
2019-10-28 15:10:00 +00:00
kamil
1859b55b7d gedit: Set PREV_PKGPATH 2019-10-26 12:52:28 +00:00
kamil
cb0fadac5f sasm: Update to SASM 3.10.1
Switch from qt4 to qt5.

Upstream changelog
==================

Version 3.10.1 Stable

@Dman95 Dman95 released this on 8 Oct 2018

    Fix for lack of macro object in the linking options after 3.10.0 update.

Version 3.10.0 Stable

@Dman95 Dman95 released this on 1 Oct 2018
3 commits to master since this release

    BSD OS support (thanks Martinfx);
    Fix for not working debugging on systems where gcc has default PIE option (thanks lberserq);
    Spanish language added (thanks Mariano Cordoba);
    Small settings usability fixes.

Version 3.9.0 Stable

@Dman95 Dman95 released this on 11 Sep 2017
9 commits to master since this release

    More convinient memory expression watches have been added;
    Debugger crash bug has been fixed (thanks lberserq);
    Polish language translation has been added (thanks Krzysztof Rossa);
    Hebrew language translation has been added (thanks Elian Kamal).

Version 3.8.0 Stable

@Dman95 Dman95 released this on 19 Feb 2017
17 commits to master since this release

    Registers parsing while debugging has been improved;
    Build in current directory option has been added;
    Italian language translation has been added.

Version 3.7.0 Stable

@Dman95 Dman95 released this on 30 Oct 2016
34 commits to master since this release

    Chinese language has been added;
    German language has been added;
    Bug with single application crashes has been fixed;
    Bug with unprintable characters in program output has been fixed.
2019-10-26 12:47:37 +00:00
nia
e0b6ef7692 Add editors/l3afpad
L3afpad is a simple GTK+ text editor that emphasizes simplicity. As development
focuses on keeping weight down to a minimum, only the most essential features
are implemented in the editor. L3afpad is simple to use, is easily compiled,
requires few libraries, and starts up quickly.
2019-10-26 12:18:49 +00:00