diff options
author | markd <markd> | 2003-03-11 13:30:40 +0000 |
---|---|---|
committer | markd <markd> | 2003-03-11 13:30:40 +0000 |
commit | 51c1e13a57cc51b1ef1f3c29db28c467f7cf0586 (patch) | |
tree | 1653e99747076b6de39f41e2fb9c5b4613f323af /devel/kdbg/Makefile | |
parent | 1fc5b4b9375bf230c125183411b92aa88f9b542e (diff) | |
download | pkgsrc-51c1e13a57cc51b1ef1f3c29db28c467f7cf0586.tar.gz |
Update KDE to 3.1.
Many bugfixes and functionality enhancements including:
kdesdk
KBugBuster
Adapted KBugBuster to the new Bugzilla based KDE bug tracking system.
Implemented Bookmarking support for Bug reports.
Changing view settings no longer requires a reload.
Added toolbar
KBabel
Automatic update of Project-Id-Version
Possibility to specify localized translator name
Validation & highlighting of XML
Save special (the settings can be changed for the particular save)
KDE specifics added to rough translation (e.g. only add a new translator
in TRANSLATORS)
Load/Save markings in Catalog Manager
Navigation bar in Catalog Manager
Mail PO-file
Tag structure tool
Rough translation in catalog manager
Automatic update of PO header comment
Show source code
Spellchecking in multiple files
Cervisia: made hardcoded colors configurable.
Diffstat (limited to 'devel/kdbg/Makefile')
-rw-r--r-- | devel/kdbg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile index 4582dd0ec25..c0bb3e209fa 100644 --- a/devel/kdbg/Makefile +++ b/devel/kdbg/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2002/12/24 06:09:54 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2003/03/11 13:30:40 markd Exp $ -DISTNAME= kdbg-1.2.6 -PKGREVISION= 1 +DISTNAME= kdbg-1.2.7 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdbg/} \ ftp://ftp.eudaptics.com/pub/people/jsixt/ |