diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-06 20:59:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-06 20:59:34 +0000 |
commit | 9132d976d927c9780c211b0d8aefd45b80a4180c (patch) | |
tree | a7a0b6c52c4528de1d57ca269d4926b333f5e392 /print/kbibtex/Makefile | |
parent | e8f9f3a24d46b7c0a9d50209713b7b2cb11e2824 (diff) | |
download | pkgsrc-9132d976d927c9780c211b0d8aefd45b80a4180c.tar.gz |
Update to 0.2.1:
KBibTeX 0.2.1
* Translations to Russian and German
* Searching in arXiv and Google Scholar
* GUI to edit id suggestion templates
* User-defined fields in GUI
* Various bugfixes
KBibTeX 0.2
* Many usability improvements and bugfixes
* Embedding documents into exported PDFs possible (if supported by
installed TeX system)
* More URLs to search documents included
* More online databases to search references added
* Keyword handling improved
* Suggesting entry ids added
* Merging .bib files possible
* Improved handling of crossref'ed entries
* Adding more functions to toolbar and shortcut system
Diffstat (limited to 'print/kbibtex/Makefile')
-rw-r--r-- | print/kbibtex/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/print/kbibtex/Makefile b/print/kbibtex/Makefile index 80d062c5cf9..822e90357bb 100644 --- a/print/kbibtex/Makefile +++ b/print/kbibtex/Makefile @@ -1,16 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2008/01/18 05:08:55 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2008/04/06 20:59:34 wiz Exp $ -DISTNAME= kbibtex-0.1.5 -PKGREVISION= 6 +DISTNAME= kbibtex-0.2.1 CATEGORIES= print kde MASTER_SITES= http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/ EXTRACT_SUFX= .tar.bz2 -PATCHFILES= kbibtex-0.1.5-filteredselection.patch -PATCHFILES+= kbibtex-0.1.5-gcc4.2.patch -PATCHFILES+= kbibtex-0.1.5-viewdocument.patch -PATCH_SITES= ${MASTER_SITES} - MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.unix-ag.uni-kl.de/~fischer/kbibtex/ COMMENT= BibTeX editor for KDE |