Commit Graph

60481 Commits

Author SHA1 Message Date
Dr. Thomas Orgis 37ec60953c armadillo: fix hdf5 header location, lift BLAS restrictions
The hdf5 header location stored in armadillo headers (what a
superbly bad idea!) could by accident (influence of external
header directories made available to pksrc) point outside
pkgsrc, not to where pkgsrc installs hdf5. Fixing that.

This needs revision once we add builtin hdf5. I hope we don't.
2020-03-24 00:11:11 +01:00
Dr. Thomas Orgis ac5d8eb9aa superlu: figured out how to insert BLAS_LIBS
Now, the limitation of BLAS implementations is gone.
2020-03-24 00:10:20 +01:00
Yorick Hardy f0cb630c6d starfighter: update to starfighter-2.0.0.3
The project has moved to github.

No changelog provided.
2020-03-23 22:48:40 +02:00
Yorick Hardy bf15eff020 commandergenius: update to Commander-Genius-2.4.0
v2.4.0:
-------
- Fixed problem with some dialogs in vorticon keen engine
- Improved the code for save game menus
- Added option where you can choose whether you type your save game
  or a timestamp is automatically entered instead
- Disabled button cannot be triggered anymore as it should be
2020-03-23 22:41:03 +02:00
Greg Troxel 8227bdae47 py-libtorrent-rasterbar: Avoid include failures
Change include paths to net from wip, for files that are in net
(libtorrest-rasterbar).

Comment out files that aren't there.

This results in a broken package, which is better than a broken
package which causes lintpkgsrc to print out errors.
2020-03-23 11:07:21 -04:00
Leonardo Taccari 1e0e2caf2a profanity: Update to 0.8.1
Changes:
0.8.1
=====
This is a bugfix release.

Changes:

- Fix ending ncurses colors in rosterwin
- Fix segfault when consistent nick colors where never in config (#1236)
- Improve `/clear` behaviour to also clear the buffer. So a redraw doesn't bring
  the content back.
- Use unique IDs in stanzas when requesting avatars

0.8.0
=====
Changes:

- OMEMO fingerprint autocompletion now considers only the contact in
  question (@paulfariello) (#1068)
- Save and display oldest timestamp from delay tags (#1254)
- Change theme handling (#1077)
  `/theme load themename` not loads only the colours of a theme. So the users
  preferences don't get overwritten
  `/theme full-load themename` loads the whole theme including preferences
  (like `omemo.char`)
- Add gruvbox theme (@Misaflo) (#1259)
- XEP-0092: Include OS name in `/software` answer.
  See `/os on|off`
- Add option to notify about version request via XEP-0092 and XEP-0232
  via `adv.notify.discoversion`
  setting in configuration file.
-  Add option to display MUC name or JID in titlebar
  * `/titlebar use [name|jid]`.
-  Add `/roster room use` command to decide whether to display the MUC name
   or JID in the roster
    * `/roster room use name` to use the name of the MUC in the roster list.
    * `/roster room use jid` to use the jid of the MUC in the roster list.
- Fix decryption failure for messages sent from
  Converse.js (@paulfariello) (#1253)
- Fix crash when OMEMO key is misconfigured (@paulfariello) (#1239)
- Use OMEMO for offline MUC members (@paulfariello) (#1242)
- Fix OMEMO 1on1 chats with psi+ (@svensp) (#1247)
- Save occupants and roster chars (#1244)
- Add support for downloading user avatars via XEP-0084 (#1240)
  See `/avatar`
- Add last read position marker trackbar (#1238)
- Dont print error message if a valid setting function is called (#1237)
  When printing configuration we often use the same command as setting but
  without any argument.
  So far ths displayed "Invalid usage".
- Add support for XEP-0392 consistent color generation for nicks
  (@aaptel and @jubalh) (#1191)
  See `/color`, `/occupants color`, `/roster color`
- Call ncurses resize function before move function (#1235)
- Fix error when joining IRC via biboumi (#1230)
- Fix stanza_get_child_by_name_and_from() strcmp (#1227)
- Fix showing own messages twice in ejabberd mucs (#1223)
- Allow setting of status message (which actually never worked before) (b846c49)
  `/status set online "This is my text"`
  `/status set away bye`
  `/status set away`
- Add option to store current line in history (irssi down arrow) (#200)
- Standardize commands (#1116):
  * `/tls show on|of -> `/titlebar show|hide tls`
  * `/encwarn on|off` -> `/titlebar show|hide encwarn`
  * `/titlebar show|hide resource` additionally to `/resource titlebar on`
  * `/titlebar show|hide presence` additionally to `/presence titlebar on`
  * `/invite <contact>` -> `/invite send <contact>
  * `/invites` -> `/invite list`
  * `/decline` -> `/invite decline`
  * `/online`, `/away`, `/dnd`, `/chat`, `/xa` -> `/status set online` etc.
  * `/status` -> `/status get`
  * `/chlog on` -> `/logging chat on` (#1224)
  * `/grlog on` -> `/logging group on` (#1224)
  * `/group` -> `/roster group` (#1229)
- Check omemo stanza names when iterating nodes (@aszlig) (#1217)
- Add clipboard feature. See `/paste` (#1216)
- Log MUC PM messages (#1214)
- Improve forest theme
- Change default text colors to default instead of white
  (@mdosch) (#1213) (#535)
- Fix date display in chat history (#922)
- Log incoming MUC messages if origin-id sais they dont come from us (#1201)
- Support XEP-0359: Unique and Stable Stanza IDs (#1207)
  To help us identify which MUC messages were sent by us.
- Fix double _XOPEN_SOURCE definition (@pasis) (#1206)
- Highlight unread messages with a different color in /wins (#895)
  New theming option `cmd.wins.unread`
- Improve MUC 1:1 logging (#1184)
- Fix user messages double logged in MUC logs (#1201)
- Fix 26 causes for memory leaks
- Add `/clear` autocompletion and improve help (#855)
- Allow multiple instances to write to account config via `/reload`
  command that reloads the config file (#627)
- Log message carbons to log file (#1181)
- Include PYTHON_EXTRA_LIBS in libtool config (@mzagozen) (#1200)
- Document how to block users in MUCS (#618)
- Keyboard switch to select the next window with unread messages (#1114)
  (alt + a)
- Keyboard switches (for moving to 20 windows instead of 10 (#1114)
  (alt + 1234567890qwertyuio)
- Fix MUC history detection with older Prosody versions (#1190)
  See https://issues.prosody.im/1416
- `statusbar.current` is a new theming option for currently selected
  tab (@quite) (#1195)
- Code cleanup
- Make /info more user friendly (#1194)
- Add solarized theme (#1175, #1198, #1199) (@mdosch)
- Set nonblocking mode for stderr (@pasis) (#1192)
- Log alleged roster push (6cf06dc)
- Allow colorization of history messages (#1170)
  See `main.text.history` theming option
- Fix crash if source jid doesn't contain the node part (@pasis) (#1153)
- Add support for 256 colors (@aaptel and @jubalh) (#1177 and many commits)
  We use the Xterm color names. See https://jonasjacek.github.io/colors
- Don't render (all) delayed messages as MUC history (@weiss) (#1173)
- Add possibility to specify alternative config file (10ca3e)
  Use `profanity -c ~/path/to/other/config`
- Don't print subscribed message if contact is already in roster (#1166)
- Only save preferences when new `/save` command is issued (#1146)
2020-03-23 13:13:16 +01:00
Leonardo Taccari d5f84260f4 profanity: Disable Python/plugins/MEMO support (not working)
At least on NetBSD (but probably most other platform excepts maybe macOS)
python-config and python are not properly checked and needs to be fixed before
re-enabling that.  Temporarily disable them as a workaround.
2020-03-23 13:00:14 +01:00
Leonardo Taccari 76209e4655 profanity: Split every configure argument in a CONFIGURE_ARGS
(Easier to maintain and grep.)
2020-03-23 12:39:24 +01:00
Thomas Klausner f2ff8f9d15 gitless: fix path to py-sh after its import 2020-03-22 22:15:13 +01:00
Jonathan Schleifer 793a1f67aa
synapse: Add missing dependency 2020-03-22 21:53:19 +01:00
Jonathan Schleifer 8809ef0728
Add synapse 2020-03-22 21:09:46 +01:00
Jonathan Schleifer 7e771d73b1
Update py-macaroons to 0.13
Reset maintainer to pkgsrc-users@NetBSD.org as it has been unmaintained
for 3 years.
2020-03-22 19:17:12 +01:00
Jonathan Schleifer f8c414ad20
Update py-signedjson to 1.1
Reset maintainer to pkgsrc-users@NetBSD.org as it has been unmaintained
for 3 years.
2020-03-22 19:08:34 +01:00
Jonathan Schleifer 231374c345
Update py-canonicaljson to 1.1.4
Reset maintainer to pkgsrc-users@NetBSD.org as it has been unmaintained
for 3 years.
2020-03-22 19:05:15 +01:00
Frederic Cambus c3bb438a31
Import statzone 1.0.0 as wip/statzone.
StatZone is a DNS zone file analyzer targeted at TLD zones.

It is currently used to generate TLD Zone File Statistics on StatDNS.
2020-03-22 16:51:05 +01:00
Thomas Klausner a79f804cef TODO: + tokei-11.0.0. 2020-03-22 14:44:47 +01:00
Thomas Klausner 2c16082342 lgogdownloader-git: reduce diffs to pkgsrc/games/lgogdownloader 2020-03-22 10:30:25 +01:00
Thomas Klausner e3bc18f58d lgogdownloader-git: bump version after release 2020-03-22 10:30:25 +01:00
Iku Iwasa 52757f461d vault: Update to 1.3.4
SECURITY:

* A vulnerability was identified in Vault and Vault Enterprise such that,
  under certain circumstances, an Entity's Group membership may inadvertently
  include Groups the Entity no longer has permissions to. This vulnerability,
  CVE-2020-10660, affects Vault and Vault Enterprise versions 0.9.0 and
  newer, and is fixed in 1.3.4.
* A vulnerability was identified in Vault Enterprise such that, under
  certain circumstances, existing nested-path policies may give access to
  Namespaces created after-the-fact. This vulnerability, CVE-2020-10661,
  affects Vault Enterprise versions 0.11 and newer, and is fixed in 1.3.4.
2020-03-22 16:35:05 +09:00
Iku Iwasa 124adacb06 mailsend-go: Update to 1.0.8
* One line message can have embedded new line with \n. If \n is found,
  it will be repalced with real new line. Example: body -msg
  "This is line1.\nThis is line2." The message will look like:
  This is line1. This is line2.
2020-03-22 16:30:14 +09:00
Iku Iwasa 3d3092adec py-identify: Update to 1.4.12 2020-03-22 16:20:28 +09:00
Adam Ciarciński b141377cf5 py-sh: imported into base 2020-03-21 20:45:10 +01:00
Benny Siegert 777b1716bc Revump wip Go packages after go113 update. 2020-03-21 17:57:33 +01:00
Greg Troxel 7690be919d guile30: Attempt to MPROTECT
These statements are not seeming effective.  I can confirm that if the
guile binary is treated with "paxctl +m" after it is installed, then
with mprotect turned back on it will run.
2020-03-20 13:02:59 -04:00
pin ce673e39eb Remove neofetch-7.0.0, now in main pkgsrc branch
See https://mail-index.netbsd.org/pkgsrc-changes/2020/03/20/msg208563.html
2020-03-20 13:40:28 +01:00
Frederic Cambus 8c5ab1160e
nsnake: add TODO, there is no color when built with NetBSD curses(3). 2020-03-20 13:20:42 +01:00
Thomas Klausner e4b1b920f3 wcslib: remove, imported to pkgsrc/graphics 2020-03-20 12:09:26 +01:00
Frederic Cambus 6ad984c1ca
mruby: add a 'do-test' target to launch the test suite. 2020-03-20 11:48:48 +01:00
Thomas Klausner 83b0f9e575 wcslib: pkglint cleanup 2020-03-19 22:32:49 +01:00
Thomas Klausner 3ec22dae56 calibre: add package for calibre-4.x
Needs a package for QtWebEngineCore, which is not in pkgsrc yet.
2020-03-19 22:29:11 +01:00
Frederic Cambus d4223a2e39
mruby: add a patch to avoid adding "-g3 -O0" to CFLAGS. 2020-03-19 21:58:50 +01:00
Dr. Thomas Orgis 6c971c3040 wcslib: fix cfitsio search, use flex, no parallel make 2020-03-19 21:03:21 +01:00
Benny Siegert f428fae4ab Remove tealdeer after import into pkgsrc proper. 2020-03-19 20:45:10 +01:00
Greg Troxel 5ad95fbfa8 graphmonkey: Change mono to mono6 because mono2 is gone
(I have no idea if this builds, but dangling refs cause pkg_chk
etc. to throw errors.)
2020-03-19 13:29:53 -04:00
Thomas Klausner b69863f36e gitless: add ALTERNATIVES file 2020-03-19 18:07:46 +01:00
Kamil Rytarowski 567b01b0ea gdb-netbsd: Drop NetBSD/ia64 support stub
There are no longer source code files in this target.
2020-03-19 15:18:35 +01:00
Kamil Rytarowski b0ea548f74 gdb-netbsd: Drop libiberty patch
Submitted upstream to GCC... but with uncertainity whether it will be merged.
2020-03-19 14:42:18 +01:00
Leonardo Taccari 059d267173 wip: Add mccs and zim 2020-03-19 14:36:47 +01:00
Vincent Bernardoff 98646aee8f mccs: do not hardcode PREFIX 2020-03-19 14:34:50 +01:00
Thomas Klausner a31e39029b mccs: pkglint cleanup and honor LDFLAGS.
Fixes RELRO build.

Fix path to glpk.

Add missing bison build dependency.
2020-03-19 14:12:50 +01:00
Vincent Bernardoff c5ffa4b9d0 add mccs 2020-03-19 13:58:02 +01:00
Dr. Thomas Orgis 44ccc17105 wcslib: Add PKGCONFIG_OVERRIDE. 2020-03-19 13:22:33 +01:00
Dr. Thomas Orgis c0b4fd17ca wcslib: new package to accompany cfitsio 2020-03-19 13:10:50 +01:00
Leonardo Taccari daed87aec2 qtre: Remove inexistent GNU_MAKE (NFCI) 2020-03-19 11:50:37 +01:00
Leonardo Taccari de23ffbf7a libtheorafile: Remove inexistent GNU_MAKE (NFCI) 2020-03-19 11:49:29 +01:00
Matthias Petermann 9df19d18d6 zim: removed duplicate depends line from Makefile 2020-03-19 00:48:53 +01:00
Matthias Petermann 44a037a37d zim: updated version from editors/zim to 0.72.1 (Zim is a desktop wiki) 2020-03-19 00:45:41 +01:00
Matthias Petermann deb96029de cyrus-imapd30: integrated patch to enable CalDAV/CardDAV auto-discovery for shared resources 2020-03-18 22:44:10 +01:00
Greg Troxel 558dfecee8 py-proj: rm because hoisted to pkgsrc proper 2020-03-18 16:12:51 -04:00
Thomas Klausner fbb5c0f07f guile30: finish package
Easier now that boehm-gc is threaded.
2020-03-18 21:06:18 +01:00