aboutsummaryrefslogtreecommitdiff
path: root/devel/orc
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-03-09 10:58:29 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-03-09 10:58:29 +0000
commit4652f57482810f94e294632c6d3f72201fc371f2 (patch)
treeb888debc80962274535cfd801c7b6797aa14a665 /devel/orc
parente4ab876a162c15c8cbcb774a05dd5c16299e9561 (diff)
downloadports-4652f57482810f94e294632c6d3f72201fc371f2.tar.gz
ports-4652f57482810f94e294632c6d3f72201fc371f2.zip
- Fix pkg-descr
Notes
Notes: svn path=/head/; revision=250762
Diffstat (limited to 'devel/orc')
-rw-r--r--devel/orc/pkg-descr14
1 files changed, 9 insertions, 5 deletions
diff --git a/devel/orc/pkg-descr b/devel/orc/pkg-descr
index b9a7a377fedb..2371d63cd2fe 100644
--- a/devel/orc/pkg-descr
+++ b/devel/orc/pkg-descr
@@ -1,7 +1,11 @@
-Orc is a library and set of tools for compiling and executing very simple
-programs that operate on arrays of data. The "language" is a generic
-assembly language that represents many of the features available in SIMD
-architectures, including saturated addition and subtraction, and many
-arithmetic operations.
+Orc - The Oil Runtime Compiler
+
+Orc is a library and set of tools for compiling and executing
+very simple programs that operate on arrays of data. The "language"
+is a generic assembly language that represents many of the features
+available in SIMD architectures, including saturated addition and
+subtraction, and many arithmetic operations.
+
+(OIL stands for Optimized Inner Loops)
WWW: http://code.entropywave.com/projects/orc/