Sun Jun 14 13:09:31 2015 UTC ()
Complete update to 0.5.1 (partially committed along with unrelated
texlive updates).

Diff 0.5 to 0.5.1

- Fixing sorting issue in main list
- KBibTeX will set itself as default bibliography editor in KDE
- Crash when finding PDFs
- Fixing crash in id suggestion editor
- Fixing compilation issue
- Restoring session state (1)
- Restoring session state (2)
- Correctly parsing command line arguments if relative paths are given
- Various minor clean-ups and improvements

Diff 0.4.1 to 0.5

- Initial support for BibLaTeX
- Id Suggestion editor like available in old KDE3 version
- "Find PDF" function to locate PDF files through web search engines
- New online database searches: MathSciNet, Ingenta Connect, Inspire Hep,
  SAO/NASA ADS, ISBN DB, JStor
- Improved memory management
- Numerous bug fixes and improvements


(markd)
diff -r1.63 -r1.64 pkgsrc/print/kbibtex/Makefile

cvs diff -r1.63 -r1.64 pkgsrc/print/kbibtex/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/print/kbibtex/Attic/Makefile 2015/06/12 10:50:58 1.63
+++ pkgsrc/print/kbibtex/Attic/Makefile 2015/06/14 13:09:30 1.64
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.63 2015/06/12 10:50:58 wiz Exp $ 1# $NetBSD: Makefile,v 1.64 2015/06/14 13:09:30 markd Exp $
2 2
3DISTNAME= kbibtex-0.4.1 3DISTNAME= kbibtex-0.5.1
4PKGREVISION= 24 
5CATEGORIES= print kde 4CATEGORIES= print kde
6MASTER_SITES= http://download.gna.org/kbibtex/0.4/ 5MASTER_SITES= http://download.gna.org/kbibtex/0.5/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= markd@NetBSD.org 8MAINTAINER= markd@NetBSD.org
10HOMEPAGE= http://home.gna.org/kbibtex/ 9HOMEPAGE= http://home.gna.org/kbibtex/
11COMMENT= BibTeX editor for KDE 10COMMENT= BibTeX editor for KDE
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 13BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
15 14
16USE_TOOLS+= perl msgfmt 15USE_TOOLS+= perl msgfmt
17USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
18 17
19.include "../../meta-pkgs/kde4/kde4.mk" 18.include "../../meta-pkgs/kde4/kde4.mk"
20.include "../../print/poppler-qt4/buildlink3.mk" 19.include "../../print/poppler-qt4/buildlink3.mk"