diff options
author | markd <markd@pkgsrc.org> | 2013-04-06 10:45:05 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-04-06 10:45:05 +0000 |
commit | 71cd53f56023c4cffea3673ef631c45486123f72 (patch) | |
tree | 8b35efb0faa8761eba1caf00b4867e44bf13b245 /print/kbibtex | |
parent | 19acaba52119de1bbcdc04b556d8074c73be6ab3 (diff) | |
download | pkgsrc-71cd53f56023c4cffea3673ef631c45486123f72.tar.gz |
Update to 0.4.1
- Web searches: Improved support for user-triggered cancelling
- SpringerLink search: GUI changes, using api.springer.com for search
- PubMed: Limiting search requests per time
- ACM Portal: Retrieving "month", fixing HTTP header
- JSTOR: fixing HTTP header
- Google Scholar: Updates to compensate for changes in Google's web layout;
handling redirects
- Science Direct: Updates to compensate for changes in Science Direct's web
layout; handling redirects
- arXiv: Trying to extract bibliographic information from journal strings
- BibSonomy: Specifying number of hits to find
- Web search uses KDE's proxy settings
- Using KDE subsystem to open external files (e.g. PDF files)
- Adding preview for images (in addition to PDF or HTML files); handling
references to arXiv
- Squeezing long file names in user interface
- Handling quit actions more gracefully
- Improving interface to external programs such as pdflatex
- More robust XSL transformations
- BibTeX import: guessing encoding information left by JabRef, more
informative debug output, improved handling of multiple fields with same
name
- Reference preview: supporting dark color schemes
- Fixing sorting in value list
- Fixes in setting color tag to entries
- Fixes in name formatting
- Keeping user interface read-only for read-only use cases
- Numerous bug fixes, closing memory leaks, speed improvements
- Adding testing application for web searches
- Fixes in duplicate merging code: remove fields user doesn't want to keep
Diffstat (limited to 'print/kbibtex')
-rw-r--r-- | print/kbibtex/Makefile | 5 | ||||
-rw-r--r-- | print/kbibtex/PLIST | 3 | ||||
-rw-r--r-- | print/kbibtex/distinfo | 10 | ||||
-rw-r--r-- | print/kbibtex/patches/patch-src_gui_bibtex_bibtexfileview.h | 12 | ||||
-rw-r--r-- | print/kbibtex/patches/patch-src_gui_preferences_settingsabstractwidget.h | 14 |
5 files changed, 8 insertions, 36 deletions
diff --git a/print/kbibtex/Makefile b/print/kbibtex/Makefile index ab55a3c4bad..3f161111154 100644 --- a/print/kbibtex/Makefile +++ b/print/kbibtex/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2013/03/31 08:13:31 obache Exp $ +# $NetBSD: Makefile,v 1.39 2013/04/06 10:45:05 markd Exp $ -DISTNAME= kbibtex-0.4 -PKGREVISION= 12 +DISTNAME= kbibtex-0.4.1 CATEGORIES= print kde MASTER_SITES= http://download.gna.org/kbibtex/0.4/ EXTRACT_SUFX= .tar.bz2 diff --git a/print/kbibtex/PLIST b/print/kbibtex/PLIST index ca21598859e..401bbb31a8e 100644 --- a/print/kbibtex/PLIST +++ b/print/kbibtex/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2012/03/22 07:06:24 markd Exp $ +@comment $NetBSD: PLIST,v 1.6 2013/04/06 10:45:05 markd Exp $ bin/kbibtex lib/kde4/kbibtexpart.so lib/libkbibtexgui.so @@ -19,6 +19,7 @@ share/kde/apps/kbibtex/fancy.xsl share/kde/apps/kbibtex/findduplicatesui.rc share/kde/apps/kbibtex/kbibtexui.rc share/kde/apps/kbibtex/lyx.rc +share/kde/apps/kbibtex/pam2bibtex.xsl share/kde/apps/kbibtex/pubmed2bibtex.xsl share/kde/apps/kbibtex/standard.xsl share/kde/apps/kbibtexpart/kbibtexpartui.rc diff --git a/print/kbibtex/distinfo b/print/kbibtex/distinfo index 322543d38fc..1fd92fc4f85 100644 --- a/print/kbibtex/distinfo +++ b/print/kbibtex/distinfo @@ -1,10 +1,8 @@ -$NetBSD: distinfo,v 1.7 2013/01/17 16:02:17 joerg Exp $ +$NetBSD: distinfo,v 1.8 2013/04/06 10:45:05 markd Exp $ -SHA1 (kbibtex-0.4.tar.bz2) = 23eb1380bc737b57f35125d28d2066ebb19ed71b -RMD160 (kbibtex-0.4.tar.bz2) = 42654063d89441bae7ee85796cc06ee2ad5a2c4e -Size (kbibtex-0.4.tar.bz2) = 191138 bytes +SHA1 (kbibtex-0.4.1.tar.bz2) = 0c2f9a9acee9ad9acd3b0a2f52529439fd9bb64a +RMD160 (kbibtex-0.4.1.tar.bz2) = 02fb07150c0a7c806320b4e367d10fa82df5059c +Size (kbibtex-0.4.1.tar.bz2) = 198342 bytes SHA1 (patch-CMakeLists.txt) = 41c6e553dfb3ccc7aa60535145ac333ed18f019d -SHA1 (patch-src_gui_bibtex_bibtexfileview.h) = 760846c86bcb266c538f35e4951c5f9b68800f0d -SHA1 (patch-src_gui_preferences_settingsabstractwidget.h) = cbcf24969856687e6448d4f5f66d352edc283231 SHA1 (patch-src_libkbibtexio_iconvlatex.cpp) = 0a5a05f8babd5baa791062e3d74052937f64d087 SHA1 (patch-src_websearch_websearchabstract.cpp) = cf27acc7af52992dd4feb0c02b92e835870dfaed diff --git a/print/kbibtex/patches/patch-src_gui_bibtex_bibtexfileview.h b/print/kbibtex/patches/patch-src_gui_bibtex_bibtexfileview.h deleted file mode 100644 index 5a40d0c596e..00000000000 --- a/print/kbibtex/patches/patch-src_gui_bibtex_bibtexfileview.h +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-src_gui_bibtex_bibtexfileview.h,v 1.1 2012/03/26 09:15:04 markd Exp $ - ---- src/gui/bibtex/bibtexfileview.h.orig 2011-11-20 20:36:54.000000000 +0000 -+++ src/gui/bibtex/bibtexfileview.h -@@ -21,6 +21,7 @@ - #define KBIBTEX_GUI_BIBTEXFILEVIEW_H - - #include <QTreeView> -+#include <KSharedConfig> - - #include <kbibtexgui_export.h> - diff --git a/print/kbibtex/patches/patch-src_gui_preferences_settingsabstractwidget.h b/print/kbibtex/patches/patch-src_gui_preferences_settingsabstractwidget.h deleted file mode 100644 index a9a7a5c4a07..00000000000 --- a/print/kbibtex/patches/patch-src_gui_preferences_settingsabstractwidget.h +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-src_gui_preferences_settingsabstractwidget.h,v 1.1 2012/03/22 07:06:25 markd Exp $ - -fix build from 0.4 branch - ---- src/gui/preferences/settingsabstractwidget.h.orig 2011-11-20 20:36:54.000000000 +0000 -+++ src/gui/preferences/settingsabstractwidget.h -@@ -24,6 +24,7 @@ - #include <kbibtexgui_export.h> - - #include <QWidget> -+#include <QAbstractItemModel> - - class KComboBox; - |