diff options
author | oliver <oliver@FreeBSD.org> | 2007-01-23 00:49:10 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-01-23 00:49:10 +0800 |
commit | 28581ad6189001c40fd674237a597ebdfb4e0e2a (patch) | |
tree | abea4e9076cb178412b3b7765a9d789c6eafd86d /editors | |
parent | 99a6f2e5855e8ecd371ec1d79f5fd48ebdfb1ef7 (diff) | |
download | freebsd-ports-gnome-28581ad6189001c40fd674237a597ebdfb4e0e2a.tar.gz freebsd-ports-gnome-28581ad6189001c40fd674237a597ebdfb4e0e2a.tar.zst freebsd-ports-gnome-28581ad6189001c40fd674237a597ebdfb4e0e2a.zip |
Simple xfce editor
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/mousepad/Makefile | 27 | ||||
-rw-r--r-- | editors/mousepad/distinfo | 3 | ||||
-rw-r--r-- | editors/mousepad/pkg-descr | 3 | ||||
-rw-r--r-- | editors/mousepad/pkg-plist | 35 |
5 files changed, 69 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 08f76405c9af..f3801b3de101 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -102,6 +102,7 @@ SUBDIR += mode-info SUBDIR += mondrian SUBDIR += morla + SUBDIR += mousepad SUBDIR += mp SUBDIR += muggy SUBDIR += mule diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile new file mode 100644 index 000000000000..858d08681fd4 --- /dev/null +++ b/editors/mousepad/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: mousepad +# Date created: 19 April 2006 +# Whom: Oliver Lehmann <oliver@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mousepad +PORTVERSION= 0.2.10 +CATEGORIES= editors xfce +MASTER_SITES= ${MASTER_SITES_XFCE} +DIST_SUBDIR= xfce4 + +MAINTAINER= oliver@FreeBSD.org +COMMENT= Simple xfce editor + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv libgui +USE_XLIB= yes + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" +.include <bsd.port.post.mk> diff --git a/editors/mousepad/distinfo b/editors/mousepad/distinfo new file mode 100644 index 000000000000..fbee77895a99 --- /dev/null +++ b/editors/mousepad/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/mousepad-0.2.10.tar.bz2) = dbf7d8ee79ee9c5fb337d9925c2f6c29 +SHA256 (xfce4/mousepad-0.2.10.tar.bz2) = 9973c4dc99d398a2e0ebd6e1e66710f4f19237e0b99715a8570d1b5eae384e47 +SIZE (xfce4/mousepad-0.2.10.tar.bz2) = 318272 diff --git a/editors/mousepad/pkg-descr b/editors/mousepad/pkg-descr new file mode 100644 index 000000000000..b4f8339ea846 --- /dev/null +++ b/editors/mousepad/pkg-descr @@ -0,0 +1,3 @@ +Mousepad is a text editor for Xfce based on Leafpad + +WWW: http://www.xfce.org/ diff --git a/editors/mousepad/pkg-plist b/editors/mousepad/pkg-plist new file mode 100644 index 000000000000..e2e96b30cd9b --- /dev/null +++ b/editors/mousepad/pkg-plist @@ -0,0 +1,35 @@ +bin/mousepad +share/applications/mousepad.desktop +share/locale/de/LC_MESSAGES/mousepad.mo +share/locale/dz/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/fr/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/lt/LC_MESSAGES/mousepad.mo +share/locale/nl/LC_MESSAGES/mousepad.mo +share/locale/pt_BR/LC_MESSAGES/mousepad.mo +share/locale/ru/LC_MESSAGES/mousepad.mo +share/locale/sv/LC_MESSAGES/mousepad.mo +share/locale/ta/LC_MESSAGES/mousepad.mo +share/locale/ca/LC_MESSAGES/mousepad.mo +share/locale/cs/LC_MESSAGES/mousepad.mo +share/locale/el/LC_MESSAGES/mousepad.mo +share/locale/fi/LC_MESSAGES/mousepad.mo +share/locale/gl/LC_MESSAGES/mousepad.mo +share/locale/ko/LC_MESSAGES/mousepad.mo +share/locale/pl/LC_MESSAGES/mousepad.mo +share/locale/sk/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 +@dirrmtry share/applications +@dirrmtry share/pixmaps |