diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-27 15:45:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-27 15:45:18 +0000 |
commit | d99e722834f3cf0b83adb97d21b0a01587c0ebc3 (patch) | |
tree | 69ad52b86fa0abb9069fc22d81a2d9a8d9aa1c5f /editors/poedit | |
parent | 26c87c0a234d89e2f115e2cfdc11c8f67d16c008 (diff) | |
download | ports-d99e722834f3cf0b83adb97d21b0a01587c0ebc3.tar.gz ports-d99e722834f3cf0b83adb97d21b0a01587c0ebc3.zip |
Notes
Diffstat (limited to 'editors/poedit')
-rw-r--r-- | editors/poedit/Makefile | 25 | ||||
-rw-r--r-- | editors/poedit/distinfo | 1 | ||||
-rw-r--r-- | editors/poedit/files/patch-install::Makefile.in | 13 | ||||
-rw-r--r-- | editors/poedit/pkg-comment | 1 | ||||
-rw-r--r-- | editors/poedit/pkg-descr | 22 | ||||
-rw-r--r-- | editors/poedit/pkg-plist | 7 |
6 files changed, 69 insertions, 0 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile new file mode 100644 index 000000000000..b7e4c77246f7 --- /dev/null +++ b/editors/poedit/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# New ports collection makefile for: poedit +# Date created: Mar 27, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= poedit +PORTVERSION= 1.0.3 +CATEGORIES= editors +MASTER_SITES= http://www.volny.cz/v.slavik/poedit/ + +MAINTAINER= ijliao@FreeBSD.org + +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ + wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/editors/poedit/distinfo b/editors/poedit/distinfo new file mode 100644 index 000000000000..87f7aa0aeae3 --- /dev/null +++ b/editors/poedit/distinfo @@ -0,0 +1 @@ +MD5 (poedit-1.0.3.tar.gz) = 87cea627b2644ada54a328449938eb05 diff --git a/editors/poedit/files/patch-install::Makefile.in b/editors/poedit/files/patch-install::Makefile.in new file mode 100644 index 000000000000..3e1000109984 --- /dev/null +++ b/editors/poedit/files/patch-install::Makefile.in @@ -0,0 +1,13 @@ +--- install/Makefile.in.orig Tue Mar 27 13:41:45 2001 ++++ install/Makefile.in Tue Mar 27 13:42:15 2001 +@@ -197,8 +197,8 @@ + @USE_GNOME_TRUE@install-gnome: + @USE_GNOME_TRUE@ mkdir -p $(GNOME_DATA_DIR)/pixmaps + @USE_GNOME_TRUE@ install -m 644 $(top_srcdir)/src/bitmaps/appicon.xpm $(GNOME_DATA_DIR)/pixmaps/poedit.xpm +-@USE_GNOME_TRUE@ mkdir -p $(GNOME_DATA_DIR)/gnome/apps/Development +-@USE_GNOME_TRUE@ install -m 644 $(srcdir)/poedit.desktop $(GNOME_DATA_DIR)/gnome/apps/Development ++@USE_GNOME_TRUE@ mkdir -p $(GNOME_DATA_DIR)/apps/Development ++@USE_GNOME_TRUE@ install -m 644 $(srcdir)/poedit.desktop $(GNOME_DATA_DIR)/apps/Development + @USE_GNOME_TRUE@ mkdir -p $(GNOME_DATA_DIR)/mime-info + @USE_GNOME_TRUE@ install -m 644 $(srcdir)/poedit.mime $(GNOME_DATA_DIR)/mime-info + @USE_GNOME_TRUE@ install -m 644 poedit.keys $(GNOME_DATA_DIR)/mime-info diff --git a/editors/poedit/pkg-comment b/editors/poedit/pkg-comment new file mode 100644 index 000000000000..b98da6991200 --- /dev/null +++ b/editors/poedit/pkg-comment @@ -0,0 +1 @@ +gettext catalogs (.po files) editor diff --git a/editors/poedit/pkg-descr b/editors/poedit/pkg-descr new file mode 100644 index 000000000000..61c8b05fbc88 --- /dev/null +++ b/editors/poedit/pkg-descr @@ -0,0 +1,22 @@ +poEdit is cross-platform gettext catalogs (.po files) editor. It is built +with wxWindows toolkit and can run on any platform supported by it (although +it was tested only on Unix with GTK+ and Windows). It aims to provide more +convenient approach to editing catalogs than launching vi and editing the +file by hand. + +Here is a brief features list: + + - User friendly way of editing entries. You can easily navigate in large + catalogs, easily enter or modify entries (fuzzy flag is automatically + removed if you change translation, you can copy original string to + translation by pressing Alt-I) + - Whitespaces highlighting + - Fuzzy and untranslated records highlighting. Furthermore, untranslated + and fuzzy translations are displayed at the top of the list + - Automatic compilation of .mo files (optional) + - Automatic headers update + - References browser lets you see where in what context the string is used + - You can use poEdit to scan source code for translatable strings + - Integration with KDE and GNOME desktops + +WWW: http://www.volny.cz/v.slavik/poedit/ diff --git a/editors/poedit/pkg-plist b/editors/poedit/pkg-plist new file mode 100644 index 000000000000..9f2a66ab2dc7 --- /dev/null +++ b/editors/poedit/pkg-plist @@ -0,0 +1,7 @@ +bin/poedit +share/gnome/apps/Development/poedit.desktop +share/gnome/mime-info/poedit.keys +share/gnome/mime-info/poedit.mime +share/gnome/pixmaps/poedit.xpm +share/poedit/poedit_help.htb +@dirrm share/poedit |