summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/erwn/Makefile2
-rw-r--r--www/erwn/pkg-descr13
2 files changed, 9 insertions, 6 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile
index 62c093b50124..9734e27e2318 100644
--- a/www/erwn/Makefile
+++ b/www/erwn/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://lisas.de/erwin/
DISTNAME= erwin-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple (at the moment) html editor based on GTK+
+COMMENT= Simple GTK+-2 HTML editor
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/www/erwn/pkg-descr b/www/erwn/pkg-descr
index 6abff43950cc..b370a210e735 100644
--- a/www/erwn/pkg-descr
+++ b/www/erwn/pkg-descr
@@ -1,7 +1,10 @@
-erwin is a simple (right now) html editor based on GTK+. The current
-version of erwin allows for editing of more than one file at a time,
-and also is capable of some simple syntax highlighting.
+erwin is a simple GTK+-2 based HTML editor. Its features
+include:
-WWW: http://lisas.de/erwin/index.php3
+ - preview rendered html page
+ - support for html tags
+ - intelligent tag closer
+ - drag'n'drop support
+ - source highlighting
-- Jim <jim@FreeBSD.org>
+WWW: http://lisas.de/erwin/index.php3