pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/leafpad Initial import of leafpad, version 0.7.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa160a340af3
branches:  trunk
changeset: 482879:fa160a340af3
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Nov 04 14:27:51 2004 +0000

description:
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:

 editors/leafpad/DESCR    |  12 ++++++++++++
 editors/leafpad/Makefile |  21 +++++++++++++++++++++
 editors/leafpad/PLIST    |  12 ++++++++++++
 editors/leafpad/distinfo |   4 ++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r b184b14b40a3 -r fa160a340af3 editors/leafpad/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/leafpad/DESCR     Thu Nov 04 14:27:51 2004 +0000
@@ -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 -r b184b14b40a3 -r fa160a340af3 editors/leafpad/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/leafpad/Makefile  Thu Nov 04 14:27:51 2004 +0000
@@ -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@localhost
+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 -r b184b14b40a3 -r fa160a340af3 editors/leafpad/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/leafpad/PLIST     Thu Nov 04 14:27:51 2004 +0000
@@ -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 -r b184b14b40a3 -r fa160a340af3 editors/leafpad/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/leafpad/distinfo  Thu Nov 04 14:27:51 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index