diff options
author | gahr <gahr@FreeBSD.org> | 2010-08-24 15:53:40 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-08-24 15:53:40 +0800 |
commit | 4a4ed20a6f548923a5eb248514c7153baa13f249 (patch) | |
tree | f624a440a76f80b01b3875fe0398a41b5dd3404e /editors/fxite | |
parent | 93660110eafbc61aea6d4eaa9f3c9202bc8bf6f6 (diff) | |
download | freebsd-ports-gnome-4a4ed20a6f548923a5eb248514c7153baa13f249.tar.gz freebsd-ports-gnome-4a4ed20a6f548923a5eb248514c7153baa13f249.tar.zst freebsd-ports-gnome-4a4ed20a6f548923a5eb248514c7153baa13f249.zip |
- New port: editors/fxite
FXiTe is an advanced cross-platform text editor built with the Fox GUI
toolkit and the FXScintilla text widget.
Diffstat (limited to 'editors/fxite')
-rw-r--r-- | editors/fxite/Makefile | 24 | ||||
-rw-r--r-- | editors/fxite/distinfo | 3 | ||||
-rw-r--r-- | editors/fxite/pkg-descr | 8 |
3 files changed, 35 insertions, 0 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile new file mode 100644 index 000000000000..eb771bf5a189 --- /dev/null +++ b/editors/fxite/Makefile @@ -0,0 +1,24 @@ +# New ports collection Makefile for: fxite +# Date created: 23 August 2010 +# Whom: gahr +# +# $FreeBSD$ +# + +PORTNAME= fxite +PORTVERSION= 0.6 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + +MAINTAINER= gahr@FreeBSD.org +COMMENT= An advanced cross-platform text editor + +LIB_DEPENDS= fxscintilla.21:${PORTSDIR}/x11-toolkits/fxscintilla + +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl" + +PLIST_FILES= bin/fxite + +.include <bsd.port.mk> diff --git a/editors/fxite/distinfo b/editors/fxite/distinfo new file mode 100644 index 000000000000..58b138e62ffa --- /dev/null +++ b/editors/fxite/distinfo @@ -0,0 +1,3 @@ +MD5 (fxite-0.6.tar.gz) = a1964a2f3882036598e18f0d7f1e5f38 +SHA256 (fxite-0.6.tar.gz) = 9dfdc8b0ad91f918a3d1520e8bf0b4ca8ead2699f5c22a4d8edcd9832a895051 +SIZE (fxite-0.6.tar.gz) = 1031471 diff --git a/editors/fxite/pkg-descr b/editors/fxite/pkg-descr new file mode 100644 index 000000000000..ef1b8f0b04bc --- /dev/null +++ b/editors/fxite/pkg-descr @@ -0,0 +1,8 @@ +FXiTe is an advanced cross-platform text editor built with the Fox GUI toolkit +and the FXScintilla text widget. It features built-in syntax highlighting for +40+ languages, an embedded Lua scripting engine, macro recording and playback, +multi-line regular expression search and replace, rudimentary ctags and calltip +support, a flexible interface to external tools, and a built-in "message window" +to capture the output of external commands such as compiler error messages, etc. + +WWW: http://code.google.com/p/fxite/ |