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 | |
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')
-rw-r--r-- | editors/kile/Makefile | 15 | ||||
-rw-r--r-- | editors/kile/PLIST | 7 | ||||
-rw-r--r-- | editors/kile/distinfo | 6 |
3 files changed, 16 insertions, 12 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" diff --git a/editors/kile/PLIST b/editors/kile/PLIST index 17c85cc9f41..5ca08539761 100644 --- a/editors/kile/PLIST +++ b/editors/kile/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/10/30 09:56:44 markd Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/29 03:40:55 markd Exp $ bin/kile share/doc/kde/HTML/en/kile/index.html share/kde/applnk/Applications/kile.desktop @@ -485,10 +485,15 @@ share/kde/apps/kile/pics/xgfe.png share/kde/icons/hicolor/16x16/apps/kile.png share/kde/icons/hicolor/32x32/apps/kile.png share/kde/icons/hicolor/48x48/apps/kile.png +share/kde/locale/ca/LC_MESSAGES/kile.mo +share/kde/locale/cs/LC_MESSAGES/kile.mo share/kde/locale/de/LC_MESSAGES/kile.mo share/kde/locale/el/LC_MESSAGES/kile.mo share/kde/locale/es/LC_MESSAGES/kile.mo +share/kde/locale/eu/LC_MESSAGES/kile.mo share/kde/locale/fr/LC_MESSAGES/kile.mo +share/kde/locale/hu/LC_MESSAGES/kile.mo +share/kde/locale/it/LC_MESSAGES/kile.mo share/kde/locale/ja/LC_MESSAGES/kile.mo share/kde/locale/pt_BR/LC_MESSAGES/kile.mo share/kde/locale/ru/LC_MESSAGES/kile.mo diff --git a/editors/kile/distinfo b/editors/kile/distinfo index 77342086759..615a3744f35 100644 --- a/editors/kile/distinfo +++ b/editors/kile/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/10/30 09:56:44 markd Exp $ +$NetBSD: distinfo,v 1.3 2003/01/29 03:40:55 markd Exp $ -SHA1 (kile-1.3.tar.gz) = f93aafcf52806aaa6888450b31577e2087880951 -Size (kile-1.3.tar.gz) = 1095191 bytes +SHA1 (kile-1.32.tar.gz) = 84fb8b221c45cdd6d0d4ae202f1ad7161a5755f5 +Size (kile-1.32.tar.gz) = 1135280 bytes |