[Midnightbsd-cvs] mports: mports/editors: add simple xfce4 editor

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 26 13:40:56 EDT 2008


Log Message:
-----------
add simple xfce4 editor

Modified Files:
--------------
    mports/editors:
        Makefile (r1.27 -> r1.28)

Added Files:
-----------
    mports/editors/mousepad:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -L editors/Makefile -L editors/Makefile -u -r1.27 -r1.28
--- editors/Makefile
+++ editors/Makefile
@@ -21,6 +21,7 @@
     SUBDIR += linux-openoffice2
     SUBDIR += manedit
     SUBDIR += mg
+    SUBDIR += mousepad
     SUBDIR += nano
     SUBDIR += nvi-devel
     SUBDIR += pico
--- /dev/null
+++ editors/mousepad/pkg-descr
@@ -0,0 +1,5 @@
+Mousepad is a simple 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.
+
+WWW: http://www.xfce.org/projects/mousepad/
--- /dev/null
+++ editors/mousepad/pkg-plist
@@ -0,0 +1,48 @@
+bin/mousepad
+share/applications/mousepad.desktop
+share/locale/am/LC_MESSAGES/mousepad.mo
+share/locale/ar/LC_MESSAGES/mousepad.mo
+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/en_GB/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/lv/LC_MESSAGES/mousepad.mo
+share/locale/mk/LC_MESSAGES/mousepad.mo
+share/locale/nb_NO/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/pt_PT/LC_MESSAGES/mousepad.mo
+share/locale/ro/LC_MESSAGES/mousepad.mo
+share/locale/ru/LC_MESSAGES/mousepad.mo
+share/locale/sk/LC_MESSAGES/mousepad.mo
+share/locale/sq/LC_MESSAGES/mousepad.mo
+share/locale/sv/LC_MESSAGES/mousepad.mo
+share/locale/ta/LC_MESSAGES/mousepad.mo
+share/locale/th/LC_MESSAGES/mousepad.mo
+share/locale/tr/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
+ at dirrmtry share/applications
--- /dev/null
+++ editors/mousepad/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for:	mousepad
+# Date created:		19 April 2006
+# Whom:			Oliver Lehmann <oliver at FreeBSD.org>
+#
+# $MidnightBSD: mports/editors/mousepad/Makefile,v 1.1 2008/09/26 17:40:53 laffer1 Exp $
+# $FreeBSD: ports/editors/mousepad/Makefile,v 1.9 2008/06/06 13:25:52 edwin Exp $
+#
+
+PORTNAME=	mousepad
+PORTVERSION=	0.2.13
+CATEGORIES=	editors xfce
+MASTER_SITES=	${MASTER_SITE_XFCE}
+DIST_SUBDIR=	xfce4
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Simple xfce editor
+LICENSE=	gpl2
+
+GNU_CONFIGURE=	yes
+USE_BZIP2=	yes
+USE_GETTEXT=	yes
+USE_GMAKE=	yes
+USE_GNOME=	gnometarget gtk20 intltool intlhack pkgconfig
+USE_XFCE=	configenv libgui
+
+.include <bsd.port.mk>
--- /dev/null
+++ editors/mousepad/distinfo
@@ -0,0 +1,3 @@
+MD5 (xfce4/mousepad-0.2.13.tar.bz2) = 326075ac933e5da38cedbc20e80b7026
+SHA256 (xfce4/mousepad-0.2.13.tar.bz2) = f32cc263fb73b05c5bad17121073a2b37a7d5c8e411f780312c2701902e6637a
+SIZE (xfce4/mousepad-0.2.13.tar.bz2) = 341748


More information about the Midnightbsd-cvs mailing list