pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/xfce4-mousepad Mousepad is a text editor for X...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ca5af4ff974
branches: trunk
changeset: 527689:5ca5af4ff974
user: martti <martti%pkgsrc.org@localhost>
date: Thu Apr 12 09:45:01 2007 +0000
description:
Mousepad is a text editor for Xfce based on Leafpad. The initial
reason for Mousepad was to provide printing support, which would
have been difficult for Leafpad for various reasons.
diffstat:
editors/xfce4-mousepad/DESCR | 3 ++
editors/xfce4-mousepad/Makefile | 16 +++++++++++++++
editors/xfce4-mousepad/PLIST | 38 ++++++++++++++++++++++++++++++++++++
editors/xfce4-mousepad/buildlink3.mk | 23 +++++++++++++++++++++
editors/xfce4-mousepad/distinfo | 5 ++++
5 files changed, 85 insertions(+), 0 deletions(-)
diffs (105 lines):
diff -r 2fd000e64467 -r 5ca5af4ff974 editors/xfce4-mousepad/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xfce4-mousepad/DESCR Thu Apr 12 09:45:01 2007 +0000
@@ -0,0 +1,3 @@
+Mousepad is a text editor for Xfce based on Leafpad. The initial
+reason for Mousepad was to provide printing support, which would
+have been difficult for Leafpad for various reasons.
diff -r 2fd000e64467 -r 5ca5af4ff974 editors/xfce4-mousepad/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xfce4-mousepad/Makefile Thu Apr 12 09:45:01 2007 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 09:45:01 martti Exp $
+
+.include "../../meta-pkgs/xfce4/Makefile.common"
+
+XFCE4_VERSION= 0.2.12
+
+DISTNAME= mousepad-${XFCE4_VERSION}
+PKGNAME= xfce4-mousepad-${XFCE4_VERSION}
+CATEGORIES= editors
+COMMENT= Xfce text editor
+
+USE_TOOLS+= intltool
+
+.include "../../x11/libxfce4gui/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2fd000e64467 -r 5ca5af4ff974 editors/xfce4-mousepad/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xfce4-mousepad/PLIST Thu Apr 12 09:45:01 2007 +0000
@@ -0,0 +1,38 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/12 09:45:01 martti Exp $
+bin/mousepad
+share/applications/mousepad.desktop
+share/locale/be/LC_MESSAGES/mousepad.mo
+share/locale/ca/LC_MESSAGES/mousepad.mo
+share/locale/cs/LC_MESSAGES/mousepad.mo
+share/locale/cy/LC_MESSAGES/mousepad.mo
+share/locale/de/LC_MESSAGES/mousepad.mo
+share/locale/dz/LC_MESSAGES/mousepad.mo
+share/locale/el/LC_MESSAGES/mousepad.mo
+share/locale/eo/LC_MESSAGES/mousepad.mo
+share/locale/es/LC_MESSAGES/mousepad.mo
+share/locale/et/LC_MESSAGES/mousepad.mo
+share/locale/eu/LC_MESSAGES/mousepad.mo
+share/locale/fi/LC_MESSAGES/mousepad.mo
+share/locale/fr/LC_MESSAGES/mousepad.mo
+share/locale/gl/LC_MESSAGES/mousepad.mo
+share/locale/gu/LC_MESSAGES/mousepad.mo
+share/locale/he/LC_MESSAGES/mousepad.mo
+share/locale/hu/LC_MESSAGES/mousepad.mo
+share/locale/it/LC_MESSAGES/mousepad.mo
+share/locale/ja/LC_MESSAGES/mousepad.mo
+share/locale/ka/LC_MESSAGES/mousepad.mo
+share/locale/ko/LC_MESSAGES/mousepad.mo
+share/locale/lt/LC_MESSAGES/mousepad.mo
+share/locale/mk/LC_MESSAGES/mousepad.mo
+share/locale/nl/LC_MESSAGES/mousepad.mo
+share/locale/pa/LC_MESSAGES/mousepad.mo
+share/locale/pl/LC_MESSAGES/mousepad.mo
+share/locale/pt_BR/LC_MESSAGES/mousepad.mo
+share/locale/ru/LC_MESSAGES/mousepad.mo
+share/locale/sk/LC_MESSAGES/mousepad.mo
+share/locale/sv/LC_MESSAGES/mousepad.mo
+share/locale/ta/LC_MESSAGES/mousepad.mo
+share/locale/uk/LC_MESSAGES/mousepad.mo
+share/locale/zh_CN/LC_MESSAGES/mousepad.mo
+share/locale/zh_TW/LC_MESSAGES/mousepad.mo
+share/pixmaps/mousepad.png
diff -r 2fd000e64467 -r 5ca5af4ff974 editors/xfce4-mousepad/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xfce4-mousepad/buildlink3.mk Thu Apr 12 09:45:01 2007 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/04/12 09:45:01 martti Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+XFCE4_MOUSEPAD_BUILDLINK3_MK:= ${XFCE4_MOUSEPAD_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= xfce4-mousepad
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-mousepad}
+BUILDLINK_PACKAGES+= xfce4-mousepad
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xfce4-mousepad
+
+.if ${XFCE4_MOUSEPAD_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.xfce4-mousepad+= xfce4-mousepad>=0.2.12
+BUILDLINK_PKGSRCDIR.xfce4-mousepad?= ../../editors/xfce4-mousepad
+.endif # XFCE4_MOUSEPAD_BUILDLINK3_MK
+
+.include "../../x11/libxfce4gui/buildlink3.mk"
+.include "../../devel/xfce4-dev-tools/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r 2fd000e64467 -r 5ca5af4ff974 editors/xfce4-mousepad/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xfce4-mousepad/distinfo Thu Apr 12 09:45:01 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/12 09:45:01 martti Exp $
+
+SHA1 (mousepad-0.2.12.tar.bz2) = 7a27bc73290c08d729c36e816cf1c7f1aa667bd5
+RMD160 (mousepad-0.2.12.tar.bz2) = f6fc30323d4f83764dbe99f4b6635ae9aef58ba4
+Size (mousepad-0.2.12.tar.bz2) = 328353 bytes
Home |
Main Index |
Thread Index |
Old Index