diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-07-09 19:24:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-07-09 19:24:49 +0000 |
commit | 0862ff8be89283f9dbb8977ea5fdecbfc6726625 (patch) | |
tree | b04b5fde66864434c97efcee2b4517b52366614a /www/erwn | |
parent | 08f23157896cc63621c88f7a58d8769c2c737939 (diff) | |
download | ports-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/Makefile | 2 | ||||
-rw-r--r-- | www/erwn/pkg-descr | 13 |
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 |