diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-02 21:34:50 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-02 21:34:50 +0000 |
commit | d7726d1f1c685b5b46ff5908672a07ed0655be69 (patch) | |
tree | bd85672252086a1361489a39a7f73d39dab1495a /editors/leafpad | |
parent | a09b754fc805377e0580f6fac7f81f1d017ceb31 (diff) | |
download | pkgsrc-d7726d1f1c685b5b46ff5908672a07ed0655be69.tar.gz |
Update to 0.8.4:
2005-09-24
version 0.8.4:
* Implemented GOption (thanks Magnus Bergman).
* Added '--tab-width' command line option.
* Inform read-only file by less/greater than sign bracket.
* Improved Korean auto-detection.
* Added Hebrew translation (Yo'av Moshe).
* Added Turkish translation (Kaya Oguz).
* Added Greek translation (Stavros Giannouris).
* Updated Italian translation (Alessio D'Ascanio).
2005-07-22
version 0.8.3:
* Implemented replaced word highlighting.
* Modified line-number margin.
* Fixed space-separeted filename bugs (thanks Andrea Antolini).
* Added Slovak translation (Peter Chabada).
* Updated Polish translation (Michal Wrobel).
2005-07-02
version 0.8.2:
* Improved dependency caused by intltool (thanks Machismo Ulverstein).
* Modified left margin.
* Fixed Macintosh return code bug (thanks young dave).
* Fixed "response" signal of about diaglog (thanks Muthiah Annamalai).
* Updated Bulgarian translation (Yavor Doganov).
* Updated Simplified Chinese translation (Carlos Z.F. Liu).
2005-05-14
version 0.8.1:
* Implemented searched word highlighting.
* Modified Up/Down/PageUp/PageDown behaviour when scroll-outed.
* Fixed space-separated filename bug (thanks Chris Everts).
* Added Bulgarian translation (Yavor Doganov).
* Added Vietnamese translation (Quy NGUYEN DAI).
* Updated Hungarian translation (Reviczky Adam Janos).
* Updated Polish translation (Michal Wrobel).
2005-04-29
version 0.8.0:
* Implemented glib-gettext & intltool.
* Added Print feature (only invoke lpr).
* Added load stdin feature.
* Added command line options.
* Added '--enable-chooser' configure option for GtkFileChooser.
* Modified some small points (DnD, caret, shadow, sensitivity...).
* Changed shortcut keys displayed on menu.
* Fixed replace question dialog behavior (thanks Keith).
* Added Portuguese translation (thanks Alan Kelon).
2004-12-26
version 0.7.9:
* Shrinked codeset menu.
* Fixed destroy response for question dialog (thanks Richard S).
* Removed local "G_BROKEN_FILENAMES" setting.
* Removed scrollbar_spacing manipulation.
* Updated Swedish translation (by Isak Savo).
* Added Lithuanian translation (thanks Lech Jankovski).
* Added Polish translation (thanks Michal Wrobel).
Diffstat (limited to 'editors/leafpad')
-rw-r--r-- | editors/leafpad/Makefile | 8 | ||||
-rw-r--r-- | editors/leafpad/PLIST | 11 | ||||
-rw-r--r-- | editors/leafpad/distinfo | 8 |
3 files changed, 19 insertions, 8 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 096b9ddb9e5..e7ccefae9f1 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2005/08/10 20:56:16 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/10/02 21:34:50 jmmv Exp $ # -DISTNAME= leafpad-0.7.8 +DISTNAME= leafpad-0.8.4 CATEGORIES= editors gnome -MASTER_SITES= http://tarot.freeshell.org/leafpad/ +MASTER_SITES= http://savannah.nongnu.org/download/leafpad/ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://tarot.freeshell.org/leafpad/ @@ -16,5 +16,7 @@ USE_PKGLOCALEDIR= YES .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/leafpad/PLIST b/editors/leafpad/PLIST index a0fa8307177..b9d250dbbf8 100644 --- a/editors/leafpad/PLIST +++ b/editors/leafpad/PLIST @@ -1,17 +1,26 @@ -@comment $NetBSD: PLIST,v 1.2 2004/12/05 11:42:55 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/10/02 21:34:50 jmmv Exp $ bin/leafpad share/applications/leafpad.desktop +${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/el/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/he/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/leafpad.mo share/pixmaps/leafpad.png diff --git a/editors/leafpad/distinfo b/editors/leafpad/distinfo index f2f8991ee62..e491823ed90 100644 --- a/editors/leafpad/distinfo +++ b/editors/leafpad/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 17:15:11 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/10/02 21:34:50 jmmv Exp $ -SHA1 (leafpad-0.7.8.tar.gz) = 4a0b736dc1ea0a6bd11d63388ddb248d283f55ad -RMD160 (leafpad-0.7.8.tar.gz) = 8b27283587606a0a530f14fd997b6e8506b65519 -Size (leafpad-0.7.8.tar.gz) = 188955 bytes +SHA1 (leafpad-0.8.4.tar.gz) = 927b1a3acce28fef07631c1ffc8da7a5236f10ed +RMD160 (leafpad-0.8.4.tar.gz) = 2c3a4b847aebd56aa06adf83fc0db8757ee29261 +Size (leafpad-0.8.4.tar.gz) = 230525 bytes |