aboutsummaryrefslogtreecommitdiffstats
path: root/lang/eiffel/pkg-descr
diff options
context:
space:
mode:
authorerich <erich@FreeBSD.org>1995-10-03 10:57:01 +0800
committererich <erich@FreeBSD.org>1995-10-03 10:57:01 +0800
commit14df3027f07d76a33512fe16d6ec48417e7756ae (patch)
treef710de7634476bd7fc22280315eb7b0dc8e9372e /lang/eiffel/pkg-descr
parent2d08ec693e809c30768888b5bbfd92170319b506 (diff)
downloadfreebsd-ports-graphics-14df3027f07d76a33512fe16d6ec48417e7756ae.tar.gz
freebsd-ports-graphics-14df3027f07d76a33512fe16d6ec48417e7756ae.tar.zst
freebsd-ports-graphics-14df3027f07d76a33512fe16d6ec48417e7756ae.zip
added eiffel
Reviewed by: asami
Diffstat (limited to 'lang/eiffel/pkg-descr')
-rw-r--r--lang/eiffel/pkg-descr25
1 files changed, 25 insertions, 0 deletions
diff --git a/lang/eiffel/pkg-descr b/lang/eiffel/pkg-descr
new file mode 100644
index 00000000000..bd713fd8ebb
--- /dev/null
+++ b/lang/eiffel/pkg-descr
@@ -0,0 +1,25 @@
+from introduction/about.txt:
+
+ Eiffel is a systematic approach to the construction of quality software,
+ including a language, a method, libraries, and development environments.
+
+ The language was designed in 1985 by Bertrand Meyer of ISE. The current
+ language version is Eiffel 3, described in detail in Meyer's book "Eiffel:
+ The Language" (Prentice Hall, 1992). Many other books are available on the
+ language and the method. The language is non-proprietary.
+
+ The aim of Eiffel is to improve the quality of software systems and the
+ productivity of the development process. It particularly promotes the
+ production of software that has the following qualities: reliability
+ (absence of bugs) extendibility (ease of change) reusability (reliance of
+ libraries of packaged components) and portability (adaptability on many
+ platforms with full source compatibility). Eiffel also makes it possible
+ to produce compilers, such as ISE's, which generate extremely efficient
+ code.
+
+More docs are in ``${PREFIX}/eiffel/doc'' and ``${PREFIX}/eiffel/introduction''
+Some examples are in ``${PREFIX}/eiffel/examples''.
+
+eric.
+--
+erich@rrnet.com