From c9a1addc678c3ef40387d399cd6fb7ad59e24a45 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 14 Jun 2015 13:09:30 +0000 Subject: 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 --- print/kbibtex/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'print/kbibtex') diff --git a/print/kbibtex/Makefile b/print/kbibtex/Makefile index 0ef97bc14ce..15a4beaa26a 100644 --- a/print/kbibtex/Makefile +++ b/print/kbibtex/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.63 2015/06/12 10:50:58 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2015/06/14 13:09:30 markd Exp $ -DISTNAME= kbibtex-0.4.1 -PKGREVISION= 24 +DISTNAME= kbibtex-0.5.1 CATEGORIES= print kde -MASTER_SITES= http://download.gna.org/kbibtex/0.4/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= http://download.gna.org/kbibtex/0.5/ +EXTRACT_SUFX= .tar.xz MAINTAINER= markd@NetBSD.org HOMEPAGE= http://home.gna.org/kbibtex/ -- cgit v1.2.3