summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-03-19 07:45:41 +0000
committerUlrich Müller <ulm@gentoo.org>2008-03-19 07:45:41 +0000
commit4f3fe91e9aa592dbbbfba3edc4f13b787676c419 (patch)
tree130ed0c8d2d62bb7560483a30749e374f5fcfb14 /app-editors/emact
parentAdd longdescription to metadata. (diff)
downloadgentoo-2-4f3fe91e9aa592dbbbfba3edc4f13b787676c419.tar.gz
gentoo-2-4f3fe91e9aa592dbbbfba3edc4f13b787676c419.tar.bz2
gentoo-2-4f3fe91e9aa592dbbbfba3edc4f13b787676c419.zip
Add longdescription to metadata.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/emact')
-rw-r--r--app-editors/emact/metadata.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-editors/emact/metadata.xml b/app-editors/emact/metadata.xml
index bc306fe58224..9588efdd5a67 100644
--- a/app-editors/emact/metadata.xml
+++ b/app-editors/emact/metadata.xml
@@ -2,4 +2,20 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>emacs</herd>
+<longdescription>
+ This product is an original development made to provide an emacs-like editor
+ on the PC for the purpose of writing Lisp code with the same features found
+ on other Lisp development systems. In 1985, with about 512 Ko of memory, it
+ was obvious that Gosling, GNU or other emacs written in Lisp were too big to
+ run on M$-DOG. So I decided to write my own editor that closely works like
+ those I used on VAX Unix at that time. I started with Conroy's MicroEMACS.
+
+ After a great amount of time, made essentially after hours, EmACT is now
+ a pretty good clone of GNU Emacs. It has all the features that programmers
+ enjoy, like parentheses matching, auto-indent for Lisp, C, C++, compile
+ mode, tags and even a Lisp interpreter which is not however compatible with
+ GNU MockLisp. It can be ported to all UN*X systems (terminal and X-Window)
+ and it runs of course on all Intel based system in text or graphic mode
+ (MSDOS, OS/2, Windows 3.x, Windows NT/2000/XP and Windows 95/98/Me).
+</longdescription>
</pkgmetadata>