summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormartti <martti>2007-04-12 09:45:01 +0000
committermartti <martti>2007-04-12 09:45:01 +0000
commit29923cf233000e47d155a7e6f851f287fba1c7ae (patch)
tree172ddb9bc2ab8c1401f0cbc4b7e4d4664d6ee2ae /editors
parent1cd2e56eb568ae70e5ede4c4bfc413c3ccacaf3a (diff)
downloadpkgsrc-29923cf233000e47d155a7e6f851f287fba1c7ae.tar.gz
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 (limited to 'editors')
-rw-r--r--editors/xfce4-mousepad/DESCR3
-rw-r--r--editors/xfce4-mousepad/Makefile16
-rw-r--r--editors/xfce4-mousepad/PLIST38
-rw-r--r--editors/xfce4-mousepad/buildlink3.mk23
-rw-r--r--editors/xfce4-mousepad/distinfo5
5 files changed, 85 insertions, 0 deletions
diff --git a/editors/xfce4-mousepad/DESCR b/editors/xfce4-mousepad/DESCR
new file mode 100644
index 00000000000..9980c0a7a1a
--- /dev/null
+++ b/editors/xfce4-mousepad/DESCR
@@ -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 --git a/editors/xfce4-mousepad/Makefile b/editors/xfce4-mousepad/Makefile
new file mode 100644
index 00000000000..606163344d8
--- /dev/null
+++ b/editors/xfce4-mousepad/Makefile
@@ -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 --git a/editors/xfce4-mousepad/PLIST b/editors/xfce4-mousepad/PLIST
new file mode 100644
index 00000000000..8b4d23394d6
--- /dev/null
+++ b/editors/xfce4-mousepad/PLIST
@@ -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 --git a/editors/xfce4-mousepad/buildlink3.mk b/editors/xfce4-mousepad/buildlink3.mk
new file mode 100644
index 00000000000..535f403eff6
--- /dev/null
+++ b/editors/xfce4-mousepad/buildlink3.mk
@@ -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 --git a/editors/xfce4-mousepad/distinfo b/editors/xfce4-mousepad/distinfo
new file mode 100644
index 00000000000..692f77fce4e
--- /dev/null
+++ b/editors/xfce4-mousepad/distinfo
@@ -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