diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-16 18:03:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-16 18:03:36 +0000 |
commit | d321933d2cb299fac5652d55d82b9ad24841566e (patch) | |
tree | 0500de7e3c61d2d919155465cb880909f29998c8 /x11 | |
parent | 1218ee08bef047b50c7935a0fc393c354d2b92cf (diff) | |
download | pkgsrc-d321933d2cb299fac5652d55d82b9ad24841566e.tar.gz |
- Update `DESCR' (text taken from the current version of
<http://equinox-project.org/wiki/AboutEde> with some verbs and
puntucation added);
- update `HOMEPAGE';
- augment `LICENSE'.
From Bug Hunting.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ede/DESCR | 12 | ||||
-rw-r--r-- | x11/ede/Makefile | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/x11/ede/DESCR b/x11/ede/DESCR index f84bab302cc..eb6a5b6f1c5 100644 --- a/x11/ede/DESCR +++ b/x11/ede/DESCR @@ -1,6 +1,6 @@ -Equinox Desktop Environment (shortly EDE) is small desktop environment, -built to be simple and fast. It is based on modified FLTK library -(called extended FLTK or just eFLTK). - -Comparing to other desktop environments, EDE is much faster and smaller -in memory space (EDE's window manager use less memory than xterm). +EDE (Equinox Desktop Environment) is a simple and fast desktop +environment with familiar look and feel. EDE uses the FLTK toolkit +for GUI presentation and the UNIX philosophy for it's design, where +EDE splits each component in a separate executable entity to do +one job, and do it good. This makes EDE very easy to alter for +user needs and requirements. diff --git a/x11/ede/Makefile b/x11/ede/Makefile index 2ea2ff22ebb..bd303f5119c 100644 --- a/x11/ede/Makefile +++ b/x11/ede/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/29 05:06:10 asau Exp $ +# $NetBSD: Makefile,v 1.18 2012/12/16 18:03:36 wiz Exp $ # DISTNAME= ede-1.0.4 @@ -8,9 +8,9 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ede/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://ede.sourceforge.net/ +HOMEPAGE= http://equinox-project.org/ COMMENT= Equinox Desktop Environment -LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 # or later WRKSRC= ${WRKDIR}/ede USE_LANGUAGES= c c++ |