diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-11-04 14:27:51 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-11-04 14:27:51 +0000 |
commit | f3674ab19da1653ef781c4bfcc1ede4a30963a83 (patch) | |
tree | f07b8e32e160bbcd1393be7b73a287e81ba7c854 /editors/leafpad | |
parent | 159880431e1aa6b086170cfd25409c0c8d8c50ca (diff) | |
download | pkgsrc-f3674ab19da1653ef781c4bfcc1ede4a30963a83.tar.gz |
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.
Diffstat (limited to 'editors/leafpad')
-rw-r--r-- | editors/leafpad/DESCR | 12 | ||||
-rw-r--r-- | editors/leafpad/Makefile | 21 | ||||
-rw-r--r-- | editors/leafpad/PLIST | 12 | ||||
-rw-r--r-- | editors/leafpad/distinfo | 4 |
4 files changed, 49 insertions, 0 deletions
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 |