diff options
author | markd <markd@pkgsrc.org> | 2003-03-11 13:30:40 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-03-11 13:30:40 +0000 |
commit | aa7a252435fac4f1c5e430d591a5a97034449fd9 (patch) | |
tree | 1653e99747076b6de39f41e2fb9c5b4613f323af /devel/kdevelop-base/Makefile | |
parent | 229aeb65ee603a53eabeaefb8a3545ed0790da33 (diff) | |
download | pkgsrc-aa7a252435fac4f1c5e430d591a5a97034449fd9.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/kdevelop-base/Makefile')
-rw-r--r-- | devel/kdevelop-base/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/devel/kdevelop-base/Makefile b/devel/kdevelop-base/Makefile index e24e41c1481..3cf6c8a2211 100644 --- a/devel/kdevelop-base/Makefile +++ b/devel/kdevelop-base/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.16 2002/12/24 06:09:55 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2003/03/11 13:30:43 markd Exp $ -DISTNAME= kdevelop-2.1.3_for_KDE_3.0 -PKGNAME= kdevelop-base-2.1.3 -PKGREVISION= 1 +DISTNAME= kdevelop-2.1.5_for_KDE_3.1 +PKGNAME= kdevelop-base-2.1.5 CATEGORIES= devel kde +MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/kdevelop-2.1.5/src/ \ + ftp://ftp.us.kde.org/pub/kde/stable/kdevelop-2.1.5/src/ \ + ftp://ftp.de.kde.org/pub/kde/stable/kdevelop-2.1.5/src/ HOMEPAGE= http://www.kdevelop.org/ COMMENT= Base modules for IDE for Unix/X11/KDE @@ -17,9 +19,9 @@ DEPENDS+= automake>=1.7:../../devel/automake DEPENDS+= kdoc>=3.0:../../textproc/kdoc DEPENDS+= htdig>=3.1.6:../../www/htdig DEPENDS+= a2ps>=4.12:../../print/a2ps -DEPENDS+= kdelibdocs>=3.0.1:../../x11/kdelibdocs3 -DEPENDS+= qt3-tools>=3.0.4:../../x11/qt3-tools -DEPENDS+= kdesdk>=3.0.1:../../devel/kdesdk3 +DEPENDS+= kdelibdocs>=3.1:../../x11/kdelibdocs3 +DEPENDS+= qt3-tools>=3.1.1:../../x11/qt3-tools +DEPENDS+= kdesdk>=3.1:../../devel/kdesdk3 CONFLICTS+= kdevelop<=1.3 |