diff options
author | markd <markd@pkgsrc.org> | 2003-01-29 03:40:55 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-01-29 03:40:55 +0000 |
commit | dd764ac609487e89b705f99721ac5483444b26c1 (patch) | |
tree | 4191ce92a187555c799d3784d13dccdd91bdd7f3 /editors/kile/Makefile | |
parent | d4b5796e216c5550d7c24e9c816ad0fc3d8494e4 (diff) | |
download | pkgsrc-dd764ac609487e89b705f99721ac5483444b26c1.tar.gz |
Update kile to version 1.32
version 1.31 -> 1.32 :
- the user can set the encoding character of the file with a combo box included in the Kile file selector.
- two color schemes are available for the editor (Black on White/White on Black)
- improved the "Multiple Function" dialog of the "Gnuplot frontend"
version 1.3 -> 1.31 :
- new dialog box for the "ref" and "pageref" tags (the user can select one of the existing labels)
- the "--unique" option is now used for the "Kdvi Forward Search" command
- the bug about the "report" class in the "Quick Start" wizard has been fixed
- the GnuPlot front end code has been cleaned (only QString are used instead of string)
Also update HOMEPAGE and MASTER_SITES.
Diffstat (limited to 'editors/kile/Makefile')
-rw-r--r-- | editors/kile/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile index e0ec83cabbe..db256619067 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.3 2002/12/24 06:09:59 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/29 03:40:55 markd Exp $ -DISTNAME= kile-1.3 -PKGREVISION= 1 +DISTNAME= kile-1.32 CATEGORIES= editors kde -MASTER_SITES= http://xm1.net.free.fr/kile/ +MASTER_SITES= http://perso.club-internet.fr/pascal.brachet/kile/ MAINTAINER= markd@netbsd.org -HOMEPAGE= http://xm1.net.free.fr/kile/index.html +HOMEPAGE= http://perso.club-internet.fr/pascal.brachet/kile/index.html COMMENT= LaTeX source editor - TeX shell - Gnuplot front end -USE_BUILDLINK2= YES -USE_GMAKE= YES -GNU_CONFIGURE= YES +USE_BUILDLINK2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes .include "../../graphics/kdegraphics3/buildlink2.mk" .include "../../x11/kde3/buildlink2.mk" |