The NetBSD Project

CVS log for pkgsrc/chat/profanity/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / chat / profanity

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.30 / (download) - annotate - [select for diffs], Sun Apr 7 07:33:39 2024 UTC (11 days, 3 hours ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

*: bump for cairo buildlink3.mk change

lzo was made an option

Revision 1.29 / (download) - annotate - [select for diffs], Tue Nov 14 14:01:30 2023 UTC (5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

*: recursive bump for cairo dependency changes

Revision 1.28 / (download) - annotate - [select for diffs], Sun Nov 12 13:20:50 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.27 / (download) - annotate - [select for diffs], Wed Nov 8 13:18:17 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

*: recursive bump for icu 74.1

Revision 1.26 / (download) - annotate - [select for diffs], Thu Nov 2 13:50:47 2023 UTC (5 months, 2 weeks ago) by nros
Branch: MAIN
Changes since 1.25: +2 -6 lines
Diff to previous 1.25 (colored)

Update profanity to version 0.14.0

Fixes build with python 3.11

Changes from changelog:

0.14.0 (2023-08-03)
===================
Changes:
- Introduce new `/privacy command (#1836, #1870)
  `/os` -> `/privacy os`
  `/privacy logging`
- Fix crash when using NetBSD curses implementation (#1769)
- Fix OMEMO autodetection in autotools (#1865)
- Add ability to completely turn logs off (#1857)
- Extend /pgp command to make key exchange procedure easier (#1850)
  Used by PSI and Pidgin as well.
- Add ability to download and install plugins directly (#1842)
  `/plugins install`
- Improvements for /executable and /avatar code (#1845)
- Add ability to disable avatar publishing (#1843)
- Fix /plugins update (#1840)
- Improve logging (#1835)
- Add feature that can warn you when another client logs in (#1827)
  `/account set <account> session_alarm <max_sessions>`
- Don't add the same command twice to history (#1829)
- Improve manpage to inform users about encryption (#1823)
- Fix possible crash in PGP/OX (#1823)
- Add nickname support for /roster remove (#1826)
- Fix JID display in titlebar (#1816)
- Allow setting client identification (#1815)
  `/account set <account> clientid`
- Add /statusbar tabmode actlist (#1813)
- Fix color name in batman theme (#1810)
- Fix empty window after reconnect (#1556)
- Support passing flags to editor (#1801)
- OTR and PGP fixes (#1802)
- Adapt to g_string_free glib 2.75.3 change (#1799)
- Improve OMEMO QR code (#1796)
- Improve OMEMO help (#1838)
- Fix duplicate download IDs (#1794)
- Add macro for possible NULL prints and use it on known sports
- Prevent setting invalid combination of libstrophe flags
- Fix libstrophe timer-callback usage
- Fix memory leaks (#1780, #1814, #1837)
- Code cleanup
- Add `now` option to `/reconnect` command (#1809)
- Add `/strophe` command to modify libstrophe-specific settings
- Fix xscreensaver detection (#1783)
- Make `/url save` autocomplete filenames after a url (#1783)
- Improve MAM support (#1724, #1791, #1868)
- Add vCard support (XEP-0054) (#1757)
- Fix autocompletion for lastactivity
- Improve /msg and /win autocompletion: autocomplete roster nickname
  and actual barejid
- UI improvements (#1800, #1773, #1821)

0.13.1 (2022-10-12)
===================
Changes:
- Fix configure parameter detection (#1752, #1753)
- Improve plugins management (#1755)
- Fix build with plugins enabled for Python >= 3.11 (#1756)
- Add gruvbox_transparent theme optimized for enabled transparency
- Fix detection of first start used for welcome screen (#1767)
- Improve opening of URLs by spawning external program asynchronously

0.13.0 (2022-09-13)
===================
Changes:
- Print OMEMO verification QR code (#1320, #1568, #1718, #1720)
  `/omemo qrcode`
- Add option to configure stamp (#1663)
- Allow bold for default colors (#1674)
- Add irssi theme (#1680)
- Include useful aliases in profrc example (#1683)
- Improve man pages (#1688, #1703)
- Show return symbol for embedded newlines in multiline messages
- Fix xscreensaver detection (#1696)
- Add support for offline MUC notifications (#1697)
  `/notify room offline on|off`
- Fix SIGABRT when using wrong argument order for receiving ox key
- Use 3 digits for rotated log files (#1701)
- Fix autocomplete for /ox discover. (#1702)
- Fix segfault on /ox discover (#1713, #1715)
- Fix OX rpad generation (#1703)
- Don't forget encryption status for OX and PGP. (#733, #1694, #1722)
- Several OX improvements (#1703, #1705)
- Fix room name not updating. (#1710, #1711)
- Update capabilities of muc on available presence (#1347, #1712)
- Add /avatar set command to publish avatar (#1687, #1714)
- Respect silent nick change in mucs (#757, #1716)
- Fix duplicate messages in chat with oneself. (#1595, #1717)
- Improve cmd argument parser (#497, #1721)
- Make display of user mood optional (#1725)
- Switch log level while running (#1726)
- Split chatlog and log functions in separate files (#1727)
- Split pgp and ox into separate files (#1728)
- Various cleanups (#1729)
- Don't scroll if not needed (#1730)
- Retrieve encryption type from db (#1731)
- Be more resilient when receiving empty messages (#1734)
- Display a welcome message upon first start of Profanity (#1735)
  Explain for new users how to connect/set up a new account
- Fix /autoaway command logic (#1736)
- Fix segfault when requesting an avatar (#1738, #1740)
- Integrate XEP-0198 Stream-Management (#698, #1745, #1746)
- Fix avatar opening executable (#1742, #1748)
- Let slashguard ignore quoted messages (#1732)
- Update DOAP

Behaviour changes:
- Use ISO8601 as date format in chat logs and log files (#1700)
- Increase default log file size to 10MB (#1701)
- Name rotated log files profanity.001.log instead of profnaity.log.001
- Log encrypted messages by default to chatlog (#1707)
- Dont show presence status changes by default (59b9b44)

Revision 1.25 / (download) - annotate - [select for diffs], Tue Oct 24 22:08:22 2023 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

*: bump for openssl 3

Revision 1.24 / (download) - annotate - [select for diffs], Sat Oct 21 17:09:52 2023 UTC (5 months, 3 weeks ago) by gdt
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

recursive revbump for tiff update

Revision 1.23 / (download) - annotate - [select for diffs], Thu Aug 17 14:38:06 2023 UTC (8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.22: +4 -1 lines
Diff to previous 1.22 (colored)

profanity: mark as not for Python 3.11

Probably fixed in the currently available 0.14.0 release.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Aug 14 05:23:55 2023 UTC (8 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

*: recursive bump for Python 3.11 as new default

Revision 1.21 / (download) - annotate - [select for diffs], Wed Apr 19 08:09:18 2023 UTC (12 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

revbump after textproc/icu update

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jan 29 21:15:39 2023 UTC (14 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jan 3 17:36:51 2023 UTC (15 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.18 / (download) - annotate - [select for diffs], Wed Nov 23 16:19:30 2022 UTC (16 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

massive revision bump after textproc/icu update

Revision 1.17 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:16 2022 UTC (17 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:06 2022 UTC (21 months, 2 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

*: Revbump packages that use Python at runtime without a PKGNAME prefix

Revision 1.15 / (download) - annotate - [select for diffs], Sun May 15 20:01:14 2022 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.14: +9 -16 lines
Diff to previous 1.14 (colored)

profanity: update to 0.11.1

Changes:

    Fix resetting colors when loading invalid theme
    Use correct color for nick of others in history
    Fix a segfault when uploading or downloading files
    Fix logging of text chatlogs
    Simplification of tab completion code
    Add Alt/Ctrl-arrows combinations for GNU Screen
    Make all existing input functions bindable from config
    Cleanup
    Improve man pages
    Fix race condition on resize

Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 18 19:10:31 2022 UTC (2 years ago) by adam
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

revbump for textproc/icu update

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 4 09:16:05 2022 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

profanity: update to 0.11.1

Some pkgsrc patches were upstreamed.

Changes:

- Fix typo in shade color theme
- Fix memory leaks
- Fix buffer overread
- Don't handle /me in the middle of a message with mentions
- Explicitly check for curl version
- Fix OMEMO devicelist access model by reconfiguring it
- Cosmetic cleanup
- Change attentionflag shortcut from alt-f to alt+v
- Update man page and /help information
- Enable whole word only notifications by default

Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:31 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

revbump for icu and libffi

Revision 1.11 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:23 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

revbump for boost-libs

Revision 1.10 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:27 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

revbump for boost-libs

Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 21 11:41:07 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

revbump for textproc/icu

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 23 13:08:11 2021 UTC (3 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.7: +4 -6 lines
Diff to previous 1.7 (colored)

profanity: Use OpenSSL certificates directory

Requested by leot

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 23 11:43:40 2021 UTC (3 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.6: +10 -2 lines
Diff to previous 1.6 (colored)

profanity: Add explicit dependency on mozilla-rootcerts

Point profanity at the certificates directory installed by the package.

Should help with PR pkg/55949

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 14 12:50:25 2021 UTC (3 years, 3 months ago) by nia
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

profanity: add some optional (off-by-default) GUI features.

Patch provided by snow flurry in PR pkg/55673

Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 4 20:45:01 2020 UTC (3 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Revbump packages with a runtime Python dep but no version prefix.

For the Python 3.8 default switch.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 5 09:07:36 2020 UTC (3 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

*: Recursive revbump from textproc/icu-68.1

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Fri Oct 23 17:42:47 2020 UTC (3 years, 5 months ago) by bsiegert
Branch: pkgsrc-2020Q3
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Pullup ticket #6353 - requested by nia
chat/profanity: NetBSD 8 build fix

Revisions pulled up:
- chat/profanity/Makefile                                       1.3

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sun Oct 18 09:50:15 UTC 2020

   Modified Files:
   	pkgsrc/chat/profanity: Makefile

   Log Message:
   profanity: Requires at least sqlite3-3.22.0.

   (attempt to fix configure on NetBSD 8.x)

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 18 09:50:15 2020 UTC (3 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

profanity: Requires at least sqlite3-3.22.0.

(attempt to fix configure on NetBSD 8.x)

Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 8 19:13:49 2020 UTC (3 years, 7 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base
Branch point for: pkgsrc-2020Q3
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

profanity: Needs widechar support in curses

Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 4 10:15:17 2020 UTC (3 years, 7 months ago) by nia
Branch: MAIN

chat: Add profanity. Based on work by js and leot in pkgsrc-wip.

Profanity is a simple lightweight console based XMPP chat client.
Its emphasis is on having a simple and configurable command driven UI.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>