From 8795f440877d97f6038084dbb60ae113ee32d9be Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 4 Nov 2004 14:27:51 +0000 Subject: Initial import of leafpad, version 0.7.5: Leafpad is a GTK+ based simple text editor and is ideal as a file viewer. The user interface is similar to "notepad", aims to be lighter than GEdit and KWrite, and to be as useful as them. Its features are: * Minimum requirements: for portability. * Minimal menu items: to make full use of features and to learn easily. * No toolbar: to maximize the text area. * Single document interface (SDI): to set out windows to view at a time. * Character coding auto detection: to open file quickly without multi-codeset problems. --- editors/leafpad/DESCR | 12 ++++++++++++ editors/leafpad/Makefile | 21 +++++++++++++++++++++ editors/leafpad/PLIST | 12 ++++++++++++ editors/leafpad/distinfo | 4 ++++ 4 files changed, 49 insertions(+) create mode 100644 editors/leafpad/DESCR create mode 100644 editors/leafpad/Makefile create mode 100644 editors/leafpad/PLIST create mode 100644 editors/leafpad/distinfo (limited to 'editors') diff --git a/editors/leafpad/DESCR b/editors/leafpad/DESCR new file mode 100644 index 00000000000..04df9c3d290 --- /dev/null +++ b/editors/leafpad/DESCR @@ -0,0 +1,12 @@ +Leafpad is a GTK+ based simple text editor and is ideal as a file viewer. +The user interface is similar to "notepad", aims to be lighter than GEdit +and KWrite, and to be as useful as them. + +Its features are: + +* Minimum requirements: for portability. +* Minimal menu items: to make full use of features and to learn easily. +* No toolbar: to maximize the text area. +* Single document interface (SDI): to set out windows to view at a time. +* Character coding auto detection: to open file quickly without multi-codeset + problems. diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile new file mode 100644 index 00000000000..79c0003b457 --- /dev/null +++ b/editors/leafpad/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/04 14:27:51 jmmv Exp $ +# + +DISTNAME= leafpad-0.7.5 +CATEGORIES= editors gnome +MASTER_SITES= http://tarot.freeshell.org/leafpad/ + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://tarot.freeshell.org/leafpad/ +COMMENT= Simple and light text editor using GTK+ + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_DIRS+= xdg-1.1 +USE_PKGLOCALEDIR= YES + +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/leafpad/PLIST b/editors/leafpad/PLIST new file mode 100644 index 00000000000..72fbf6aa9ee --- /dev/null +++ b/editors/leafpad/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/04 14:27:51 jmmv Exp $ +bin/leafpad +share/applications/leafpad.desktop +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/leafpad.mo +share/pixmaps/leafpad.png +@comment in xdg-dirs: @dirrm share/pixmaps +@comment in xdg-dirs: @dirrm share/applications diff --git a/editors/leafpad/distinfo b/editors/leafpad/distinfo new file mode 100644 index 00000000000..7006c34cfee --- /dev/null +++ b/editors/leafpad/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/04 14:27:51 jmmv Exp $ + +SHA1 (leafpad-0.7.5.tar.gz) = 8c1e442d4dbcbebadee4b4478419b8c7b3637ce3 +Size (leafpad-0.7.5.tar.gz) = 172262 bytes -- cgit v1.2.3