notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/kbibtex/distinfo

Number of commits found: 23

Sunday, 16 Apr 2023
08:35 Tobias C. Berner (tcberner) search for other commits by this committer
databases/kbibtex: update to 0.10

Changelog:
- New online search: Semantic Scholar
- Migrating Inspire Hep to REST API
- Fixing and revamping ACM's Digital Library (a.k.a. ACM Portal) online search
- Refactoring NSA ADS to use official API
- Use Qt's own QOAuth1 class instead of external library QOAuth
- Providing .gitlab-ci.yml to enable continuous integration at GitLab
  (see https://gitlab.com/tfischer/kbibtex-ci/pipelines)
- Greatly refactoring and modernizing CMakeLists.txt files, generation of
camel-case
  headers, private/public linking to libraries, ...
- Tabs in the entry editor can show short messages to use, e.g. in which tab
DOIs or URLs
  are to be entered
- Updating BibSearch code: cover page improved, preparing code for translations,
  adding progress bar
- Refactoring most regular 'enum's to become 'enum class'es
- Preferences class greatly refactored: Based on JSON description, a Python
script will
  generate a C++ class/header pair providing all necessary functions and enums
- Cleaning header includes and include guards
- Preferring Qt classes over KDE counterparts, e.g. KLineEdit -> QLineEdit
  or KComboBox -> QComboBox
- Migrating many old-style casts like '(int)' to new-style casts like
'static_cast<..>(..)'
- Fixing missing <bibliography> tag in XML export
- Fixing issues when searching for PDF files ('Find PDF')
- Fixing UI issues with ColorLabelWidget
- Preferring QSignalBlocker over manually temporarily disconnecting/disabling
signals
- Refactoring QSignalMapper into many small lambda-based 'connect's
- Refactoring small slot functions into lambda functions
- Using KRatingPainter instead of home-made StarRating's paint function
- Various improvements and refactoring when (PDF) files get associated with an
entry
- KDE Bug 424033: Can't associate a file with a relative path without having the
file copied
- Having ICU as an optional dependency only, provide internal, static
translation from
  Basic Multilingual Plane (BMP) characters to ASCII-only representations
- Adding and extending numerous automated tests
- Code modernizations such as using QFontMetrics' 'horizontalAdvance(..)'
  instead of 'width(..)'
- Using QUrl's 'isValid()' instead of 'isEmpty()'
- Cleaner code, e.g. using std::numeric_limits<int>::max() instead of magic
constant
  0x00ffffff
- QDebug output uses categories consistently
- KDE Bug 421612: When suggesting entry ids, do not count 'small words'
- Across classes, moving code into private subclasses to minimize public
interface
- Updating translations (contributions by various authors)
- Numerous other fixes, clean-ups, refactoring, ...
- KDE Bug 423976: When formatting IDs, non-word characters should be used as
word separators
- KDE Bug 426856: File encoding is not always stored
- KDE Bug 379443: Slowdown when loading citation with many authors
- KDE Bug 433005: Cannot unselect entry list view columns in BibLaTeX mode
- KDE Bug 433084, 453455: Fixing crash when opening .bib file
- KDE Invent issue 1: Properly handling letter modifiers such as \c{e} instead
of \ce
commit hash: 084047413c7e6d0a9b6c835c2136c15b6feffafc commit hash: 084047413c7e6d0a9b6c835c2136c15b6feffafc commit hash: 084047413c7e6d0a9b6c835c2136c15b6feffafc commit hash: 084047413c7e6d0a9b6c835c2136c15b6feffafc 0840474
Thursday, 16 Mar 2023
17:55 Adriaan de Groot (adridg) search for other commits by this committer
databases/kbibtex: update to 0.9.3.2, latest upstream

Release notes at
	https://blog.t-fischer.net/post/kbibtex-0-9-3-2-released.html
there's a handful of bugfixes. Potentially this might build
with Qt6, we're not going to experiment with that.
commit hash: 1f743a95496ba0d2351df0b5f05bc64dd35241e5 commit hash: 1f743a95496ba0d2351df0b5f05bc64dd35241e5 commit hash: 1f743a95496ba0d2351df0b5f05bc64dd35241e5 commit hash: 1f743a95496ba0d2351df0b5f05bc64dd35241e5 1f743a9
Friday, 27 Jan 2023
19:57 Tobias C. Berner (tcberner) search for other commits by this committer
databases/kbibtex: update to 0.9.3.1

Changelog:
  - Fixing crashes with newer Qt versions (Albert Astals Cid
    <aacid@kde.org>)
  - Revamping various online searches by backporting updates from branch
    'kbibtex/0.10':
    ACM's Digital Library, SpringerLink, JStor, NASA Astrophysics Data
    System, bioRxiv
  - Fixing minor issues with build system
  - Fixing potential crash in BibTeX importer code
  - KDE Bug 459150: Fix creation of URL from user input

Port changes:
  * Add backport of
   
https://invent.kde.org/office/kbibtex/-/commit/4cad9a994ccd685e23a94bd13ced36f56336e056
    to enable documentation and translations.
  * Regenerate existing patch.
commit hash: fb36734ae8a8cfee1091cdcb0a29dc73fa13d171 commit hash: fb36734ae8a8cfee1091cdcb0a29dc73fa13d171 commit hash: fb36734ae8a8cfee1091cdcb0a29dc73fa13d171 commit hash: fb36734ae8a8cfee1091cdcb0a29dc73fa13d171 fb36734
Monday, 27 Apr 2020
14:38 tcberner search for other commits by this committer
databases/kbibtex: update to 0.9.2
Original commitRevision:533143 
Tuesday, 19 Nov 2019
09:41 adridg search for other commits by this committer
Update databases/kbibtex to latest upstream release.

No release notes, but from git: fixes one crash, minor GUI glitches.
Three languages have dropped from translations.

Reported by:	repology
Original commitRevision:517956 
Thursday, 6 Jun 2019
04:55 tcberner search for other commits by this committer
databases/kbibtex: update to 0.9
Original commitRevision:503564 
Thursday, 16 May 2019
19:48 tcberner search for other commits by this committer
databases/kbibtex: update to 0.8.91 (newer snapshot)
Original commitRevision:501803 
Saturday, 5 Jan 2019
13:15 tcberner search for other commits by this committer
dababases/kbibtex: update to 0.8.2
Original commitRevision:489331 
Sunday, 7 Oct 2018
13:32 tcberner search for other commits by this committer
databases/kbibtex: update to 0.8.1 and switch to Qt5

- An upcoming release of poppler will drop support for Qt4.
  Prepare this port by switching to Qt5 already.
Original commitRevision:481445 
Tuesday, 21 Mar 2017
17:20 tcberner search for other commits by this committer
Update databases/kbibtex to 0.6.2

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10061
Original commitRevision:436622 
Friday, 28 Aug 2015
10:11 makc search for other commits by this committer
databases/kbibtex:
- Update to 0.6
- Remove obsolete patch
Original commitRevision:395458 
Saturday, 3 Nov 2012
16:45 makc search for other commits by this committer
Update to 0.4.1
Remove stale patches

Feature safe:	yes
Original commitRevision:306926 
Tuesday, 8 May 2012
23:02 makc search for other commits by this committer
Update to 0.4 for KDE 4
Take maintainership
Original commit
Sunday, 20 Mar 2011
12:54 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Sunday, 7 Feb 2010
14:16 markus search for other commits by this committer
Update to version 0.2.3
Original commit
Monday, 7 Apr 2008
14:13 markus search for other commits by this committer
Update to version 0.2.1
Original commit
Monday, 29 Oct 2007
23:21 markus search for other commits by this committer
Update to version 0.2
Original commit
Saturday, 7 Oct 2006
00:50 markus search for other commits by this committer
Update to version 0.1.5
Original commit
Saturday, 29 Apr 2006
13:21 markus search for other commits by this committer
Update to version 0.1.4
Original commit
Sunday, 11 Dec 2005
02:32 markus search for other commits by this committer
- Update to version 0.1.3
- Add SHA256
Original commit
Tuesday, 4 Oct 2005
22:42 markus search for other commits by this committer
Update to version 0.1.2
Original commit
Wednesday, 14 Sep 2005
01:01 markus search for other commits by this committer
- Update to version 0.1.1
- Remove some unneeded directories from pkg-plist
Original commit
Sunday, 28 Aug 2005
11:54 markus search for other commits by this committer
Add kbibtex 0.1, a BibTeX editor for KDE.

WWW: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/
Original commit

Number of commits found: 23