aboutsummaryrefslogtreecommitdiff
path: root/www/erwn
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-07-09 19:24:49 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-07-09 19:24:49 +0000
commit0862ff8be89283f9dbb8977ea5fdecbfc6726625 (patch)
treeb04b5fde66864434c97efcee2b4517b52366614a /www/erwn
parent08f23157896cc63621c88f7a58d8769c2c737939 (diff)
downloadports-0862ff8be89283f9dbb8977ea5fdecbfc6726625.tar.gz
ports-0862ff8be89283f9dbb8977ea5fdecbfc6726625.zip
Make the COMMENT and pkg-descr more descriptive of the
current feature list.
Notes
Notes: svn path=/head/; revision=113307
Diffstat (limited to 'www/erwn')
-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