summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2012-12-16 18:03:36 +0000
committerwiz <wiz>2012-12-16 18:03:36 +0000
commit76aa2f75e6f2a80e43cf968e13688695bd71196a (patch)
tree0500de7e3c61d2d919155465cb880909f29998c8 /x11
parent5bf24ad32fcfdf2079c39a87c55509a219228e2f (diff)
downloadpkgsrc-76aa2f75e6f2a80e43cf968e13688695bd71196a.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/DESCR12
-rw-r--r--x11/ede/Makefile6
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++